Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 841469 Details for
Bug 885475
dev-perl/Term-ReadLine-Gnu-1.420.0-r1 - ld.lld: error: undefined symbol: xmalloc
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-perl:Term-ReadLine-Gnu-1.420.0-r1:20221211-163631.log
dev-perl:Term-ReadLine-Gnu-1.420.0-r1:20221211-163631.log (text/plain), 4.87 KB, created by
Toralf Förster
on 2022-12-11 16:46:15 UTC
(
hide
)
Description:
dev-perl:Term-ReadLine-Gnu-1.420.0-r1:20221211-163631.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2022-12-11 16:46:15 UTC
Size:
4.87 KB
patch
obsolete
> * Package: dev-perl/Term-ReadLine-Gnu-1.420.0-r1:0 > * Repository: gentoo > * Maintainer: perl@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking Term-ReadLine-Gnu-1.42.tar.gz to /var/tmp/portage/dev-perl/Term-ReadLine-Gnu-1.420.0-r1/work >>>> Source unpacked in /var/tmp/portage/dev-perl/Term-ReadLine-Gnu-1.420.0-r1/work >>>> Preparing source in /var/tmp/portage/dev-perl/Term-ReadLine-Gnu-1.420.0-r1/work/Term-ReadLine-Gnu-1.42 ... >>>> Source prepared. > * Clang 16 testing: this build is using a /etc/portage/bashrc hook (2022-12-05T13:24)! > * Clang 16 testing: see https://wiki.gentoo.org/wiki/Modern_C_porting for more info. >>>> Configuring source in /var/tmp/portage/dev-perl/Term-ReadLine-Gnu-1.420.0-r1/work/Term-ReadLine-Gnu-1.42 ... > * Using ExtUtils::MakeMaker > * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none DESTDIR=/var/tmp/portage/dev-perl/Term-ReadLine-Gnu-1.420.0-r1/image ><<<It seems that you have the GNU Readline Library version 8.2.>>> >ld.lld: error: undefined symbol: xmalloc >>>> referenced by rlmalloc.c >>>> /var/tmp/portage/dev-perl/Term-ReadLine-Gnu-1.420.0-r1/temp/rlmalloc-816a3b.o:(main) >>>> did you mean: malloc >>>> defined in: /lib64/libc.so.6 > >ld.lld: error: undefined symbol: xrealloc >>>> referenced by rlmalloc.c >>>> /var/tmp/portage/dev-perl/Term-ReadLine-Gnu-1.420.0-r1/temp/rlmalloc-816a3b.o:(main) >>>> did you mean: realloc >>>> defined in: /lib64/libc.so.6 > >ld.lld: error: undefined symbol: xfree >>>> referenced by rlmalloc.c >>>> /var/tmp/portage/dev-perl/Term-ReadLine-Gnu-1.420.0-r1/temp/rlmalloc-816a3b.o:(main) >clang-15: error: linker command failed with exit code 1 (use -v to see invocation) >Checking if your kit is complete... >Looks good >Generating a Unix-style Makefile >Writing Makefile for Term::ReadLine::Gnu >Writing MYMETA.yml and MYMETA.json >>>> Source configured. >'/var/tmp/portage/dev-perl/Term-ReadLine-Gnu-1.420.0-r1/temp/clang16-errors.log' -> '/var/tmp/clang/dev-perl/Term-ReadLine-Gnu-1.420.0-r1/clang16-errors.log' >'/var/tmp/portage/dev-perl/Term-ReadLine-Gnu-1.420.0-r1/temp/clang16-safe.log' -> '/var/tmp/clang/dev-perl/Term-ReadLine-Gnu-1.420.0-r1/clang16-safe.log' >>>> Compiling source in /var/tmp/portage/dev-perl/Term-ReadLine-Gnu-1.420.0-r1/work/Term-ReadLine-Gnu-1.42 ... >make -j4 'OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0' >"/usr/bin/perl" "/usr/lib64/perl5/5.36/ExtUtils/xsubpp" -typemap '/usr/lib64/perl5/5.36/ExtUtils/typemap' -typemap '/var/tmp/portage/dev-perl/Term-ReadLine-Gnu-1.420.0-r1/work/Term-ReadLine-Gnu-1.42/typemap' Gnu.xs > Gnu.xsc >Running Mkbootstrap for Gnu () >chmod 644 "Gnu.bs" >"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Gnu.bs blib/arch/auto/Term/ReadLine/Gnu/Gnu.bs 644 >cp Gnu.pm blib/lib/Term/ReadLine/Gnu.pm >cp Gnu/XS.pm blib/lib/Term/ReadLine/Gnu/XS.pm >AutoSplitting blib/lib/Term/ReadLine/Gnu/XS.pm (blib/lib/auto/Term/ReadLine/Gnu/XS) >blib/lib/Term/ReadLine/Gnu/XS.pm: some names are not unique when truncated to 8 characters: > directory blib/lib/auto/Term/ReadLine/Gnu/XS: > rl_bind_key.al, rl_bind_key_if_unbound.al, rl_bind_keyseq.al, rl_bind_keyseq_if_unbound.al truncate to rl_bind_ > rl_set_keymap.al, rl_set_key.al truncate to rl_set_k >mv Gnu.xsc Gnu.c >x86_64-pc-linux-gnu-gcc -c -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -fwrapv -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -march=native -fno-diagnostics-color -O2 -fno-strict-aliasing -DVERSION=\"1.42\" -DXS_VERSION=\"1.42\" -fPIC "-I/usr/lib64/perl5/5.36/x86_64-linux-quadmath/CORE" -DTRG_READLINE_VERSION=0x0802 -Dxfree=_rl_free -Dxmalloc=_rl_malloc -Dxrealloc=_rl_realloc Gnu.c >In file included from Gnu.xs:15: >/usr/lib64/perl5/5.36/x86_64-linux-quadmath/CORE/perl.h:2388:13: fatal error: > 'quadmath.h' file not found ># include <quadmath.h> > ^~~~~~~~~~~~ >1 error generated. >make: *** [Makefile:355: Gnu.o] Error 1 > * ERROR: dev-perl/Term-ReadLine-Gnu-1.420.0-r1::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=dev-perl/Term-ReadLine-Gnu-1.420.0-r1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-perl/Term-ReadLine-Gnu-1.420.0-r1::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-perl:Term-ReadLine-Gnu-1.420.0-r1:20221211-163631.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-perl/Term-ReadLine-Gnu-1.420.0-r1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-perl/Term-ReadLine-Gnu-1.420.0-r1/temp/environment'. > * Working directory: '/var/tmp/portage/dev-perl/Term-ReadLine-Gnu-1.420.0-r1/work/Term-ReadLine-Gnu-1.42' > * S: '/var/tmp/portage/dev-perl/Term-ReadLine-Gnu-1.420.0-r1/work/Term-ReadLine-Gnu-1.42' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 885475
:
841467
| 841469 |
841471
|
841473
|
841475
|
841477
|
841479
|
841481