https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: gnome-base/gnome-panel-3.50.0 fails to compile. Discovered on: amd64 (internal ref: binutils2.42_tinderbox) System: BINUTILS-2.42-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#BINUTILS-2.42) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Created attachment 885931 [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: panel-run-dialog.c:43:10: fatal error: gmenu-tree.h: No such file or directory panel-run-dialog.c:43:10: fatal error: gmenu-tree.h: No such file or directory
> panel-run-dialog.c:43:10: fatal error: gmenu-tree.h: No such file or directory > 43 | #include <gmenu-tree.h> That is strange, gnome-panel-3.50.0 has >=gnome-base/gnome-menus-3.7.90, i.e., the provider of gmenu-tree.h, in both DEPEND and RDEPEND.
ci has reproduced this issue with version 3.52.0 - Updating summary.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c0bf3ea15d61fc81c7f0524174be4ad2839bdc2 commit 4c0bf3ea15d61fc81c7f0524174be4ad2839bdc2 Author: Yakov Mirenkov <yakov.mirenkov@yahoo.com> AuthorDate: 2024-03-17 13:34:44 +0000 Commit: Florian Schmaus <flow@gentoo.org> CommitDate: 2024-05-28 15:38:57 +0000 gnome-base/gnome-panel: fix action button building Fixed error: libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -DGMENU_I_KNOW_THIS_IS_UNSTABLE -DG_LOG_DOMAIN=\"action-button\" -DG_LOG_USE_STRUCTURED=1 -I../.. -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib64/libffi/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/sysprof-4 -pthread -I/usr/include/gio-unix-2.0 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/gio-unix-2.0 -I/usr/include/elogind -I/usr/include/libmount -I/usr/include/blkid -I/usr/lib64/libffi/include -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/fribidi -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/usr/include/sysprof-4 -pthread -fno-strict-aliasing -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes -Wdeclaration-after-statement -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum -Wswitch-default -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -Wnull-dereference -Wdouble-promotion -Wno-error=unused-parameter -Wno-error=missing-field-initializers -march=native -O3 -c gpab-screensaver-gen.c -fPIC -DPIC -o .libs/org_gnome_gnome_panel_action_button_la-gpab-screensaver-gen.o panel-run-dialog.c:43:10: fatal error: gmenu-tree.h: No such file or directory 43 | #include <gmenu-tree.h> Closes: https://bugs.gentoo.org/925476 Signed-off-by: Yakov Mirenkov <yakov.mirenkov@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/35696 Signed-off-by: Florian Schmaus <flow@gentoo.org> gnome-base/gnome-panel/gnome-panel-3.50.0.ebuild | 4 ++-- gnome-base/gnome-panel/gnome-panel-3.52.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)