On 2016-08-30 17:38:12, GWYN wrote:
Show quoted text> Le Mar 30 Aoû 2016 14:27:06, SREZIC a écrit :
>
>
> Can't view the bug reports so I can't see what's going on.
Be patient with the CPAN Testers webserver --- it's sometimes under heavy load, so you have to retry.
The fail reports I saw looked all like this:
# Failed test 'found db'
# at t/Sys-GNU-ldconfig.t line 31.
# got: '/lib/libdb.so'
# expected: '/lib/libdb.so.4'
# Failed test 'found db via OO'
# at t/Sys-GNU-ldconfig.t line 39.
# got: '/lib/libdb.so'
# expected: '/lib/libdb.so.4'
# Failed test 'found db via OO'
# at t/Sys-GNU-ldconfig.t line 42.
# got: '/lib/libdb.so'
# expected: '/lib/libdb.so.4'
# Failed test 'found something in opt'
# at t/Sys-GNU-ldconfig.t line 52.
# got: '/opt/lib/libother.so'
# expected: '/opt/lib/libother.so.13'
# Failed test 'found something in opt'
# at t/Sys-GNU-ldconfig.t line 56.
# got: '/opt/lib/libother.so'
# expected: '/opt/lib/libother.so.13'
# Looks like you failed 5 tests of 9.
t/Sys-GNU-ldconfig.t ..
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/9 subtests
Show quoted text> Makes zero
> sense as all the module does is check for files on the disk (-e) and
> readlink() if needed.
>
> Maybe $FindBin::Bin is broken?
Unlikely.