Summary: | app-editors/gnome-latex-3.46.0 - [libtool] build_tools_preferences.c: error: assignment to GtkBox {aka struct _GtkBox } from incompatible pointer type GtkWidget {aka stru | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | gentoo, kingjon3377, poncho |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 880545 | ||
Attachments: |
emerge-info.txt
app-editors:gnome-latex-3.46.0:20241129-021338.log emerge-history.txt environment etc.clang.tar.xz etc.portage.tar.xz logs.tar.xz qlist-info.txt.xz temp.tar.xz |
Description
Toralf Förster
![]() 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) \ (In reply to poncho from comment #11) > Adding vala_setup fixes the issue on my end. I don't know if it's the proper fix, but yes, this also works on my end :) |