D3d3k

Results 187 comments of D3d3k

If I use perl-5.32.0 & perl-cross-1.3.4 instead, build completes without error.

Tried perl-5.35.0 with perl-cross-1.3.6 ... also segfaults like perl-5.34.0

Perl-5.32.1 & perl-cross-1.3.5 compiles fine. ~~Looks like a change after 5.32.1 breaks under musl.~~

Perl 5.34.0 compiles fine in chroot. For now, perl-5.32.1 with perl-cross-1.3.6 can be built for the toolchain and perl-5.34.0 can be built during chroot (final/target system). Could be an issue...

Attempted to try perl-cross(commit b1b85b6) with perl 5.35.1: ``` make crosspatch make[1]: Entering directory '/mnt/oml/sources/perl-5.35.1' make[1]: Nothing to be done for 'crosspatch'. make[1]: Leaving directory '/mnt/oml/sources/perl-5.35.1' make miniperl make[1]: Entering...

Looking at 'synatx error' of lib/Config_heavy.pl line 1458 ... looks different when compared to a 5.32.1 build: ``` version='5.35.1' version_patchlevel_string='version 35 subversion 1' versiononly='undef' vi='' xlibpth='' yacc='yacc' yaccflags='' zcat='' zip='zip'...

If restart the build... copy perl-cross over perl-5.35.1 source, then configure perl-5.35.1 source, and only do: ``` make miniperl ``` Build fails on `make dynaloader`. Quickly built perl-5.32.1 and copied...

`make` target order: - [x] crosspatch - [ ] miniperl --> builds but segfaults - [x] dynaloader - [x] perl - [x] nonxs_ext - [x] utilities - [x] extensions -...

# Looks like an issue with how `miniperl` and `miniperl_top` is cross-compiled

Good question... I am not sure why, to be honest I just copied over patches and APKBUILD from Alpine Linux and didn't evaluate each one... just to get GCC to...