Your message dated Tue, 24 Feb 2026 08:20:11 +0000
with message-id <[email protected]>
and subject line Bug#1125605: fixed in level-zero-gpu-raytracing 1.2.3-1
has caused the Debian Bug report #1125605,
regarding level-zero-gpu-raytracing: FTBFS with CMake 4.2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1125605: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1125605
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:level-zero-gpu-raytracing
Version: 1.1.0-1
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
(Note: I'm assuming that the failure happens because of CMake 4.2,
but I may be wrong).
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202601/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:level-zero-gpu-raytracing, so that this is
still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --builddir build --buildsystem=cmake+ninja
debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean
rm level_zero_raytracing.rc || true
rm: cannot remove 'level_zero_raytracing.rc': No such file or directory
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_autoreconf_clean -O--builddir=build -O--buildsystem=cmake\+ninja
dh_clean -O--builddir=build -O--buildsystem=cmake\+ninja
debian/rules binary
dh binary --builddir build --buildsystem=cmake+ninja
dh_update_autotools_config -O--builddir=build -O--buildsystem=cmake\+ninja
dh_autoreconf -O--builddir=build -O--buildsystem=cmake\+ninja
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- \
-DCMAKE_BUILD_TYPE=Release \
-DZE_RAYTRACING_TBB_STATIC=OFF
cd build && DEB_PYTHON_INSTALL_LAYOUT=deb
PKG_CONFIG=/usr/bin/pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON
-DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON
-DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run
-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON -GNinja -DCMAKE_VERBOSE_MAKEFILE=ON
-DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DCMAKE_BUILD_TYPE=Release
-DZE_RAYTRACING_TBB_STATIC=OFF ..
CMake Error at CMakeLists.txt:4 (cmake_minimum_required):
Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
-- Configuring incomplete, errors occurred!
cd build && tail -v -n \+0 CMakeCache.txt
==> CMakeCache.txt <==
# This is the CMakeCache file.
# For build in directory: /<<PKGBUILDDIR>>/build
# It was generated by CMake: /usr/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
########################
# EXTERNAL cache entries
########################
//No help, variable specified on the command line.
CMAKE_BUILD_TYPE:UNINITIALIZED=Release
//No help, variable specified on the command line.
CMAKE_EXPORT_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON
//No help, variable specified on the command line.
CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON
//Value Computed by CMake.
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/<<PKGBUILDDIR>>/build/CMakeFiles/pkgRedirects
//No help, variable specified on the command line.
CMAKE_FIND_USE_PACKAGE_REGISTRY:UNINITIALIZED=OFF
//No help, variable specified on the command line.
CMAKE_INSTALL_LIBDIR:UNINITIALIZED=lib/x86_64-linux-gnu
//No help, variable specified on the command line.
CMAKE_INSTALL_LOCALSTATEDIR:UNINITIALIZED=/var
//No help, variable specified on the command line.
CMAKE_INSTALL_PREFIX:UNINITIALIZED=/usr
//No help, variable specified on the command line.
CMAKE_INSTALL_RUNSTATEDIR:UNINITIALIZED=/run
//No help, variable specified on the command line.
CMAKE_INSTALL_SYSCONFDIR:UNINITIALIZED=/etc
//No help, variable specified on the command line.
CMAKE_SKIP_INSTALL_ALL_DEPENDENCY:UNINITIALIZED=ON
//No help, variable specified on the command line.
CMAKE_VERBOSE_MAKEFILE:UNINITIALIZED=ON
//No help, variable specified on the command line.
FETCHCONTENT_FULLY_DISCONNECTED:UNINITIALIZED=ON
//No help, variable specified on the command line.
ZE_RAYTRACING_TBB_STATIC:UNINITIALIZED=OFF
########################
# INTERNAL cache entries
########################
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/<<PKGBUILDDIR>>/build
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=2
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Ninja
//Generator instance identifier.
CMAKE_GENERATOR_INSTANCE:INTERNAL=
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/<<PKGBUILDDIR>>
//Name of CMakeLists files to read
CMAKE_LIST_FILE_NAME:INTERNAL=CMakeLists.txt
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/share/cmake-4.2
dh_auto_configure: error: cd build && DEB_PYTHON_INSTALL_LAYOUT=deb
PKG_CONFIG=/usr/bin/pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON
-DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON
-DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run
-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON -GNinja -DCMAKE_VERBOSE_MAKEFILE=ON
-DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DCMAKE_BUILD_TYPE=Release
-DZE_RAYTRACING_TBB_STATIC=OFF .. returned exit code 1
make[1]: *** [debian/rules:7: override_dh_auto_configure] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:4: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: level-zero-gpu-raytracing
Source-Version: 1.2.3-1
Done: Timo Aaltonen <[email protected]>
We believe that the bug you reported is fixed in the latest version of
level-zero-gpu-raytracing, which is due to be installed in the Debian FTP
archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Timo Aaltonen <[email protected]> (supplier of updated
level-zero-gpu-raytracing package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 24 Feb 2026 10:06:47 +0200
Source: level-zero-gpu-raytracing
Built-For-Profiles: noudeb
Architecture: source
Version: 1.2.3-1
Distribution: unstable
Urgency: medium
Maintainer: Timo Aaltonen <[email protected]>
Changed-By: Timo Aaltonen <[email protected]>
Closes: 1125605
Changes:
level-zero-gpu-raytracing (1.2.3-1) unstable; urgency=medium
.
* New upstream release.
* rules: Force cmake policy 3.5 to work around ftbfs. (Closes:
#1125605)
Checksums-Sha1:
58367d021482125d6b3039340f250ee847d9bc1e 2111
level-zero-gpu-raytracing_1.2.3-1.dsc
4c0ec8bee6867a108e4c712e7c79b29af716dbdb 1798073
level-zero-gpu-raytracing_1.2.3.orig.tar.gz
049b5eb9bfcad66018ba0ba74ef052370ccf95ac 3628
level-zero-gpu-raytracing_1.2.3-1.debian.tar.xz
026dd9559099d55fe193349547dcf3888409fc76 8958
level-zero-gpu-raytracing_1.2.3-1_source.buildinfo
Checksums-Sha256:
08fdacafee109bbe5b4cf37f8743c32d93a55a4709550aa27789d2452e44a6f7 2111
level-zero-gpu-raytracing_1.2.3-1.dsc
0bfb03903154228cdba0320e3bc09c57787558b368da315b9b32e9603198b5b3 1798073
level-zero-gpu-raytracing_1.2.3.orig.tar.gz
8d30ef075e7a3adc364258de29713b1954c4f0cbc64d25041e44b467407c87b4 3628
level-zero-gpu-raytracing_1.2.3-1.debian.tar.xz
3213b282ec0c8cad191f1793595146081c25453990b49516b0c919790101f17b 8958
level-zero-gpu-raytracing_1.2.3-1_source.buildinfo
Files:
7fa93c793103d4edbe6ca3f2dc1a5134 2111 libs optional
level-zero-gpu-raytracing_1.2.3-1.dsc
24ca16a984bc371b97fc82ed96a84832 1798073 libs optional
level-zero-gpu-raytracing_1.2.3.orig.tar.gz
72c8d70b35c9c64cf71b890490487ee5 3628 libs optional
level-zero-gpu-raytracing_1.2.3-1.debian.tar.xz
f923e6189a4c147779640a2dff420095 8958 libs optional
level-zero-gpu-raytracing_1.2.3-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEdS3ifE3rFwGbS2Yjy3AxZaiJhNwFAmmdXB8ACgkQy3AxZaiJ
hNybpBAAoqPJTKjlK8M25hG75+28tY0SpTxjIOhsdyRzZJDE5cc6PxEv0kbf6NGh
MwXCoySys31+pSLTTmhrMRIWD15F0TYG2Pi7zQSqOFXOgOclFUgusTL+Do7s7dC4
tajyWPzUFjKCkrxjUal071zEP6z5U9/FmUiKCUKAigFtlPiJKtPVg4Ik0bffFDYi
V2FP6MwatqeH3tAF37hJMEhlcUsAD209dQx/E8zIzKPoEMTLZmSEO8xgaXDS3iXo
ddZceptXkoAYiJzWHBqPSozabYZhNLUq1hwU4E1LBr1KZiGtfz5G0zAVUQqizEP0
J5HQEJYCkirjh9GGX7c2V5mAejAnnuhWg4gCBDgPOykHRpYvCDHU9LeV6PcMSnfg
pzdWt3RLi2D0z+D6gzxiICiocNsH6F8rcJOYUvsCjftZrQn2rpF5p1jbA9eMMPuL
qGbCweFFxV+045w9LuoeP/NUxxLYrbxRu4AIJpC44sFixW4EVHyJy1HeiIkmiCWz
MDpOXoSOrzWyFaZMRUYH03xuvUCz5t1Ka3L78av/mru9JTPQP+qulyLdXH2otjp2
u42AmX3RAQwp+SK9rm6P71Ya5QHX6nGL0p3VqTBhw6b8mF7yvX7nfHLbEhBfWzBW
3UWXpxY0/MCpiOm0sooTtXTSVMOhuL8U75HbdVH2Sxw8foMSY/E=
=rrEC
-----END PGP SIGNATURE-----
pgp4DMgBNvQWf.pgp
Description: PGP signature
--- End Message ---