Skip Menu |

This queue is for tickets about the SPVM CPAN distribution.

Report information
The Basics
Id: 127069
Status: resolved
Priority: 0/
Queue: SPVM

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

Bug Information
Severity: (no value)
Broken in:
  • 0.0369
  • 0.0374
  • 0.0375
Fixed in: (no value)



Subject: Wrong perl used in tests (0.0369)
The test suite may fail because the wrong perl is used in the test suite (the first perl in $PATH, not the perl used running Makefile.PL): ... Can't load '/home/cpansand/.cpan/build/2018090809/SPVM-0.0369-1/blib/arch/auto/SPVM/SPVM.so' for module SPVM: /home/cpansand/.cpan/build/2018090809/SPVM-0.0369-1/blib/arch/auto/SPVM/SPVM.so: Undefined symbol "PL_unitcheckav" at /usr/local/lib/perl5/5.24/mach/DynaLoader.pm line 193. Compilation failed in require at /home/cpansand/.cpan/build/2018090809/SPVM-0.0369-1/blib/lib/SPVM/Builder.pm line 19. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2018090809/SPVM-0.0369-1/blib/lib/SPVM/Builder.pm line 19. Compilation failed in require at /home/cpansand/.cpan/build/2018090809/SPVM-0.0369-1/blib/lib/SPVM/Builder/Exe.pm line 9. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2018090809/SPVM-0.0369-1/blib/lib/SPVM/Builder/Exe.pm line 9. Compilation failed in require at blib/script/spvmcc line 6. BEGIN failed--compilation aborted at blib/script/spvmcc line 6. Can't execute comman perl -Mblib -- blib/script/spvmcc -q -I t/default/lib TestCase::MyExe: at t/exe.t line 31. t/exe.t ............................. Dubious, test returned 2 (wstat 512, 0x200) No subtests run ...
On 2018-09-08 03:45:51, SREZIC wrote: Show quoted text
> The test suite may fail because the wrong perl is used in the test > suite (the first perl in $PATH, not the perl used running > Makefile.PL): > > ... > Can't load '/home/cpansand/.cpan/build/2018090809/SPVM-0.0369- > 1/blib/arch/auto/SPVM/SPVM.so' for module SPVM: > /home/cpansand/.cpan/build/2018090809/SPVM-0.0369- > 1/blib/arch/auto/SPVM/SPVM.so: Undefined symbol "PL_unitcheckav" at > /usr/local/lib/perl5/5.24/mach/DynaLoader.pm line 193. > Compilation failed in require at > /home/cpansand/.cpan/build/2018090809/SPVM-0.0369- > 1/blib/lib/SPVM/Builder.pm line 19. > BEGIN failed--compilation aborted at > /home/cpansand/.cpan/build/2018090809/SPVM-0.0369- > 1/blib/lib/SPVM/Builder.pm line 19. > Compilation failed in require at > /home/cpansand/.cpan/build/2018090809/SPVM-0.0369- > 1/blib/lib/SPVM/Builder/Exe.pm line 9. > BEGIN failed--compilation aborted at > /home/cpansand/.cpan/build/2018090809/SPVM-0.0369- > 1/blib/lib/SPVM/Builder/Exe.pm line 9. > Compilation failed in require at blib/script/spvmcc line 6. > BEGIN failed--compilation aborted at blib/script/spvmcc line 6. > Can't execute comman perl -Mblib -- blib/script/spvmcc -q -I > t/default/lib TestCase::MyExe: at t/exe.t line 31. > t/exe.t ............................. > Dubious, test returned 2 (wstat 512, 0x200) > No subtests run > ...
It looks like this error does not happen anymore.
Subject: Re: [rt.cpan.org #127069] Wrong perl used in tests
Date: Tue, 2 Oct 2018 07:17:02 +0900
To: bug-SPVM [...] rt.cpan.org
From: Yuki Kimoto <kimoto.yuki [...] gmail.com>
thank you for your messesa. 2018年9月29日(土) 16:46 Slaven_Rezic via RT <bug-SPVM@rt.cpan.org>: Show quoted text
> Queue: SPVM > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=127069 > > > On 2018-09-08 03:45:51, SREZIC wrote:
> > The test suite may fail because the wrong perl is used in the test > > suite (the first perl in $PATH, not the perl used running > > Makefile.PL): > > > > ... > > Can't load '/home/cpansand/.cpan/build/2018090809/SPVM-0.0369- > > 1/blib/arch/auto/SPVM/SPVM.so' for module SPVM: > > /home/cpansand/.cpan/build/2018090809/SPVM-0.0369- > > 1/blib/arch/auto/SPVM/SPVM.so: Undefined symbol "PL_unitcheckav" at > > /usr/local/lib/perl5/5.24/mach/DynaLoader.pm line 193. > > Compilation failed in require at > > /home/cpansand/.cpan/build/2018090809/SPVM-0.0369- > > 1/blib/lib/SPVM/Builder.pm line 19. > > BEGIN failed--compilation aborted at > > /home/cpansand/.cpan/build/2018090809/SPVM-0.0369- > > 1/blib/lib/SPVM/Builder.pm line 19. > > Compilation failed in require at > > /home/cpansand/.cpan/build/2018090809/SPVM-0.0369- > > 1/blib/lib/SPVM/Builder/Exe.pm line 9. > > BEGIN failed--compilation aborted at > > /home/cpansand/.cpan/build/2018090809/SPVM-0.0369- > > 1/blib/lib/SPVM/Builder/Exe.pm line 9. > > Compilation failed in require at blib/script/spvmcc line 6. > > BEGIN failed--compilation aborted at blib/script/spvmcc line 6. > > Can't execute comman perl -Mblib -- blib/script/spvmcc -q -I > > t/default/lib TestCase::MyExe: at t/exe.t line 31. > > t/exe.t ............................. > > Dubious, test returned 2 (wstat 512, 0x200) > > No subtests run > > ...
> > It looks like this error does not happen anymore. >