Skip Menu |

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

Report information
The Basics
Id: 123992
Status: new
Priority: 0/
Queue: Devel-SharedLibs

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

Bug Information
Severity: (no value)
Broken in: v0.3.3
Fixed in: (no value)



Subject: t/02-Print.t fails on CentOS6 systems
On my CentOS6 smoker (various perls): ... SharedLibs output: '' # Output: /home/cpansand/.cpan/build/2018010118/Devel-SharedLibs-v0.3.3-0/t/bin/exec-stdout ($ENV{ DEVEL_SHAREDLIBS_PRINT } = 1) # [ # '# False path & DEVEL_SHAREDLIBS_PATH: output to stdout.', # '# ldd \'/opt/perl-5.27.7/bin/perl5.27.7\', \'/home/cpansand/.cpan/build/2018010118/Devel-SharedLibs-v0.3.3-0/t/bin/exec-stdout\'', # '(0x00007ffce1fa0000)', # '/lib64/libc.so.6', # '/lib64/libcrypt.so.1', # '/lib64/libdl.so.2', # '/lib64/libfreebl3.so', # '/lib64/libm.so.6', # '/lib64/libnsl.so.1', # '/lib64/libpthread.so.0', # '/lib64/libutil.so.1' # ] # Failed test 'Existing: '(0x00007ffce1fa0000)'' # at t/02-Print.t line 27. # Looks like you failed 1 test of 11. t/02-Print.t .... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/11 subtests ...
On 2018-01-01 15:09:42, SREZIC wrote: Show quoted text
> On my CentOS6 smoker (various perls): > > ... > SharedLibs output: '' > # Output: /home/cpansand/.cpan/build/2018010118/Devel-SharedLibs- > v0.3.3-0/t/bin/exec-stdout ($ENV{ DEVEL_SHAREDLIBS_PRINT } = 1) > # [ > # '# False path & DEVEL_SHAREDLIBS_PATH: output to stdout.', > # '# ldd \'/opt/perl-5.27.7/bin/perl5.27.7\', > \'/home/cpansand/.cpan/build/2018010118/Devel-SharedLibs-v0.3.3- > 0/t/bin/exec-stdout\'', > # '(0x00007ffce1fa0000)', > # '/lib64/libc.so.6', > # '/lib64/libcrypt.so.1', > # '/lib64/libdl.so.2', > # '/lib64/libfreebl3.so', > # '/lib64/libm.so.6', > # '/lib64/libnsl.so.1', > # '/lib64/libpthread.so.0', > # '/lib64/libutil.so.1' > # ] > > # Failed test 'Existing: '(0x00007ffce1fa0000)'' > # at t/02-Print.t line 27. > # Looks like you failed 1 test of 11. > t/02-Print.t .... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/11 subtests > ...
I see failures also on other linux systems. For example on Ubuntu 16.04: SharedLibs output: '' # Output: /home/cpansand/.cpan/build/2018010118/Devel-SharedLibs-v0.3.3-HK0dmp/t/bin/exec-stdout ($ENV{ DEVEL_SHAREDLIBS_PRINT } = 1) # [ # '# False path & DEVEL_SHAREDLIBS_PATH: output to stdout.', # '# ldd \'/opt/perl-5.22.2t/bin/perl\', \'/home/cpansand/.cpan/build/2018010118/Devel-SharedLibs-v0.3.3-HK0dmp/t/bin/exec-stdout\'', # '(0x00007ffcca693000)', # '/lib/x86_64-linux-gnu/libc.so.6', # '/lib/x86_64-linux-gnu/libcrypt.so.1', # '/lib/x86_64-linux-gnu/libdl.so.2', # '/lib/x86_64-linux-gnu/libm.so.6', # '/lib/x86_64-linux-gnu/libpthread.so.0' # ] # Failed test 'Existing: '(0x00007ffcca693000)'' # at t/02-Print.t line 27. # Looks like you failed 1 test of 8. t/02-Print.t .... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/8 subtests