lang/perl5.36 doen't compile after the upgrade from 13.2 to 13.3
Date: Tue, 09 Apr 2024 22:52:50 UTC
Hi, I have an odd problem. lang/perl5.36 doen't compile after the upgrade from 13.2 to 13.3. The ports tree is up-to-date. Last lines of the compile-log: | cc -shared -L/usr/ports/lang/perl5.36/work/perl-5.36.3 -L/usr/local/lib/perl5/5.36/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong Collate.o -o ../../lib/auto/Unicode/Collate/Collate.so | chmod 755 ../../lib/auto/Unicode/Collate/Collate.so | LD_LIBRARY_PATH=/usr/ports/lang/perl5.36/work/perl-5.36.3 ./miniperl -Ilib make_ext.pl lib/auto/Unicode/Normalize/Normalize.so MAKE="/usr/bin/make" LIBPERL_A=libperl.so.5.36.3 LINKTYPE=dynamic | Making header files for XS... | Use of uninitialized value $tab[2] in substitution (s///) at ./mkheader line 122. | Use of uninitialized value $_[0] in pattern match (m//) at ./mkheader line 108. | Illegal hexadecimal digit '!' ignored at ./mkheader line 124. | Use of uninitialized value $tab[1] in string eq at ./mkheader line 125. | Weird Canonical Decomposition of U+0000 at ./mkheader line 155. | require ./mkheader called at Makefile.PL line 13 | Unsuccessful Makefile.PL(dist/Unicode-Normalize): code=65280 at make_ext.pl line 532. | *** Error code 2 | | Stop. Complete log there: https://zerobin.net/?461ab1adeb6e2916#WYjQaxe1yF7QGfsoQFMLFSeucdcP8PxAqYzJ9yxPMRk= I already tried make MAKE_JOBS_UNSAFE=yes without success. Googling din't find other ones with the same problem. So I need some help to debug this. Thanks