| ^~~~~~~~~~~~~~~ | AddonInstanceSupport /var/tmp/portage/media-tv/kodi-21.1/work/xbmc-21.1-Omega/xbmc/addons/IAddon.h:105:11: error: uint64_t does not name a type 105 | virtual uint64_t PackageSize() const = 0; | ^~~~~~~~ /var/tmp/portage/media-tv/kodi-21.1/work/xbmc-21.1-Omega/xbmc/addons/IAddon.h:105:11: note: uint64_t is defined in header <cstdint>; this is probably fixable by adding #include <cstdint> /var/tmp/portage/media-tv/kodi-21.1/work/xbmc-21.1-Omega/xbmc/addons/IAddon.h:109:23: error: AddonInstanceId was not declared in this scope; did you mean AddonInstanceSupport? 109 | virtual std::vector<AddonInstanceId> GetKnownInstanceIds() const = 0; | ^~~~~~~~~~~~~~~ ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0_no_multilib_hardened-20240821-124009 UNMASKED: Please re-assign to toolchain@ if you get a test failure in C, C++, or Fortran code which makes no sense. <sys-devel/gcc-15.0.9999:15 The attached etc.portage.tar.xz has all details. ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-15 * clang/llvm (if any): clang version 18.1.8 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/18/bin Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg /usr/lib/llvm/18 18.1.8 Python 3.12.5 Available Ruby profiles: [1] ruby31 (with Rubygems) [2] ruby32 (with Rubygems) [3] ruby33 (with Rubygems) * Available Rust versions: [1] rust-bin-1.80.1 * GENTOO_VM=openjdk-bin-21 CLASSPATH="" JAVA_HOME="/opt/openjdk-bin-21.0.4_p7" JAVACFLAGS="-source 21 -target 21" COMPILER="" The following VMs are available for generation-2: 1) Eclipse Temurin JDK 17.0.12_p7 [openjdk-bin-17] *) Eclipse Temurin JDK 21.0.4_p7 [openjdk-bin-21] 3) Eclipse Temurin JDK 8.422_p05 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-17 [3] openjdk-bin-21 system-vm The Glorious Glasgow Haskell Compilation System, version 9.2.8 php cli (if any): (none found) go version go1.23.0 linux/amd64 HEAD of ::gentoo commit fff075ca3381d296b87d8ae269952364553229f9 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Sun Aug 25 19:33:55 2024 +0000 2024-08-25 19:33:55 UTC emerge -qpvO =media-tv/kodi-21.1 [ebuild N ] media-tv/kodi-21.1 USE="caps css gbm optical system-ffmpeg udev xslt -X -airplay -alsa -bluetooth -bluray -cec -dbus -doc -eventclients -gles -lcms -libusb -lirc -mariadb -mysql -nfs -pipewire -pulseaudio -samba -soc -test -udf -upnp -vaapi -vdpau -wayland -webserver -zeroconf" CPU_FLAGS_X86="avx avx2 sse sse2 sse3 sse4_1 sse4_2" PYTHON_SINGLE_TARGET="python3_12 -python3_10 -python3_11"
Created attachment 901271 [details] emerge-info.txt
Created attachment 901272 [details] emerge-history.txt.xz
Created attachment 901273 [details] environment.xz
Created attachment 901274 [details] etc.clang.tar.xz
Created attachment 901275 [details] etc.portage.tar.xz
Created attachment 901276 [details] logs.tar.xz
Created attachment 901277 [details] media-tv:kodi-21.1:20240825-213252.log.xz
Created attachment 901278 [details] qlist-info.txt.xz
Created attachment 901279 [details] temp.tar.xz
Alfred, maybe you could have a look at this?
Created attachment 902968 [details, diff] Patch that includes cstdint where needed Will see about double checking this again before making an upstream PR
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=773ffba7ffaf7b9e33e3ac92a6871cfb39916383 commit 773ffba7ffaf7b9e33e3ac92a6871cfb39916383 Author: Alfred Wingate <parona@protonmail.com> AuthorDate: 2024-09-14 14:33:51 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2024-09-14 19:55:53 +0000 media-tv/kodi: fix gcc-15 Closes: https://bugs.gentoo.org/938531 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/38606 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> media-tv/kodi/files/kodi-21.1-fix-gcc15.patch | 116 ++++++++++++++++++++++++++ media-tv/kodi/kodi-21.1.ebuild | 1 + 2 files changed, 117 insertions(+)
*** Bug 938720 has been marked as a duplicate of this bug. ***