https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: media-plugins/kodi-pvr-hts-8.4.0 fails to compile (GCC-13-SYSTEM). Discovered on: amd64 (internal ref: gcc13_tinderbox) NOTE: (GCC-13-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-13 but this bug MAY or MAY NOT BE related to the new compiler
Created attachment 856242 [details] build.log build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: FAILED: CMakeFiles/pvr.hts.dir/src/tvheadend/HTSPVFS.cpp.o /var/tmp/portage/media-plugins/kodi-pvr-hts-8.4.0/work/pvr.hts-8.4.0-Matrix/src/tvheadend/HTSPVFS.h:53:3: error: ‘uint32_t’ does not name a type
ping, this should be a trivial missing include, and gcc 13 is about to be released
ping, this should be a trivial missing include. please take a look & send the patch upstream as well for other distros
Yes, add the line #include <cstdint> before #include <string> in HTSPVFS.h
Created attachment 883228 [details, diff] patch for pvr.hts-8.4.0-Matrix/src/tvheadend/HTSPVFS.h
Created attachment 883229 [details] Modified ebuild to include patch