Package: src:ktx
Version: 1.45-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build.

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202509/

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 could not 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:ktx, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=cmake
   dh_auto_clean -O--buildsystem=cmake
   dh_autoreconf_clean -O--buildsystem=cmake
   dh_clean -O--buildsystem=cmake
        rm -f debian/debhelper-build-stamp
        rm -rf debian/.debhelper/
        rm -f -- debian/ktx.substvars debian/files
        rm -fr -- debian/ktx/ debian/tmp/
        find .  \( \( \
                \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path 
.\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o 
-type f -a \
                \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
                 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
                 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
                 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
                \) -exec rm -f {} + \) -o \
                \( -type d -a \( -name autom4te.cache -o -name __pycache__ \) 
-prune -exec rm -rf {} + \) \)
 debian/rules binary
dh binary --buildsystem=cmake
   dh_update_autotools_config -O--buildsystem=cmake
   dh_autoreconf -O--buildsystem=cmake
   dh_auto_configure -O--buildsystem=cmake
        cd obj-x86_64-linux-gnu && 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 "-GUnix Makefiles" 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu ..
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  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.


-- The C compiler identification is GNU 15.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Performing Test HAS_CFLAG_STRICT_PROTOTYPES
-- Performing Test HAS_CFLAG_STRICT_PROTOTYPES - Success
-- Performing Test HAS_STRLCPY_STRLCAT_SIZE
-- Performing Test HAS_STRLCPY_STRLCAT_SIZE - Failed
-- q3asm not found, compiling bundled q3asm.
CMake Deprecation Warning at tools/q3asm/CMakeLists.txt:1 
(cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  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.


-- /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/game.q3asm
-- Configuring done (0.3s)
-- Generating done (0.1s)
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
    CMAKE_FIND_USE_PACKAGE_REGISTRY
    CMAKE_INSTALL_LIBDIR
    CMAKE_INSTALL_LOCALSTATEDIR
    CMAKE_INSTALL_RUNSTATEDIR
    CMAKE_INSTALL_SYSCONFDIR
    FETCHCONTENT_FULLY_DISCONNECTED


-- Build files have been written to: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
   dh_auto_build -O--buildsystem=cmake
        cd obj-x86_64-linux-gnu && make -j2 "INSTALL=install 
--strip-program=true" VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
--check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu//CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f CMakeFiles/qwprogs.dir/build.make CMakeFiles/qwprogs.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>> 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/qwprogs.dir/DependInfo.cmake 
"--color="
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f CMakeFiles/qwprogs.dir/build.make CMakeFiles/qwprogs.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[  1%] Building C object CMakeFiles/qwprogs.dir/src/g_main.c.o
[  2%] Building C object CMakeFiles/qwprogs.dir/src/admin.c.o
/usr/bin/cc -DBOT_SUPPORT=1 -Dqwprogs_EXPORTS -I/<<PKGBUILDDIR>>/include -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-fvisibility=hidden -fdiagnostics-color=always -Wall -Werror=strict-prototypes 
-MD -MT CMakeFiles/qwprogs.dir/src/g_main.c.o -MF 
CMakeFiles/qwprogs.dir/src/g_main.c.o.d -o 
CMakeFiles/qwprogs.dir/src/g_main.c.o -c /<<PKGBUILDDIR>>/src/g_main.c
/usr/bin/cc -DBOT_SUPPORT=1 -Dqwprogs_EXPORTS -I/<<PKGBUILDDIR>>/include -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-fvisibility=hidden -fdiagnostics-color=always -Wall -Werror=strict-prototypes 
-MD -MT CMakeFiles/qwprogs.dir/src/admin.c.o -MF 
CMakeFiles/qwprogs.dir/src/admin.c.o.d -o CMakeFiles/qwprogs.dir/src/admin.c.o 
-c /<<PKGBUILDDIR>>/src/admin.c
In file included from /<<PKGBUILDDIR>>/include/g_local.h:31,
                 from /<<PKGBUILDDIR>>/src/admin.c:2:
/<<PKGBUILDDIR>>/include/q_shared.h:146:9: error: 
cannot use keyword ‘false’ as enumeration constant
  146 |         false, true
      |         ^~~~~
In file included from /<<PKGBUILDDIR>>/include/g_local.h:31,
                 from /<<PKGBUILDDIR>>/src/g_main.c:26:
/<<PKGBUILDDIR>>/include/q_shared.h:146:9: error: 
cannot use keyword ‘false’ as enumeration constant
  146 |         false, true
      |         ^~~~~
/<<PKGBUILDDIR>>/include/q_shared.h:146:9: note: 
‘false’ is a keyword with ‘-std=c23’ 
onwards
/<<PKGBUILDDIR>>/include/q_shared.h:146:9: note: 
‘false’ is a keyword with ‘-std=c23’ 
onwards
/<<PKGBUILDDIR>>/src/g_main.c: In function 
‘G_InitGame’:
/<<PKGBUILDDIR>>/src/g_main.c:506:35: warning: 
macro ‘__DATE__’ might prevent reproducible builds 
[-Wdate-time]
  506 |         cvar_set("qwm_builddate", MOD_BUILD_DATE);
      |                                   ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/include/g_local.h:80:42: warning: 
macro ‘__TIME__’ might prevent reproducible builds 
[-Wdate-time]
   80 | #define MOD_BUILD_DATE                  (__DATE__ ", " 
__TIME__)
      |                                          ^~~~~~~~
/<<PKGBUILDDIR>>/src/g_main.c:506:35: note: in 
expansion of macro ‘MOD_BUILD_DATE’
  506 |         cvar_set("qwm_builddate", MOD_BUILD_DATE);
      |                                   ^~~~~~~~~~~~~~
make[3]: *** [CMakeFiles/qwprogs.dir/build.make:82: 
CMakeFiles/qwprogs.dir/src/g_main.c.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [CMakeFiles/qwprogs.dir/build.make:96: 
CMakeFiles/qwprogs.dir/src/admin.c.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:218: CMakeFiles/qwprogs.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:94: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j2 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:18: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to