https://bugs.kde.org/show_bug.cgi?id=368633

--- Comment #7 from b...@beuc.net ---
OK so it doesn't come from these packages.

Now, I could rebuild an appimage with a working keyboard from a CentOS VM.
By comparing the build output I noted 2 discrepancies with the slimmer (docker)
CentOS environment, both in the early 'ext_qt' configuration phase:

1)
  Iconv .................. yes
  Iconv .................. no

Note that this happens before ext_iconv is built.

This is also an issue when building AppImageKit :
[ 75%] Building C object CMakeFiles/runtime.dir/runtime.c.o
Linking C executable runtime
libisofs.a(isofs.c.o): In function `isofs_fix_entry':
/AppImageKit/isofs.c:604: undefined reference to `libiconv_open'
/AppImageKit/isofs.c:621: undefined reference to `libiconv'
/AppImageKit/isofs.c:628: undefined reference to `libiconv_close'
/AppImageKit/isofs.c:647: undefined reference to `libiconv_close'
collect2: error: ld returned 1 exit status
make[2]: *** [runtime] Error 1
make[1]: *** [CMakeFiles/runtime.dir/all] Error 2
make: *** [all] Error 2
fatal: No tags can describe 'd5fcf2e4d8b50361585e1c7d9ffa9143bc852065'.
Try --always, or create some tags.
/AppImageKit
+ cd /
+ ln -sf /usr/share/pkgconfig /usr/lib/pkgconfig

Note that this AppImageKit build error is ignored, btw.

This is fixed by installing:
$ yum install glibc-devel


2)
  xkbcommon-x11........... yes (bundled copy, XKB config root:
/usr/share/X11/xkb)
  xkbcommon-x11........... yes (bundled copy, XKB config root: not found)

This looks like the keyboard source issue.
This is fixed by installing:
$ yum install xkeyboard-config


I'm trying a full rebuild now, if this works I'll produce a patch.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to