Skip Menu |

This queue is for tickets about the SPVM CPAN distribution.

Report information
The Basics
Id: 128675
Status: open
Priority: 0/
Queue: SPVM

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

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



Subject: Wrong perl used in tests (0.0417)
t/exe/exe.t fails on most of my smoker systems like this: ... Can't locate ExtUtils/CBuilder.pm in @INC (@INC contains: /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/arch /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/lib /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/lib /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/arch /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/lib/SPVM/Builder/CC.pm line 9. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/lib/SPVM/Builder/CC.pm line 9. Compilation failed in require at /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/lib/SPVM/Builder.pm line 11. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/lib/SPVM/Builder.pm line 11. Compilation failed in require at /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/lib/SPVM.pm line 15. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/lib/SPVM.pm line 15. Compilation failed in require at blib/script/spvmcc line 6. BEGIN failed--compilation aborted at blib/script/spvmcc line 6. Can't execute command perl -Mblib blib/script/spvmcc -B t/exe/spvm_build -I t/default/lib -o t/spvm_build/work/exe/myexe TestCase::MyExe: at t/exe/exe.t line 22. t/exe/exe.t ............................ Dubious, test returned 2 (wstat 512, 0x200) No subtests run ... It looks like the system perl (first perl in $PATH) is used here, and not the perl which was used to build the distribution. A typical fix is to use $^X in this situation.
Subject: Re: [rt.cpan.org #128675] Wrong perl used in tests (0.0417)
Date: Fri, 1 Mar 2019 17:25:44 +0900
To: bug-SPVM [...] rt.cpan.org
From: Yuki Kimoto <kimoto.yuki [...] gmail.com>
thank you. I will fix it next release. 2019年3月1日(金) 15:56 Slaven_Rezic via RT <bug-SPVM@rt.cpan.org>: Show quoted text
> Fri Mar 01 01:56:09 2019: Request 128675 was acted upon. > Transaction: Ticket created by SREZIC > Queue: SPVM > Subject: Wrong perl used in tests (0.0417) > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: SREZIC@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=128675 > > > > t/exe/exe.t fails on most of my smoker systems like this: > > ... > Can't locate ExtUtils/CBuilder.pm in @INC (@INC contains: > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/arch > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/lib > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/lib > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/arch > /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl > /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/lib/SPVM/Builder/CC.pm > line 9. > BEGIN failed--compilation aborted at > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/lib/SPVM/Builder/CC.pm > line 9. > Compilation failed in require at > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/lib/SPVM/Builder.pm > line 11. > BEGIN failed--compilation aborted at > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/lib/SPVM/Builder.pm > line 11. > Compilation failed in require at > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/lib/SPVM.pm line > 15. > BEGIN failed--compilation aborted at > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/lib/SPVM.pm line > 15. > Compilation failed in require at blib/script/spvmcc line 6. > BEGIN failed--compilation aborted at blib/script/spvmcc line 6. > Can't execute command perl -Mblib blib/script/spvmcc -B t/exe/spvm_build > -I t/default/lib -o t/spvm_build/work/exe/myexe TestCase::MyExe: at > t/exe/exe.t line 22. > t/exe/exe.t ............................ > Dubious, test returned 2 (wstat 512, 0x200) > No subtests run > ... > > It looks like the system perl (first perl in $PATH) is used here, and not > the perl which was used to build the distribution. A typical fix is to use > $^X in this situation. >
It seems that something similar happened again in SPVM-0.0702: ... Can't load '/home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/blib/arch/auto/SPVM/SPVM.so' for module SPVM: /home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/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/2020062400/SPVM-0.0702-eGug46/t/default/../test_files_tmp/print-script.pl line 8. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/t/default/../test_files_tmp/print-script.pl line 8. # Failed test at t/default/print.t line 71. # got: '' # expected: 'Hello' Can't load '/home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/blib/arch/auto/SPVM/SPVM.so' for module SPVM: /home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/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/2020062400/SPVM-0.0702-eGug46/t/default/../test_files_tmp/print-script.pl line 8. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/t/default/../test_files_tmp/print-script.pl line 8. # Failed test at t/default/print.t line 81. # got: '' # expected: ' # ' Can't load '/home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/blib/arch/auto/SPVM/SPVM.so' for module SPVM: /home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/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/2020062400/SPVM-0.0702-eGug46/t/default/../test_files_tmp/print-script.pl line 8. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/t/default/../test_files_tmp/print-script.pl line 8. # Failed test at t/default/print.t line 90. # got: '' # expected: 'AAAAAAAAAAAAA # BBBBBBBBBBBBBBBBBBB # CCCCCCCCCCCCCCCCCCCCCCCCCCC # DDDDDDDDDDDDDDDDDDDDDDDDD # EEEEEEEEEEEEEEEEEEEEEE # FFFFFFFFFFFFFF # ' Can't load '/home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/blib/arch/auto/SPVM/SPVM.so' for module SPVM: /home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/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/2020062400/SPVM-0.0702-eGug46/t/default/../test_files_tmp/print-script.pl line 8. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/t/default/../test_files_tmp/print-script.pl line 8. Can't load '/home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/blib/arch/auto/SPVM/SPVM.so' for module SPVM: /home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/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/2020062400/SPVM-0.0702-eGug46/t/default/../test_files_tmp/print-script.pl line 8. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/t/default/../test_files_tmp/print-script.pl line 8. # Looks like you failed 3 tests of 6. t/default/print.t ...................... Dubious, test returned 3 (wstat 768, 0x300) Failed 3/6 subtests ... (etc) ... On 2019-03-01 03:25:36, kimoto.yuki@gmail.com wrote: Show quoted text
> thank you. > > I will fix it next release. > > 2019年3月1日(金) 15:56 Slaven_Rezic via RT <bug-SPVM@rt.cpan.org>: >
> > Fri Mar 01 01:56:09 2019: Request 128675 was acted upon. > > Transaction: Ticket created by SREZIC > > Queue: SPVM > > Subject: Wrong perl used in tests (0.0417) > > Broken in: (no value) > > Severity: (no value) > > Owner: Nobody > > Requestors: SREZIC@cpan.org > > Status: new > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=128675 > > > > > > > t/exe/exe.t fails on most of my smoker systems like this: > > > > ... > > Can't locate ExtUtils/CBuilder.pm in @INC (@INC contains: > > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/arch > > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/lib > > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/lib > > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/arch > > /usr/local/lib64/perl5 /usr/local/share/perl5 > > /usr/lib64/perl5/vendor_perl > > /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at > > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417- > > 0/blib/lib/SPVM/Builder/CC.pm > > line 9. > > BEGIN failed--compilation aborted at > > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417- > > 0/blib/lib/SPVM/Builder/CC.pm > > line 9. > > Compilation failed in require at > > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417- > > 0/blib/lib/SPVM/Builder.pm > > line 11. > > BEGIN failed--compilation aborted at > > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417- > > 0/blib/lib/SPVM/Builder.pm > > line 11. > > Compilation failed in require at > > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/lib/SPVM.pm > > line > > 15. > > BEGIN failed--compilation aborted at > > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/lib/SPVM.pm > > line > > 15. > > Compilation failed in require at blib/script/spvmcc line 6. > > BEGIN failed--compilation aborted at blib/script/spvmcc line 6. > > Can't execute command perl -Mblib blib/script/spvmcc -B > > t/exe/spvm_build > > -I t/default/lib -o t/spvm_build/work/exe/myexe TestCase::MyExe: at > > t/exe/exe.t line 22. > > t/exe/exe.t ............................ > > Dubious, test returned 2 (wstat 512, 0x200) > > No subtests run > > ... > > > > It looks like the system perl (first perl in $PATH) is used here, and > > not > > the perl which was used to build the distribution. A typical fix is > > to use > > $^X in this situation. > >
Subject: Re: [rt.cpan.org #128675] Wrong perl used in tests (0.0417)
Date: Wed, 24 Jun 2020 16:48:12 +0900
To: bug-SPVM [...] rt.cpan.org
From: Yuki Kimoto <kimoto.yuki [...] gmail.com>
Slaven_Rezic Thank you. I will fix next release. 2020年6月24日(水) 14:09 Slaven_Rezic via RT <bug-SPVM@rt.cpan.org>: Show quoted text
> Queue: SPVM > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=128675 > > > It seems that something similar happened again in SPVM-0.0702: > > ... > Can't load > '/home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/blib/arch/auto/SPVM/SPVM.so' > for module SPVM: > /home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/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/2020062400/SPVM-0.0702-eGug46/t/default/../test_files_tmp/ > print-script.pl line 8. > BEGIN failed--compilation aborted at > /home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/t/default/../test_files_tmp/ > print-script.pl line 8. > > # Failed test at t/default/print.t line 71. > # got: '' > # expected: 'Hello' > Can't load > '/home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/blib/arch/auto/SPVM/SPVM.so' > for module SPVM: > /home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/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/2020062400/SPVM-0.0702-eGug46/t/default/../test_files_tmp/ > print-script.pl line 8. > BEGIN failed--compilation aborted at > /home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/t/default/../test_files_tmp/ > print-script.pl line 8. > > # Failed test at t/default/print.t line 81. > # got: '' > # expected: ' > # ' > Can't load > '/home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/blib/arch/auto/SPVM/SPVM.so' > for module SPVM: > /home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/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/2020062400/SPVM-0.0702-eGug46/t/default/../test_files_tmp/ > print-script.pl line 8. > BEGIN failed--compilation aborted at > /home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/t/default/../test_files_tmp/ > print-script.pl line 8. > > # Failed test at t/default/print.t line 90. > # got: '' > # expected: 'AAAAAAAAAAAAA > # BBBBBBBBBBBBBBBBBBB > # CCCCCCCCCCCCCCCCCCCCCCCCCCC > # DDDDDDDDDDDDDDDDDDDDDDDDD > # EEEEEEEEEEEEEEEEEEEEEE > # FFFFFFFFFFFFFF > # ' > Can't load > '/home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/blib/arch/auto/SPVM/SPVM.so' > for module SPVM: > /home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/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/2020062400/SPVM-0.0702-eGug46/t/default/../test_files_tmp/ > print-script.pl line 8. > BEGIN failed--compilation aborted at > /home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/t/default/../test_files_tmp/ > print-script.pl line 8. > Can't load > '/home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/blib/arch/auto/SPVM/SPVM.so' > for module SPVM: > /home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/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/2020062400/SPVM-0.0702-eGug46/t/default/../test_files_tmp/ > print-script.pl line 8. > BEGIN failed--compilation aborted at > /home/cpansand/.cpan/build/2020062400/SPVM-0.0702-eGug46/t/default/../test_files_tmp/ > print-script.pl line 8. > # Looks like you failed 3 tests of 6. > t/default/print.t ...................... > Dubious, test returned 3 (wstat 768, 0x300) > Failed 3/6 subtests > ... (etc) ... > > On 2019-03-01 03:25:36, kimoto.yuki@gmail.com wrote:
> > thank you. > > > > I will fix it next release. > > > > 2019年3月1日(金) 15:56 Slaven_Rezic via RT <bug-SPVM@rt.cpan.org>: > >
> > > Fri Mar 01 01:56:09 2019: Request 128675 was acted upon. > > > Transaction: Ticket created by SREZIC > > > Queue: SPVM > > > Subject: Wrong perl used in tests (0.0417) > > > Broken in: (no value) > > > Severity: (no value) > > > Owner: Nobody > > > Requestors: SREZIC@cpan.org > > > Status: new > > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=128675 > > > > > > > > > > t/exe/exe.t fails on most of my smoker systems like this: > > > > > > ... > > > Can't locate ExtUtils/CBuilder.pm in @INC (@INC contains: > > > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/arch > > > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/lib > > > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/lib > > > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/arch > > > /usr/local/lib64/perl5 /usr/local/share/perl5 > > > /usr/lib64/perl5/vendor_perl > > > /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at > > > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417- > > > 0/blib/lib/SPVM/Builder/CC.pm > > > line 9. > > > BEGIN failed--compilation aborted at > > > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417- > > > 0/blib/lib/SPVM/Builder/CC.pm > > > line 9. > > > Compilation failed in require at > > > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417- > > > 0/blib/lib/SPVM/Builder.pm > > > line 11. > > > BEGIN failed--compilation aborted at > > > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417- > > > 0/blib/lib/SPVM/Builder.pm > > > line 11. > > > Compilation failed in require at > > > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/lib/SPVM.pm > > > line > > > 15. > > > BEGIN failed--compilation aborted at > > > /home/cpansand/.cpan/build/2019030106/SPVM-0.0417-0/blib/lib/SPVM.pm > > > line > > > 15. > > > Compilation failed in require at blib/script/spvmcc line 6. > > > BEGIN failed--compilation aborted at blib/script/spvmcc line 6. > > > Can't execute command perl -Mblib blib/script/spvmcc -B > > > t/exe/spvm_build > > > -I t/default/lib -o t/spvm_build/work/exe/myexe TestCase::MyExe: at > > > t/exe/exe.t line 22. > > > t/exe/exe.t ............................ > > > Dubious, test returned 2 (wstat 512, 0x200) > > > No subtests run > > > ... > > > > > > It looks like the system perl (first perl in $PATH) is used here, and > > > not > > > the perl which was used to build the distribution. A typical fix is > > > to use > > > $^X in this situation. > > >
> > > >