Created attachment 872166 [details] build log In a clang-17[default-libcxx] environment, dev-qt/qthelp-5.15.10 will fail to link during emerge with the following error message: ``` 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: *** [Makefile:192: ../../../lib/libQt5Help.so.5.15.10] Error 1 ``` This can be avoided by passing "-Wl,--undefined-version" to LDFLAGS. Attaching logs.
Created attachment 872167 [details] emerge --info
*** This bug has been marked as a duplicate of bug 915203 ***