Skip Menu |

This queue is for tickets about the SPVM CPAN distribution.

Report information
The Basics
Id: 129138
Status: new
Priority: 0/
Queue: SPVM

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

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



Subject: unrecognized command line option --no-as-needed (0.0425)
Compilation fails on most of my "modern" smokers (e.g. Ubuntu 18.04, debian/buster, all newer FreeBSD systems...): ... cc -I/opt/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE -fPIC -I/home/cpansand/.cpan/build/2019041203/SPVM-0.0425-2/blib/lib/SPVM/Builder/include -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c99 -Ispvm_build/include -O3 -o spvm_build/work/object/SPVM/CORE.o lib/SPVM/CORE.c cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -Lspvm_build/lib -o spvm_build/work/object/SPVM/CORE.so spvm_build/work/object/SPVM/CORE.o --no-as-needed -lm cc: error: unrecognized command line option ‘--no-as-needed’; did you mean ‘--no-assert’? error building spvm_build/work/object/SPVM/CORE.so from spvm_build/work/object/SPVM/CORE.o at /opt/perl-5.26.1/lib/site_perl/5.26.1/ExtUtils/CBuilder/Base.pm line 332. at /home/cpansand/.cpan/build/2019041203/SPVM-0.0425-2/blib/lib/SPVM/Builder/CC.pm line 432. SPVM::Builder::CC::link(SPVM::Builder::CC=HASH(0x559bc2d4c630), "SPVM::CORE", ARRAY(0x559bc3992328), "spvm_build/work/object/SPVM/CORE.o", HASH(0x559bc3a016b0)) called at /home/cpansand/.cpan/build/2019041203/SPVM-0.0425-2/blib/lib/SPVM/Builder/CC.pm line 199 SPVM::Builder::CC::build_dll(SPVM::Builder::CC=HASH(0x559bc2d4c630), "SPVM::CORE", ARRAY(0x559bc3992328), HASH(0x559bc3a016b0)) called at /home/cpansand/.cpan/build/2019041203/SPVM-0.0425-2/blib/lib/SPVM/Builder/CC.pm line 577 SPVM::Builder::CC::build_dll_native_dist(SPVM::Builder::CC=HASH(0x559bc2d4c630), "SPVM::CORE", ARRAY(0x559bc3992328)) called at /home/cpansand/.cpan/build/2019041203/SPVM-0.0425-2/blib/lib/SPVM/Builder.pm line 188 SPVM::Builder::build_dll_native_dist(SPVM::Builder=HASH(0x559bc2d373e0), "SPVM::CORE") called at -e line 1 Makefile:1595: recipe for target 'blib/lib/SPVM/CORE.so' failed make: *** [blib/lib/SPVM/CORE.so] Error 2 ...