Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 843389 Details for
Bug 886635
sys-libs/ncurses-6.3_p20221203 broken compilation with clang
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/x-log), 6.79 KB, created by
Alexander Polozov
on 2022-12-18 10:47:00 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Alexander Polozov
Created:
2022-12-18 10:47:00 UTC
Size:
6.79 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by configure, which was >generated by GNU Autoconf 2.52.20210509. Invocation command line was > > $ /var/tmp/portage/sys-libs/ncurses-6.3_p20221203/work/ncurses-6.3/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --with-terminfo-dirs=/etc/terminfo:/usr/share/terminfo --enable-pc-files --with-pkg-config-libdir=/usr/lib64/pkgconfig --with-shared --without-hashed-db --without-ada --with-cxx --with-cxx-binding --with-cxx-shared --without-debug --without-profile --without-gpm --disable-term-driver --disable-termcap --enable-symlinks --with-rcs-ids --with-manpage-format=normal --enable-const --enable-colorfgbg --enable-hard-tabs --enable-echo --enable-warnings --without-assertions --enable-leaks --without-expanded --with-macros --with-progs --without-tests --without-trace --with-termlib --disable-stripping --disable-pkg-ldflags --disable-widec --without-pthread --without-reentrant --includedir=/usr/include/cross --without-shared --with-normal --with-progs > >## ---------- ## >## Platform. ## >## ---------- ## > >hostname = localhost >uname -m = x86_64 >uname -r = 5.15.80-gentoo >uname -s = Linux >uname -v = #4 SMP PREEMPT Tue Dec 13 12:45:55 MSK 2022 > >/usr/bin/uname -p = Intel(R) Xeon(R) CPU E31240 @ 3.30GHz >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH = /usr/lib/portage/python3.10/ebuild-helpers/xattr:/usr/lib/portage/python3.10/ebuild-helpers:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/lib/llvm/15/bin > >## ------------ ## >## Core tests. ## >## ------------ ## > >configure:1171: PATH=".;."; conftest.sh >/var/tmp/portage/sys-libs/ncurses-6.3_p20221203/work/ncurses-6.3/configure: line 1172: conftest.sh: command not found >configure:1174: $? = 127 >configure:1191: checking for ggrep >configure:1217: result: no >configure:1191: checking for grep >configure:1206: found /bin/grep >configure:1214: result: grep >configure:1225: checking for egrep >configure:1281: result: grep -E >configure:1291: result: Configuring NCURSES 6.3 ABI 6 (Sun Dec 18 13:45:30 MSK 2022) >configure:1295: checking for package version >configure:1316: result: 6.3 >configure:1319: checking for package patch date >configure:1336: result: 20221203 >configure:1347: testing ABI VERSION 5:0:10 ... >configure:1351: testing VERSION_MAJOR 6 ... >configure:1355: testing VERSION_MINOR 3 ... >configure:1359: testing VERSION_PATCH 20221203 ... >configure:1501: checking build system type >configure:1519: result: x86_64-pc-linux-gnu >configure:1526: checking host system type >configure:1540: result: x86_64-pc-linux-gnu >configure:1548: checking target system type >configure:1562: result: x86_64-pc-linux-gnu >configure:1594: result: Configuring for linux-gnu >configure:1619: checking for fgrep >configure:1675: result: grep -F >configure:1679: checking for prefix >configure:1691: result: /usr >configure:1798: checking for x86_64-pc-linux-gnu-gcc >configure:1821: result: clang >configure:1878: checking for C compiler version >configure:1881: clang --version </dev/null >&5 >clang version 15.0.5 >Target: x86_64-pc-linux-gnu >Thread model: posix >InstalledDir: /usr/lib/llvm/15/bin >Configuration file: /etc/clang/clang.cfg >configure:1884: $? = 0 >configure:1886: clang -v </dev/null >&5 >clang version 15.0.5 >Target: x86_64-pc-linux-gnu >Thread model: posix >InstalledDir: /usr/lib/llvm/15/bin >Configuration file: /etc/clang/clang.cfg >System configuration file directory: /etc/clang >Selected GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/11 >Candidate multilib: .;@m64 >Candidate multilib: 32;@m32 >Selected multilib: .;@m64 >configure:1889: $? = 0 >configure:1891: clang -V </dev/null >&5 >clang-15: error: argument to '-V' is missing (expected 1 value) >clang-15: error: no input files >configure:1894: $? = 1 >configure:1914: checking for C compiler default output >configure:1917: clang -O2 -march=native -flto=thin -fdiagnostics-color=always -D_GNU_SOURCE -fuse-ld=lld -rtlib=compiler-rt -Wl,-O2 -Wl,--as-needed -static conftest.c >&5 >ld.lld: error: undefined symbol: __unordtf2 >>>> referenced by printf_fphex.o:(__printf_fphex) in archive /usr/lib/gcc/x86_64-pc-linux-gnu/11/../../../../lib64/libc.a >>>> referenced by printf_fphex.o:(__printf_fphex) in archive /usr/lib/gcc/x86_64-pc-linux-gnu/11/../../../../lib64/libc.a >>>> referenced by printf_fp.o:(__printf_fp_l) in archive /usr/lib/gcc/x86_64-pc-linux-gnu/11/../../../../lib64/libc.a >>>> referenced 1 more times > >ld.lld: error: undefined symbol: __letf2 >>>> referenced by printf_fphex.o:(__printf_fphex) in archive /usr/lib/gcc/x86_64-pc-linux-gnu/11/../../../../lib64/libc.a >>>> referenced by printf_fp.o:(__printf_fp_l) in archive /usr/lib/gcc/x86_64-pc-linux-gnu/11/../../../../lib64/libc.a >clang-15: [0;1;31merror: [0m[1mlinker command failed with exit code 1 (use -v to see invocation)[0m >configure:1920: $? = 1 >configure: failed program was: >#line 1898 "configure" >#include "confdefs.h" > >int >main (void) >{ > > ; > return 0; >} >configure:1943: error: C compiler cannot create executables > >## ----------------- ## >## Cache variables. ## >## ----------------- ## > >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_build_alias=x86_64-pc-linux-gnu >ac_cv_env_CC_set=set >ac_cv_env_CC_value=clang >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-O2 -march=native -flto=thin -fdiagnostics-color=always' >ac_cv_env_CPPFLAGS_set=set >ac_cv_env_CPPFLAGS_value=' -D_GNU_SOURCE' >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_CXXCPP_set= >ac_cv_env_CXXCPP_value= >ac_cv_env_CXXFLAGS_set=set >ac_cv_env_CXXFLAGS_value='-O2 -march=native -flto=thin -fdiagnostics-color=always' >ac_cv_env_CXX_set=set >ac_cv_env_CXX_value=clang++ >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-fuse-ld=lld -rtlib=compiler-rt -Wl,-O2 -Wl,--as-needed -static' >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=x86_64-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=x86_64-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_host=x86_64-pc-linux-gnu >ac_cv_host_alias=x86_64-pc-linux-gnu >ac_cv_path_EGREP='grep -E' >ac_cv_path_FGREP='grep -F' >ac_cv_prog_CC=clang >ac_cv_prog_GREP=grep >ac_cv_target=x86_64-pc-linux-gnu >ac_cv_target_alias=x86_64-pc-linux-gnu >cf_cv_abi_version=6 >cf_cv_rel_version=6.3 >cf_cv_system_name=linux-gnu >cf_cv_timestamp='Sun Dec 18 13:45:30 MSK 2022' > >## ------------ ## >## confdefs.h. ## >## ------------ ## > >#define PACKAGE "ncurses" >#define NCURSES_VERSION "6.3" >#define NCURSES_PATCHDATE 20221203 >#define SYSTEM_NAME "linux-gnu" > > >configure: exit 77
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 886635
: 843389 |
843391
|
843393
|
843395
|
843397
|
843907
|
843909
|
843911