Subject: | "Operation in progress" and similar errors |
I just had this test failure:
t/20tfiles...........Operation in progress at
/usr/perl5.8.8@34559/lib/site_perl/5.8.8/i386-freebsd/XML/LibXML.pm line
511. at
/var/tmp/CPAN-build/html2dbk-0.03-4ZFxZ9/blib/lib/HTML/ToDocBook.pm line 196
# Looks like your test exited with 35 before it could output anything.
This error looks familiar to me: it happens if XML::LibXML is parsing
some XML and needs to fetch external DTDs but the site containing the
DTDs is down or otherwise not available. If this is really happening
here, then I suggest to collect all DTDs which are needed by
SVG::Convert, put them into the SVG::Convert distribution and install
them, and additionally use the local DTDs by specifying a catalog (I can
give you more information on this if you need it). This is also
beneficial because no remote access is needed and the module therefore
runs faster.
(See also http://rt.cpan.org/Ticket/Display.html?id=40377 for a similar
bug report)
Regards,
Slaven