too long lines were shrinked: x86_64-pc-linux-gnu-g++ -c -pipe -D_FILE_OFFSET_BITS=64 -DPIC -O2 -march=native -fno-diagnostics-color -march=znver3 -std=c++17 -faligned-new -DNDEBUG -fomit-frame-pointer -fPIC -DQT_DISABLE_DEPRECATED_BEFORE=0x050c00 -msse -pthread -I/usr/include/soundtouch -g -Wall -Wextra -Wpointer-arith -Wundef x86_64-pc-linux-gnu-g++ -c -pipe -D_FILE_OFFSET_BITS=64 -DPIC -O2 -march=native -fno-diagnostics-color -march=znver3 -std=c++17 -faligned-new -DNDEBUG -fomit-frame-pointer -fPIC -DQT_DISABLE_DEPRECATED_BEFORE=0x050c00 -msse -pthread -I/usr/include/soundtouch -g -Wall -Wextra -Wpointer-arith -Wundef x86_64-pc-linux-gnu-g++ -c -pipe -D_FILE_OFFSET_BITS=64 -DPIC -O2 -march=native -fno-diagnostics-color -march=znver3 -std=c++17 -faligned-new -DNDEBUG -fomit-frame-pointer -fPIC -DQT_DISABLE_DEPRECATED_BEFORE=0x050c00 -msse -pthread -I/usr/include/soundtouch -g -Wall -Wextra -Wpointer-arith -Wundef x86_64-pc-linux-gnu-g++ -c -pipe -D_FILE_OFFSET_BITS=64 -DPIC -O2 -march=native -fno-diagnostics-color -march=znver3 -std=c++17 -faligned-new -DNDEBUG -fomit-frame-pointer -fPIC -DQT_DISABLE_DEPRECATED_BEFORE=0x050c00 -msse -pthread -I/usr/include/soundtouch -g -Wall -Wextra -Wpointer-arith -Wundef x86_64-pc-linux-gnu-g++ -c -pipe -D_FILE_OFFSET_BITS=64 -DPIC -O2 -march=native -fno-diagnostics-color -march=znver3 -std=c++17 -faligned-new -DNDEBUG -fomit-frame-pointer -fPIC -DQT_DISABLE_DEPRECATED_BEFORE=0x050c00 -msse -pthread -I/usr/include/soundtouch -g -Wall -Wextra -Wpointer-arith -Wundef In file included from mythmiscutil.cpp:706: /usr/include/linux/ioprio.h:110:43: error: expected primary-expression before int 110 | static __always_inline __u16 ioprio_value(int class, int level, int hint) | ^~~ ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_gnome_systemd-20230904-181042 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-10 [2] x86_64-pc-linux-gnu-13 * clang/llvm (if any): clang version 16.0.6 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/16/bin Configuration file: /etc/clang/clang.cfg /usr/lib/llvm/16 16.0.6 Python 3.11.5 Available Ruby profiles: [1] ruby31 (with Rubygems) * Available Rust versions: [1] rust-bin-1.72.0 * GENTOO_VM= CLASSPATH="" JAVA_HOME="/etc/java-config-2/current-system-vm" JAVACFLAGS="" COMPILER="" The following VMs are available for generation-2: 1) OpenJDK 11.0.19_p7 [openjdk-11] 2) Eclipse Temurin JDK 11.0.19_p7 [openjdk-bin-11] *) Eclipse Temurin JDK 17.0.7_p7 [openjdk-bin-17] 4) Eclipse Temurin JDK 8.372_p07 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-11 [2] openjdk-bin-8 [3] openjdk-bin-11 [4] openjdk-bin-17 system-vm php cli (if any): go version go1.21.1 linux/amd64 HEAD of ::gentoo commit 36600a5b3c04d73ad752be107d013d68f9227f5d Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Fri Sep 8 00:47:25 2023 +0000 2023-09-08 00:47:25 UTC emerge -qpvO media-tv/mythtv [ebuild N ] media-tv/mythtv-33.1 USE="X alsa cdda cdr dvd exif ieee1394 lame lirc opengl pulseaudio systemd wrapper x264 xml xvid -asi -autostart -cec -ceton -debug -dvb -fftw -hdhomerun -jack -java -lcd -libass -nvdec -oss -perl -python -raw -v4l -vaapi -vbox -vdpau -vpx -x265 -xmltv -zeroconf" INPUT_DEVICES="-joystick"
Created attachment 870098 [details] emerge-info.txt
Created attachment 870099 [details] emerge-history.txt
Created attachment 870100 [details] environment
Created attachment 870101 [details] etc.clang.tar.xz
Created attachment 870102 [details] etc.portage.tar.xz
Created attachment 870103 [details] logs.tar.xz
Created attachment 870104 [details] media-tv:mythtv-33.1:20230908-022741.log
The commit to fix that is available here: https://github.com/MythTV/mythtv/commit/7d6c7d605f87b697c7488d1eb4a3246b83e31f01 ... struggling to convert this to a patch. Maybe I have to apply it manually for patch creation. Regards, Florian
https://github.com/MythTV/mythtv/issues/775
For anyone who is impatient: put the attached patch file 7d6c7d605f87b697c7488d1eb4a3246b83e31f01.patch to: /etc/portage/patches/media-tv/mythtv-33.1 and give it a try. Compiled well here. Regards, Florian
Created attachment 871441 [details, diff] Patch for mythtv Patch for mythtv
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50a6bc2362bac481d07400cf53037fd42f9969dc commit 50a6bc2362bac481d07400cf53037fd42f9969dc Author: Sam James <sam@gentoo.org> AuthorDate: 2023-09-27 02:37:40 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-09-27 02:37:40 +0000 media-tv/mythtv: fix build w/ linux-headers-6.5 And add the missing dep on linux-headers (which is how I didn't notice the failure to begin with). Closes: https://bugs.gentoo.org/913866 Signed-off-by: Sam James <sam@gentoo.org> .../files/mythtv-33.1-linux-headers-6.5.patch | 30 ++++++++++++++++++++++ media-tv/mythtv/mythtv-33.1.ebuild | 2 ++ 2 files changed, 32 insertions(+)