too long lines were shrinked: make[5]: Leaving directory '/var/tmp/portage/app-editors/gnome-latex-3.46.0/work/gnome-latex-3.46.0/src/liblatexila' Making all in ui make[4]: Nothing to be done for 'all'. make[4]: Entering directory '/var/tmp/portage/app-editors/gnome-latex-3.46.0/work/gnome-latex-3.46.0/src' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I./liblatexila -I./liblatexila -include config.h -w -I/usr/include/gspell-1 -I/usr/include/enchant-2 -I/usr/include/tepl-6 -I/usr/include/libgedit-gtksourceview-300 -I/usr/include/libxml2 -I/usr/include/libgedit-amtk-5 -I/usr/include/gtk-3.0 - build_tools_preferences.c: In function build_tools_preferences_construct: build_tools_preferences.c:398:17: error: assignment to GtkBox * {aka struct _GtkBox *} from incompatible pointer type GtkWidget * {aka struct _GtkWidget *} [-Wincompatible-pointer-types] 398 | _tmp17_ = gtk_dialog_get_content_area (_tmp16_); | ^ ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 23.0_desktop_systemd-20241125-194004 The attached etc.portage.tar.xz has all details. ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-14 * clang version 19.1.4 llvm-config: 19.1.4 Python 3.12.7 go version go1.23.3 linux/amd64 [1] php8.3 * Available Ruby profiles: [1] ruby32 (with Rubygems) [2] ruby33 (with Rubygems) * Available Rust versions: [1] rust-bin-1.71.1 [2] rust-bin-1.81.0 [3] rust-bin-1.82.0 * The following VMs are available for generation-2: 1) Eclipse Temurin JDK 17.0.13_p11 [openjdk-bin-17] *) Eclipse Temurin JDK 21.0.5_p11 [openjdk-bin-21] 3) Eclipse Temurin JDK 8.432_p06 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-17 [3] openjdk-bin-21 system-vm HEAD of ::gentoo commit fe60486cd93b19ec6f54477fa9aee4db8ffa2e2c Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Fri Nov 29 00:18:26 2024 +0000 2024-11-29 00:18:26 UTC emerge -qpvO =app-editors/gnome-latex-3.46.0 [ebuild N ] app-editors/gnome-latex-3.46.0 USE="introspection latexmk -rubber"
Created attachment 912631 [details] emerge-info.txt
Created attachment 912632 [details] app-editors:gnome-latex-3.46.0:20241129-021338.log
Created attachment 912633 [details] emerge-history.txt
Created attachment 912634 [details] environment
Created attachment 912635 [details] etc.clang.tar.xz
Created attachment 912636 [details] etc.portage.tar.xz
Created attachment 912637 [details] logs.tar.xz
Created attachment 912638 [details] qlist-info.txt.xz
Created attachment 912639 [details] temp.tar.xz
tinderbox-stable has reproduced this issue in a STABLE environment with version 3.46.0
Adding vala_setup fixes the issue on my end. diff --git a/app-editors/gnome-latex/gnome-latex-3.46.0.ebuild b/app-editors/gnome-latex/gnome-latex-3.46.0.ebuild index 40a487b6b3b6..20edac01e3fd 100644 --- a/app-editors/gnome-latex/gnome-latex-3.46.0.ebuild +++ b/app-editors/gnome-latex/gnome-latex-3.46.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit gnome2 +inherit gnome2 vala DESCRIPTION="Integrated LaTeX environment for GNOME" HOMEPAGE="https://gitlab.gnome.org/swilmet/gnome-latex" @@ -41,6 +41,10 @@ BDEPEND=" virtual/pkgconfig " +pkg_setup() { + vala_setup +} + src_configure() { gnome2_src_configure \ $(use_enable introspection) \