Summary: | dev-perl/Term-ReadLine-Gnu-1.460.0 fails to compile: rlmalloc.c:(.text.startup+0xe): undefined reference to xmalloc | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo Perl team <perl> |
Status: | CONFIRMED --- | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 932474 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
![]() 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 :( |