Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8.0 Beta4
-
None
-
-
73875b8bb (dev), 8f89f45f4 (6.8)
Description
[106/2825] Linking CXX executable qtbase/lib/qt6/syncqt FAILED: qtbase/lib/qt6/syncqt : && /usr/gcc/13/bin/g++ -m64 -O3 -ffile-prefix-map=/builds/psumbera/userland-qt-8.4/components/desktop/qt6=. -fPIC -DPIC -DNDEBUG -O3 -fexceptions -fPIE -pie qtbase/src/tools/syncqt/CMakeFiles/syncqt.dir/main.cpp.o -o qtbase/lib/qt6/syncqt && : Undefined first referenced symbol in file __stack_chk_fail qtbase/src/tools/syncqt/CMakeFiles/syncqt.dir/main.cpp.o __stack_chk_guard qtbase/src/tools/syncqt/CMakeFiles/syncqt.dir/main.cpp.o ld: fatal: symbol referencing errors collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed.
As workaround I can set LDFLAGS=-lssp.
There was no need for this with Qt 6.7.0.