Subject: | t/inline.t does not pass anymore |
I get test errors in t/inline.t on all of my smokers. A sample log:
...
Unsuccessful stat on filename containing newline at /usr/perl5.18.4p/lib/site_perl/5.18.4/Inline/C.pm line 72.
# No tests run!
# Failed test 'No tests run for subtest "Retrieve a constant"'
# at t/inline.t line 33.
make[1]: don't know how to make /home/cpansand/.cpan/build/2019042702/Alien-MuPDF-0.010-0/blib/lib/auto/share/dist/Alien-MuPDF/lib/libmupdfthird.a. Stop
make[1]: stopped in /home/cpansand/.cpan/build/2019042702/Alien-MuPDF-0.010-0/_Inline/build/inline_t_7d25
A problem was encountered while attempting to compile and install your Inline
C code. The command that failed was:
"make > out.make 2>&1" with error code 2
The build directory was:
/home/cpansand/.cpan/build/2019042702/Alien-MuPDF-0.010-0/_Inline/build/inline_t_7d25
To debug the problem, cd to the build directory, and inspect the output files.
Environment MAKEFLAGS = ''
Environment MAKELEVEL = '1'
Environment PATH = '/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd11.2:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts'
at t/inline.t line 21.
...propagated at /usr/perl5.18.4p/lib/site_perl/5.18.4/Inline/C.pm line 869.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 2.
t/inline.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/2 subtests
...