Skip Menu |

This queue is for tickets about the RDF-Simple CPAN distribution.

Report information
The Basics
Id: 132073
Status: new
Priority: 0/
Queue: RDF-Simple

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: XML::SAX is not installed properly
The test suite fails on some of my smokers: ... # XML::SAX is not installed properly. # Please use cpan or cpanp to install the XML::SAX module. # See http://perl-xml.sourceforge.net/faq/#parserdetails.ini for more information. Bailout called. Further testing stopped: XML::SAX is not installed properly FAILED--Further testing stopped: XML::SAX is not installed properly Makefile:793: recipe for target 'test_dynamic' failed make: *** [test_dynamic] Error 255 ... Looking further down in the test report, a XML-SAX blib directory is usually listed: ... @INC: /home/cpansand/.cpan/build/2020030616/XML-SAX-1.02-YmX8Y8/blib/arch /home/cpansand/.cpan/build/2020030616/XML-SAX-1.02-YmX8Y8/blib/lib ... It seems that ParserDetails.ini is only generated at installation time and not available before. So in test-only or test-first-then-install setups you cannot assume that a ParserDetails.ini file exists already.