Skip Menu |

This queue is for tickets about the SVG-Convert-Driver-XAML CPAN distribution.

Report information
The Basics
Id: 40377
Status: open
Priority: 0/
Queue: SVG-Convert-Driver-XAML

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

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



Subject: "Operation in progress" error in test
I just had a test run of SVG-Convert-Driver-XAML which had the following error: t/01-well-formed....Operation in progressOperation in progressOperation in progressOperation in progressOperation in progressOperation in progress at /usr/perl5.8.8@34559/lib/site_perl/5.8.8/i386-freebsd/XML/LibXML.pm line 587. at /usr/local/src/CPAN/build/SVG-Convert-0.02-KtOYOg/blib/lib/SVG/Convert.pm line 201 # Looks like you planned 7 tests but only ran 4. # Looks like your test died just after 4. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 3/7 subtests 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 benefitial because no remote access is needed and the module therefore runs faster. Regards, Slaven
On Sat Oct 25 14:06:11 2008, SREZIC wrote: Show quoted text
> I just had a test run of SVG-Convert-Driver-XAML which had the following > error: > > t/01-well-formed....Operation in progressOperation in progressOperation > in progressOperation in progressOperation in progressOperation in > progress at > /usr/perl5.8.8@34559/lib/site_perl/5.8.8/i386-freebsd/XML/LibXML.pm line > 587. at > /usr/local/src/CPAN/build/SVG-Convert-0.02-KtOYOg/blib/lib/SVG/Convert.pm > line 201 > # Looks like you planned 7 tests but only ran 4. > # Looks like your test died just after 4. > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 3/7 subtests > > 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 > benefitial because no remote access is needed and the module therefore > runs faster. > > Regards, > Slaven
Slaven, I would like help solving the remote DTD problem for Test::XML::Valid, as we have a related bug report in that queue: https://rt.cpan.org/Ticket/Display.html?id=40390 Any help you could off in creating or referencing a local catalog of DTDs would be appreciated. Mark