Skip Menu |

This queue is for tickets about the ExtUtils-PkgConfig CPAN distribution.

Report information
The Basics
Id: 31966
Status: resolved
Priority: 0/
Queue: ExtUtils-PkgConfig

People
Owner: Nobody in particular
Requestors: raherh [...] gmail.com
Cc:
AdminCc:

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



Subject: test t/4/23 not ok
I install on windows with perl 5.10.0. Subtest 4/23 fails. Appears to me that it cannot unlink the file which is still open. Subtest 22 tries to write_version_macros bad, create_version_macros, find and croak without closing the file. Test 4 list: 1..23 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 Package __bad__ was not found in the pkg-config search path. Perhaps you should add the directory containing `__bad__.pc' to the PKG_CONFIG_PATH environment variable No package '__bad__' found ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 Package __bad__ was not found in the pkg-config search path. Perhaps you should add the directory containing `__bad__.pc' to the PKG_CONFIG_PATH environment variable No package '__bad__' found ok 22 not ok 23 # Failed test at t/4.t line 68. # Looks like you failed 1 test of 23. Radek
On Fri Dec 28 11:29:41 2007, rahe wrote: Show quoted text
> Subtest 4/23 fails. Appears to me that it cannot unlink the file which > is still open.
I changed the test in CVS to only unlink the file if it exists, and to ignore unlink()'s return value. That should get rid of the test failure, and should also leave no temporary file behind, I hope. Thanks for the report.