New comment by kruceter on void-packages repository https://github.com/void-linux/void-packages/pull/40225#issuecomment-1298086936 Comment: CI builds indicate that OpenOrienteering-Mapper fails "sensor" test. My attempts to "dig" into the issue itself brought more problems, leading to the failing pre-build test on my side. ``` -- CMAKE_CXX_FLAGS: -DNDEBUG -fstack-clash-protection -D_FORTIFY_SOURCE=2 -O2 -mtune=generic -I/usr/x86_64-linux-gnu/usr/include -fdebug-prefix-map=/builddir/mapper-0.9.5/build=. -Wall -Wpedantic -Wextra -- CMAKE_CXX_FLAGS_NONE: -- CMAKE_C_FLAGS: -DNDEBUG -fstack-clash-protection -D_FORTIFY_SOURCE=2 -O2 -mtune=generic -I/usr/x86_64-linux-gnu/usr/include -fdebug-prefix-map=/builddir/mapper-0.9.5/build=. -std=c99 -Wall -Wpedantic -- CMAKE_C_FLAGS_NONE: -- Configuring done CMake Error: AUTOMOC for target cove: Test run of "moc" executable "/usr/x86_64-linux-gnu/usr/lib/qt5/bin/moc" failed. /usr/x86_64-linux-gnu/usr/lib/qt5/bin/moc -h No such file or directory CMake Generate step failed. Build files cannot be regenerated correctly. => ERROR: OpenOrienteering-Mapper-0.9.5_2: do_configure: '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}' exited with 1 => ERROR: in do_configure() at common/build-style/cmake.sh:75 ``` `chroot`ing into masterdir/usr/x86_64-linux-gnu and ensuring that the "failing" binary executes correctly convince me that the problem might be with laying my setup, although I am not sure what exactly is wrong. Since I do not believe that I can solve it myself, I disabled checks for the time being to see what other issues the CI builder may show.