Blead fails to build on i386?
[email protected] (Scott Baker)
| Newsgroups | perl.perl5.porters |
|---|---|
| Message-ID | <[email protected]> |
I'm running a Debian v12.9 i386 VM to test a module and I'm unable to compile Perl blead on it and I don't know why. Here is the command I ran, and the weird "goto" error I got when it bailed out. When I check *make_ext.pl *on line 358 there is no goto statement. $ ./Configure -des -DDEBUGGING -Dusedevel && make -j8 [snipped] Running pm_to_blib for cpan/Params-Check directly ./miniperl -Ilib make_ext.pl cpan/parent/pm_to_blib MAKE="make" LIBPERL_A=libperl.a ./miniperl -Ilib make_ext.pl cpan/perlfaq/pm_to_blib MAKE="make" LIBPERL_A=libperl.a cp corelist blib/script/corelist /home/bakers/github/perl5/dist/Module-CoreList/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/corelist Running pm_to_blib for cpan/perlfaq directly Running pm_to_blib for cpan/parent directly Use of "goto" to jump into a construct is no longer permitted at make_ext.pl line 358. ./miniperl -Ilib make_ext.pl ext/PerlIO-scalar/pm_to_blib MAKE="make" LIBPERL_A=libperl.a make: *** [makefile:599: dist/Net-Ping/pm_to_blib] Error 2 make: *** Waiting for unfinished jobs.... Running pm_to_blib for ext/PerlIO-scalar directly make[1]: Leaving directory '/home/bakers/github/perl5/dist/Math-Complex' Generating a Unix-style Makefile Writing Makefile for Module::Metadata ==> Your Makefile has been rebuilt. <== ==> Please rerun the make command. <== false make[1]: *** [Makefile:738: Makefile] Error 1 make[1]: Leaving directory '/home/bakers/github/perl5/cpan/Module-Metadata' make[1]: Entering directory '/home/bakers/github/perl5/cpan/Module-Metadata' make[1]: Leaving directory '/home/bakers/github/perl5/dist/Module-CoreList' make[1]: Leaving directory '/home/bakers/github/perl5/cpan/Module-Metadata'