Skip Menu |

This queue is for tickets about the Getopt-ArgvFile CPAN distribution.

Report information
The Basics
Id: 43737
Status: new
Priority: 0/
Queue: Getopt-ArgvFile

People
Owner: Nobody in particular
Requestors: bernhard.nebel [...] gmx.de
Cc:
AdminCc:

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



Subject: Error while installignArgvFile on MacOSX
When trying to install Getopt::ArgvFile (as part of the intallation of PAR:Packer) on MacOSX 10.5.6 (Perl 5.8.8), I got the following error message: ================================================================= Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/base.............ok t/expandenv........ok t/fileopt..........ok t/noHOMEvar........ok t/pod-coverage.....skipped: Test::Pod::Coverage 1.00 required for testing POD coverage t/pod..............ok t/prefix...........ok t/resolvepathes....1/? # Failed test at t/resolvepathes.t line 67. # Structures begin differing at: # $got->[1] = '/private/var/root/.cpan/build/Getopt-ArgvFile-1.11-937FIY/t/file1' # $expected->[1] = '/var/root/.cpan/build/Getopt-ArgvFile-1.11-937FIY/t/file1' # Looks like you failed 1 test of 4. t/resolvepathes.... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/4 subtests t/use1.............ok t/use2.............ok Test Summary Report ------------------- t/resolvepathes (Wstat: 256 Tests: 4 Failed: 1) Failed test: 4 Non-zero exit status: 1 Files=10, Tests=44, 1 wallclock secs ( 0.05 usr 0.03 sys + 0.35 cusr 0.11 csys = 0.54 CPU) Result: FAIL Failed 1/10 test programs. 1/44 subtests failed. ================================================================= The point is that there is a link from /var to /private/var - so the difference noted in the test is probably not an error at all. Cheers - Bernhard