../src/libCoin.so.4.0.0: error: undefined reference to 'dlerror' ../src/libCoin.so.4.0.0: error: undefined reference to 'dlopen' ../src/libCoin.so.4.0.0: error: undefined reference to 'dlclose' ../src/libCoin.so.4.0.0: error: undefined reference to 'XDefaultScreenOfDisplay' ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_plasma_systemd-test-20191114-081627 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-9.2.0 * clang: clang version 9.0.0 (tags/RELEASE_900/final) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/9/bin llvm: 9.0.0 Available Python interpreters, in order of preference: [1] python3.6 [2] python2.7 (fallback) [3] pypy (fallback) Available Rust versions: [1] rust-1.39.0 * java-config: The following VMs are available for generation-2: 1) IcedTea JDK 3.13.0 [icedtea-8] *) IcedTea JDK 3.13.0 [icedtea-bin-8] 3) JamVM JDK 2.0.0 [jamvm] Available Java Virtual Machines: [1] icedtea-8 [2] icedtea-bin-8 system-vm [3] jamvm repository: ==> /var/db/repos/gentoo/metadata/timestamp.chk <== Wed, 20 Nov 2019 06:26:06 +0000 emerge -qpvO media-libs/coin [ebuild N ] media-libs/coin-4.0.0a_pre20180416 USE="test -debug -doc -javascript -openal -qthelp -simage -threads"
Created attachment 596908 [details] emerge-info.txt
Created attachment 596910 [details] emerge-history.txt
Created attachment 596912 [details] environment
Created attachment 596914 [details] etc.portage.tbz2
Created attachment 596916 [details] logs.tbz2
Created attachment 596918 [details] media-libs:coin-4.0.0a_pre20180416:20191120-080208.log.bz2
Created attachment 596920 [details] temp.tbz2
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bd833127a8fe0674efc5386f2cffc7420e46506 commit 6bd833127a8fe0674efc5386f2cffc7420e46506 Author: Maciej Mrozowski <reavertm@gentoo.org> AuthorDate: 2019-11-21 00:01:30 +0000 Commit: Maciej Mrozowski <reavertm@gentoo.org> CommitDate: 2019-11-21 21:23:33 +0000 media-libs/coin: version bump to latest snapshot, also fix linking Bug: https://bugs.gentoo.org/700786 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Maciej Mrozowski <reavertm@gentoo.org> media-libs/coin/Manifest | 2 +- ...80416.ebuild => coin-4.0.0a_pre20191109.ebuild} | 66 ++++++++++----- media-libs/coin/files/coin-4.0.0a-cmake.patch | 96 ++++++++++++++++++++++ media-libs/coin/files/coin-4.0.0a-gcc-7.patch | 21 ----- media-libs/coin/metadata.xml | 2 + 5 files changed, 144 insertions(+), 43 deletions(-)
Indeed, buildsystem looks for dlopen and X11 headers, but funnily enough forgets to link against them.