Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
None
-
6.2.2
-
None
-
-
812c46800d83e922b9e80ccde4aab7363f35e1b5 (qt/qtapplicationmanager/6.2.2) 36a6c0efbf (qt/qtapplicationmanager/6.2.3) 36a6c0efbf (qt/qtapplicationmanager/6.2.4) 65ddbe7200 (qt/qtapplicationmanager/6.3.0)
Description
Compiling the application-features example results in the following error:
make[2]: Entering directory '/home/gagi/Qt/Examples/Qt-6.2.2/applicationmanager/build-application-features-Desktop_Qt_6_2_2_GCC_64bit-Debug/native/widgets' g++ -Wl,-rpath,/home/gagi/Qt/6.2.2/gcc_64/lib -Wl,-rpath-link,/home/gagi/Qt/6.2.2/gcc_64/lib -o ../../apps/widgets/widgets main.o /home/gagi/Qt/6.2.2/gcc_64/lib/libQt6AppManLauncher.a /home/gagi/Qt/6.2.2/gcc_64/lib/libQt6AppManApplication.a /home/gagi/Qt/6.2.2/gcc_64/lib/libQt6AppManIntentClient.a /home/gagi/Qt/6.2.2/gcc_64/lib/libQt6AppManNotification.a /home/gagi/Qt/6.2.2/gcc_64/lib/libQt6AppManSharedMain.a /home/gagi/Qt/6.2.2/gcc_64/lib/libQt6AppManMonitor.a /home/gagi/Qt/6.2.2/gcc_64/lib/libQt6Widgets.so /home/gagi/Qt/6.2.2/gcc_64/lib/libQt6Quick.so /home/gagi/Qt/6.2.2/gcc_64/lib/libQt6OpenGL.so /home/gagi/Qt/6.2.2/gcc_64/lib/libQt6WaylandClient.so /home/gagi/Qt/6.2.2/gcc_64/lib/libQt6Gui.so /home/gagi/Qt/6.2.2/gcc_64/lib/libQt6AppManCommon.a -ldl /home/gagi/Qt/6.2.2/gcc_64/lib/libQt6BundledLibYaml.a /home/gagi/Qt/6.2.2/gcc_64/lib/libQt6DBus.so /home/gagi/Qt/6.2.2/gcc_64/lib/libQt6QmlModels.so /home/gagi/Qt/6.2.2/gcc_64/lib/libQt6Qml.so -pthread /home/gagi/Qt/6.2.2/gcc_64/lib/libQt6Network.so /home/gagi/Qt/6.2.2/gcc_64/lib/libQt6Concurrent.so /home/gagi/Qt/6.2.2/gcc_64/lib/libQt6Core.so -lpthread -lxkbcommon -lwayland-client -lwayland-cursor -lGL /usr/bin/ld: /home/gagi/Qt/6.2.2/gcc_64/lib/libQt6AppManCommon.a(unixsignalhandler.cpp.o): in function `QtAM::UnixSignalHandler::signalName(int)': /home/qt/work/qt/qtapplicationmanager/src/common-lib/unixsignalhandler.cpp:95: undefined reference to `sys_siglist' collect2: error: ld returned 1 exit status make[2]: *** [Makefile:70: ../../apps/widgets/widgets] Error 1 make[2]: Leaving directory '/home/gagi/Qt/Examples/Qt-6.2.2/applicationmanager/build-application-features-Desktop_Qt_6_2_2_GCC_64bit-Debug/native/widgets' make[1]: *** [Makefile:47: sub-widgets-make_first] Error 2 make[1]: Leaving directory '/home/gagi/Qt/Examples/Qt-6.2.2/applicationmanager/build-application-features-Desktop_Qt_6_2_2_GCC_64bit-Debug/native' make: *** [Makefile:91: sub-native-make_first] Error 2 14:30:35: The process "/usr/bin/make" exited with code 2. Error while building/deploying project application-features (kit: Desktop Qt 6.2.2 GCC 64bit) When executing step "Make"