Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 921671

Summary: app-i18n/ibus-1.5.29_rc1 - ibusimcontext.c: error: unknown type name Window
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: CJK Team <cjk>
Status: CONFIRMED ---    
Severity: normal CC: ghz3, nick
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
app-i18n:ibus-1.5.29_rc1:20240109-132058.log.xz
emerge-history.txt
environment
etc.portage.tar.xz
logs.tar.xz
qlist-info.txt
temp.tar.xz

Description Toralf Förster gentoo-dev 2024-01-09 15:03:01 UTC
too long lines were shrinked:

libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src -I/usr/include/gtk-4.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/graphene-1.0 -I/usr/lib64/graphene-1.0/inc
ibusimcontext.c: In function '_set_cursor_location_internal':
ibusimcontext.c:1648:9: warning: implicit declaration of function 'GDK_IS_X11_DISPLAY'; did you mean 'GDK_IS_DISPLAY'? [-Wimplicit-function-declaration]
 1648 |     if (GDK_IS_X11_DISPLAY (display)) {
      |         ^~~~~~~~~~~~~~~~~~
      |         GDK_IS_DISPLAY
ibusimcontext.c:1651:9: error: unknown type name 'Window'; did you mean 'GtkWindow'?
 1651 |         Window child;
      |         ^~~~~~

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-20240109-053510

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
/usr/lib/llvm/17
17.0.6
Python 3.11.7
Available Rust versions:
  [1]   rust-bin-1.74.1 *
php cli (if any):

  HEAD of ::gentoo
commit e62631aba5656bfd8fef1a0b34f219b5a3027b60
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Jan 9 05:33:11 2024 +0000

    2024-01-09 05:33:10 UTC

emerge -qpvO app-i18n/ibus
[ebuild  N    ] app-i18n/ibus-1.5.29_rc1  USE="emoji gtk3 gtk4 gui introspection nls python unicode vala wayland -X -appindicator -gtk2 -libnotify -systemd -test" PYTHON_TARGETS="python3_11 -python3_10 -python3_12"
Comment 1 Toralf Förster gentoo-dev 2024-01-09 15:03:02 UTC
Created attachment 881779 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-01-09 15:03:03 UTC
Created attachment 881780 [details]
app-i18n:ibus-1.5.29_rc1:20240109-132058.log.xz
Comment 3 Toralf Förster gentoo-dev 2024-01-09 15:03:04 UTC
Created attachment 881781 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2024-01-09 15:03:05 UTC
Created attachment 881782 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-01-09 15:03:07 UTC
Created attachment 881783 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-01-09 15:03:08 UTC
Created attachment 881784 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-01-09 15:03:09 UTC
Created attachment 881785 [details]
qlist-info.txt
Comment 8 Toralf Förster gentoo-dev 2024-01-09 15:03:10 UTC
Created attachment 881786 [details]
temp.tar.xz
Comment 9 Gentookh 2024-01-30 21:18:54 UTC
Same issue with app-i18n/ibus-1.5.29
Comment 10 Nick Wallingford 2024-02-03 19:02:09 UTC
Something weird with X/wayland.

I have USE="wayland -X" enabled in most places. gtk+:3 is +X, gtk:4 is -X. emerging ibus fails with "wayland -X", but if I set gtk:4 +X emerging ibus succeeds.