Re: Blead fails to build on i386?
[email protected] (David Cantrell) Sun, 1 Mar 2026 21:28:01 +0000
| Newsgroups | perl.perl5.porters |
|---|---|
| Message-ID | <[email protected]> |
On 14/01/2026 01: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 ... It's worth noting that there are tests on Github for i386: https://github.com/Perl/perl5/blob/blead/.github/workflows/testsuite.yml#L306 although I see that it only builds and tests a perl with 32 bit integers it might be worth adding another build that enables 64 bit ints on 32-bit platforms with the -Duse64bitint flag. -- David Cantrell