Summary: | net-libs/nghttp2-1.39.2 USE=cxx : configure: error: Could not link against boost_thread-mt (ld.lld: error: undefined symbol: _Unwind_GetLanguageSpecificData referenced by gcc_personality_v0.c.o:(__gcc_personality_v0) in archive /usr/lib/llvm/8/bin/../...) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Perfect Gentleman <perfect007gentleman> |
Component: | Current packages | Assignee: | Bernard Cafarelli <voyageur> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | sandino, whissi |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 731004 | ||
Attachments: |
build.log
config.log build.log working |
Description
Perfect Gentleman
2019-08-16 11:19:07 UTC
Created attachment 587042 [details]
config.log
Created attachment 590980 [details]
build.log working
Please check your LLVM/boost installation. I cannot reproduce with CC=clang, CXX=clang++ and your C/LDFLAGS.
do you have Boost built with Clang or GCC ? dev-libs/boost-1.71.0::gentoo was built with the following: USE="bzip2 icu lzma nls python threads zlib zstd -context -debug -doc -mpi -numpy -static-libs -tools" PYTHON_TARGETS="python3_7 -python2_7 -python3_5 -python3_6" CXXFLAGS="-march=native -mtune=native -O2 -pipe -fomit-frame-pointer -fno-plt -fno-stack-protector -ftree-vectorize -flto=9 -fuse-linker-plugin -s -std=c++14" With GCC but I now rebuilt boost including deps with clang and your flags and I am still unable to reproduce. I've rebuilt Boost without LTO and now it's fixed |