Skip Menu |

This queue is for tickets about the Mxpress-PDF CPAN distribution.

Report information
The Basics
Id: 131816
Status: new
Priority: 0/
Queue: Mxpress-PDF

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

Bug Information
Severity: (no value)
Broken in:
  • 0.08
  • 0.19
  • 0.22
  • 0.23
  • 0.24
  • 0.25
Fixed in: (no value)



Subject: Could not create package Mxpress::PDF::Page::Component
On some of my smokers the test suite fails like this: ... # Failed test 'use Mxpress::PDF;' # at t/00-load.t line 10. # Tried to use 'Mxpress::PDF'. # Error: Could not create package Mxpress::PDF::Page::Component: `::Mxpress::PDF::Page::Component' is not a module name # BEGIN failed--compilation aborted at (eval 382) line 1. # at (eval 258) line 1. # BEGIN failed--compilation aborted at (eval 258) line 1. # at /usr/perl5.28.0p/lib/site_perl/5.28.0/B/Hooks/EndOfScope/XS.pm line 26. # Compilation failed in require at t/00-load.t line 10. # BEGIN failed--compilation aborted at t/00-load.t line 10. Bailout called. Further testing stopped: Use of uninitialized value $Mxpress::PDF::VERSION in concatenation (.) or string at t/00-load.t line 13. # Testing Mxpress::PDF , Perl 5.028000, /usr/perl5.28.0p/bin/perl5.28.0 # Looks like you failed 1 test of 1. FAILED--Further testing stopped. *** Error code 1 ...
On 2020-02-16 04:48:17, SREZIC wrote: Show quoted text
> On some of my smokers the test suite fails like this: > > ... > # Failed test 'use Mxpress::PDF;' > # at t/00-load.t line 10. > # Tried to use 'Mxpress::PDF'. > # Error: Could not create package Mxpress::PDF::Page::Component: > `::Mxpress::PDF::Page::Component' is not a module name > # BEGIN failed--compilation aborted at (eval 382) line 1. > # at (eval 258) line 1. > # BEGIN failed--compilation aborted at (eval 258) line 1. > # at /usr/perl5.28.0p/lib/site_perl/5.28.0/B/Hooks/EndOfScope/XS.pm > line 26. > # Compilation failed in require at t/00-load.t line 10. > # BEGIN failed--compilation aborted at t/00-load.t line 10. > Bailout called. Further testing stopped: > Use of uninitialized value $Mxpress::PDF::VERSION in concatenation (.) > or string at t/00-load.t line 13. > # Testing Mxpress::PDF , Perl 5.028000, > /usr/perl5.28.0p/bin/perl5.28.0 > # Looks like you failed 1 test of 1. > FAILED--Further testing stopped. > *** Error code 1 > ...
With 0.22, the error message looks different: PERL_DL_NONLAZY=1 "/opt/perl-5.30.0/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Bailout called. Further testing stopped: # Failed test 'use Mxpress::PDF;' # at t/00-load.t line 10. # Tried to use 'Mxpress::PDF'. # Error: `::Mxpress::PDF::Page::Component' is not a module name # BEGIN failed--compilation aborted at (eval 259) line 1. # at /opt/perl-5.30.0/lib/site_perl/5.30.0/B/Hooks/EndOfScope/XS.pm line 26. # Compilation failed in require at t/00-load.t line 10. # BEGIN failed--compilation aborted at t/00-load.t line 10. # Testing Mxpress::PDF 0.22, Perl 5.030000, /opt/perl-5.30.0/bin/perl # Looks like you failed 1 test of 1. FAILED--Further testing stopped. make: *** [Makefile:880: test_dynamic] Error 1