Re: Blead fails to build on i386?
[email protected] (Tony Cook)
| Newsgroups | perl.perl5.porters |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jan 13, 2026 at 05:55:39PM -0800, Scott Baker wrote: > 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. No, it's https://github.com/Perl/perl5/issues/24015 which isn't platform specific. Tony