qt6 build failure on Rocky Linux 9.3 (TACC Stampede3) #20097
-
I'm trying to build 3.4RC on TACC Stampede3. This is a Rocky Linux 9.3 system. I have no CMake-related env vars defined in my shell. It builds fine on my laptop (at least without It fails when trying to build qt6: $ ./build_visit --blosc2 --boxlib --hdf5 --adios2 --mesagl --llvm --xdmf --makeflags -j8
[11 MiB of text deleted]
--
Qt is now configured for building. Just run 'cmake --build . --parallel'
Once everything is built, you must run 'cmake --install .'
Qt will be installed into '/tmp/bwibking/visit/src/tools/dev/scripts/third_party/qt/6.4.2/linux-x86_64_gcc-13.2'
To configure and build other Qt modules, you can use the following convenience script:
/tmp/bwibking/visit/src/tools/dev/scripts/third_party/qt/6.4.2/linux-x86_64_gcc-13.2/bin/qt-configure-module
If reconfiguration fails for some reason, try removing 'CMakeCache.txt' from the build directory
-- Configuring incomplete, errors occurred!
See also "/tmp/bwibking/visit/src/tools/dev/scripts/qtbase-everywhere-src-6.4.2-build/CMakeFiles/CMakeOutput.log".
See also "/tmp/bwibking/visit/src/tools/dev/scripts/qtbase-everywhere-src-6.4.2-build/CMakeFiles/CMakeError.log".
CMake Error at /tmp/bwibking/visit/src/tools/dev/scripts/qtbase-everywhere-src-6.4.2/cmake/QtProcessConfigureArgs.cmake:965 (message):
CMake exited with code 1.
+ set +x
Building Qt6 base . . .
ninja: error: loading 'build.ninja': No such file or directory
Qt6 base build failed. Giving up
Unable to build or install QT6. Bailing out.
Error in build process. See /tmp/bwibking/visit/src/tools/dev/scripts/build_visit_log for more information. If the error is unclear, please include /tmp/bwibking/visit/src/tools/dev/scripts/build_visit_log and contact the VisIt project via https://visit-help.llnl.gov. You may need to compress the /tmp/bwibking/visit/src/tools/dev/scripts/build_visit_log using a program like gzip so it will fit within the size limits for attachments.
Log file full path: /tmp/bwibking/visit/src/tools/dev/scripts/build_visit_log Full log: build_visit_log_rocky9_3.tar.gz |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 17 replies
-
Not sure about that error. I had success building Qt6 in a rocky-linux-9.3 container awhile back, but I was using gcc-11.4. Not sure if that makes a difference though.
The I can try a fresh container build, and see if I can get gcc-13 installed and see what happens. |
Beta Was this translation helpful? Give feedback.
Not sure about that error. I had success building Qt6 in a rocky-linux-9.3 container awhile back, but I was using gcc-11.4. Not sure if that makes a difference though.
In the output from Qt's config.summary: