82 | static Colour from_argb32(uint32_t argb); | ^~~~~~~~ /var/tmp/portage/app-admin/conky-1.21.5/work/conky-1.21.5/src/colours.h: In member function void Colour::operator=(const Colour&): /var/tmp/portage/app-admin/conky-1.21.5/work/conky-1.21.5/src/colours.h:60:5: error: red was not declared in this scope 60 | red = c.red; | ^~~ /var/tmp/portage/app-admin/conky-1.21.5/work/conky-1.21.5/src/colours.h:60:13: error: const struct Colour has no member named red 60 | red = c.red; | ^~~ ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0-20240908-010502 UNMASKED: Please re-assign to toolchain@ if you get a test failure in C, C++, or Fortran code which makes no sense. /etc/portage/package.unmask/60gcc:<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): Python 3.12.6 Available Ruby profiles: (none found) Available Rust versions: [1] rust-bin-1.81.0 * The following VMs are available for generation-2: 1) Eclipse Temurin JDK 11.0.24_p8 [openjdk-bin-11] 2) Eclipse Temurin JDK 17.0.12_p7 [openjdk-bin-17] *) Eclipse Temurin JDK 21.0.4_p7 [openjdk-bin-21] 4) Eclipse Temurin JDK 8.422_p05 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-11 [3] openjdk-bin-17 [4] 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 f61e626b1ee9899bec6010ab1c86ba0a43eae203 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Sat Sep 14 13:49:14 2024 +0000 2024-09-14 13:49:14 UTC emerge -qpvO =app-admin/conky-1.21.5 [ebuild N ] app-admin/conky-1.21.5 USE="X bundled-toluapp curl iconv lua-cairo-xlib moc ncurses portmon -apcupsd -cmus -colour-name-map -doc -extras -hddtemp -ical -imlib -intel-backlight -iostats -irc -lua-cairo -lua-imlib -lua-rsvg -math -mouse-events -mpd -mysql -nvidia -pulseaudio -rss -systemd -test -thinkpad -truetype -wayland -webserver -wifi -xinerama -xinput -xmms2" LUA_SINGLE_TARGET="lua5-4"
Created attachment 902986 [details] emerge-info.txt
Created attachment 902987 [details] app-admin:conky-1.21.5:20240914-145032.log
Created attachment 902988 [details] emerge-history.txt.xz
Created attachment 902989 [details] environment
Created attachment 902990 [details] etc.portage.tar.xz
Created attachment 902991 [details] qlist-info.txt.xz
Created attachment 902992 [details] temp.tar.xz
Newer conky requires USE = colour-name-map to interpret color names (not spelling of colour). I believe that USE should be default. Thanks to forum post at: http://forums.gentoo.org/viewtopic.php?p=8842348#8842348
(In reply to Andy Figueroa from comment #8) > Newer conky requires USE = colour-name-map to interpret color names (not > spelling of colour). I believe that USE should be default. > > Thanks to forum post at: > http://forums.gentoo.org/viewtopic.php?p=8842348#8842348 There might be a relation to recent changes which added this option but the actual problem seems to be related to the gcc version used as the blocker states. Here when compiling with gcc-13 everything is fine with and without the flag enabled.