https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-perl/Term-ReadLine-Gnu-1.460.0 fails to compile. Discovered on: amd64 (internal ref: gcc15_tinderbox) System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Created attachment 909702 [details] build.log build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: /usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ld: rlmalloc.c:(.text.startup+0x1e): undefined reference to `xrealloc' /usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ld: rlmalloc.c:(.text.startup+0x3e): undefined reference to `xfree' rlmalloc.c:(.text.startup+0xe): undefined reference to `xmalloc' collect2: error: ld returned 1 exit status
``` INSTALLDIRS=vendor INSTALLMAN3DIR=none <<<It seems that you have the GNU Readline Library version 8.2.>>> /usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/dev-perl/Term-ReadLine-Gnu-1.460.0/temp/ccBloBEO.o: in function `main': rlmalloc.c:(.text.startup+0xe): undefined reference to `xmalloc' /usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ld: rlmalloc.c:(.text.startup+0x1e): undefined reference to `xrealloc' /usr/lib/gcc/x86_64-pc-linux-gnu/15/../../../../x86_64-pc-linux-gnu/bin/ld: rlmalloc.c:(.text.startup+0x3e): undefined reference to `xfree' collect2: error: ld returned 1 exit status Checking if your kit is complete... Looks good 'CPP' is not a known MakeMaker p ``` This makes it look like a configure test is confused :(