Re: Blead fails to build on i386?
[email protected] (Scott Baker)
| Newsgroups | perl.perl5.porters |
|---|---|
| Message-ID | <[email protected]> |
Wow thanks for the quick response. I can confirm that *git clean -dfX *did fix my issue. Gracias -- Scottchiefbaker On 1/13/2026 5:59 PM, Karl Williamson wrote: > On 1/13/26 18:55, 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. > > I did a 'git clean -dfX' and reconfigured, etc. And then things > worked again