New comment by BikyAlex on void-packages repository https://github.com/void-linux/void-packages/issues/35352#issuecomment-1363553999 Comment: Ok, just xbps zapped, binary-bootstrapped, then built LO. Failed pretty fast in the process. ``` CMake Warning at /usr/share/ECM/modules/ECMQueryQt.cmake:97 (message): Failed call: "QT_INSTALL_PREFIX" Call Stack (most recent call first): /usr/share/ECM/kde-modules/KDEInstallDirs5.cmake:244 (ecm_query_qt) /usr/share/ECM/kde-modules/KDEInstallDirs.cmake:15 (include) CMakeLists.txt:15 (include) CMake Error at /usr/share/ECM/modules/ECMQueryQt.cmake:98 (message): Qt5 qmake call failed: 101 Call Stack (most recent call first): /usr/share/ECM/kde-modules/KDEInstallDirs5.cmake:244 (ecm_query_qt) /usr/share/ECM/kde-modules/KDEInstallDirs.cmake:15 (include) CMakeLists.txt:15 (include) -- Configuring incomplete, errors occurred! See also "/builddir/kpackage-5.101.0/build/CMakeFiles/CMakeOutput.log". => ERROR: kpackage-5.101.0_1: do_configure: 'CFLAGS="-DNDEBUG ${CFLAGS/ -pipe / }" CXXFLAGS="-DNDEBUG ${CXXFLAGS/ -pipe / }" cmake ${cma ke_args} ${configure_args} ${LIBS:+-DCMAKE_C_STANDARD_LIBRARIES="$LIBS"} ${LIBS:+-DCMAKE_CXX_STANDARD_LIBRARIES="$LIBS"} ${wrksrc}/${bui ld_wrksrc}' exited with 1 => ERROR: in do_configure() at common/build-style/cmake.sh:75 ``` Content of the masterdir/builddir/kpackage-5.101.0/build/CMakeFiles/CMakeOutput.log file: https://gist.github.com/BikyAlex/6d13ace6734238fa69c5281afaf9c769 cmake.sh line 75 is: ``` # Remove -pipe: https://gitlab.kitware.com/cmake/cmake/issues/19590 CFLAGS="-DNDEBUG ${CFLAGS/ -pipe / }" CXXFLAGS="-DNDEBUG ${CXXFLAGS/ -pipe / }" \ cmake ${cmake_args} ${configure_args} \ ${LIBS:+-DCMAKE_C_STANDARD_LIBRARIES="$LIBS"} \ ${LIBS:+-DCMAKE_CXX_STANDARD_LIBRARIES="$LIBS"} \ ${wrksrc}/${build_wrksrc} ``` I think we should probably close this. This is not even a LibreOffice compilation issue now, we are getting into kpackage territory. I honestly feel like it is more of a hassle for the maintainers, I do not feel like bothering you with having to maintain this for 1 or 5 users. I wish I could help, but I do not have a lot of free time to contribute, or even to fix my own stuff, I have mostly been ignoring this compilation and tried working around it.