New comment by Vinfall on void-packages repository https://github.com/void-linux/void-packages/issues/46808#issuecomment-1782790400 Comment: I attempted to update Uranium to 5.5.0 ,added [PR patch](https://patch-diff.githubusercontent.com/raw/Ultimaker/Uranium/pull/915.patch) and removed [the old patch](https://github.com/void-linux/void-packages/blob/master/srcpkgs/Uranium/patches/disable_code_style_test.patch) (due to build error), but it failed to build somehow: ```sh ./xbps-src pkg Uranium => xbps-src: updating repositories for host (x86_64-musl)... [*] Updating repository `https://repo-default.voidlinux.org/current/musl/bootstrap/x86_64-musl-repodata' ... [*] Updating repository `https://repo-default.voidlinux.org/current/musl/x86_64-musl-repodata' ... [*] Updating repository `https://repo-default.voidlinux.org/current/musl/nonfree/x86_64-musl-repodata' ... [*] Updating repository `https://repo-default.voidlinux.org/current/musl/debug/x86_64-musl-repodata' ... => xbps-src: updating software in / masterdir... => xbps-src: cleaning up / masterdir... => Uranium-5.5.0_1: removing autodeps, please wait... => Uranium-5.5.0_1: building with [cmake] for x86_64-musl... [host] python3-3.12.0_1: found (https://repo-default.voidlinux.org/current/musl) [host] gettext-0.21_4: found (https://repo-default.voidlinux.org/current/musl) [host] cmake-bootstrap-3.27.6_1: found (https://repo-default.voidlinux.org/current/musl/bootstrap) [host] ninja-1.11.1_4: found (https://repo-default.voidlinux.org/current/musl) [runtime] libArcus-python3-4.13.1_7: found (https://repo-default.voidlinux.org/current/musl) [runtime] python3-PyQt5-opengl-5.15.9_2: found (https://repo-default.voidlinux.org/current/musl) [runtime] python3-PyQt5-quick-5.15.9_2: found (https://repo-default.voidlinux.org/current/musl) [runtime] python3-PyQt5-svg-5.15.9_2: found (https://repo-default.voidlinux.org/current/musl) [runtime] python3-numpy-stl-2.17.1_3: found (https://repo-default.voidlinux.org/current/musl) [runtime] python3-scipy-1.11.3_1: found (https://repo-default.voidlinux.org/current/musl) [runtime] qt5-quickcontrols-5.15.7+20221119_7: found (https://repo-default.voidlinux.org/current/musl) [runtime] qt5-quickcontrols2-5.15.7+20221119_7: found (https://repo-default.voidlinux.org/current/musl) [runtime] python3-shapely-2.0.1_2: found (https://repo-default.voidlinux.org/current/musl) [runtime] python3-cryptography-41.0.5_1: found (https://repo-default.voidlinux.org/current/musl) => Uranium-5.5.0_1: installing host dependencies: python3-3.12.0_1 gettext-0.21_4 cmake-bootstrap-3.27.6_1 ninja-1.11.1_4 ... => Uranium-5.5.0_1: running do-patch hook: 00-patches ... => Uranium-5.5.0_1: patching: deprecated-imp-module.patch. => Uranium-5.5.0_1: running pre-configure hook: 00-gnu-configure-asneeded ... => Uranium-5.5.0_1: running pre-configure hook: 01-override-config ... => Uranium-5.5.0_1: running pre-configure hook: 02-script-wrapper ... => Uranium-5.5.0_1: running do_configure ... CMake Warning (dev) at CMakeLists.txt:6 (project): cmake_minimum_required() should be called prior to this top-level project() call. Please see the cmake-commands(7) manual for usage documentation of both commands. This warning is for project developers. Use -Wno-dev to suppress it. CMake Error at CMakeLists.txt:14 (include): include could not find requested file: UraniumTranslationTools CMake Error at CMakeLists.txt:20 (CREATE_TRANSLATION_TARGETS): Unknown CMake command "CREATE_TRANSLATION_TARGETS". -- Configuring incomplete, errors occurred! => ERROR: Uranium-5.5.0_1: 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:76 ```