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

Bug 792594

Summary: x11-libs/libxkbcommon-1.3.0 fails test "libxkbcommon:python-tests / tool-option-parsing"
Product: Gentoo Linux Reporter: Paolo Pedroni <paolo.pedroni>
Component: Current packagesAssignee: Gentoo X packagers <x11>
Status: RESOLVED TEST-REQUEST    
Severity: normal CC: ionen, sam
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: libxkbcommon-1.3.0:20210528-074024.log.gz
testlog.txt

Description Paolo Pedroni 2021-05-28 07:51:33 UTC
Created attachment 711852 [details]
libxkbcommon-1.3.0:20210528-074024.log.gz

21/21 libxkbcommon:python-tests / tool-option-parsing     FAIL            1.27s   exit status 1
>>> XKB_LOG_VERBOSITY=10 XKB_LOG_LEVEL=debug HAVE_XKBCLI_INTERACTIVE_WAYLAND=1 HAVE_XKBCLI_LIST=1 MALLOC_PERTURB_=248 top_builddir=/
var/tmp/portage/x11-libs/libxkbcommon-1.3.0/work/libxkbcommon-1.3.0-abi_x86_32.x86 HAVE_XKBCLI_INTERACTIVE_X11=1 HAVE_XKBCLI_INTERACTIVE_EVDEV=1 top_srcdir=/var/tmp/portage/x11-libs/libxkbcommon-1.3.0/work/libxkbcommon-1.3.0 /var/tmp/portage/x11-libs/libxkbcommon-1.3.0/work/libxkbcommon-1.3.0/test/tool-option-parsing.py



Ok:                 20  
Expected Fail:      0   
Fail:               1   
Unexpected Pass:    0   
Skipped:            0   
Timeout:            0   

Full log written to /var/tmp/portage/x11-libs/libxkbcommon-1.3.0/work/libxkbcommon-1.3.0-abi_x86_32.x86/meson-logs/testlog.txt
 * ERROR: x11-libs/libxkbcommon-1.3.0::gentoo failed (test phase):
 *   tests failed

From /var/tmp/portage/x11-libs/libxkbcommon-1.3.0/work/libxkbcommon-1.3.0-abi_x86_32.x86/meson-logs/testlog.txt:
======================================================================
FAIL: test_how_to_type (__main__.TestXkbcli) (args=['123'])
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/x11-libs/libxkbcommon-1.3.0/work/libxkbcommon-1.3.0/test/tool-option-parsing.py", line 234, in test_how_to_
type
    self.xkbcli_how_to_type.run_command_success(args)
  File "/var/tmp/portage/x11-libs/libxkbcommon-1.3.0/work/libxkbcommon-1.3.0/test/tool-option-parsing.py", line 103, in run_command_
success
    assert rc == 0, (stdout, stderr)
