Created attachment 872287 [details] emerge --info Building app-i18n/ibus with a gui, but without python fails.
Created attachment 872288 [details] build.log
Looks like the error is > make[3]: *** No rule to make target '../../client/wayland/libibuswaylandim.la', needed by 'ibus-ui-gtk3'. Stop. > make[3]: *** Waiting for unfinished jobs.... I don't think this is related to USE=-python, but actually is triggered by USE=-introspection.
Yep, this is apparent from looking at the Makefiles: In ui/gtk3/Makefile.am: > libibuswaylandim = $(top_builddir)/client/wayland/libibuswaylandim.la > [...] > if ENABLE_GDK3_WAYLAND > [...] > AM_LDADD += \ > $(libibuswaylandim) \ > $(NULL) And in client/wayland/Makefile.am: > if ENABLE_WAYLAND > if HAVE_INTROSPECTION > -include $(INTROSPECTION_MAKEFILE) > > libibuswaylandim = libibuswaylandim.la > noinst_LTLIBRARIES = $(libibuswaylandim) So this is broken if USE="gtk3 wayland -introspection".
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f20e527d7833b6f4466a2a03e7615507648f195f commit f20e527d7833b6f4466a2a03e7615507648f195f Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2023-11-19 00:58:10 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2023-11-19 01:04:50 +0000 app-i18n/ibus: Version bump to 1.5.29 * Add a REQUIRED_USE rule to avoid a build failure (bug #915359) Closes: https://bugs.gentoo.org/915359 Signed-off-by: Matt Turner <mattst88@gentoo.org> app-i18n/ibus/Manifest | 1 + app-i18n/ibus/ibus-1.5.29.ebuild | 234 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 235 insertions(+)