Created attachment 872060 [details] build log In a clang-17[default-libcxx] environment, qtbluetooth-5.15.10-r1 will fail to link with the following error: --- ld.lld: error: version script assignment of 'Qt_5.15' to symbol 'qt_version_tag' failed: symbol not defined clang++: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [Makefile:399: ../../lib/libQt5Bluetooth.so.5.15.10] Error 1 make[2]: Leaving directory '/var/tmp/portage/dev-qt/qtbluetooth-5.15.10-r1/work/qtconnectivity-everywhere-src-5.15.10_build/src/bluetooth' make[1]: *** [Makefile:48: sub-bluetooth-make_first] Error 2 make[1]: Leaving directory '/var/tmp/portage/dev-qt/qtbluetooth-5.15.10-r1/work/qtconnectivity-everywhere-src-5.15.10_build/src' make: *** [Makefile:49: sub-src-make_first] Error 2 --- This error can be avoided by passing "-Wl,--undefined-version" to LDFLAGS. Attaching logs.
Created attachment 872061 [details] emerge --info
*** This bug has been marked as a duplicate of bug 915203 ***