AssertionError: ('', 'xkbcommon: DEBUG: Include path failed: /var/tmp/portage/x11-libs/libxkbcommon-1.3.0/temp/tmpijizn3o3/xkb (No s
uch file or directory)\nxkbcommon: DEBUG: Include path added: /var/tmp/portage/x11-libs/libxkbcommon-1.3.0/temp/tmpijizn3o3\nxkbcomm
on: DEBUG: Include path added: /var/tmp/portage/x11-libs/libxkbcommon-1.3.0/work/libxkbcommon-1.3.0/test/data\nxkbcommon: DEBUG: Com
piling from RMLVO: rules \'evdev\', model \'pc105\', layout \'it\', variant \'nodeadkeys\', options \'compose:menu,terminate:ctrl_al
t_bksp\'\nxkbcommon: DEBUG: Compiling from KcCGST: keycodes \'evdev+aliases(qwerty)\', types \'complete\', compat \'complete\', symb
ols \'pc+it(nodeadkeys)+inet(evdev)+compose(menu)+terminate(ctrl_alt_bksp)\'\nxkbcommon: DEBUG: Compiling xkb_keycodes "(unnamed)"\n
xkbcommon: DEBUG: Compiling xkb_types "(unnamed)"\nxkbcommon: DEBUG: Compiling xkb_compatibility "(unnamed)"\nxkbcommon: DEBUG: The 
"group" statement in compat is unsupported; Ignored\nxkbcommon: DEBUG: The "group" statement in compat is unsupported; Ignored\nxkbc
ommon: DEBUG: The "group" statement in compat is unsupported; Ignored\nxkbcommon: DEBUG: The "allowExplicit" field in indicator statements is unsupported; Ignored\nxkbcommon: DEBUG: The "allowExplicit" field in indicator statements is unsupported; Ignored\nxkbcommon: DEBUG: The "allowExplicit" field in indicator statements is unsupported; Ignored\nxkbcommon: DEBUG: The "allowExplicit" field in indicator statements is unsupported; Ignored\nxkbcommon: DEBUG: The "indicatorDrivesKeyboard" field in indicator statements is unsupported; Ignored\nxkbcommon: DEBUG: The "allowExplicit" field in indicator statements is unsupported; Ignored\nxkbcommon: DEBUG: Indicator name "Shift Lock" was not declared in the keycodes section; Adding new indicator\nxkbcommon: DEBUG: Indicator name "Group 2" was not declared in the keycodes section; Adding new indicator\nxkbcommon: DEBUG: Indicator name "Mouse Keys" was not declared in the keycodes section; Adding new indicator\nxkbcommon: DEBUG: Compiling xkb_symbols "(unnamed)"\nxkbcommon: ERROR: Couldn\'t find file "symbols/it" in include paths\nxkbcommon: ERROR: 2 include paths searched:\nxkbcommon: ERROR: \t/var/tmp/portage/x11-libs/libxkbcommon-1.3.0/temp/tmpijizn3o3\nxkbcommon: ERROR: \t/var/tmp/portage/x11-libs/libxkbcommon-1.3.0/work/libxkbcommon-1.3.0/test/data\nxkbcommon: ERROR: 1 include paths could not be added:\nxkbcommon: ERROR: \t/var/tmp/portage/x11-libs/libxkbcommon-1.3.0/temp/tmpijizn3o3/xkb\nxkbcommon: ERROR: Abandoning symbols file "(unnamed)"\nxkbcommon: ERROR: Failed to compile xkb_symbols\nxkbcommon: ERROR: Failed to compile keymap\nFailed to create XKB keymap\n')

======================================================================
FAIL: test_how_to_type (__main__.TestXkbcli) (args=['0x123'])
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/x11-libs/libxkbcommon-1.3.0/work/libxkbcommon-1.3.0/test/tool-option-parsing.py", line 234, in test_how_to_type
    self.xkbcli_how_to_type.run_command_success(args)
  File "/var/tmp/portage/x11-libs/libxkbcommon-1.3.0/work/libxkbcommon-1.3.0/test/tool-option-parsing.py", line 103, in run_command_success
    assert rc == 0, (stdout, stderr)
