Your message dated Sun, 01 Mar 2026 12:20:42 +0000
with message-id <[email protected]>
and subject line Bug#1126214: fixed in kodi-game-libretro 21.0.10-1
has caused the Debian Bug report #1126214,
regarding kodi-game-libretro: FTBFS: 
/<<PKGBUILDDIR>>/src/cheevos/Cheevos.cpp:16:10: fatal error: rcheevos/rc_url.h: 
No such file or directory
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.)


-- 
1126214: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1126214
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:kodi-game-libretro
Version: 21.0.7-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

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

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

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
        -DBUILD_SHARED_LIBS=1 \
        -DRCHEEVOS_LIBRARY=/usr/lib/x86_64-linux-gnu/rcheevoslib.a \
        -DUSE_LTO=1
        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 
-DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_SHARED_LIBS=1 
-DRCHEEVOS_LIBRARY=/usr/lib/x86_64-linux-gnu/rcheevoslib.a -DUSE_LTO=1 ..
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
-- The CXX 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
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Checking to see if CXX compiler accepts flag -flto
-- Checking to see if CXX compiler accepts flag -flto - yes
-- Found LibretroCommon: /usr/include/libretro-common
-- Found TinyXML: /usr/lib/x86_64-linux-gnu/libtinyxml.so
-- Found Rcheevos: /usr/lib/x86_64-linux-gnu/rcheevoslib.a
-- LIBRETRO_VERSION=21.0.7
-- Addon dependency check ...
--  - Added API usage definition: ADDON_GLOBAL_VERSION_MAIN_USED (Version: 
"2.0.2", Min. Version: "2.0.0")
--  - Added API usage definition: ADDON_GLOBAL_VERSION_GENERAL_USED (Version: 
"1.0.5", Min. Version: "1.0.4")
--  - Added API usage definition: ADDON_GLOBAL_VERSION_FILESYSTEM_USED 
(Version: "1.1.9", Min. Version: "1.1.7")
--  - Added API usage definition: ADDON_INSTANCE_VERSION_GAME_USED (Version: 
"3.0.2", Min. Version: "3.0.0")
CMake Warning at /usr/share/kodi/cmake/AddonHelpers.cmake:384 (message):
  CMAKE_INSTALL_LIBDIR lib/x86_64-linux-gnu differs from Kodi libdir,
  changing to /usr/lib/x86_64-linux-gnu/kodi.  Please pass -DOVERRIDE_PATHS=1
  to skip this check
Call Stack (most recent call first):
  CMakeLists.txt:101 (build_addon)


-- Configuring done (3.6s)
-- Generating done (0.0s)
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
    CMAKE_INSTALL_LOCALSTATEDIR
    CMAKE_INSTALL_RUNSTATEDIR
    CMAKE_INSTALL_SYSCONFDIR
    FETCHCONTENT_FULLY_DISCONNECTED


-- Build files have been written to: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build
        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/game.libretro.dir/build.make 
CMakeFiles/game.libretro.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/game.libretro.dir/DependInfo.cmake
 "--color=" game.libretro
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f CMakeFiles/game.libretro.dir/build.make 
CMakeFiles/game.libretro.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[  5%] Building CXX object 
CMakeFiles/game.libretro.dir/src/audio/AudioStream.cpp.o
[  5%] Building CXX object CMakeFiles/game.libretro.dir/src/client.cpp.o
/usr/bin/c++ -DADDON_GLOBAL_VERSION_FILESYSTEM_USED -DADDON_ 
[too-long-redacted] DIR>>/src/audio/AudioStream.cpp
/usr/bin/c++ -DADDON_GLOBAL_VERSION_FILESYSTEM_USED -DADDON_ 
[too-long-redacted] /<<PKGBUILDDIR>>/src/client.cpp
[  8%] Building CXX object 
CMakeFiles/game.libretro.dir/src/audio/SingleFrameAudio.cpp.o
/usr/bin/c++ -DADDON_GLOBAL_VERSION_FILESYSTEM_USED -DADDON_ 
[too-long-redacted] /src/audio/SingleFrameAudio.cpp
[ 11%] Building CXX object 
CMakeFiles/game.libretro.dir/src/cheevos/Cheevos.cpp.o
/usr/bin/c++ -DADDON_GLOBAL_VERSION_FILESYSTEM_USED -DADDON_ 
[too-long-redacted] LDDIR>>/src/cheevos/Cheevos.cpp
/<<PKGBUILDDIR>>/src/cheevos/Cheevos.cpp:16:10: fatal error: rcheevos/rc_url.h: 
No such file or directory
   16 | #include "rcheevos/rc_url.h"
      |          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [CMakeFiles/game.libretro.dir/build.make:124: 
CMakeFiles/game.libretro.dir/src/cheevos/Cheevos.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:123: CMakeFiles/game.libretro.dir/all] Error 
2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:159: 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:15: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: kodi-game-libretro
Source-Version: 21.0.10-1
Done: Jonathan McDowell <[email protected]>

