Skip Menu |

This queue is for tickets about the Alien-MuPDF CPAN distribution.

Report information
The Basics
Id: 129326
Status: new
Priority: 0/
Queue: Alien-MuPDF

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

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



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 ...
On 2019-04-26 17:46:01, SREZIC wrote: Show quoted text
> 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 > ...
Actually "all" isn't true. Every now and then there's also a PASS report, but it's not clear what the reasons are (perl version or OS does not seem to be the reason).