AssertionError: ('', 'xkbcommon: DEBUG: Include path failed: /var/tmp/portage/x11-libs/libxkbcommon-1.3.0/temp/tmpijizn3o3/xkb (No such file or directory)\nxkbcommon: DEBUG: Include path added: /var/tmp/portage/x11-libs/libxkbcommon-1.3.0/temp/tmpijizn3o3\nxkbcommon: DEBUG: Include path added: /var/tmp/portage/x11-libs/libxkbcommon-1.3.0/work/libxkbcommon-1.3.0/test/data\nxkbcommon: DEBUG: Compiling from RMLVO: rules \'evdev\', model \'pc105\', layout \'it\', variant \'nodeadkeys\', options \'compose:menu,terminate:ctrl_alt_bksp\'\nxkbcommon: DEBUG: Compiling from KcCGST: keycodes \'evdev+aliases(qwerty)\', types \'complete\', compat \'complete\', symbols \'pc+it(nodeadkeys)+inet(evdev)+compose(menu)+terminate(ctrl_alt_bksp)\'\nxkbcommon: DEBUG: Compiling xkb_keycodes "(unnamed)"\nxkbcommon: DEBUG: Compiling xkb_types "(unnamed)"\nxkbcommon: DEBUG: Compiling xkb_compatibility "(unnamed)"\nxkbcommon: DEBUG: The "group" statement in compat is unsupported; Ignored\nxkbcommon: DEBUG: The "group" statement in compat is unsupported; Ignored\nxkbcommon: DEBUG: The "group" statement in compat is unsupported; Ignored\nxkbcommon: DEBUG: The "allowExplicit" field in indicator statements is unsupported; Ignored\nxkbcommon: DEBUG: The "allowExplicit" field in indicator statements is unsupported; Ignored\nxkbcommon: DEBUG: The "allowExplicit" field in indicator statements is unsupported; Ignored\nxkbcommon: DEBUG: The "allowExplicit" field in indicator statements is unsupported; Ignored\nxkbcommon: DEBUG: The "indicatorDrivesKeyboard" field in indicator statements is unsupported; Ignored\nxkbcommon: DEBUG: The "allowExplicit" field in indicator statements is unsupported; Ignored\nxkbcommon: DEBUG: Indicator name "Shift Lock" was not declared in the keycodes section; Adding new indicator\nxkbcommon: DEBUG: Indicator name "Group 2" was not declared in the keycodes section; Adding new indicator\nxkbcommon: DEBUG: Indicator name "Mouse Keys" was not declared in the keycodes section; Adding new indicator\nxkbcommon: DEBUG: Compiling xkb_symbols "(unnamed)"\nxkbcommon: ERROR: Couldn\'t find file "symbols/it" in include paths\nxkbcommon: ERROR: 2 include paths searched:\nxkbcommon: ERROR: \t/var/tmp/portage/x11-libs/libxkbcommon-1.3.0/temp/tmpijizn3o3\nxkbcommon: ERROR: \t/var/tmp/portage/x11-libs/libxkbcommon-1.3.0/work/libxkbcommon-1.3.0/test/data\nxkbcommon: ERROR: 1 include paths could not be added:\nxkbcommon: ERROR: \t/var/tmp/portage/x11-libs/libxkbcommon-1.3.0/temp/tmpijizn3o3/xkb\nxkbcommon: ERROR: Abandoning symbols file "(unnamed)"\nxkbcommon: ERROR: Failed to compile xkb_symbols\nxkbcommon: ERROR: Failed to compile keymap\nFailed to create XKB keymap\n')

======================================================================
FAIL: test_how_to_type (__main__.TestXkbcli) (args=['0123'])
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/x11-libs/libxkbcommon-1.3.0/work/libxkbcommon-1.3.0/test/tool-option-parsing.py", line 234, in test_how_to_type
    self.xkbcli_how_to_type.run_command_success(args)
  File "/var/tmp/portage/x11-libs/libxkbcommon-1.3.0/work/libxkbcommon-1.3.0/test/tool-option-parsing.py", line 103, in run_command_success
    assert rc == 0, (stdout, stderr)
