Skip Menu |

This queue is for tickets about the iCal-Parser-HTML CPAN distribution.

Report information
The Basics
Id: 35984
Status: resolved
Priority: 0/
Queue: iCal-Parser-HTML

People
Owner: Nobody in particular
Requestors: Nathan.Bailey [...] its.monash.edu
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Build problem in line #47 of iCal/Parser/HTML.pm
Date: Sun, 18 May 2008 20:35:31 +1000
To: bug-iCal-Parser-HTML [...] rt.cpan.org
From: Nathan Bailey <Nathan.Bailey [...] its.monash.edu>
I note that this module is unchanged since 2006, so I'm guessing perhaps this is a problem on my system rather than in the module (which is presumably happily working for others :-) Any idea what this error is/why it's happening? thanks! N PS: Tried force installing but the same error happens when I run ical2html. Would you like to install ical2html, a command line frontend? [n] y Creating new 'Build' script for 'iCal-Parser-HTML' version '1.06' /usr/bin/perl Build --makefile_env_macros 1 Copying lib/iCal/Parser/HTML.pm -> blib/lib/iCal/Parser/HTML.pm Copying scripts/ical2html -> blib/script/ical2html Copying lib/iCal/Parser/HTML/stylesheet/week.xsl -> blib/lib/iCal/ Parser/HTML/stylesheet/week.xsl Copying lib/iCal/Parser/HTML/stylesheet/index.xsl -> blib/lib/iCal/ Parser/HTML/stylesheet/index.xsl Copying lib/iCal/Parser/HTML/stylesheet/month-util.xsl -> blib/lib/ iCal/Parser/HTML/stylesheet/month-util.xsl Copying lib/iCal/Parser/HTML/stylesheet/year.xsl -> blib/lib/iCal/ Parser/HTML/stylesheet/year.xsl Copying lib/iCal/Parser/HTML/stylesheet/day.xsl -> blib/lib/iCal/ Parser/HTML/stylesheet/day.xsl Copying lib/iCal/Parser/HTML/stylesheet/month.xsl -> blib/lib/iCal/ Parser/HTML/stylesheet/month.xsl Copying lib/iCal/Parser/HTML/stylesheet/cal-util.xsl -> blib/lib/iCal/ Parser/HTML/stylesheet/cal-util.xsl Copying lib/iCal/Parser/HTML/stylesheet/day-util.xsl -> blib/lib/iCal/ Parser/HTML/stylesheet/day-util.xsl Manifying blib/script/ical2html -> blib/bindoc/ical2html.1 Manifying blib/lib/iCal/Parser/HTML.pm -> blib/libdoc/iCal::Parser::HTML.3pm /usr/bin/make -j3 -- OK Running make test /usr/bin/perl Build --makefile_env_macros 1 test t/00load.....ok t/01parse....xmlXPathCompOpEval: function ampm bound to undefined prefix my xmlXPathCompOpEval: function conflict bound to undefined prefix my Invalid type xmlXPathCompiledEval: evaluation failed runtime error: file /Users/nate/.cpan/build/iCal-Parser-HTML-1.06/blib/ lib/iCal/Parser/HTML/stylesheet/day-util.xsl line 60 element variable Failed to evaluate the expression of variable 'span'. at /Users/nate/.cpan/build/iCal-Parser-HTML-1.06/blib/lib/iCal/ Parser/HTML.pm line 47 # Looks like your test died before it could output anything. t/01parse....dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-19 Failed 19/19 tests, 0.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/01parse.t 255 65280 19 38 200.00% 1-19 Failed 1/2 test scripts, 50.00% okay. 19/21 subtests failed, 9.52% okay. make: *** [test] Error 255 /usr/bin/make test -- NOT OK
Show quoted text
> t/01parse....xmlXPathCompOpEval: function ampm bound to undefined > prefix my > xmlXPathCompOpEval: function conflict bound to undefined prefix my > xmlXPathCompiledEval: evaluation failed
What OS and versions of XML::LibXML, XML::LibXSLT and libxml/libxslt do you have? Are you sure that XML::LibXML and XML::LibXSLT pass all their test?
fixed in version 1.07 -- add missing namespace prefix