We believe that the bug you reported is fixed in the latest version of
kodi-game-libretro, 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.
Jonathan McDowell <[email protected]> (supplier of updated kodi-game-libretro 
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: Sun, 01 Mar 2026 12:02:51 +0000
Source: kodi-game-libretro
Architecture: source
Version: 21.0.10-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Jonathan McDowell <[email protected]>
Closes: 1126214
Changes:
 kodi-game-libretro (21.0.10-1) unstable; urgency=medium
 .
   [ Jonathan McDowell ]
   * New upstream release
 .
   [ Sébastien Noel ]
   * Fix compilation with rcheevos 12 (Closes: #1126214)
 .
   [ Alexandre Detiste ]
   * Set "Rules-Requires-Root: no"
Checksums-Sha1:
 5399297e6d04f9c7743fe3d0f3fd6ea271c75e18 1542 kodi-game-libretro_21.0.10-1.dsc
 7d82fcd01064a98322ea7d70e691444f723f43bd 97850 
kodi-game-libretro_21.0.10.orig.tar.gz
 c75c4505b9850d481af83be06a7159f6a14a91b9 3900 
kodi-game-libretro_21.0.10-1.debian.tar.xz
 b40c8f5ad829464c121867a97e3676bf3bb23e85 6939 
kodi-game-libretro_21.0.10-1_amd64.buildinfo
Checksums-Sha256:
 c38988b90a5ea5fd629a78f6871cd92ce7535798a827bed0f3b4234e821f29df 1542 
kodi-game-libretro_21.0.10-1.dsc
 42afe6b98a6ca7f65f06b4e88abf98ad58cf74d20397b591397b83bd4c526fc7 97850 
kodi-game-libretro_21.0.10.orig.tar.gz
 bb03d03ba5b3964a9be9a4ad456b229148c41959cc07b1430306b83788a47ca8 3900 
kodi-game-libretro_21.0.10-1.debian.tar.xz
 7a442479cb73beee0114bd7792fba60243e69b0a25c706b9b91899d075f6663c 6939 
kodi-game-libretro_21.0.10-1_amd64.buildinfo
Files:
 1c463a5f95f38cb14283b953632f8aed 1542 libs optional 
kodi-game-libretro_21.0.10-1.dsc
 fc07cf86f9585a396e3c07cd52bb35a6 97850 libs optional 
kodi-game-libretro_21.0.10.orig.tar.gz
 2104d6f075845e685b1d7c3c5ee198e9 3900 libs optional 
kodi-game-libretro_21.0.10-1.debian.tar.xz
 5857ec634e8d026ab7b22260d76dcdf2 6939 libs optional 
kodi-game-libretro_21.0.10-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQSAYP1ALvrBQa1odmMPwJuF4mk8PAUCaaQr4AAKCRAPwJuF4mk8
PPZEAP9JRCE1lW8JNjEGZ9E0hXm+t2piWzm+b0/SyM04I52GDwD/WvAKp7lkIay3
nRVuboEKf6Cqk19GGFVCmjd9zhidnAA=
=Y1S/
-----END PGP SIGNATURE-----

Attachment: pgpkJn8EhT_Ce.pgp
Description: PGP signature


--- End Message ---

Reply via email to