AssertionError: ('', 'xkbcommon: DEBUG: Include path failed: /var/tmp/portage/x11-libs/libxkbcommon-1.3.0/temp/tmpijizn3o3/xkb (No such file or directory)\nxkbcommon: DEBUG: Include path added: /var/tmp/portage/x11-libs/libxkbcommon-1.3.0/temp/tmpijizn3o3\nxkbcommon: DEBUG: Include path added: /var/tmp/portage/x11-libs/libxkbcommon-1.3.0/work/libxkbcommon-1.3.0/test/data\nxkbcommon: DEBUG: Compiling from RMLVO: rules \'evdev\', model \'pc105\', layout \'it\', variant \'nodeadkeys\', options \'compose:menu,terminate:ctrl_alt_bksp\'\nxkbcommon: DEBUG: Compiling from KcCGST: keycodes \'evdev+aliases(qwerty)\', types \'complete\', compat \'complete\', symbols \'pc+it(nodeadkeys)+inet(evdev)+compose(menu)+terminate(ctrl_alt_bksp)\'\nxkbcommon: DEBUG: Compiling xkb_keycodes "(unnamed)"\nxkbcommon: DEBUG: Compiling xkb_types "(unnamed)"\nxkbcommon: DEBUG: Compiling xkb_compatibility "(unnamed)"\nxkbcommon: DEBUG: The "group" statement in compat is unsupported; Ignored\nxkbcommon: DEBUG: The "group" statement in compat is unsupported; Ignored\nxkbcommon: DEBUG: The "group" statement in compat is unsupported; Ignored\nxkbcommon: DEBUG: The "allowExplicit" field in indicator statements is unsupported; Ignored\nxkbcommon: DEBUG: The "allowExplicit" field in indicator statements is unsupported; Ignored\nxkbcommon: DEBUG: The "allowExplicit" field in indicator statements is unsupported; Ignored\nxkbcommon: DEBUG: The "allowExplicit" field in indicator statements is unsupported; Ignored\nxkbcommon: DEBUG: The "indicatorDrivesKeyboard" field in indicator statements is unsupported; Ignored\nxkbcommon: DEBUG: The "allowExplicit" field in indicator statements is unsupported; Ignored\nxkbcommon: DEBUG: Indicator name "Shift Lock" was not declared in the keycodes section; Adding new indicator\nxkbcommon: DEBUG: Indicator name "Group 2" was not declared in the keycodes section; Adding new indicator\nxkbcommon: DEBUG: Indicator name "Mouse Keys" was not declared in the keycodes section; Adding new indicator\nxkbcommon: DEBUG: Compiling xkb_symbols "(unnamed)"\nxkbcommon: ERROR: Couldn\'t find file "symbols/it" in include paths\nxkbcommon: ERROR: 2 include paths searched:\nxkbcommon: ERROR: \t/var/tmp/portage/x11-libs/libxkbcommon-1.3.0/temp/tmpijizn3o3\nxkbcommon: ERROR: \t/var/tmp/portage/x11-libs/libxkbcommon-1.3.0/work/libxkbcommon-1.3.0/test/data\nxkbcommon: ERROR: 1 include paths could not be added:\nxkbcommon: ERROR: \t/var/tmp/portage/x11-libs/libxkbcommon-1.3.0/temp/tmpijizn3o3/xkb\nxkbcommon: ERROR: Abandoning symbols file "(unnamed)"\nxkbcommon: ERROR: Failed to compile xkb_symbols\nxkbcommon: ERROR: Failed to compile keymap\nFailed to create XKB keymap\n')

----------------------------------------------------------------------
Ran 18 tests in 1.111s

