too long lines were shrinked: rdlibtool: lconf: found "/var/tmp/portage/net-vpn/networkmanager-strongswan-1.6.0/work/NetworkManager-strongswan-1.6.0/libtool". rdlibtool: link: ln -s libnm-vpn-plugin-strongswan.so.def .libs/libnm-vpn-plugin-strongswan.so.def.linux rdlibtool: link: ln -s libnm-vpn-plugin-strongswan.so.def.linux .libs/libnm-vpn-plugin-strongswan.so.def.host rdlibtool: link: ln -s /dev/null .libs/libnm-vpn-plugin-strongswan.a.disabled rdlibtool: link: ln -s /usr/lib64/NetworkManager .libs/libnm-vpn-plugin-strongswan.so.slibtool.rpath rdlibtool: link: x86_64-pc-linux-gnu-gcc .libs/libnm_vpn_plugin_strongswan_la-nm-strongswan-plugin.o -I/usr/include/libnm -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/sysprof-4 -I/usr/include/libmount -I/usr/include/blkid -pthread -DNM_VERSION_MIN_ /usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find none: No such file or directory /usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find required: No such file or directory collect2: error: ld returned 1 exit status ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_gnome-20230903-215513 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-10 [2] x86_64-pc-linux-gnu-13 * clang/llvm (if any): clang version 16.0.6 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/16/bin Configuration file: /etc/clang/clang.cfg /usr/lib/llvm/16 16.0.6 Python 3.11.5 Available Ruby profiles: [1] ruby31 (with Rubygems) * Available Rust versions: [1] rust-bin-1.72.0 [2] rust-1.72.0 * The following VMs are available for generation-2: 1) Eclipse Temurin JDK 11.0.19_p7 [openjdk-bin-11] *) Eclipse Temurin JDK 17.0.7_p7 [openjdk-bin-17] 3) Eclipse Temurin JDK 8.372_p07 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-11 [3] openjdk-bin-17 system-vm php cli (if any): go version go1.21.1 linux/amd64 HEAD of ::gentoo commit 5c175a9fa2e5c602af0966f8f32dd4452ef44d6e Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Wed Sep 13 05:01:38 2023 +0000 2023-09-13 05:01:37 UTC emerge -qpvO net-vpn/networkmanager-strongswan [ebuild N ] net-vpn/networkmanager-strongswan-1.6.0 USE="gtk4"
Created attachment 870459 [details] emerge-info.txt
Created attachment 870460 [details] emerge-history.txt.xz
Created attachment 870461 [details] environment
Created attachment 870462 [details] etc.clang.tar.xz
Created attachment 870463 [details] etc.portage.tar.xz
Created attachment 870464 [details] logs.tar.xz
Created attachment 870465 [details] net-vpn:networkmanager-strongswan-1.6.0:20230913-060230.log
Created attachment 870466 [details] temp.tar.xz
The project uses AC_SEARCH_LIBS to find 'dlopen'. AC_SEARCH_LIBS([dlopen], [dl dld], [], [ac_cv_search_dlopen=]) AC_SUBST([DL_LIBS], "$ac_cv_search_dlopen") Where "$ac_cv_search_dlopen" is set to 'none required' which is then set in `libnm_vpn_plugin_strongswan_la_LIBADD` where slibtool correctly reports that there are no such files. GNU libtool silently ignores this...