Skip Menu |

This queue is for tickets about the Devel-CheckLib CPAN distribution.

Report information
The Basics
Id: 43826
Status: open
Priority: 0/
Queue: Devel-CheckLib

People
Owner: Nobody in particular
Requestors: michael [...] insulin-pumpers.org
Cc:
AdminCc:

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



Subject: Devel-CheckLib-0.5
Date: Tue, 03 Mar 2009 19:34:53 -0800
To: bug-Devel-CheckLib [...] rt.cpan.org
From: michael [...] insulin-pumpers.org
Devel-CheckLib-0.5 perl, v5.8.4 built for sun4-solaris-64int SunOS 5.10 Generic_137137-09 sun4u sparc sun4u I've used this on numerous platforms just fine and deployed with some of my modules so I know it runs on the smokers. Just installed: ExtUtils-CBuilder-0.24 File-Temp-0.21 IO-CaptureOutput-1.10 (version 1.11 won't fly here for some reason) Module-Build-0.32 PathTools-3.29 Test-Harness-3.16 Test-Simple-0.86 running as user "root" attempting to build/test Devel-CheckLib-0.5 gives these results (verbose) -bash-3.00# make test TEST_VERBOSE=1 cp lib/Devel/CheckLib.pm blib/lib/Devel/CheckLib.pm cp bin/use-devel-checklib blib/script/use-devel-checklib /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/use- devel-checklib PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-load.t ................... 1..1 ok 1 - Can load module ok t/bad-single-word-compiler.t .. 1..1 ok 1 - Bad multi-word compiler is not OK ok t/dash-l-libs.t ............... 1..1 not ok 1 - LIBS => '-lm -lbazbam -L/tmp/FGU7RHWtYB' # Failed test 'LIBS => '-lm -lbazbam -L/tmp/FGU7RHWtYB'' # at t/dash-l-libs.t line 45. # got: 'Can't link/include 'bazbam' # ' # expected: '' # STDOUT: # STDERR: # Looks like you failed 1 test of 1. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests t/exit_with_message.t ......... 1..1 ok 1 - missing hlagh detected non-fatally ok t/found.t ..................... 1..4 ok 1 - lib => 'm' ok 2 - lib => 'c' ok 3 - lib => ['m', 'c'] not ok 4 - lib => 'bazbam', libpath => '/tmp/aAcwyJZRNc' # Failed test 'lib => 'bazbam', libpath => '/tmp/aAcwyJZRNc'' # at t/found.t line 53. # got: 'Can't link/include 'bazbam' # ' # expected: '' # STDOUT: # STDERR: # Looks like you failed 1 test of 4. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/4 subtests t/headers.t ................... 1..5 ok 1 - INC => '-t/inc', header => 'headerfile.h' ok 2 - incpath => '.', header => 'headerfile.h' ok 3 - incpath => '.', header => 't/inc/headerfile.h' ok 4 - incpath => [qw(t/inc)], header => 'headerfile.h' ok 5 - INC => '-I. -It/inc', header => 'headerfile.h' ok t/multi-word-compiler.t ....... 1..1 ok 1 - Good multi-word compiler is OK ok t/not_found.t ................. 1..8 ok 1 - died on 'lib => 'foo'' ok 2 - missing 'foo' detected ok 3 - died on 'lib => [qw/m foo/]' ok 4 - missing 'foo' detected ok 5 - died on 'lib => [qw/foo m/]' ok 6 - missing 'foo' detected ok 7 - died on 'lib => [qw/foo bar/]' ok 8 - missing 'foo', 'bar' detected ok Test Summary Report ------------------- t/dash-l-libs.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 t/found.t (Wstat: 256 Tests: 4 Failed: 1) Failed test: 4 Non-zero exit status: 1 Files=8, Tests=22, 9 wallclock secs ( 0.43 usr 0.16 sys + 5.59 cusr 1.85 csys = 8.03 CPU) Result: FAIL Failed 2/8 test programs. 2/22 subtests failed. *** Error code 29 make: Fatal error: Command failed for target `test_dynamic'
Please could you let me know the output from running this: $ perl -MData::Dumper -MConfig -e 'print Dumper(\%Config)' and what versions and vendor are the cc, ar and ranlib listed.
Subject: Re: [rt.cpan.org #43826] Devel-CheckLib-0.5
Date: Fri, 10 Apr 2009 15:11:45 -0700
To: bug-Devel-CheckLib [...] rt.cpan.org
From: michael [...] insulin-pumpers.org
Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=43826 > > > Please could you let me know the output from running this: > > $ perl -MData::Dumper -MConfig -e 'print Dumper(\%Config)' > > and what versions and vendor are the cc, ar and ranlib listed.
%Config output attached cc -V cc: Sun C 5.9 SunOS_sparc Patch 124867-01 2007/07/12 gcc -v Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs Configured with: /sfw10/builds/build/sfw10-patch/usr/src/cmd/gcc/gcc- 3.4.3/configure --prefix=/usr/sfw --with-as=/usr/ccs/bin/as --without- gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable- languages=c,c++ --enable-shared Thread model: posix gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) ar -V ar: Software Generation Utilities (SGU) Solaris-ELF (4.0) and the ranlib script contains.... #!/usr/bin/sh # # Copyright (c) 1995 by Sun Microsystems, Inc. # All rights reserved. # #ident "@(#)ranlib.sh 1.1 95/03/01 SMI" # ranlib is obsolete in SunOS 5.x; the ar(1) command does this # automatically. This script is provided as a convenience for # software developers who need to maintain Makefiles that are # portable across a variety of operating systems. Best regards, Michael
The following section of this message contains a file attachment prepared for transmission using the Internet MIME message format. If you are using Pegasus Mail, or any other MIME-compliant system, you should be able to save it or view it from within your mailer. If you cannot, please ask your system administrator for assistance. Show quoted text
---- File information ----------- File: tmp.txt Date: 10 Apr 2009, 15:09 Size: 38947 bytes. Type: Text
Download tmp.txt
application/octet-stream 38k

Message body not shown because it is not plain text.

I can report a similar "make test" result from FreeBSD 7.2 and I've seen that Devel::CheckLib breaks File::LibMagic on AIX (see #46543)