FAILED (failures=3, skipped=31)
-----------------------------------------------------------------------------
Comment 1 Paolo Pedroni 2021-05-28 07:54:16 UTC
Created attachment 711855 [details]
testlog.txt
Comment 2 Paolo Pedroni 2021-05-28 07:55:52 UTC
# emerge --info =x11-libs/libxkbcommon-1.3.0
Portage 3.0.18 (python 3.8.9-final-0, default/linux/amd64/17.1/desktop/plasma/systemd, gcc-10.2.0, glibc-2.32-r7, 5.10.27-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-5.10.27-gentoo-x86_64-AMD_Phenom-tm-_II_X6_1100T_Processor-with-glibc2.2.5
KiB Mem:    16133816 total,  10560108 free
KiB Swap:   12550140 total,  10350044 free
Timestamp of repository gentoo: Fri, 28 May 2021 06:15:01 +0000
Head commit of repository gentoo: 8179497676ed3701b9253a6b97653cfdce62d19b
sh dash 0.5.11.3-r1
ld GNU gold (Gentoo 2.35.2 p1 2.35.2) 1.16
distcc 3.3.3 x86_64-pc-linux-gnu [enabled]
ccache version 4.2.1 [disabled]
app-shells/bash:          5.1_p8::gentoo
dev-java/java-config:     2.3.1::gentoo
dev-lang/perl:            5.32.1::gentoo
dev-lang/python:          2.7.18_p9::gentoo, 3.8.9_p2::gentoo, 3.9.4_p1::gentoo
dev-lang/rust:            1.51.0-r2::gentoo
dev-util/ccache:          4.2.1::gentoo
dev-util/cmake:           3.18.5::gentoo
sys-apps/baselayout:      2.7::gentoo
sys-apps/sandbox:         2.23::gentoo
sys-devel/autoconf:       2.13-r1::gentoo, 2.69-r5::gentoo
sys-devel/automake:       1.16.3-r1::gentoo
sys-devel/binutils:       2.35.2::gentoo
sys-devel/gcc:            10.2.0-r5::gentoo
sys-devel/gcc-config:     2.4::gentoo
sys-devel/libtool:        2.4.6-r6::gentoo
sys-devel/make:           4.3::gentoo
sys-kernel/linux-headers: 5.10::gentoo (virtual/os-headers)
sys-libs/glibc:           2.32-r7::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.europe.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-extra-opts: 
    sync-rsync-verify-jobs: 1
    sync-rsync-verify-max-age: 24
    sync-rsync-verify-metamanifest: yes

x-portage
    location: /usr/local/portage
    masters: gentoo
    priority: 0

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -frecord-gcc-switches -march=amdfam10 -flto=6"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/easy-rsa /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe -frecord-gcc-switches -march=amdfam10 -flto=6"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--keep-going y --with-bdeps y"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -pipe -frecord-gcc-switches -march=amdfam10 -flto=6"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs cgroup compress-build-logs config-protect-if-modified distcc distlocks ebuild-locks ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms split-elog split-log strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe -frecord-gcc-switches -march=amdfam10 -flto=6"
GENTOO_MIRRORS="http://mirror.leaseweb.com/gentoo/ http://mirror.init7.net/gentoo/ https://mirror.init7.net/gentoo/ http://ftp.uni-hannover.de/gentoo/"
LANG="it_IT.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common -flto=6"
LINGUAS="it it_IT"
MAKEOPTS="-j12 -l6"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac aalib acl acpi activities adns alsa amd64 ao audiofile bash-completion bluetooth branding brotli bzip2 cairo caps cdda cddb cdparanoia cdr cli crypt css cups curl dbus declarative dga djvu dri dts dvd dvdr emboss encode exif expat fbcon ffmpeg fftw flac fontconfig fortran ftp gd gdbm geoip gif gimp gles2-only gmp gnutls gphoto2 gpm graphviz gtk gui handbook iconv icu idn imagemagick imlib introspection ipv6 java javascript jbig jemalloc jpeg jpeg2k kde kipi kwallet lame lcms libass libglvnd libnotify libsamplerate libtirpc lm_sensors lua lzma lzo mad magic mmap mng mp3 mp4 mpeg mplayer multilib musicbrainz ncurses nls nptl nsplugin offensive ogg openal opengl openmp pam pango pch pcre pdf phonon plasma png policykit postscript ppds pulseaudio qml qt5 rdesktop readline recode samba sctp sdl seccomp sndfile sockets speex spell split-usr sqlite sqlite3 ssl startup-notification svg symlink syslog systemd sysvipc taglib telemetry test theora threads tidy tiff truetype udev udisks unicode upower usb v4l vaapi vala vdpau verify-sig vim-syntax vnc vorbis wavpack wayland widgets win32codecs wmf wxwidgets x264 xattr xcb xine xinerama xml xpm xscreensaver xv xvid yahoo zlib zstd" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="hda-intel virmidi" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="3dnow 3dnowext mmx mmxext popcnt sse sse2 sse3 sse4a" CURL_SSL="gnutls" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="pc" INPUT_DEVICES="libinput" KERNEL="linux" L10N="it en" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-3 php7-4" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_8" PYTHON_TARGETS="python3_8" RUBY_TARGETS="ruby26" USERLAND="GNU" VIDEO_CARDS="radeon r600" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LC_ALL, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RUSTFLAGS

# emerge -1pqv =x11-libs/libxkbcommon-1.3.0
[ebuild     U ] x11-libs/libxkbcommon-1.3.0 [1.0.3] USE="X test wayland%* -doc -static-libs" ABI_X86="32 (64) (-x32)"
Comment 3 Paolo Pedroni 2021-05-28 08:01:36 UTC
I thought it happened only with ABI_X86=32, but it happens also with ABI_X86=64...
Comment 4 Matt Turner gentoo-dev 2023-01-10 23:39:17 UTC
Removing the escape characters, the errors look like this:

> xkbcommon: DEBUG: Include path failed: /var/tmp/portage/x11-libs/libxkbcommon-1.3.0/temp/tmpijizn3o3/xkb (No such file or directory)
> xkbcommon: DEBUG: Include path added: /var/tmp/portage/x11-libs/libxkbcommon-1.3.0/temp/tmpijizn3o3
> xkbcommon: DEBUG: Include path added: /var/tmp/portage/x11-libs/libxkbcommon-1.3.0/work/libxkbcommon-1.3.0/test/data
> xkbcommon: DEBUG: Compiling from RMLVO: rules 'evdev', model 'pc105', layout 'it', variant 'nodeadkeys', options 'compose:menu,terminate:ctrl_alt_bksp'
> xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'evdev+aliases(qwerty)', types 'complete', compat 'complete', symbols 'pc+it(nodeadkeys)+inet(evdev)+compose(menu)+terminate(ctrl_alt_bksp)'
> xkbcommon: DEBUG: Compiling xkb_keycodes "(unnamed)"
> xkbcommon: DEBUG: Compiling xkb_types "(unnamed)"
> xkbcommon: DEBUG: Compiling xkb_compatibility "(unnamed)"
> xkbcommon: DEBUG: The "group" statement in compat is unsupported; Ignored
> xkbcommon: DEBUG: The "group" statement in compat is unsupported; Ignored
> xkbcommon: DEBUG: The "group" statement in compat is unsupported; Ignored
> xkbcommon: DEBUG: The "allowExplicit" field in indicator statements is unsupported; Ignored
> xkbcommon: DEBUG: The "allowExplicit" field in indicator statements is unsupported; Ignored
> xkbcommon: DEBUG: The "allowExplicit" field in indicator statements is unsupported; Ignored
> xkbcommon: DEBUG: The "allowExplicit" field in indicator statements is unsupported; Ignored
> xkbcommon: DEBUG: The "indicatorDrivesKeyboard" field in indicator statements is unsupported; Ignored
> xkbcommon: DEBUG: The "allowExplicit" field in indicator statements is unsupported; Ignored
> xkbcommon: DEBUG: Indicator name "Shift Lock" was not declared in the keycodes section; Adding new indicator
> xkbcommon: DEBUG: Indicator name "Group 2" was not declared in the keycodes section; Adding new indicator
> xkbcommon: DEBUG: Indicator name "Mouse Keys" was not declared in the keycodes section; Adding new indicator
> xkbcommon: DEBUG: Compiling xkb_symbols "(unnamed)"
> xkbcommon: ERROR: Couldn't find file "symbols/it" in include paths
> xkbcommon: ERROR: 2 include paths searched:
> xkbcommon: ERROR: 	/var/tmp/portage/x11-libs/libxkbcommon-1.3.0/temp/tmpijizn3o3
> xkbcommon: ERROR: 	/var/tmp/portage/x11-libs/libxkbcommon-1.3.0/work/libxkbcommon-1.3.0/test/data
> xkbcommon: ERROR: 1 include paths could not be added:
> xkbcommon: ERROR: 	/var/tmp/portage/x11-libs/libxkbcommon-1.3.0/temp/tmpijizn3o3/xkb
> xkbcommon: ERROR: Abandoning symbols file "(unnamed)"
> xkbcommon: ERROR: Failed to compile xkb_symbols
> xkbcommon: ERROR: Failed to compile keymap
> Failed to create XKB keymap



So the first error is:

> xkbcommon: ERROR: Couldn't find file "symbols/it" in include paths

and I see this at the top:

> xkbcommon: DEBUG: Include path failed: /var/tmp/portage/x11-libs/libxkbcommon-1.3.0/temp/tmpijizn3o3/xkb (No such file or directory)

I assume you use an Italian locale. Maybe it's related to that?

I can't reproduce the issue with v1.5.0. Can you still reproduce this?
Comment 5 Paolo Pedroni 2023-01-31 09:03:08 UTC
(In reply to Matt Turner from comment #4)
> Removing the escape characters, the errors look like this:
> 
> > xkbcommon: DEBUG: Include path failed: /var/tmp/portage/x11-libs/libxkbcommon-1.3.0/temp/tmpijizn3o3/xkb (No such file or directory)
> > xkbcommon: DEBUG: Include path added: /var/tmp/portage/x11-libs/libxkbcommon-1.3.0/temp/tmpijizn3o3
> > xkbcommon: DEBUG: Include path added: /var/tmp/portage/x11-libs/libxkbcommon-1.3.0/work/libxkbcommon-1.3.0/test/data
> > xkbcommon: DEBUG: Compiling from RMLVO: rules 'evdev', model 'pc105', layout 'it', variant 'nodeadkeys', options 'compose:menu,terminate:ctrl_alt_bksp'
> > xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'evdev+aliases(qwerty)', types 'complete', compat 'complete', symbols 'pc+it(nodeadkeys)+inet(evdev)+compose(menu)+terminate(ctrl_alt_bksp)'
> > xkbcommon: DEBUG: Compiling xkb_keycodes "(unnamed)"
> > xkbcommon: DEBUG: Compiling xkb_types "(unnamed)"
> > xkbcommon: DEBUG: Compiling xkb_compatibility "(unnamed)"
> > xkbcommon: DEBUG: The "group" statement in compat is unsupported; Ignored
> > xkbcommon: DEBUG: The "group" statement in compat is unsupported; Ignored
> > xkbcommon: DEBUG: The "group" statement in compat is unsupported; Ignored
> > xkbcommon: DEBUG: The "allowExplicit" field in indicator statements is unsupported; Ignored
> > xkbcommon: DEBUG: The "allowExplicit" field in indicator statements is unsupported; Ignored
> > xkbcommon: DEBUG: The "allowExplicit" field in indicator statements is unsupported; Ignored
> > xkbcommon: DEBUG: The "allowExplicit" field in indicator statements is unsupported; Ignored
> > xkbcommon: DEBUG: The "indicatorDrivesKeyboard" field in indicator statements is unsupported; Ignored
> > xkbcommon: DEBUG: The "allowExplicit" field in indicator statements is unsupported; Ignored
> > xkbcommon: DEBUG: Indicator name "Shift Lock" was not declared in the keycodes section; Adding new indicator
> > xkbcommon: DEBUG: Indicator name "Group 2" was not declared in the keycodes section; Adding new indicator
> > xkbcommon: DEBUG: Indicator name "Mouse Keys" was not declared in the keycodes section; Adding new indicator
> > xkbcommon: DEBUG: Compiling xkb_symbols "(unnamed)"
> > xkbcommon: ERROR: Couldn't find file "symbols/it" in include paths
> > xkbcommon: ERROR: 2 include paths searched:
> > xkbcommon: ERROR: 	/var/tmp/portage/x11-libs/libxkbcommon-1.3.0/temp/tmpijizn3o3
> > xkbcommon: ERROR: 	/var/tmp/portage/x11-libs/libxkbcommon-1.3.0/work/libxkbcommon-1.3.0/test/data
> > xkbcommon: ERROR: 1 include paths could not be added:
> > xkbcommon: ERROR: 	/var/tmp/portage/x11-libs/libxkbcommon-1.3.0/temp/tmpijizn3o3/xkb
> > xkbcommon: ERROR: Abandoning symbols file "(unnamed)"
> > xkbcommon: ERROR: Failed to compile xkb_symbols
> > xkbcommon: ERROR: Failed to compile keymap
> > Failed to create XKB keymap
> 
> 
> 
> So the first error is:
> 
> > xkbcommon: ERROR: Couldn't find file "symbols/it" in include paths
> 
> and I see this at the top:
> 
> > xkbcommon: DEBUG: Include path failed: /var/tmp/portage/x11-libs/libxkbcommon-1.3.0/temp/tmpijizn3o3/xkb (No such file or directory)
> 
> I assume you use an Italian locale. Maybe it's related to that?
> 
> I can't reproduce the issue with v1.5.0. Can you still reproduce this?

Even 1.4.1 works fine for me, now. Go figure... :-/