Skip Menu |

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

Report information
The Basics
Id: 43850
Status: resolved
Priority: 0/
Queue: Devel-CheckLib

People
Owner: Nobody in particular
Requestors: michael [...] bizsystems.com
Cc: dcantrell [...] cpan.org
AdminCc:

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



CC: pause [...] barnyard.co.uk
perl, v5.8.4 built for sun4-solaris-64int SunOS 5.10 Generic_137137-09 sun4u sparc sun4u fails for both CC and GCC gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) cc: Sun C 5.9 SunOS_sparc Patch 124867-01 2007/07/12 Test::More 0.86 File::Temp 0.21 IO::CaptureOutput 1.1101 make has no errors Test verbose does not seem to give any additional info. Let me know what I can do to assist. -bash-3.00# make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load.t ................... ok t/bad-single-word-compiler.t .. ok t/dash-l-libs.t ............... 1/1 # Failed test 'LIBS => '-lm -lbazbam -L/tmp/H_jtfc_jM4'' # 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. t/dash-l-libs.t ............... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests t/exit_with_message.t ......... ok t/found.t ..................... 4/4 # Failed test 'lib => 'bazbam', libpath => '/tmp/JpVYvjETeZ'' # at t/found.t line 53. # got: 'Can't link/include 'bazbam' # ' # expected: '' # STDOUT: # STDERR: # Looks like you failed 1 test of 4. t/found.t ..................... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/4 subtests t/headers.t ................... ok t/multi-word-compiler.t ....... ok t/not_found.t ................. 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.46 usr 0.16 sys + 5.58 cusr 1.84 csys = 8.04 CPU) Result: FAIL Failed 2/8 test programs. 2/22 subtests failed. *** Error code 29 make: Fatal error: Command failed for target `test_dynamic'
Is this issue leave in latest? On 2009-3月-04 水 17:43:46, MIKER wrote: Show quoted text
> perl, v5.8.4 built for sun4-solaris-64int > SunOS 5.10 Generic_137137-09 sun4u sparc sun4u > > fails for both CC and GCC > gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > cc: Sun C 5.9 SunOS_sparc Patch 124867-01 2007/07/12 > > Test::More 0.86 > File::Temp 0.21 > IO::CaptureOutput 1.1101 > > make has no errors > > Test verbose does not seem to give any additional info. Let me know > what I can do to assist. > > -bash-3.00# make test > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/00-load.t ................... ok > t/bad-single-word-compiler.t .. ok > t/dash-l-libs.t ............... 1/1 > # Failed test 'LIBS => '-lm -lbazbam -L/tmp/H_jtfc_jM4'' > # 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. > t/dash-l-libs.t ............... Dubious, test returned 1 (wstat 256,
0x100) Show quoted text
> Failed 1/1 subtests > t/exit_with_message.t ......... ok > t/found.t ..................... 4/4 > # Failed test 'lib => 'bazbam', libpath => '/tmp/JpVYvjETeZ'' > # at t/found.t line 53. > # got: 'Can't link/include 'bazbam' > # ' > # expected: '' > # STDOUT: > # STDERR: > # Looks like you failed 1 test of 4. > t/found.t ..................... Dubious, test returned 1 (wstat 256,
0x100) Show quoted text
> Failed 1/4 subtests > t/headers.t ................... ok > t/multi-word-compiler.t ....... ok > t/not_found.t ................. 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.46 usr 0.16 sys + 5.58 cusr > 1.84 csys = 8.04 CPU) > Result: FAIL > Failed 2/8 test programs. 2/22 subtests failed. > *** Error code 29 > make: Fatal error: Command failed for target `test_dynamic'
Test::Simple 0.98 builds and tests just fine. Thanks Michael On Fri Mar 18 08:37:45 2011, mattn wrote: Show quoted text
> Is this issue leave in latest? > > On 2009-3月-04 水 17:43:46, MIKER wrote:
> > perl, v5.8.4 built for sun4-solaris-64int > > SunOS 5.10 Generic_137137-09 sun4u sparc sun4u > > > > fails for both CC and GCC > > gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > > cc: Sun C 5.9 SunOS_sparc Patch 124867-01 2007/07/12 > > > > Test::More 0.86 > > File::Temp 0.21 > > IO::CaptureOutput 1.1101 > > > > make has no errors > > > > Test verbose does not seem to give any additional info. Let me know > > what I can do to assist. > > > > -bash-3.00# make test > > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > > t/00-load.t ................... ok > > t/bad-single-word-compiler.t .. ok > > t/dash-l-libs.t ............... 1/1 > > # Failed test 'LIBS => '-lm -lbazbam -L/tmp/H_jtfc_jM4'' > > # 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. > > t/dash-l-libs.t ............... Dubious, test returned 1 (wstat 256,
> 0x100)
> > Failed 1/1 subtests > > t/exit_with_message.t ......... ok > > t/found.t ..................... 4/4 > > # Failed test 'lib => 'bazbam', libpath => '/tmp/JpVYvjETeZ'' > > # at t/found.t line 53. > > # got: 'Can't link/include 'bazbam' > > # ' > > # expected: '' > > # STDOUT: > > # STDERR: > > # Looks like you failed 1 test of 4. > > t/found.t ..................... Dubious, test returned 1 (wstat 256,
> 0x100)
> > Failed 1/4 subtests > > t/headers.t ................... ok > > t/multi-word-compiler.t ....... ok > > t/not_found.t ................. 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.46 usr 0.16 sys + 5.58 cusr > > 1.84 csys = 8.04 CPU) > > Result: FAIL > > Failed 2/8 test programs. 2/22 subtests failed. > > *** Error code 29 > > make: Fatal error: Command failed for target `test_dynamic'
> >