Last active
March 13, 2024 16:09
-
-
Save chenrui333/e4e2642b9c7c04ff83107262ffeb939c to your computer and use it in GitHub Desktop.
libxkbcommon on macOS 14 - Homebrew build logs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for libxkbcommon on macOS 14 | |
Build date: 2024-03-13 11:22:31 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 4.2.12-29-g58b84c3 | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: 58b84c3979a9da6060cb03744b804e623c5af6dd | |
Last commit: 10 hours ago | |
Core tap HEAD: f4ac8cbea631426733c7d9b883eb77afef1ca83a | |
Core tap last commit: 12 minutes ago | |
Core tap branch: libxkbcommon-1.6.0 | |
Core cask tap HEAD: 38fa54c8c6e79d7cdb6a856220f91c1d91d76ae7 | |
Core cask tap last commit: 20 hours ago | |
Core cask tap branch: cahier | |
HOMEBREW_PREFIX: /opt/homebrew | |
HOMEBREW_CASK_OPTS: [] | |
HOMEBREW_DEVELOPER: set | |
HOMEBREW_EDITOR: vim | |
HOMEBREW_GITHUB_API_TOKEN: set | |
HOMEBREW_MAKE_JOBS: 10 | |
HOMEBREW_NO_ANALYTICS: set | |
HOMEBREW_NO_AUTO_UPDATE: set | |
HOMEBREW_NO_INSTALL_FROM_API: set | |
HOMEBREW_SORBET_RUNTIME: set | |
Homebrew Ruby: 3.1.4 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.1.4/bin/ruby | |
CPU: 10-core 64-bit arm_firestorm_icestorm | |
Clang: 15.0.0 build 1500 | |
Git: 2.44.0 => /opt/homebrew/bin/git | |
Curl: 8.4.0 => /usr/bin/curl | |
macOS: 14.4-arm64 | |
CLT: 15.3.0.0.1.1708646388 | |
Xcode: 15.3 | |
Rosetta 2: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry or file an issue; just ignore this. Thanks! | |
Warning: Some installed kegs have no formulae! | |
This means they were either deleted or installed manually. | |
You should find replacements for the following formulae: | |
python-jinja | |
arti | |
blush | |
rvvm | |
dfrs | |
mantra | |
protobuf241 | |
python-click | |
termtunnel | |
libemf | |
polyrhythmix | |
amoco | |
cross | |
kibi | |
munit | |
vfox | |
jplot | |
python-toml | |
git-split-diffs | |
loz | |
kubecolor | |
python-distlib | |
whatstyle | |
cotp | |
python-filelock | |
slashbase | |
lensm | |
otto | |
stringsext | |
bingo | |
tran | |
dovitool | |
rustpython | |
polyclipping | |
python-distro | |
mox | |
Warning: Some installed formulae are deprecated or disabled. | |
You should find replacements for the following formulae: | |
[email protected] | |
Warning: You have unlinked kegs in your Cellar. | |
Leaving kegs unlinked can lead to build-trouble and cause formulae that depend on | |
those kegs to fail to run properly once built. Run `brew link` on these: | |
protobuf241 | |
yarn | |
unixodbc | |
bash-completion@2 | |
bash-completion | |
v | |
Warning: Some taps are not on the default git origin branch and may not receive | |
updates. If this is a surprise to you, check out the default branch with: | |
git -C $(brew --repo homebrew/core) checkout master | |
git -C $(brew --repo homebrew/cask) checkout master | |
Warning: /usr/bin occurs before /opt/homebrew/bin in your PATH. | |
This means that system-provided programs will be used instead of those | |
provided by Homebrew. Consider setting your PATH so that | |
/opt/homebrew/bin occurs before /usr/bin. Here is a one-liner: | |
echo 'export PATH="/opt/homebrew/bin:$PATH"' >> /Users/rui/.bash_profile | |
The following tools exist at both paths: | |
bashbug | |
bsdtar | |
cmp | |
corelist | |
cpan | |
cpio | |
curl | |
curl-config | |
db_archive | |
db_checkpoint | |
db_deadlock | |
db_dump | |
db_hotbackup | |
db_load | |
db_printlog | |
db_recover | |
db_stat | |
db_upgrade | |
db_verify | |
demandoc | |
diff | |
diff3 | |
dwarfdump | |
enc2xs | |
encguess | |
ex | |
git | |
git-receive-pack | |
git-shell | |
git-upload-archive | |
git-upload-pack | |
h2ph | |
h2xs | |
instmodsh | |
json_pp | |
less | |
lessecho | |
libnetcfg | |
mandoc | |
openssl | |
patch | |
perl | |
perlbug | |
perldoc | |
perlivp | |
perlthanks | |
piconv | |
pip3 | |
pl2pm | |
pod2html | |
pod2man | |
pod2text | |
pod2usage | |
podchecker | |
pp | |
prove | |
ptar | |
ptardiff | |
ptargrep | |
python3 | |
rview | |
rvim | |
sdiff | |
shasum | |
splain | |
streamzip | |
tar | |
tclsh | |
tidy | |
vi | |
view | |
vim | |
vimdiff | |
vimtutor | |
wish | |
xsubpp | |
xxd | |
zipdetails | |
zipinfo | |
Warning: Homebrew's "bin" was not found in your PATH. | |
Consider setting your PATH for example like so: | |
echo 'export PATH="/opt/homebrew/bin:$PATH"' >> /Users/rui/.bash_profile | |
Warning: Homebrew's "sbin" was not found in your PATH but you have installed | |
formulae that put executables in /opt/homebrew/sbin. | |
Consider setting your PATH for example like so: | |
echo 'export PATH="/opt/homebrew/sbin:$PATH"' >> /Users/rui/.bash_profile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
libxkbcommon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2024-03-13 15:22:25 +0000 | |
meson | |
--prefix=/opt/homebrew/Cellar/libxkbcommon/1.6.0 | |
--libdir=/opt/homebrew/Cellar/libxkbcommon/1.6.0/lib | |
--buildtype=release | |
--wrap-mode=nofallback | |
build | |
-Denable-wayland=false | |
-Denable-x11=true | |
-Denable-docs=false | |
-Dxkb-config-root=/opt/homebrew/share/X11/xkb | |
-Dx-locale-root=/opt/homebrew/share/X11/locale | |
The Meson build system | |
Version: 1.3.2 | |
Source dir: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
Build dir: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build | |
Build type: native build | |
Project name: libxkbcommon | |
Project version: 1.6.0 | |
C compiler for the host machine: clang (clang 15.0.0 "Apple clang version 15.0.0 (clang-1500.3.9.4)") | |
C linker for the host machine: clang ld64 1053.12 | |
Host machine cpu family: aarch64 | |
Host machine cpu: aarch64 | |
Compiler for C supports arguments -fno-strict-aliasing: YES | |
Compiler for C supports arguments -Wno-unused-parameter: YES | |
Compiler for C supports arguments -Wno-missing-field-initializers: YES | |
Compiler for C supports arguments -Wpointer-arith: YES | |
Compiler for C supports arguments -Wmissing-declarations: YES | |
Compiler for C supports arguments -Wformat=2: YES | |
Compiler for C supports arguments -Wstrict-prototypes: YES | |
Compiler for C supports arguments -Wmissing-prototypes: YES | |
Compiler for C supports arguments -Wnested-externs: YES | |
Compiler for C supports arguments -Wbad-function-cast: YES | |
Compiler for C supports arguments -Wshadow: YES | |
Compiler for C supports arguments -Wlogical-op: NO | |
Compiler for C supports arguments -Wdate-time: YES | |
Compiler for C supports arguments -Wwrite-strings: YES | |
Compiler for C supports arguments -Wno-documentation-deprecated-sync: YES | |
Has header "unistd.h" : YES | |
Checking if "__builtin_expect" : links: YES | |
Header "unistd.h" has symbol "eaccess" : NO | |
Header "unistd.h" has symbol "euidaccess" : NO | |
Header "sys/mman.h" has symbol "mmap" : YES | |
Header "stdlib.h" has symbol "mkostemp" : NO | |
Header "fcntl.h" has symbol "posix_fallocate" : NO | |
Header "string.h" has symbol "strndup" : YES | |
Header "stdio.h" has symbol "asprintf" : YES | |
Header "stdlib.h" has symbol "secure_getenv" : NO | |
Header "stdlib.h" has symbol "__secure_getenv" : NO | |
Message: C library does not support secure_getenv, using getenv instead | |
Header "limits.h" has symbol "PATH_MAX" : YES | |
Checking if "-Wl,--version-script" : links: NO | |
Program scripts/map-to-def found: YES (/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/scripts/map-to-def) | |
Program bison found: YES 3.8.2 3.8.2 (/opt/homebrew/opt/bison/bin/bison) | |
Found pkg-config: YES (/opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config) 0.29.2 | |
Run-time dependency xcb found: YES 1.16.1 | |
Run-time dependency xcb-xkb found: YES 1.16.1 | |
Run-time dependency libxml-2.0 found: YES 2.9.13 | |
Header "getopt.h" has symbol "getopt_long" : YES | |
Did not find CMake 'cmake' | |
Found CMake: NO | |
Run-time dependency bash-completion found: NO (tried pkgconfig, framework and cmake) | |
Has header "linux/input.h" : NO | |
Configuring xkeyboard-config-test using configuration | |
Configuring test-config.h using configuration | |
Program test/symbols-leak-test.py found: YES (/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/test/symbols-leak-test.py) | |
Program test/tool-option-parsing.py found: YES (/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/test/tool-option-parsing.py) | |
Program test/test-keysym.py found: YES (/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/test/test-keysym.py) | |
Program valgrind found: NO | |
Message: valgrind not found, disabling valgrind test setup | |
Configuring config.h using configuration | |
Build targets in project: 44 | |
libxkbcommon 1.6.0 | |
Compiler | |
backend : ninja | |
buildtype : release | |
c_args : | |
c_link_args : | |
yacc : /opt/homebrew/opt/bison/bin/bison 3.8.2 | |
Directories | |
prefix : /opt/homebrew/Cellar/libxkbcommon/1.6.0 | |
bindir : bin | |
libdir : lib | |
datadir : share | |
xkb-config-root : /opt/homebrew/share/X11/xkb | |
xkb-config-extra-path: /opt/homebrew/Cellar/libxkbcommon/1.6.0/etc/xkb | |
xlocaledir : /opt/homebrew/share/X11/locale | |
Features | |
docs : false | |
tools : true | |
wayland : false | |
x11 : true | |
Defaults | |
layout : us | |
model : pc105 | |
options : | |
rules : evdev | |
variant : | |
User defined options | |
buildtype : release | |
libdir : /opt/homebrew/Cellar/libxkbcommon/1.6.0/lib | |
prefix : /opt/homebrew/Cellar/libxkbcommon/1.6.0 | |
wrap_mode : nofallback | |
enable-docs : false | |
enable-wayland : false | |
enable-x11 : true | |
x-locale-root : /opt/homebrew/share/X11/locale | |
xkb-config-root : /opt/homebrew/share/X11/xkb | |
Found ninja-1.11.1 at /opt/homebrew/Library/Homebrew/shims/mac/super/ninja | |
WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: --version | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang --version -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -E -dM - | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -E -dM - -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Wl,--version | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -Wl,--version -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -Wl,-v | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -Wl,-v -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: sanitycheckc.c -o sanitycheckc.exe | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang sanitycheckc.c -o sanitycheckc.exe -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: --version | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang --version -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -E -dM - | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -E -dM - -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Wl,--version | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -Wl,--version -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -Wl,-v | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -Wl,-v -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: sanitycheckc.c -o sanitycheckc.exe | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang sanitycheckc.c -o sanitycheckc.exe -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -xc -E -v - | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -xc -E -v - -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpi81zgt_j/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpi81zgt_j/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -fno-strict-aliasing | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpi81zgt_j/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpi81zgt_j/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -fno-strict-aliasing -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp9q4cr4xh/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp9q4cr4xh/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wunused-parameter -Wno-unused-parameter | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp9q4cr4xh/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp9q4cr4xh/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wunused-parameter -Wno-unused-parameter -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpde2uwi_w/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpde2uwi_w/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wmissing-field-initializers -Wno-missing-field-initializers | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpde2uwi_w/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpde2uwi_w/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wmissing-field-initializers -Wno-missing-field-initializers -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp8mbmul6o/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp8mbmul6o/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wpointer-arith | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp8mbmul6o/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp8mbmul6o/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wpointer-arith -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpg4b11nbb/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpg4b11nbb/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wmissing-declarations | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpg4b11nbb/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpg4b11nbb/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wmissing-declarations -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp7dlqezkr/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp7dlqezkr/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wformat=2 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp7dlqezkr/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp7dlqezkr/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wformat=2 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpw_w18erg/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpw_w18erg/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wstrict-prototypes | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpw_w18erg/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpw_w18erg/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wstrict-prototypes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp_ssn8b4i/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp_ssn8b4i/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wmissing-prototypes | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp_ssn8b4i/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp_ssn8b4i/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wmissing-prototypes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpz170uiiw/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpz170uiiw/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wnested-externs | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpz170uiiw/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpz170uiiw/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wnested-externs -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpckj7dpce/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpckj7dpce/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wbad-function-cast | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpckj7dpce/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpckj7dpce/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wbad-function-cast -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpu2lrp0na/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpu2lrp0na/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wshadow | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpu2lrp0na/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpu2lrp0na/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wshadow -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpy2npjc13/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpy2npjc13/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wlogical-op | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpy2npjc13/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpy2npjc13/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wlogical-op -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpctmxz2mb/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpctmxz2mb/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wdate-time | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpctmxz2mb/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpctmxz2mb/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wdate-time -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmphilo1don/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmphilo1don/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wwrite-strings | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmphilo1don/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmphilo1don/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wwrite-strings -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpeyg14d6l/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpeyg14d6l/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wdocumentation-deprecated-sync -Wno-documentation-deprecated-sync | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpeyg14d6l/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpeyg14d6l/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wdocumentation-deprecated-sync -Wno-documentation-deprecated-sync -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpey7sba3d/testfile.c -E -P -P -O0 -Werror=implicit-function-declaration -std=c11 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpey7sba3d/testfile.c -E -P -P -O0 -Werror=implicit-function-declaration -std=c11 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp1evwu1bv/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp1evwu1bv/output.exe -O0 -Werror=implicit-function-declaration -std=c11 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp1evwu1bv/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp1evwu1bv/output.exe -O0 -Werror=implicit-function-declaration -std=c11 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpys6rtevf/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpys6rtevf/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpys6rtevf/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpys6rtevf/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp73qpe7o5/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp73qpe7o5/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp73qpe7o5/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp73qpe7o5/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpixbgyis6/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpixbgyis6/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpixbgyis6/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpixbgyis6/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpyi663j5l/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpyi663j5l/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpyi663j5l/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpyi663j5l/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp5l5b98lq/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp5l5b98lq/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp5l5b98lq/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp5l5b98lq/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpox3_jx2o/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpox3_jx2o/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpox3_jx2o/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpox3_jx2o/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp5_2etyf4/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp5_2etyf4/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp5_2etyf4/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp5_2etyf4/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpkfnhcjcu/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpkfnhcjcu/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpkfnhcjcu/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpkfnhcjcu/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmppdi4z9g1/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmppdi4z9g1/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmppdi4z9g1/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmppdi4z9g1/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp12a8mxx5/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp12a8mxx5/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp12a8mxx5/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp12a8mxx5/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpbmwbun9n/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpbmwbun9n/output.exe -O0 -Werror=implicit-function-declaration -std=c11 -Wl,--version-script=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/xkbcommon.map | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpbmwbun9n/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpbmwbun9n/output.exe -O0 -Werror=implicit-function-declaration -std=c11 -Wl,--version-script=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/xkbcommon.map -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp19swyl5a/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp19swyl5a/output.exe -O0 -Werror=implicit-function-declaration | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp19swyl5a/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp19swyl5a/output.exe -O0 -Werror=implicit-function-declaration -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp444as8w7/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp444as8w7/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument --print-search-dirs | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp444as8w7/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp444as8w7/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument --print-search-dirs -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp93jykhyd/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp93jykhyd/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp93jykhyd/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp93jykhyd/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -v -E - | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -v -E - -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp4_avp7pt/testfile.c -E -P -P -O0 -Werror=implicit-function-declaration -std=c11 | |
superenv added: -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp4_avp7pt/testfile.c -E -P -P -O0 -Werror=implicit-function-declaration -std=c11 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2024-03-13 15:22:28 +0000 | |
meson | |
compile | |
-C | |
build | |
-v | |
ninja: Entering directory `/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build' | |
[1/202] clang -Ilibxkbregistry.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbregistry.0.dylib.p/src_utils.c.o -MF libxkbregistry.0.dylib.p/src_utils.c.o.d -o libxkbregistry.0.dylib.p/src_utils.c.o -c ../src/utils.c | |
[2/202] clang -Ilibxkbregistry.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbregistry.0.dylib.p/src_util-list.c.o -MF libxkbregistry.0.dylib.p/src_util-list.c.o.d -o libxkbregistry.0.dylib.p/src_util-list.c.o -c ../src/util-list.c | |
[3/202] clang -Ixkbcli-list.p -I. -I.. -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ xkbcli-list.p/tools_registry-list.c.o -MF xkbcli-list.p/tools_registry-list.c.o.d -o xkbcli-list.p/tools_registry-list.c.o -c ../tools/registry-list.c | |
[4/202] clang -Ilibxkbregistry.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbregistry.0.dylib.p/src_registry.c.o -MF libxkbregistry.0.dylib.p/src_registry.c.o.d -o libxkbregistry.0.dylib.p/src_registry.c.o -c ../src/registry.c | |
[5/202] /opt/homebrew/opt/bison/bin/bison --defines=libxkbcommon-test-internal.a.p/parser.h -o libxkbcommon-test-internal.a.p/parser.c -p _xkbcommon_ ../src/xkbcomp/parser.y | |
[6/202] /opt/homebrew/opt/bison/bin/bison --defines=libxkbcommon.0.dylib.p/parser.h -o libxkbcommon.0.dylib.p/parser.c -p _xkbcommon_ ../src/xkbcomp/parser.y | |
[7/202] /opt/homebrew/opt/bison/bin/bison --defines=compile-keymap.p/parser.h -o compile-keymap.p/parser.c -p _xkbcommon_ ../src/xkbcomp/parser.y | |
[8/202] clang -o libxkbregistry.0.dylib libxkbregistry.0.dylib.p/src_registry.c.o libxkbregistry.0.dylib.p/src_utils.c.o libxkbregistry.0.dylib.p/src_util-list.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -shared -install_name @rpath/libxkbregistry.0.dylib -compatibility_version 0 -current_version 0 -lxml2 | |
[9/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/bench_bench.c.o -MF libxkbcommon-test-internal.a.p/bench_bench.c.o.d -o libxkbcommon-test-internal.a.p/bench_bench.c.o -c ../bench/bench.c | |
[10/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_compose_state.c.o -MF libxkbcommon-test-internal.a.p/src_compose_state.c.o.d -o libxkbcommon-test-internal.a.p/src_compose_state.c.o -c ../src/compose/state.c | |
[11/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_compose_table.c.o -MF libxkbcommon-test-internal.a.p/src_compose_table.c.o.d -o libxkbcommon-test-internal.a.p/src_compose_table.c.o -c ../src/compose/table.c | |
[12/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_compose_paths.c.o -MF libxkbcommon-test-internal.a.p/src_compose_paths.c.o.d -o libxkbcommon-test-internal.a.p/src_compose_paths.c.o -c ../src/compose/paths.c | |
[13/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/test_common.c.o -MF libxkbcommon-test-internal.a.p/test_common.c.o.d -o libxkbcommon-test-internal.a.p/test_common.c.o -c ../test/common.c | |
[14/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_action.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_action.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_action.c.o -c ../src/xkbcomp/action.c | |
[15/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_ast-build.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_ast-build.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_ast-build.c.o -c ../src/xkbcomp/ast-build.c | |
[16/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/meson-generated_parser.c.o -MF libxkbcommon.0.dylib.p/meson-generated_parser.c.o.d -o libxkbcommon.0.dylib.p/meson-generated_parser.c.o -c libxkbcommon.0.dylib.p/parser.c | |
[17/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/meson-generated_parser.c.o -MF libxkbcommon-test-internal.a.p/meson-generated_parser.c.o.d -o libxkbcommon-test-internal.a.p/meson-generated_parser.c.o -c libxkbcommon-test-internal.a.p/parser.c | |
[18/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_compose_paths.c.o -MF libxkbcommon.0.dylib.p/src_compose_paths.c.o.d -o libxkbcommon.0.dylib.p/src_compose_paths.c.o -c ../src/compose/paths.c | |
[19/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_compose_parser.c.o -MF libxkbcommon.0.dylib.p/src_compose_parser.c.o.d -o libxkbcommon.0.dylib.p/src_compose_parser.c.o -c ../src/compose/parser.c | |
[20/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_compose_parser.c.o -MF libxkbcommon-test-internal.a.p/src_compose_parser.c.o.d -o libxkbcommon-test-internal.a.p/src_compose_parser.c.o -c ../src/compose/parser.c | |
[21/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_compose_state.c.o -MF libxkbcommon.0.dylib.p/src_compose_state.c.o.d -o libxkbcommon.0.dylib.p/src_compose_state.c.o -c ../src/compose/state.c | |
[22/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_compose_table.c.o -MF libxkbcommon.0.dylib.p/src_compose_table.c.o.d -o libxkbcommon.0.dylib.p/src_compose_table.c.o -c ../src/compose/table.c | |
[23/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_include.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_include.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_include.c.o -c ../src/xkbcomp/include.c | |
[24/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_ast-build.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_ast-build.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_ast-build.c.o -c ../src/xkbcomp/ast-build.c | |
[25/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_expr.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_expr.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_expr.c.o -c ../src/xkbcomp/expr.c | |
[26/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_keywords.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_keywords.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_keywords.c.o -c ../src/xkbcomp/keywords.c | |
[27/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_action.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_action.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_action.c.o -c ../src/xkbcomp/action.c | |
[28/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_keycodes.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_keycodes.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_keycodes.c.o -c ../src/xkbcomp/keycodes.c | |
[29/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_keymap.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_keymap.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_keymap.c.o -c ../src/xkbcomp/keymap.c | |
[30/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_compat.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_compat.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_compat.c.o -c ../src/xkbcomp/compat.c | |
[31/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_vmod.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_vmod.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_vmod.c.o -c ../src/xkbcomp/vmod.c | |
[32/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_xkbcomp.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_xkbcomp.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_xkbcomp.c.o -c ../src/xkbcomp/xkbcomp.c | |
[33/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_scanner.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_scanner.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_scanner.c.o -c ../src/xkbcomp/scanner.c | |
[34/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_keymap-dump.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_keymap-dump.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_keymap-dump.c.o -c ../src/xkbcomp/keymap-dump.c | |
[35/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_context.c.o -MF libxkbcommon.0.dylib.p/src_context.c.o.d -o libxkbcommon.0.dylib.p/src_context.c.o -c ../src/context.c | |
[36/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_atom.c.o -MF libxkbcommon.0.dylib.p/src_atom.c.o.d -o libxkbcommon.0.dylib.p/src_atom.c.o -c ../src/atom.c | |
[37/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_keysym-utf.c.o -MF libxkbcommon.0.dylib.p/src_keysym-utf.c.o.d -o libxkbcommon.0.dylib.p/src_keysym-utf.c.o -c ../src/keysym-utf.c | |
[38/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_context-priv.c.o -MF libxkbcommon.0.dylib.p/src_context-priv.c.o.d -o libxkbcommon.0.dylib.p/src_context-priv.c.o -c ../src/context-priv.c | |
[39/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_rules.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_rules.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_rules.c.o -c ../src/xkbcomp/rules.c | |
[40/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_types.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_types.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_types.c.o -c ../src/xkbcomp/types.c | |
[41/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_keymap-priv.c.o -MF libxkbcommon.0.dylib.p/src_keymap-priv.c.o.d -o libxkbcommon.0.dylib.p/src_keymap-priv.c.o -c ../src/keymap-priv.c | |
[42/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_text.c.o -MF libxkbcommon.0.dylib.p/src_text.c.o.d -o libxkbcommon.0.dylib.p/src_text.c.o -c ../src/text.c | |
[43/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_keysym.c.o -MF libxkbcommon.0.dylib.p/src_keysym.c.o.d -o libxkbcommon.0.dylib.p/src_keysym.c.o -c ../src/keysym.c | |
[44/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_keymap.c.o -MF libxkbcommon.0.dylib.p/src_keymap.c.o.d -o libxkbcommon.0.dylib.p/src_keymap.c.o -c ../src/keymap.c | |
[45/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_utf8.c.o -MF libxkbcommon.0.dylib.p/src_utf8.c.o.d -o libxkbcommon.0.dylib.p/src_utf8.c.o -c ../src/utf8.c | |
[46/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_utils.c.o -MF libxkbcommon.0.dylib.p/src_utils.c.o.d -o libxkbcommon.0.dylib.p/src_utils.c.o -c ../src/utils.c | |
[47/202] clang -Ilibxkbcommon-x11.0.dylib.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11.0.dylib.p/src_context-priv.c.o -MF libxkbcommon-x11.0.dylib.p/src_context-priv.c.o.d -o libxkbcommon-x11.0.dylib.p/src_context-priv.c.o -c ../src/context-priv.c | |
[48/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_state.c.o -MF libxkbcommon.0.dylib.p/src_state.c.o.d -o libxkbcommon.0.dylib.p/src_state.c.o -c ../src/state.c | |
[49/202] clang -Ilibxkbcommon-x11.0.dylib.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11.0.dylib.p/src_x11_state.c.o -MF libxkbcommon-x11.0.dylib.p/src_x11_state.c.o.d -o libxkbcommon-x11.0.dylib.p/src_x11_state.c.o -c ../src/x11/state.c | |
[50/202] clang -Ilibxkbcommon-x11.0.dylib.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11.0.dylib.p/src_x11_util.c.o -MF libxkbcommon-x11.0.dylib.p/src_x11_util.c.o.d -o libxkbcommon-x11.0.dylib.p/src_x11_util.c.o -c ../src/x11/util.c | |
[51/202] clang -Ixkbcli.p -I. -I.. -I../tools -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ xkbcli.p/tools_xkbcli.c.o -MF xkbcli.p/tools_xkbcli.c.o.d -o xkbcli.p/tools_xkbcli.c.o -c ../tools/xkbcli.c | |
[52/202] clang -Ilibxkbcommon-x11.0.dylib.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11.0.dylib.p/src_keymap-priv.c.o -MF libxkbcommon-x11.0.dylib.p/src_keymap-priv.c.o.d -o libxkbcommon-x11.0.dylib.p/src_keymap-priv.c.o -c ../src/keymap-priv.c | |
[53/202] clang -Ilibxkbcommon-x11.0.dylib.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11.0.dylib.p/src_atom.c.o -MF libxkbcommon-x11.0.dylib.p/src_atom.c.o.d -o libxkbcommon-x11.0.dylib.p/src_atom.c.o -c ../src/atom.c | |
[54/202] clang -Ilibtools-internal.a.p -I. -I.. -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libtools-internal.a.p/tools_tools-common.c.o -MF libtools-internal.a.p/tools_tools-common.c.o.d -o libtools-internal.a.p/tools_tools-common.c.o -c ../tools/tools-common.c | |
[55/202] clang -Ixkbcli-compile-keymap.p -I. -I.. -I../tools -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ xkbcli-compile-keymap.p/tools_compile-keymap.c.o -MF xkbcli-compile-keymap.p/tools_compile-keymap.c.o.d -o xkbcli-compile-keymap.p/tools_compile-keymap.c.o -c ../tools/compile-keymap.c | |
[56/202] clang -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_symbols.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_symbols.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_symbols.c.o -c ../src/xkbcomp/symbols.c | |
[57/202] clang -Ilibxkbcommon-x11.0.dylib.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11.0.dylib.p/src_x11_keymap.c.o -MF libxkbcommon-x11.0.dylib.p/src_x11_keymap.c.o.d -o libxkbcommon-x11.0.dylib.p/src_x11_keymap.c.o -c ../src/x11/keymap.c | |
[58/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/tools_compile-keymap.c.o -MF compile-keymap.p/tools_compile-keymap.c.o.d -o compile-keymap.p/tools_compile-keymap.c.o -c ../tools/compile-keymap.c | |
[59/202] rm -f libtools-internal.a && ar csr libtools-internal.a libtools-internal.a.p/tools_tools-common.c.o && ranlib -c libtools-internal.a | |
[60/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_compose_paths.c.o -MF compile-keymap.p/src_compose_paths.c.o.d -o compile-keymap.p/src_compose_paths.c.o -c ../src/compose/paths.c | |
[61/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_compose_state.c.o -MF compile-keymap.p/src_compose_state.c.o.d -o compile-keymap.p/src_compose_state.c.o -c ../src/compose/state.c | |
[62/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_compose_table.c.o -MF compile-keymap.p/src_compose_table.c.o.d -o compile-keymap.p/src_compose_table.c.o -c ../src/compose/table.c | |
[63/202] /opt/homebrew/opt/meson/bin/meson --internal symbolextractor /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build libxkbregistry.0.dylib libxkbregistry.0.dylib libxkbregistry.0.dylib.p/libxkbregistry.0.dylib.symbols | |
[64/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_compose_parser.c.o -MF compile-keymap.p/src_compose_parser.c.o.d -o compile-keymap.p/src_compose_parser.c.o -c ../src/compose/parser.c | |
[65/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/meson-generated_parser.c.o -MF compile-keymap.p/meson-generated_parser.c.o.d -o compile-keymap.p/meson-generated_parser.c.o -c compile-keymap.p/parser.c | |
[66/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_action.c.o -MF compile-keymap.p/src_xkbcomp_action.c.o.d -o compile-keymap.p/src_xkbcomp_action.c.o -c ../src/xkbcomp/action.c | |
[67/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_ast-build.c.o -MF compile-keymap.p/src_xkbcomp_ast-build.c.o.d -o compile-keymap.p/src_xkbcomp_ast-build.c.o -c ../src/xkbcomp/ast-build.c | |
[68/202] clang -o libxkbcommon.0.dylib libxkbcommon.0.dylib.p/meson-generated_parser.c.o libxkbcommon.0.dylib.p/src_compose_parser.c.o libxkbcommon.0.dylib.p/src_compose_paths.c.o libxkbcommon.0.dylib.p/src_compose_state.c.o libxkbcommon.0.dylib.p/src_compose_table.c.o libxkbcommon.0.dylib.p/src_xkbcomp_action.c.o libxkbcommon.0.dylib.p/src_xkbcomp_ast-build.c.o libxkbcommon.0.dylib.p/src_xkbcomp_compat.c.o libxkbcommon.0.dylib.p/src_xkbcomp_expr.c.o libxkbcommon.0.dylib.p/src_xkbcomp_include.c.o libxkbcommon.0.dylib.p/src_xkbcomp_keycodes.c.o libxkbcommon.0.dylib.p/src_xkbcomp_keymap.c.o libxkbcommon.0.dylib.p/src_xkbcomp_keymap-dump.c.o libxkbcommon.0.dylib.p/src_xkbcomp_keywords.c.o libxkbcommon.0.dylib.p/src_xkbcomp_rules.c.o libxkbcommon.0.dylib.p/src_xkbcomp_scanner.c.o libxkbcommon.0.dylib.p/src_xkbcomp_symbols.c.o libxkbcommon.0.dylib.p/src_xkbcomp_types.c.o libxkbcommon.0.dylib.p/src_xkbcomp_vmod.c.o libxkbcommon.0.dylib.p/src_xkbcomp_xkbcomp.c.o libxkbcommon.0.dylib.p/src_atom.c.o libxkbcommon.0.dylib.p/src_context.c.o libxkbcommon.0.dylib.p/src_context-priv.c.o libxkbcommon.0.dylib.p/src_keysym.c.o libxkbcommon.0.dylib.p/src_keysym-utf.c.o libxkbcommon.0.dylib.p/src_keymap.c.o libxkbcommon.0.dylib.p/src_keymap-priv.c.o libxkbcommon.0.dylib.p/src_state.c.o libxkbcommon.0.dylib.p/src_text.c.o libxkbcommon.0.dylib.p/src_utf8.c.o libxkbcommon.0.dylib.p/src_utils.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -shared -install_name @rpath/libxkbcommon.0.dylib -compatibility_version 0 -current_version 0 | |
[69/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_expr.c.o -MF compile-keymap.p/src_xkbcomp_expr.c.o.d -o compile-keymap.p/src_xkbcomp_expr.c.o -c ../src/xkbcomp/expr.c | |
[70/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_include.c.o -MF compile-keymap.p/src_xkbcomp_include.c.o.d -o compile-keymap.p/src_xkbcomp_include.c.o -c ../src/xkbcomp/include.c | |
[71/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_keywords.c.o -MF compile-keymap.p/src_xkbcomp_keywords.c.o.d -o compile-keymap.p/src_xkbcomp_keywords.c.o -c ../src/xkbcomp/keywords.c | |
[72/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_compat.c.o -MF compile-keymap.p/src_xkbcomp_compat.c.o.d -o compile-keymap.p/src_xkbcomp_compat.c.o -c ../src/xkbcomp/compat.c | |
[73/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_keymap.c.o -MF compile-keymap.p/src_xkbcomp_keymap.c.o.d -o compile-keymap.p/src_xkbcomp_keymap.c.o -c ../src/xkbcomp/keymap.c | |
[74/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_keycodes.c.o -MF compile-keymap.p/src_xkbcomp_keycodes.c.o.d -o compile-keymap.p/src_xkbcomp_keycodes.c.o -c ../src/xkbcomp/keycodes.c | |
[75/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_vmod.c.o -MF compile-keymap.p/src_xkbcomp_vmod.c.o.d -o compile-keymap.p/src_xkbcomp_vmod.c.o -c ../src/xkbcomp/vmod.c | |
[76/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_scanner.c.o -MF compile-keymap.p/src_xkbcomp_scanner.c.o.d -o compile-keymap.p/src_xkbcomp_scanner.c.o -c ../src/xkbcomp/scanner.c | |
[77/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_keymap-dump.c.o -MF compile-keymap.p/src_xkbcomp_keymap-dump.c.o.d -o compile-keymap.p/src_xkbcomp_keymap-dump.c.o -c ../src/xkbcomp/keymap-dump.c | |
[78/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_xkbcomp.c.o -MF compile-keymap.p/src_xkbcomp_xkbcomp.c.o.d -o compile-keymap.p/src_xkbcomp_xkbcomp.c.o -c ../src/xkbcomp/xkbcomp.c | |
[79/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_atom.c.o -MF compile-keymap.p/src_atom.c.o.d -o compile-keymap.p/src_atom.c.o -c ../src/atom.c | |
[80/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_context-priv.c.o -MF compile-keymap.p/src_context-priv.c.o.d -o compile-keymap.p/src_context-priv.c.o -c ../src/context-priv.c | |
[81/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_types.c.o -MF compile-keymap.p/src_xkbcomp_types.c.o.d -o compile-keymap.p/src_xkbcomp_types.c.o -c ../src/xkbcomp/types.c | |
[82/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_rules.c.o -MF compile-keymap.p/src_xkbcomp_rules.c.o.d -o compile-keymap.p/src_xkbcomp_rules.c.o -c ../src/xkbcomp/rules.c | |
[83/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_context.c.o -MF compile-keymap.p/src_context.c.o.d -o compile-keymap.p/src_context.c.o -c ../src/context.c | |
[84/202] /opt/homebrew/opt/meson/bin/meson --internal symbolextractor /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build libxkbcommon.0.dylib libxkbcommon.0.dylib libxkbcommon.0.dylib.p/libxkbcommon.0.dylib.symbols | |
[85/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_keymap-priv.c.o -MF compile-keymap.p/src_keymap-priv.c.o.d -o compile-keymap.p/src_keymap-priv.c.o -c ../src/keymap-priv.c | |
[86/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_keysym-utf.c.o -MF compile-keymap.p/src_keysym-utf.c.o.d -o compile-keymap.p/src_keysym-utf.c.o -c ../src/keysym-utf.c | |
[87/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_keysym.c.o -MF compile-keymap.p/src_keysym.c.o.d -o compile-keymap.p/src_keysym.c.o -c ../src/keysym.c | |
[88/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_keymap.c.o -MF compile-keymap.p/src_keymap.c.o.d -o compile-keymap.p/src_keymap.c.o -c ../src/keymap.c | |
[89/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_utf8.c.o -MF compile-keymap.p/src_utf8.c.o.d -o compile-keymap.p/src_utf8.c.o -c ../src/utf8.c | |
[90/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_text.c.o -MF compile-keymap.p/src_text.c.o.d -o compile-keymap.p/src_text.c.o -c ../src/text.c | |
[91/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_utils.c.o -MF compile-keymap.p/src_utils.c.o.d -o compile-keymap.p/src_utils.c.o -c ../src/utils.c | |
[92/202] clang -Icompose.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ compose.p/tools_compose.c.o -MF compose.p/tools_compose.c.o.d -o compose.p/tools_compose.c.o -c ../tools/compose.c | |
[93/202] clang -Ixkbcli-how-to-type.p -I. -I.. -I../tools -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ xkbcli-how-to-type.p/tools_how-to-type.c.o -MF xkbcli-how-to-type.p/tools_how-to-type.c.o.d -o xkbcli-how-to-type.p/tools_how-to-type.c.o -c ../tools/how-to-type.c | |
[94/202] clang -o libxkbcommon-x11.0.dylib libxkbcommon-x11.0.dylib.p/src_x11_keymap.c.o libxkbcommon-x11.0.dylib.p/src_x11_state.c.o libxkbcommon-x11.0.dylib.p/src_x11_util.c.o libxkbcommon-x11.0.dylib.p/src_context-priv.c.o libxkbcommon-x11.0.dylib.p/src_keymap-priv.c.o libxkbcommon-x11.0.dylib.p/src_atom.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -shared -install_name @rpath/libxkbcommon-x11.0.dylib -compatibility_version 0 -current_version 0 -Wl,-rpath,@loader_path/ -Wl,-rpath,/opt/homebrew/Cellar/libxcb/1.16.1/lib libxkbcommon.0.dylib /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb.dylib /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb-xkb.dylib | |
[95/202] clang -o xkbcli-compile-keymap xkbcli-compile-keymap.p/tools_compile-keymap.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/ libtools-internal.a libxkbcommon.0.dylib | |
[96/202] clang -o xkbcli xkbcli.p/tools_xkbcli.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/ libtools-internal.a libxkbcommon.0.dylib | |
[97/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_state.c.o -MF compile-keymap.p/src_state.c.o.d -o compile-keymap.p/src_state.c.o -c ../src/state.c | |
[98/202] clang -o xkbcli-list xkbcli-list.p/tools_registry-list.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/ libxkbregistry.0.dylib | |
[99/202] clang -Ixkb-check-messages.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ xkb-check-messages.p/tools_check-messages.c.o -MF xkb-check-messages.p/tools_check-messages.c.o.d -o xkb-check-messages.p/tools_check-messages.c.o -c ../tools/check-messages.c | |
[100/202] clang -Ixkb-check-messages.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ xkb-check-messages.p/tools_messages.c.o -MF xkb-check-messages.p/tools_messages.c.o.d -o xkb-check-messages.p/tools_messages.c.o -c ../tools/messages.c | |
[101/202] clang -Ixkbcli-interactive-x11.p -I. -I.. -I../tools -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ xkbcli-interactive-x11.p/tools_interactive-x11.c.o -MF xkbcli-interactive-x11.p/tools_interactive-x11.c.o.d -o xkbcli-interactive-x11.p/tools_interactive-x11.c.o -c ../tools/interactive-x11.c | |
[102/202] clang -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_symbols.c.o -MF compile-keymap.p/src_xkbcomp_symbols.c.o.d -o compile-keymap.p/src_xkbcomp_symbols.c.o -c ../src/xkbcomp/symbols.c | |
[103/202] clang -o compose compose.p/tools_compose.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/ libtools-internal.a libxkbcommon.0.dylib | |
[104/202] clang -o xkbcli-how-to-type xkbcli-how-to-type.p/tools_how-to-type.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/ libtools-internal.a libxkbcommon.0.dylib | |
[105/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_expr.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_expr.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_expr.c.o -c ../src/xkbcomp/expr.c | |
[106/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_include.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_include.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_include.c.o -c ../src/xkbcomp/include.c | |
[107/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_compat.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_compat.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_compat.c.o -c ../src/xkbcomp/compat.c | |
[108/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_keywords.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_keywords.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_keywords.c.o -c ../src/xkbcomp/keywords.c | |
[109/202] clang -o xkb-check-messages xkb-check-messages.p/tools_check-messages.c.o xkb-check-messages.p/tools_messages.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/ libtools-internal.a libxkbcommon.0.dylib | |
[110/202] clang -o compile-keymap compile-keymap.p/meson-generated_parser.c.o compile-keymap.p/tools_compile-keymap.c.o compile-keymap.p/src_compose_parser.c.o compile-keymap.p/src_compose_paths.c.o compile-keymap.p/src_compose_state.c.o compile-keymap.p/src_compose_table.c.o compile-keymap.p/src_xkbcomp_action.c.o compile-keymap.p/src_xkbcomp_ast-build.c.o compile-keymap.p/src_xkbcomp_compat.c.o compile-keymap.p/src_xkbcomp_expr.c.o compile-keymap.p/src_xkbcomp_include.c.o compile-keymap.p/src_xkbcomp_keycodes.c.o compile-keymap.p/src_xkbcomp_keymap.c.o compile-keymap.p/src_xkbcomp_keymap-dump.c.o compile-keymap.p/src_xkbcomp_keywords.c.o compile-keymap.p/src_xkbcomp_rules.c.o compile-keymap.p/src_xkbcomp_scanner.c.o compile-keymap.p/src_xkbcomp_symbols.c.o compile-keymap.p/src_xkbcomp_types.c.o compile-keymap.p/src_xkbcomp_vmod.c.o compile-keymap.p/src_xkbcomp_xkbcomp.c.o compile-keymap.p/src_atom.c.o compile-keymap.p/src_context.c.o compile-keymap.p/src_context-priv.c.o compile-keymap.p/src_keysym.c.o compile-keymap.p/src_keysym-utf.c.o compile-keymap.p/src_keymap.c.o compile-keymap.p/src_keymap-priv.c.o compile-keymap.p/src_state.c.o compile-keymap.p/src_text.c.o compile-keymap.p/src_utf8.c.o compile-keymap.p/src_utils.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/ libtools-internal.a libxkbcommon.0.dylib | |
[111/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_keycodes.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_keycodes.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_keycodes.c.o -c ../src/xkbcomp/keycodes.c | |
[112/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_keymap.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_keymap.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_keymap.c.o -c ../src/xkbcomp/keymap.c | |
[113/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_keymap-dump.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_keymap-dump.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_keymap-dump.c.o -c ../src/xkbcomp/keymap-dump.c | |
[114/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_scanner.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_scanner.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_scanner.c.o -c ../src/xkbcomp/scanner.c | |
[115/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_xkbcomp.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_xkbcomp.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_xkbcomp.c.o -c ../src/xkbcomp/xkbcomp.c | |
[116/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_vmod.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_vmod.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_vmod.c.o -c ../src/xkbcomp/vmod.c | |
[117/202] /opt/homebrew/opt/meson/bin/meson --internal symbolextractor /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build libxkbcommon-x11.0.dylib libxkbcommon-x11.0.dylib libxkbcommon-x11.0.dylib.p/libxkbcommon-x11.0.dylib.symbols | |
[118/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_atom.c.o -MF libxkbcommon-test-internal.a.p/src_atom.c.o.d -o libxkbcommon-test-internal.a.p/src_atom.c.o -c ../src/atom.c | |
[119/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_context-priv.c.o -MF libxkbcommon-test-internal.a.p/src_context-priv.c.o.d -o libxkbcommon-test-internal.a.p/src_context-priv.c.o -c ../src/context-priv.c | |
[120/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_context.c.o -MF libxkbcommon-test-internal.a.p/src_context.c.o.d -o libxkbcommon-test-internal.a.p/src_context.c.o -c ../src/context.c | |
[121/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_keysym-utf.c.o -MF libxkbcommon-test-internal.a.p/src_keysym-utf.c.o.d -o libxkbcommon-test-internal.a.p/src_keysym-utf.c.o -c ../src/keysym-utf.c | |
[122/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_types.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_types.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_types.c.o -c ../src/xkbcomp/types.c | |
[123/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_keymap-priv.c.o -MF libxkbcommon-test-internal.a.p/src_keymap-priv.c.o.d -o libxkbcommon-test-internal.a.p/src_keymap-priv.c.o -c ../src/keymap-priv.c | |
[124/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_keysym.c.o -MF libxkbcommon-test-internal.a.p/src_keysym.c.o.d -o libxkbcommon-test-internal.a.p/src_keysym.c.o -c ../src/keysym.c | |
[125/202] clang -o xkbcli-interactive-x11 xkbcli-interactive-x11.p/tools_interactive-x11.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/ -Wl,-rpath,/opt/homebrew/Cellar/libxcb/1.16.1/lib libxkbcommon-x11.0.dylib libtools-internal.a libxkbcommon.0.dylib /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb.dylib /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb-xkb.dylib | |
[126/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_utf8.c.o -MF libxkbcommon-test-internal.a.p/src_utf8.c.o.d -o libxkbcommon-test-internal.a.p/src_utf8.c.o -c ../src/utf8.c | |
[127/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_text.c.o -MF libxkbcommon-test-internal.a.p/src_text.c.o.d -o libxkbcommon-test-internal.a.p/src_text.c.o -c ../src/text.c | |
[128/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_rules.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_rules.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_rules.c.o -c ../src/xkbcomp/rules.c | |
[129/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_utils.c.o -MF libxkbcommon-test-internal.a.p/src_utils.c.o.d -o libxkbcommon-test-internal.a.p/src_utils.c.o -c ../src/utils.c | |
[130/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_state.c.o -MF libxkbcommon-test-internal.a.p/src_state.c.o.d -o libxkbcommon-test-internal.a.p/src_state.c.o -c ../src/state.c | |
[131/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_keymap.c.o -MF libxkbcommon-test-internal.a.p/src_keymap.c.o.d -o libxkbcommon-test-internal.a.p/src_keymap.c.o -c ../src/keymap.c | |
[132/202] clang -Ilibxkbcommon-x11-internal.a.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11-internal.a.p/src_context-priv.c.o -MF libxkbcommon-x11-internal.a.p/src_context-priv.c.o.d -o libxkbcommon-x11-internal.a.p/src_context-priv.c.o -c ../src/context-priv.c | |
[133/202] clang -Ilibxkbcommon-x11-internal.a.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11-internal.a.p/src_keymap-priv.c.o -MF libxkbcommon-x11-internal.a.p/src_keymap-priv.c.o.d -o libxkbcommon-x11-internal.a.p/src_keymap-priv.c.o -c ../src/keymap-priv.c | |
[134/202] clang -Ilibxkbcommon-x11-internal.a.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11-internal.a.p/src_x11_util.c.o -MF libxkbcommon-x11-internal.a.p/src_x11_util.c.o.d -o libxkbcommon-x11-internal.a.p/src_x11_util.c.o -c ../src/x11/util.c | |
[135/202] clang -Ilibxkbcommon-x11-internal.a.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11-internal.a.p/src_x11_state.c.o -MF libxkbcommon-x11-internal.a.p/src_x11_state.c.o.d -o libxkbcommon-x11-internal.a.p/src_x11_state.c.o -c ../src/x11/state.c | |
[136/202] clang -Ilibxkbcommon-x11-internal.a.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11-internal.a.p/src_atom.c.o -MF libxkbcommon-x11-internal.a.p/src_atom.c.o.d -o libxkbcommon-x11-internal.a.p/src_atom.c.o -c ../src/atom.c | |
[137/202] clang -Ilibxkbcommon-x11-internal.a.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11-internal.a.p/test_xvfb-wrapper.c.o -MF libxkbcommon-x11-internal.a.p/test_xvfb-wrapper.c.o.d -o libxkbcommon-x11-internal.a.p/test_xvfb-wrapper.c.o -c ../test/xvfb-wrapper.c | |
[138/202] clang -Itest-keymap.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-keymap.p/test_keymap.c.o -MF test-keymap.p/test_keymap.c.o.d -o test-keymap.p/test_keymap.c.o -c ../test/keymap.c | |
[139/202] clang -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_symbols.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_symbols.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_symbols.c.o -c ../src/xkbcomp/symbols.c | |
[140/202] clang -Itest-filecomp.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-filecomp.p/test_filecomp.c.o -MF test-filecomp.p/test_filecomp.c.o.d -o test-filecomp.p/test_filecomp.c.o -c ../test/filecomp.c | |
[141/202] clang -Ilibxkbcommon-x11-internal.a.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11-internal.a.p/src_x11_keymap.c.o -MF libxkbcommon-x11-internal.a.p/src_x11_keymap.c.o.d -o libxkbcommon-x11-internal.a.p/src_x11_keymap.c.o -c ../src/x11/keymap.c | |
[142/202] clang -Itest-context.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-context.p/test_context.c.o -MF test-context.p/test_context.c.o.d -o test-context.p/test_context.c.o -c ../test/context.c | |
[143/202] clang -Itest-rules-file-includes.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-rules-file-includes.p/test_rules-file-includes.c.o -MF test-rules-file-includes.p/test_rules-file-includes.c.o.d -o test-rules-file-includes.p/test_rules-file-includes.c.o -c ../test/rules-file-includes.c | |
[144/202] clang -Itest-stringcomp.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-stringcomp.p/test_stringcomp.c.o -MF test-stringcomp.p/test_stringcomp.c.o.d -o test-stringcomp.p/test_stringcomp.c.o -c ../test/stringcomp.c | |
[145/202] clang -Itest-rules-file.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-rules-file.p/test_rules-file.c.o -MF test-rules-file.p/test_rules-file.c.o.d -o test-rules-file.p/test_rules-file.c.o -c ../test/rules-file.c | |
[146/202] clang -Itest-keysym.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-keysym.p/test_keysym.c.o -MF test-keysym.p/test_keysym.c.o.d -o test-keysym.p/test_keysym.c.o -c ../test/keysym.c | |
[147/202] clang -Itest-buffercomp.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-buffercomp.p/test_buffercomp.c.o -MF test-buffercomp.p/test_buffercomp.c.o.d -o test-buffercomp.p/test_buffercomp.c.o -c ../test/buffercomp.c | |
[148/202] clang -Itest-log.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-log.p/test_log.c.o -MF test-log.p/test_log.c.o.d -o test-log.p/test_log.c.o -c ../test/log.c | |
[149/202] clang -Itest-atom.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-atom.p/test_atom.c.o -MF test-atom.p/test_atom.c.o.d -o test-atom.p/test_atom.c.o -c ../test/atom.c | |
[150/202] rm -f libxkbcommon-x11-internal.a && ar csr libxkbcommon-x11-internal.a libxkbcommon-x11-internal.a.p/src_x11_keymap.c.o libxkbcommon-x11-internal.a.p/src_x11_state.c.o libxkbcommon-x11-internal.a.p/src_x11_util.c.o libxkbcommon-x11-internal.a.p/src_context-priv.c.o libxkbcommon-x11-internal.a.p/src_keymap-priv.c.o libxkbcommon-x11-internal.a.p/src_atom.c.o libxkbcommon-x11-internal.a.p/test_xvfb-wrapper.c.o && ranlib -c libxkbcommon-x11-internal.a | |
[151/202] rm -f libxkbcommon-test-internal.a && ar csr libxkbcommon-test-internal.a libxkbcommon-test-internal.a.p/meson-generated_parser.c.o libxkbcommon-test-internal.a.p/test_common.c.o libxkbcommon-test-internal.a.p/bench_bench.c.o libxkbcommon-test-internal.a.p/src_compose_parser.c.o libxkbcommon-test-internal.a.p/src_compose_paths.c.o libxkbcommon-test-internal.a.p/src_compose_state.c.o libxkbcommon-test-internal.a.p/src_compose_table.c.o libxkbcommon-test-internal.a.p/src_xkbcomp_action.c.o libxkbcommon-test-internal.a.p/src_xkbcomp_ast-build.c.o libxkbcommon-test-internal.a.p/src_xkbcomp_compat.c.o libxkbcommon-test-internal.a.p/src_xkbcomp_expr.c.o libxkbcommon-test-internal.a.p/src_xkbcomp_include.c.o libxkbcommon-test-internal.a.p/src_xkbcomp_keycodes.c.o libxkbcommon-test-internal.a.p/src_xkbcomp_keymap.c.o libxkbcommon-test-internal.a.p/src_xkbcomp_keymap-dump.c.o libxkbcommon-test-internal.a.p/src_xkbcomp_keywords.c.o libxkbcommon-test-internal.a.p/src_xkbcomp_rules.c.o libxkbcommon-test-internal.a.p/src_xkbcomp_scanner.c.o libxkbcommon-test-internal.a.p/src_xkbcomp_symbols.c.o libxkbcommon-test-internal.a.p/src_xkbcomp_types.c.o libxkbcommon-test-internal.a.p/src_xkbcomp_vmod.c.o libxkbcommon-test-internal.a.p/src_xkbcomp_xkbcomp.c.o libxkbcommon-test-internal.a.p/src_atom.c.o libxkbcommon-test-internal.a.p/src_context.c.o libxkbcommon-test-internal.a.p/src_context-priv.c.o libxkbcommon-test-internal.a.p/src_keysym.c.o libxkbcommon-test-internal.a.p/src_keysym-utf.c.o libxkbcommon-test-internal.a.p/src_keymap.c.o libxkbcommon-test-internal.a.p/src_keymap-priv.c.o libxkbcommon-test-internal.a.p/src_state.c.o libxkbcommon-test-internal.a.p/src_text.c.o libxkbcommon-test-internal.a.p/src_utf8.c.o libxkbcommon-test-internal.a.p/src_utils.c.o && ranlib -c libxkbcommon-test-internal.a | |
[152/202] clang -Itest-utf8.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-utf8.p/test_utf8.c.o -MF test-utf8.p/test_utf8.c.o.d -o test-utf8.p/test_utf8.c.o -c ../test/utf8.c | |
[153/202] clang -Itest-utils.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-utils.p/test_utils.c.o -MF test-utils.p/test_utils.c.o.d -o test-utils.p/test_utils.c.o -c ../test/utils.c | |
[154/202] clang -Itest-rulescomp.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-rulescomp.p/test_rulescomp.c.o -MF test-rulescomp.p/test_rulescomp.c.o.d -o test-rulescomp.p/test_rulescomp.c.o -c ../test/rulescomp.c | |
[155/202] clang -Itest-messages.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-messages.p/test_messages.c.o -MF test-messages.p/test_messages.c.o.d -o test-messages.p/test_messages.c.o -c ../test/messages.c | |
[156/202] clang -Itest-keyseq.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-keyseq.p/test_keyseq.c.o -MF test-keyseq.p/test_keyseq.c.o.d -o test-keyseq.p/test_keyseq.c.o -c ../test/keyseq.c | |
[157/202] clang -Itest-compose.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-compose.p/test_compose.c.o -MF test-compose.p/test_compose.c.o.d -o test-compose.p/test_compose.c.o -c ../test/compose.c | |
[158/202] clang -Itest-modifiers.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-modifiers.p/test_modifiers.c.o -MF test-modifiers.p/test_modifiers.c.o.d -o test-modifiers.p/test_modifiers.c.o -c ../test/modifiers.c | |
[159/202] clang -Itest-messages.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-messages.p/tools_messages.c.o -MF test-messages.p/tools_messages.c.o.d -o test-messages.p/tools_messages.c.o -c ../tools/messages.c | |
[160/202] clang -Itest-x11.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-x11.p/test_x11.c.o -MF test-x11.p/test_x11.c.o.d -o test-x11.p/test_x11.c.o -c ../test/x11.c | |
[161/202] clang -Itest-x11comp.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-x11comp.p/test_x11comp.c.o -MF test-x11comp.p/test_x11comp.c.o.d -o test-x11comp.p/test_x11comp.c.o -c ../test/x11comp.c | |
[162/202] clang -o test-keysym test-keysym.p/test_keysym.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
[163/202] clang -o test-keymap test-keymap.p/test_keymap.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
[164/202] clang -o test-context test-context.p/test_context.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
[165/202] clang -o test-filecomp test-filecomp.p/test_filecomp.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
[166/202] clang -o test-rules-file test-rules-file.p/test_rules-file.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
[167/202] clang -o test-buffercomp test-buffercomp.p/test_buffercomp.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
[168/202] clang -o test-rules-file-includes test-rules-file-includes.p/test_rules-file-includes.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
[169/202] clang -o test-stringcomp test-stringcomp.p/test_stringcomp.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
[170/202] clang -o test-log test-log.p/test_log.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
[171/202] clang -Itest-state.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-state.p/test_state.c.o -MF test-state.p/test_state.c.o.d -o test-state.p/test_state.c.o -c ../test/state.c | |
[172/202] clang -o test-atom test-atom.p/test_atom.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
[173/202] clang -o test-utf8 test-utf8.p/test_utf8.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
[174/202] clang -o test-utils test-utils.p/test_utils.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
[175/202] clang -o test-modifiers test-modifiers.p/test_modifiers.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
[176/202] clang -o test-keyseq test-keyseq.p/test_keyseq.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
[177/202] clang -o test-x11 test-x11.p/test_x11.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,/opt/homebrew/Cellar/libxcb/1.16.1/lib libxkbcommon-x11-internal.a libxkbcommon-test-internal.a /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb.dylib /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb-xkb.dylib | |
[178/202] clang -o test-x11comp test-x11comp.p/test_x11comp.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,/opt/homebrew/Cellar/libxcb/1.16.1/lib libxkbcommon-x11-internal.a libxkbcommon-test-internal.a /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb.dylib /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb-xkb.dylib | |
[179/202] clang -o test-messages test-messages.p/test_messages.c.o test-messages.p/tools_messages.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
[180/202] clang -o test-compose test-compose.p/test_compose.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
[181/202] clang -Ifuzz-keymap.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ fuzz-keymap.p/fuzz_keymap_target.c.o -MF fuzz-keymap.p/fuzz_keymap_target.c.o.d -o fuzz-keymap.p/fuzz_keymap_target.c.o -c ../fuzz/keymap/target.c | |
[182/202] clang -o test-rulescomp test-rulescomp.p/test_rulescomp.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
[183/202] clang -Ifuzz-compose.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ fuzz-compose.p/fuzz_compose_target.c.o -MF fuzz-compose.p/fuzz_compose_target.c.o.d -o fuzz-compose.p/fuzz_compose_target.c.o -c ../fuzz/compose/target.c | |
[184/202] clang -o test-state test-state.p/test_state.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
[185/202] clang -Ibench-key-proc.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ bench-key-proc.p/bench_key-proc.c.o -MF bench-key-proc.p/bench_key-proc.c.o.d -o bench-key-proc.p/bench_key-proc.c.o -c ../bench/key-proc.c | |
[186/202] clang -Ibench-rulescomp.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ bench-rulescomp.p/bench_rulescomp.c.o -MF bench-rulescomp.p/bench_rulescomp.c.o.d -o bench-rulescomp.p/bench_rulescomp.c.o -c ../bench/rulescomp.c | |
[187/202] clang -Ibench-compose-traversal.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ bench-compose-traversal.p/bench_compose-traversal.c.o -MF bench-compose-traversal.p/bench_compose-traversal.c.o.d -o bench-compose-traversal.p/bench_compose-traversal.c.o -c ../bench/compose-traversal.c | |
[188/202] clang -Ibench-rules.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ bench-rules.p/bench_rules.c.o -MF bench-rules.p/bench_rules.c.o.d -o bench-rules.p/bench_rules.c.o -c ../bench/rules.c | |
[189/202] clang -Ibench-compose.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ bench-compose.p/bench_compose.c.o -MF bench-compose.p/bench_compose.c.o.d -o bench-compose.p/bench_compose.c.o -c ../bench/compose.c | |
[190/202] clang -Ibench-atom.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ bench-atom.p/bench_atom.c.o -MF bench-atom.p/bench_atom.c.o.d -o bench-atom.p/bench_atom.c.o -c ../bench/atom.c | |
[191/202] clang -Ibench-x11.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ bench-x11.p/bench_x11.c.o -MF bench-x11.p/bench_x11.c.o.d -o bench-x11.p/bench_x11.c.o -c ../bench/x11.c | |
[192/202] clang -Itest-registry.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-registry.p/test_registry.c.o -MF test-registry.p/test_registry.c.o.d -o test-registry.p/test_registry.c.o -c ../test/registry.c | |
[193/202] clang -o fuzz-compose fuzz-compose.p/fuzz_compose_target.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
[194/202] clang -o fuzz-keymap fuzz-keymap.p/fuzz_keymap_target.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
[195/202] clang -o bench-key-proc bench-key-proc.p/bench_key-proc.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
[196/202] clang -o bench-compose-traversal bench-compose-traversal.p/bench_compose-traversal.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
[197/202] clang -o bench-rulescomp bench-rulescomp.p/bench_rulescomp.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
[198/202] clang -o bench-compose bench-compose.p/bench_compose.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
[199/202] clang -o bench-atom bench-atom.p/bench_atom.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
[200/202] clang -o bench-rules bench-rules.p/bench_rules.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
[201/202] clang -o bench-x11 bench-x11.p/bench_x11.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,/opt/homebrew/Cellar/libxcb/1.16.1/lib libxkbcommon-x11-internal.a libxkbcommon-test-internal.a /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb.dylib /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb-xkb.dylib | |
[202/202] clang -o test-registry test-registry.p/test_registry.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/ libxkbregistry.0.dylib libxkbcommon-test-internal.a | |
INFO: autodetecting backend as ninja | |
INFO: calculating backend command to run: /opt/homebrew/Library/Homebrew/shims/mac/super/ninja -C /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build -v |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: -Ilibxkbregistry.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbregistry.0.dylib.p/src_registry.c.o -MF libxkbregistry.0.dylib.p/src_registry.c.o.d -o libxkbregistry.0.dylib.p/src_registry.c.o -c ../src/registry.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbregistry.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbregistry.0.dylib.p/src_registry.c.o -MF libxkbregistry.0.dylib.p/src_registry.c.o.d -o libxkbregistry.0.dylib.p/src_registry.c.o -c ../src/registry.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ixkbcli-list.p -I. -I.. -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ xkbcli-list.p/tools_registry-list.c.o -MF xkbcli-list.p/tools_registry-list.c.o.d -o xkbcli-list.p/tools_registry-list.c.o -c ../tools/registry-list.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ixkbcli-list.p -I. -I.. -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ xkbcli-list.p/tools_registry-list.c.o -MF xkbcli-list.p/tools_registry-list.c.o.d -o xkbcli-list.p/tools_registry-list.c.o -c ../tools/registry-list.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbregistry.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbregistry.0.dylib.p/src_util-list.c.o -MF libxkbregistry.0.dylib.p/src_util-list.c.o.d -o libxkbregistry.0.dylib.p/src_util-list.c.o -c ../src/util-list.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbregistry.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbregistry.0.dylib.p/src_util-list.c.o -MF libxkbregistry.0.dylib.p/src_util-list.c.o.d -o libxkbregistry.0.dylib.p/src_util-list.c.o -c ../src/util-list.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbregistry.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbregistry.0.dylib.p/src_utils.c.o -MF libxkbregistry.0.dylib.p/src_utils.c.o.d -o libxkbregistry.0.dylib.p/src_utils.c.o -c ../src/utils.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbregistry.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbregistry.0.dylib.p/src_utils.c.o -MF libxkbregistry.0.dylib.p/src_utils.c.o.d -o libxkbregistry.0.dylib.p/src_utils.c.o -c ../src/utils.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -o libxkbregistry.0.dylib libxkbregistry.0.dylib.p/src_registry.c.o libxkbregistry.0.dylib.p/src_utils.c.o libxkbregistry.0.dylib.p/src_util-list.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -shared -install_name @rpath/libxkbregistry.0.dylib -compatibility_version 0 -current_version 0 -lxml2 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o libxkbregistry.0.dylib libxkbregistry.0.dylib.p/src_registry.c.o libxkbregistry.0.dylib.p/src_utils.c.o libxkbregistry.0.dylib.p/src_util-list.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -shared -install_name @rpath/libxkbregistry.0.dylib -compatibility_version 0 -current_version 0 -lxml2 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_compose_paths.c.o -MF libxkbcommon-test-internal.a.p/src_compose_paths.c.o.d -o libxkbcommon-test-internal.a.p/src_compose_paths.c.o -c ../src/compose/paths.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_compose_paths.c.o -MF libxkbcommon-test-internal.a.p/src_compose_paths.c.o.d -o libxkbcommon-test-internal.a.p/src_compose_paths.c.o -c ../src/compose/paths.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_compose_state.c.o -MF libxkbcommon-test-internal.a.p/src_compose_state.c.o.d -o libxkbcommon-test-internal.a.p/src_compose_state.c.o -c ../src/compose/state.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_compose_state.c.o -MF libxkbcommon-test-internal.a.p/src_compose_state.c.o.d -o libxkbcommon-test-internal.a.p/src_compose_state.c.o -c ../src/compose/state.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/bench_bench.c.o -MF libxkbcommon-test-internal.a.p/bench_bench.c.o.d -o libxkbcommon-test-internal.a.p/bench_bench.c.o -c ../bench/bench.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/bench_bench.c.o -MF libxkbcommon-test-internal.a.p/bench_bench.c.o.d -o libxkbcommon-test-internal.a.p/bench_bench.c.o -c ../bench/bench.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/test_common.c.o -MF libxkbcommon-test-internal.a.p/test_common.c.o.d -o libxkbcommon-test-internal.a.p/test_common.c.o -c ../test/common.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/test_common.c.o -MF libxkbcommon-test-internal.a.p/test_common.c.o.d -o libxkbcommon-test-internal.a.p/test_common.c.o -c ../test/common.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/meson-generated_parser.c.o -MF libxkbcommon-test-internal.a.p/meson-generated_parser.c.o.d -o libxkbcommon-test-internal.a.p/meson-generated_parser.c.o -c libxkbcommon-test-internal.a.p/parser.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/meson-generated_parser.c.o -MF libxkbcommon-test-internal.a.p/meson-generated_parser.c.o.d -o libxkbcommon-test-internal.a.p/meson-generated_parser.c.o -c libxkbcommon-test-internal.a.p/parser.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_compose_table.c.o -MF libxkbcommon-test-internal.a.p/src_compose_table.c.o.d -o libxkbcommon-test-internal.a.p/src_compose_table.c.o -c ../src/compose/table.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_compose_table.c.o -MF libxkbcommon-test-internal.a.p/src_compose_table.c.o.d -o libxkbcommon-test-internal.a.p/src_compose_table.c.o -c ../src/compose/table.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_ast-build.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_ast-build.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_ast-build.c.o -c ../src/xkbcomp/ast-build.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_ast-build.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_ast-build.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_ast-build.c.o -c ../src/xkbcomp/ast-build.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/meson-generated_parser.c.o -MF libxkbcommon.0.dylib.p/meson-generated_parser.c.o.d -o libxkbcommon.0.dylib.p/meson-generated_parser.c.o -c libxkbcommon.0.dylib.p/parser.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/meson-generated_parser.c.o -MF libxkbcommon.0.dylib.p/meson-generated_parser.c.o.d -o libxkbcommon.0.dylib.p/meson-generated_parser.c.o -c libxkbcommon.0.dylib.p/parser.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_compose_parser.c.o -MF libxkbcommon.0.dylib.p/src_compose_parser.c.o.d -o libxkbcommon.0.dylib.p/src_compose_parser.c.o -c ../src/compose/parser.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_compose_parser.c.o -MF libxkbcommon.0.dylib.p/src_compose_parser.c.o.d -o libxkbcommon.0.dylib.p/src_compose_parser.c.o -c ../src/compose/parser.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_compose_parser.c.o -MF libxkbcommon-test-internal.a.p/src_compose_parser.c.o.d -o libxkbcommon-test-internal.a.p/src_compose_parser.c.o -c ../src/compose/parser.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_compose_parser.c.o -MF libxkbcommon-test-internal.a.p/src_compose_parser.c.o.d -o libxkbcommon-test-internal.a.p/src_compose_parser.c.o -c ../src/compose/parser.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_action.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_action.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_action.c.o -c ../src/xkbcomp/action.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_action.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_action.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_action.c.o -c ../src/xkbcomp/action.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_compose_paths.c.o -MF libxkbcommon.0.dylib.p/src_compose_paths.c.o.d -o libxkbcommon.0.dylib.p/src_compose_paths.c.o -c ../src/compose/paths.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_compose_paths.c.o -MF libxkbcommon.0.dylib.p/src_compose_paths.c.o.d -o libxkbcommon.0.dylib.p/src_compose_paths.c.o -c ../src/compose/paths.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_compose_table.c.o -MF libxkbcommon.0.dylib.p/src_compose_table.c.o.d -o libxkbcommon.0.dylib.p/src_compose_table.c.o -c ../src/compose/table.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_compose_table.c.o -MF libxkbcommon.0.dylib.p/src_compose_table.c.o.d -o libxkbcommon.0.dylib.p/src_compose_table.c.o -c ../src/compose/table.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_compose_state.c.o -MF libxkbcommon.0.dylib.p/src_compose_state.c.o.d -o libxkbcommon.0.dylib.p/src_compose_state.c.o -c ../src/compose/state.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_compose_state.c.o -MF libxkbcommon.0.dylib.p/src_compose_state.c.o.d -o libxkbcommon.0.dylib.p/src_compose_state.c.o -c ../src/compose/state.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_action.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_action.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_action.c.o -c ../src/xkbcomp/action.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_action.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_action.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_action.c.o -c ../src/xkbcomp/action.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_ast-build.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_ast-build.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_ast-build.c.o -c ../src/xkbcomp/ast-build.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_ast-build.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_ast-build.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_ast-build.c.o -c ../src/xkbcomp/ast-build.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_expr.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_expr.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_expr.c.o -c ../src/xkbcomp/expr.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_expr.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_expr.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_expr.c.o -c ../src/xkbcomp/expr.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_compat.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_compat.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_compat.c.o -c ../src/xkbcomp/compat.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_compat.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_compat.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_compat.c.o -c ../src/xkbcomp/compat.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_include.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_include.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_include.c.o -c ../src/xkbcomp/include.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_include.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_include.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_include.c.o -c ../src/xkbcomp/include.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_keymap.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_keymap.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_keymap.c.o -c ../src/xkbcomp/keymap.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_keymap.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_keymap.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_keymap.c.o -c ../src/xkbcomp/keymap.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_keycodes.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_keycodes.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_keycodes.c.o -c ../src/xkbcomp/keycodes.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_keycodes.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_keycodes.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_keycodes.c.o -c ../src/xkbcomp/keycodes.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_keymap-dump.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_keymap-dump.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_keymap-dump.c.o -c ../src/xkbcomp/keymap-dump.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_keymap-dump.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_keymap-dump.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_keymap-dump.c.o -c ../src/xkbcomp/keymap-dump.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_keywords.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_keywords.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_keywords.c.o -c ../src/xkbcomp/keywords.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_keywords.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_keywords.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_keywords.c.o -c ../src/xkbcomp/keywords.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_rules.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_rules.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_rules.c.o -c ../src/xkbcomp/rules.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_rules.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_rules.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_rules.c.o -c ../src/xkbcomp/rules.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_symbols.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_symbols.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_symbols.c.o -c ../src/xkbcomp/symbols.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_symbols.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_symbols.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_symbols.c.o -c ../src/xkbcomp/symbols.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_scanner.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_scanner.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_scanner.c.o -c ../src/xkbcomp/scanner.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_scanner.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_scanner.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_scanner.c.o -c ../src/xkbcomp/scanner.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_types.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_types.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_types.c.o -c ../src/xkbcomp/types.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_types.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_types.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_types.c.o -c ../src/xkbcomp/types.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_xkbcomp.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_xkbcomp.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_xkbcomp.c.o -c ../src/xkbcomp/xkbcomp.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_xkbcomp.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_xkbcomp.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_xkbcomp.c.o -c ../src/xkbcomp/xkbcomp.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_vmod.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_vmod.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_vmod.c.o -c ../src/xkbcomp/vmod.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_xkbcomp_vmod.c.o -MF libxkbcommon.0.dylib.p/src_xkbcomp_vmod.c.o.d -o libxkbcommon.0.dylib.p/src_xkbcomp_vmod.c.o -c ../src/xkbcomp/vmod.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_context.c.o -MF libxkbcommon.0.dylib.p/src_context.c.o.d -o libxkbcommon.0.dylib.p/src_context.c.o -c ../src/context.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_context.c.o -MF libxkbcommon.0.dylib.p/src_context.c.o.d -o libxkbcommon.0.dylib.p/src_context.c.o -c ../src/context.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_atom.c.o -MF libxkbcommon.0.dylib.p/src_atom.c.o.d -o libxkbcommon.0.dylib.p/src_atom.c.o -c ../src/atom.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_atom.c.o -MF libxkbcommon.0.dylib.p/src_atom.c.o.d -o libxkbcommon.0.dylib.p/src_atom.c.o -c ../src/atom.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_context-priv.c.o -MF libxkbcommon.0.dylib.p/src_context-priv.c.o.d -o libxkbcommon.0.dylib.p/src_context-priv.c.o -c ../src/context-priv.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_context-priv.c.o -MF libxkbcommon.0.dylib.p/src_context-priv.c.o.d -o libxkbcommon.0.dylib.p/src_context-priv.c.o -c ../src/context-priv.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_keysym-utf.c.o -MF libxkbcommon.0.dylib.p/src_keysym-utf.c.o.d -o libxkbcommon.0.dylib.p/src_keysym-utf.c.o -c ../src/keysym-utf.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_keysym-utf.c.o -MF libxkbcommon.0.dylib.p/src_keysym-utf.c.o.d -o libxkbcommon.0.dylib.p/src_keysym-utf.c.o -c ../src/keysym-utf.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_keysym.c.o -MF libxkbcommon.0.dylib.p/src_keysym.c.o.d -o libxkbcommon.0.dylib.p/src_keysym.c.o -c ../src/keysym.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_keysym.c.o -MF libxkbcommon.0.dylib.p/src_keysym.c.o.d -o libxkbcommon.0.dylib.p/src_keysym.c.o -c ../src/keysym.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_keymap.c.o -MF libxkbcommon.0.dylib.p/src_keymap.c.o.d -o libxkbcommon.0.dylib.p/src_keymap.c.o -c ../src/keymap.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_keymap.c.o -MF libxkbcommon.0.dylib.p/src_keymap.c.o.d -o libxkbcommon.0.dylib.p/src_keymap.c.o -c ../src/keymap.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_keymap-priv.c.o -MF libxkbcommon.0.dylib.p/src_keymap-priv.c.o.d -o libxkbcommon.0.dylib.p/src_keymap-priv.c.o -c ../src/keymap-priv.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_keymap-priv.c.o -MF libxkbcommon.0.dylib.p/src_keymap-priv.c.o.d -o libxkbcommon.0.dylib.p/src_keymap-priv.c.o -c ../src/keymap-priv.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_state.c.o -MF libxkbcommon.0.dylib.p/src_state.c.o.d -o libxkbcommon.0.dylib.p/src_state.c.o -c ../src/state.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_state.c.o -MF libxkbcommon.0.dylib.p/src_state.c.o.d -o libxkbcommon.0.dylib.p/src_state.c.o -c ../src/state.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_text.c.o -MF libxkbcommon.0.dylib.p/src_text.c.o.d -o libxkbcommon.0.dylib.p/src_text.c.o -c ../src/text.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_text.c.o -MF libxkbcommon.0.dylib.p/src_text.c.o.d -o libxkbcommon.0.dylib.p/src_text.c.o -c ../src/text.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_utf8.c.o -MF libxkbcommon.0.dylib.p/src_utf8.c.o.d -o libxkbcommon.0.dylib.p/src_utf8.c.o -c ../src/utf8.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_utf8.c.o -MF libxkbcommon.0.dylib.p/src_utf8.c.o.d -o libxkbcommon.0.dylib.p/src_utf8.c.o -c ../src/utf8.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_utils.c.o -MF libxkbcommon.0.dylib.p/src_utils.c.o.d -o libxkbcommon.0.dylib.p/src_utils.c.o -c ../src/utils.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon.0.dylib.p -I. -I.. -I../src -I../include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon.0.dylib.p/src_utils.c.o -MF libxkbcommon.0.dylib.p/src_utils.c.o.d -o libxkbcommon.0.dylib.p/src_utils.c.o -c ../src/utils.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-x11.0.dylib.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11.0.dylib.p/src_x11_state.c.o -MF libxkbcommon-x11.0.dylib.p/src_x11_state.c.o.d -o libxkbcommon-x11.0.dylib.p/src_x11_state.c.o -c ../src/x11/state.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-x11.0.dylib.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11.0.dylib.p/src_x11_state.c.o -MF libxkbcommon-x11.0.dylib.p/src_x11_state.c.o.d -o libxkbcommon-x11.0.dylib.p/src_x11_state.c.o -c ../src/x11/state.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-x11.0.dylib.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11.0.dylib.p/src_context-priv.c.o -MF libxkbcommon-x11.0.dylib.p/src_context-priv.c.o.d -o libxkbcommon-x11.0.dylib.p/src_context-priv.c.o -c ../src/context-priv.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-x11.0.dylib.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11.0.dylib.p/src_context-priv.c.o -MF libxkbcommon-x11.0.dylib.p/src_context-priv.c.o.d -o libxkbcommon-x11.0.dylib.p/src_context-priv.c.o -c ../src/context-priv.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-x11.0.dylib.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11.0.dylib.p/src_x11_util.c.o -MF libxkbcommon-x11.0.dylib.p/src_x11_util.c.o.d -o libxkbcommon-x11.0.dylib.p/src_x11_util.c.o -c ../src/x11/util.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-x11.0.dylib.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11.0.dylib.p/src_x11_util.c.o -MF libxkbcommon-x11.0.dylib.p/src_x11_util.c.o.d -o libxkbcommon-x11.0.dylib.p/src_x11_util.c.o -c ../src/x11/util.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-x11.0.dylib.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11.0.dylib.p/src_x11_keymap.c.o -MF libxkbcommon-x11.0.dylib.p/src_x11_keymap.c.o.d -o libxkbcommon-x11.0.dylib.p/src_x11_keymap.c.o -c ../src/x11/keymap.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-x11.0.dylib.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11.0.dylib.p/src_x11_keymap.c.o -MF libxkbcommon-x11.0.dylib.p/src_x11_keymap.c.o.d -o libxkbcommon-x11.0.dylib.p/src_x11_keymap.c.o -c ../src/x11/keymap.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-x11.0.dylib.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11.0.dylib.p/src_keymap-priv.c.o -MF libxkbcommon-x11.0.dylib.p/src_keymap-priv.c.o.d -o libxkbcommon-x11.0.dylib.p/src_keymap-priv.c.o -c ../src/keymap-priv.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-x11.0.dylib.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11.0.dylib.p/src_keymap-priv.c.o -MF libxkbcommon-x11.0.dylib.p/src_keymap-priv.c.o.d -o libxkbcommon-x11.0.dylib.p/src_keymap-priv.c.o -c ../src/keymap-priv.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-x11.0.dylib.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fvisibility=hidden -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11.0.dylib.p/src_atom.c.o -MF libxkbcommon-x11.0.dylib.p/src_atom.c.o.d -o libxkbcommon-x11.0.dylib.p/src_atom.c.o -c ../src/atom.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-x11.0.dylib.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fvisibility=hidden -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11.0.dylib.p/src_atom.c.o -MF libxkbcommon-x11.0.dylib.p/src_atom.c.o.d -o libxkbcommon-x11.0.dylib.p/src_atom.c.o -c ../src/atom.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibtools-internal.a.p -I. -I.. -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libtools-internal.a.p/tools_tools-common.c.o -MF libtools-internal.a.p/tools_tools-common.c.o.d -o libtools-internal.a.p/tools_tools-common.c.o -c ../tools/tools-common.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibtools-internal.a.p -I. -I.. -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libtools-internal.a.p/tools_tools-common.c.o -MF libtools-internal.a.p/tools_tools-common.c.o.d -o libtools-internal.a.p/tools_tools-common.c.o -c ../tools/tools-common.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ixkbcli.p -I. -I.. -I../tools -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ xkbcli.p/tools_xkbcli.c.o -MF xkbcli.p/tools_xkbcli.c.o.d -o xkbcli.p/tools_xkbcli.c.o -c ../tools/xkbcli.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ixkbcli.p -I. -I.. -I../tools -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ xkbcli.p/tools_xkbcli.c.o -MF xkbcli.p/tools_xkbcli.c.o.d -o xkbcli.p/tools_xkbcli.c.o -c ../tools/xkbcli.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ixkbcli-compile-keymap.p -I. -I.. -I../tools -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ xkbcli-compile-keymap.p/tools_compile-keymap.c.o -MF xkbcli-compile-keymap.p/tools_compile-keymap.c.o.d -o xkbcli-compile-keymap.p/tools_compile-keymap.c.o -c ../tools/compile-keymap.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ixkbcli-compile-keymap.p -I. -I.. -I../tools -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ xkbcli-compile-keymap.p/tools_compile-keymap.c.o -MF xkbcli-compile-keymap.p/tools_compile-keymap.c.o.d -o xkbcli-compile-keymap.p/tools_compile-keymap.c.o -c ../tools/compile-keymap.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/meson-generated_parser.c.o -MF compile-keymap.p/meson-generated_parser.c.o.d -o compile-keymap.p/meson-generated_parser.c.o -c compile-keymap.p/parser.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/meson-generated_parser.c.o -MF compile-keymap.p/meson-generated_parser.c.o.d -o compile-keymap.p/meson-generated_parser.c.o -c compile-keymap.p/parser.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/tools_compile-keymap.c.o -MF compile-keymap.p/tools_compile-keymap.c.o.d -o compile-keymap.p/tools_compile-keymap.c.o -c ../tools/compile-keymap.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/tools_compile-keymap.c.o -MF compile-keymap.p/tools_compile-keymap.c.o.d -o compile-keymap.p/tools_compile-keymap.c.o -c ../tools/compile-keymap.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_compose_parser.c.o -MF compile-keymap.p/src_compose_parser.c.o.d -o compile-keymap.p/src_compose_parser.c.o -c ../src/compose/parser.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_compose_parser.c.o -MF compile-keymap.p/src_compose_parser.c.o.d -o compile-keymap.p/src_compose_parser.c.o -c ../src/compose/parser.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_compose_paths.c.o -MF compile-keymap.p/src_compose_paths.c.o.d -o compile-keymap.p/src_compose_paths.c.o -c ../src/compose/paths.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_compose_paths.c.o -MF compile-keymap.p/src_compose_paths.c.o.d -o compile-keymap.p/src_compose_paths.c.o -c ../src/compose/paths.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_compose_state.c.o -MF compile-keymap.p/src_compose_state.c.o.d -o compile-keymap.p/src_compose_state.c.o -c ../src/compose/state.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_compose_state.c.o -MF compile-keymap.p/src_compose_state.c.o.d -o compile-keymap.p/src_compose_state.c.o -c ../src/compose/state.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_compose_table.c.o -MF compile-keymap.p/src_compose_table.c.o.d -o compile-keymap.p/src_compose_table.c.o -c ../src/compose/table.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_compose_table.c.o -MF compile-keymap.p/src_compose_table.c.o.d -o compile-keymap.p/src_compose_table.c.o -c ../src/compose/table.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_action.c.o -MF compile-keymap.p/src_xkbcomp_action.c.o.d -o compile-keymap.p/src_xkbcomp_action.c.o -c ../src/xkbcomp/action.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_action.c.o -MF compile-keymap.p/src_xkbcomp_action.c.o.d -o compile-keymap.p/src_xkbcomp_action.c.o -c ../src/xkbcomp/action.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_ast-build.c.o -MF compile-keymap.p/src_xkbcomp_ast-build.c.o.d -o compile-keymap.p/src_xkbcomp_ast-build.c.o -c ../src/xkbcomp/ast-build.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_ast-build.c.o -MF compile-keymap.p/src_xkbcomp_ast-build.c.o.d -o compile-keymap.p/src_xkbcomp_ast-build.c.o -c ../src/xkbcomp/ast-build.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -o libxkbcommon.0.dylib libxkbcommon.0.dylib.p/meson-generated_parser.c.o libxkbcommon.0.dylib.p/src_compose_parser.c.o libxkbcommon.0.dylib.p/src_compose_paths.c.o libxkbcommon.0.dylib.p/src_compose_state.c.o libxkbcommon.0.dylib.p/src_compose_table.c.o libxkbcommon.0.dylib.p/src_xkbcomp_action.c.o libxkbcommon.0.dylib.p/src_xkbcomp_ast-build.c.o libxkbcommon.0.dylib.p/src_xkbcomp_compat.c.o libxkbcommon.0.dylib.p/src_xkbcomp_expr.c.o libxkbcommon.0.dylib.p/src_xkbcomp_include.c.o libxkbcommon.0.dylib.p/src_xkbcomp_keycodes.c.o libxkbcommon.0.dylib.p/src_xkbcomp_keymap.c.o libxkbcommon.0.dylib.p/src_xkbcomp_keymap-dump.c.o libxkbcommon.0.dylib.p/src_xkbcomp_keywords.c.o libxkbcommon.0.dylib.p/src_xkbcomp_rules.c.o libxkbcommon.0.dylib.p/src_xkbcomp_scanner.c.o libxkbcommon.0.dylib.p/src_xkbcomp_symbols.c.o libxkbcommon.0.dylib.p/src_xkbcomp_types.c.o libxkbcommon.0.dylib.p/src_xkbcomp_vmod.c.o libxkbcommon.0.dylib.p/src_xkbcomp_xkbcomp.c.o libxkbcommon.0.dylib.p/src_atom.c.o libxkbcommon.0.dylib.p/src_context.c.o libxkbcommon.0.dylib.p/src_context-priv.c.o libxkbcommon.0.dylib.p/src_keysym.c.o libxkbcommon.0.dylib.p/src_keysym-utf.c.o libxkbcommon.0.dylib.p/src_keymap.c.o libxkbcommon.0.dylib.p/src_keymap-priv.c.o libxkbcommon.0.dylib.p/src_state.c.o libxkbcommon.0.dylib.p/src_text.c.o libxkbcommon.0.dylib.p/src_utf8.c.o libxkbcommon.0.dylib.p/src_utils.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -shared -install_name @rpath/libxkbcommon.0.dylib -compatibility_version 0 -current_version 0 | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o libxkbcommon.0.dylib libxkbcommon.0.dylib.p/meson-generated_parser.c.o libxkbcommon.0.dylib.p/src_compose_parser.c.o libxkbcommon.0.dylib.p/src_compose_paths.c.o libxkbcommon.0.dylib.p/src_compose_state.c.o libxkbcommon.0.dylib.p/src_compose_table.c.o libxkbcommon.0.dylib.p/src_xkbcomp_action.c.o libxkbcommon.0.dylib.p/src_xkbcomp_ast-build.c.o libxkbcommon.0.dylib.p/src_xkbcomp_compat.c.o libxkbcommon.0.dylib.p/src_xkbcomp_expr.c.o libxkbcommon.0.dylib.p/src_xkbcomp_include.c.o libxkbcommon.0.dylib.p/src_xkbcomp_keycodes.c.o libxkbcommon.0.dylib.p/src_xkbcomp_keymap.c.o libxkbcommon.0.dylib.p/src_xkbcomp_keymap-dump.c.o libxkbcommon.0.dylib.p/src_xkbcomp_keywords.c.o libxkbcommon.0.dylib.p/src_xkbcomp_rules.c.o libxkbcommon.0.dylib.p/src_xkbcomp_scanner.c.o libxkbcommon.0.dylib.p/src_xkbcomp_symbols.c.o libxkbcommon.0.dylib.p/src_xkbcomp_types.c.o libxkbcommon.0.dylib.p/src_xkbcomp_vmod.c.o libxkbcommon.0.dylib.p/src_xkbcomp_xkbcomp.c.o libxkbcommon.0.dylib.p/src_atom.c.o libxkbcommon.0.dylib.p/src_context.c.o libxkbcommon.0.dylib.p/src_context-priv.c.o libxkbcommon.0.dylib.p/src_keysym.c.o libxkbcommon.0.dylib.p/src_keysym-utf.c.o libxkbcommon.0.dylib.p/src_keymap.c.o libxkbcommon.0.dylib.p/src_keymap-priv.c.o libxkbcommon.0.dylib.p/src_state.c.o libxkbcommon.0.dylib.p/src_text.c.o libxkbcommon.0.dylib.p/src_utf8.c.o libxkbcommon.0.dylib.p/src_utils.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -shared -install_name @rpath/libxkbcommon.0.dylib -compatibility_version 0 -current_version 0 -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_compat.c.o -MF compile-keymap.p/src_xkbcomp_compat.c.o.d -o compile-keymap.p/src_xkbcomp_compat.c.o -c ../src/xkbcomp/compat.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_compat.c.o -MF compile-keymap.p/src_xkbcomp_compat.c.o.d -o compile-keymap.p/src_xkbcomp_compat.c.o -c ../src/xkbcomp/compat.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_expr.c.o -MF compile-keymap.p/src_xkbcomp_expr.c.o.d -o compile-keymap.p/src_xkbcomp_expr.c.o -c ../src/xkbcomp/expr.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_expr.c.o -MF compile-keymap.p/src_xkbcomp_expr.c.o.d -o compile-keymap.p/src_xkbcomp_expr.c.o -c ../src/xkbcomp/expr.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_keycodes.c.o -MF compile-keymap.p/src_xkbcomp_keycodes.c.o.d -o compile-keymap.p/src_xkbcomp_keycodes.c.o -c ../src/xkbcomp/keycodes.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_keycodes.c.o -MF compile-keymap.p/src_xkbcomp_keycodes.c.o.d -o compile-keymap.p/src_xkbcomp_keycodes.c.o -c ../src/xkbcomp/keycodes.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_include.c.o -MF compile-keymap.p/src_xkbcomp_include.c.o.d -o compile-keymap.p/src_xkbcomp_include.c.o -c ../src/xkbcomp/include.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_include.c.o -MF compile-keymap.p/src_xkbcomp_include.c.o.d -o compile-keymap.p/src_xkbcomp_include.c.o -c ../src/xkbcomp/include.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_keymap.c.o -MF compile-keymap.p/src_xkbcomp_keymap.c.o.d -o compile-keymap.p/src_xkbcomp_keymap.c.o -c ../src/xkbcomp/keymap.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_keymap.c.o -MF compile-keymap.p/src_xkbcomp_keymap.c.o.d -o compile-keymap.p/src_xkbcomp_keymap.c.o -c ../src/xkbcomp/keymap.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_keymap-dump.c.o -MF compile-keymap.p/src_xkbcomp_keymap-dump.c.o.d -o compile-keymap.p/src_xkbcomp_keymap-dump.c.o -c ../src/xkbcomp/keymap-dump.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_keymap-dump.c.o -MF compile-keymap.p/src_xkbcomp_keymap-dump.c.o.d -o compile-keymap.p/src_xkbcomp_keymap-dump.c.o -c ../src/xkbcomp/keymap-dump.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_keywords.c.o -MF compile-keymap.p/src_xkbcomp_keywords.c.o.d -o compile-keymap.p/src_xkbcomp_keywords.c.o -c ../src/xkbcomp/keywords.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_keywords.c.o -MF compile-keymap.p/src_xkbcomp_keywords.c.o.d -o compile-keymap.p/src_xkbcomp_keywords.c.o -c ../src/xkbcomp/keywords.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_rules.c.o -MF compile-keymap.p/src_xkbcomp_rules.c.o.d -o compile-keymap.p/src_xkbcomp_rules.c.o -c ../src/xkbcomp/rules.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_rules.c.o -MF compile-keymap.p/src_xkbcomp_rules.c.o.d -o compile-keymap.p/src_xkbcomp_rules.c.o -c ../src/xkbcomp/rules.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_scanner.c.o -MF compile-keymap.p/src_xkbcomp_scanner.c.o.d -o compile-keymap.p/src_xkbcomp_scanner.c.o -c ../src/xkbcomp/scanner.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_scanner.c.o -MF compile-keymap.p/src_xkbcomp_scanner.c.o.d -o compile-keymap.p/src_xkbcomp_scanner.c.o -c ../src/xkbcomp/scanner.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_symbols.c.o -MF compile-keymap.p/src_xkbcomp_symbols.c.o.d -o compile-keymap.p/src_xkbcomp_symbols.c.o -c ../src/xkbcomp/symbols.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_symbols.c.o -MF compile-keymap.p/src_xkbcomp_symbols.c.o.d -o compile-keymap.p/src_xkbcomp_symbols.c.o -c ../src/xkbcomp/symbols.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_types.c.o -MF compile-keymap.p/src_xkbcomp_types.c.o.d -o compile-keymap.p/src_xkbcomp_types.c.o -c ../src/xkbcomp/types.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_types.c.o -MF compile-keymap.p/src_xkbcomp_types.c.o.d -o compile-keymap.p/src_xkbcomp_types.c.o -c ../src/xkbcomp/types.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_vmod.c.o -MF compile-keymap.p/src_xkbcomp_vmod.c.o.d -o compile-keymap.p/src_xkbcomp_vmod.c.o -c ../src/xkbcomp/vmod.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_vmod.c.o -MF compile-keymap.p/src_xkbcomp_vmod.c.o.d -o compile-keymap.p/src_xkbcomp_vmod.c.o -c ../src/xkbcomp/vmod.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_xkbcomp.c.o -MF compile-keymap.p/src_xkbcomp_xkbcomp.c.o.d -o compile-keymap.p/src_xkbcomp_xkbcomp.c.o -c ../src/xkbcomp/xkbcomp.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_xkbcomp_xkbcomp.c.o -MF compile-keymap.p/src_xkbcomp_xkbcomp.c.o.d -o compile-keymap.p/src_xkbcomp_xkbcomp.c.o -c ../src/xkbcomp/xkbcomp.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_atom.c.o -MF compile-keymap.p/src_atom.c.o.d -o compile-keymap.p/src_atom.c.o -c ../src/atom.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_atom.c.o -MF compile-keymap.p/src_atom.c.o.d -o compile-keymap.p/src_atom.c.o -c ../src/atom.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_context.c.o -MF compile-keymap.p/src_context.c.o.d -o compile-keymap.p/src_context.c.o -c ../src/context.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_context.c.o -MF compile-keymap.p/src_context.c.o.d -o compile-keymap.p/src_context.c.o -c ../src/context.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_context-priv.c.o -MF compile-keymap.p/src_context-priv.c.o.d -o compile-keymap.p/src_context-priv.c.o -c ../src/context-priv.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_context-priv.c.o -MF compile-keymap.p/src_context-priv.c.o.d -o compile-keymap.p/src_context-priv.c.o -c ../src/context-priv.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_keysym.c.o -MF compile-keymap.p/src_keysym.c.o.d -o compile-keymap.p/src_keysym.c.o -c ../src/keysym.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_keysym.c.o -MF compile-keymap.p/src_keysym.c.o.d -o compile-keymap.p/src_keysym.c.o -c ../src/keysym.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_keysym-utf.c.o -MF compile-keymap.p/src_keysym-utf.c.o.d -o compile-keymap.p/src_keysym-utf.c.o -c ../src/keysym-utf.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_keysym-utf.c.o -MF compile-keymap.p/src_keysym-utf.c.o.d -o compile-keymap.p/src_keysym-utf.c.o -c ../src/keysym-utf.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_keymap.c.o -MF compile-keymap.p/src_keymap.c.o.d -o compile-keymap.p/src_keymap.c.o -c ../src/keymap.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_keymap.c.o -MF compile-keymap.p/src_keymap.c.o.d -o compile-keymap.p/src_keymap.c.o -c ../src/keymap.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_keymap-priv.c.o -MF compile-keymap.p/src_keymap-priv.c.o.d -o compile-keymap.p/src_keymap-priv.c.o -c ../src/keymap-priv.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_keymap-priv.c.o -MF compile-keymap.p/src_keymap-priv.c.o.d -o compile-keymap.p/src_keymap-priv.c.o -c ../src/keymap-priv.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_state.c.o -MF compile-keymap.p/src_state.c.o.d -o compile-keymap.p/src_state.c.o -c ../src/state.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_state.c.o -MF compile-keymap.p/src_state.c.o.d -o compile-keymap.p/src_state.c.o -c ../src/state.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_text.c.o -MF compile-keymap.p/src_text.c.o.d -o compile-keymap.p/src_text.c.o -c ../src/text.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_text.c.o -MF compile-keymap.p/src_text.c.o.d -o compile-keymap.p/src_text.c.o -c ../src/text.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_utf8.c.o -MF compile-keymap.p/src_utf8.c.o.d -o compile-keymap.p/src_utf8.c.o -c ../src/utf8.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_utf8.c.o -MF compile-keymap.p/src_utf8.c.o.d -o compile-keymap.p/src_utf8.c.o -c ../src/utf8.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_utils.c.o -MF compile-keymap.p/src_utils.c.o.d -o compile-keymap.p/src_utils.c.o -c ../src/utils.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompile-keymap.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -DENABLE_PRIVATE_APIS -MD -MQ compile-keymap.p/src_utils.c.o -MF compile-keymap.p/src_utils.c.o.d -o compile-keymap.p/src_utils.c.o -c ../src/utils.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ixkbcli-how-to-type.p -I. -I.. -I../tools -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ xkbcli-how-to-type.p/tools_how-to-type.c.o -MF xkbcli-how-to-type.p/tools_how-to-type.c.o.d -o xkbcli-how-to-type.p/tools_how-to-type.c.o -c ../tools/how-to-type.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ixkbcli-how-to-type.p -I. -I.. -I../tools -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ xkbcli-how-to-type.p/tools_how-to-type.c.o -MF xkbcli-how-to-type.p/tools_how-to-type.c.o.d -o xkbcli-how-to-type.p/tools_how-to-type.c.o -c ../tools/how-to-type.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Icompose.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ compose.p/tools_compose.c.o -MF compose.p/tools_compose.c.o.d -o compose.p/tools_compose.c.o -c ../tools/compose.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Icompose.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ compose.p/tools_compose.c.o -MF compose.p/tools_compose.c.o.d -o compose.p/tools_compose.c.o -c ../tools/compose.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -o xkbcli xkbcli.p/tools_xkbcli.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/ libtools-internal.a libxkbcommon.0.dylib | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o xkbcli xkbcli.p/tools_xkbcli.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/ libtools-internal.a libxkbcommon.0.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o libxkbcommon-x11.0.dylib libxkbcommon-x11.0.dylib.p/src_x11_keymap.c.o libxkbcommon-x11.0.dylib.p/src_x11_state.c.o libxkbcommon-x11.0.dylib.p/src_x11_util.c.o libxkbcommon-x11.0.dylib.p/src_context-priv.c.o libxkbcommon-x11.0.dylib.p/src_keymap-priv.c.o libxkbcommon-x11.0.dylib.p/src_atom.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -shared -install_name @rpath/libxkbcommon-x11.0.dylib -compatibility_version 0 -current_version 0 -Wl,-rpath,@loader_path/ -Wl,-rpath,/opt/homebrew/Cellar/libxcb/1.16.1/lib libxkbcommon.0.dylib /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb.dylib /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb-xkb.dylib | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o libxkbcommon-x11.0.dylib libxkbcommon-x11.0.dylib.p/src_x11_keymap.c.o libxkbcommon-x11.0.dylib.p/src_x11_state.c.o libxkbcommon-x11.0.dylib.p/src_x11_util.c.o libxkbcommon-x11.0.dylib.p/src_context-priv.c.o libxkbcommon-x11.0.dylib.p/src_keymap-priv.c.o libxkbcommon-x11.0.dylib.p/src_atom.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -shared -install_name @rpath/libxkbcommon-x11.0.dylib -compatibility_version 0 -current_version 0 -Wl,-rpath,@loader_path/ -Wl,-rpath,/opt/homebrew/Cellar/libxcb/1.16.1/lib libxkbcommon.0.dylib /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb.dylib /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb-xkb.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o xkbcli-compile-keymap xkbcli-compile-keymap.p/tools_compile-keymap.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/ libtools-internal.a libxkbcommon.0.dylib | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o xkbcli-compile-keymap xkbcli-compile-keymap.p/tools_compile-keymap.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/ libtools-internal.a libxkbcommon.0.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -Ixkbcli-interactive-x11.p -I. -I.. -I../tools -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ xkbcli-interactive-x11.p/tools_interactive-x11.c.o -MF xkbcli-interactive-x11.p/tools_interactive-x11.c.o.d -o xkbcli-interactive-x11.p/tools_interactive-x11.c.o -c ../tools/interactive-x11.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ixkbcli-interactive-x11.p -I. -I.. -I../tools -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ xkbcli-interactive-x11.p/tools_interactive-x11.c.o -MF xkbcli-interactive-x11.p/tools_interactive-x11.c.o.d -o xkbcli-interactive-x11.p/tools_interactive-x11.c.o -c ../tools/interactive-x11.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -o xkbcli-list xkbcli-list.p/tools_registry-list.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/ libxkbregistry.0.dylib | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o xkbcli-list xkbcli-list.p/tools_registry-list.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/ libxkbregistry.0.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -Ixkb-check-messages.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ xkb-check-messages.p/tools_check-messages.c.o -MF xkb-check-messages.p/tools_check-messages.c.o.d -o xkb-check-messages.p/tools_check-messages.c.o -c ../tools/check-messages.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ixkb-check-messages.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ xkb-check-messages.p/tools_check-messages.c.o -MF xkb-check-messages.p/tools_check-messages.c.o.d -o xkb-check-messages.p/tools_check-messages.c.o -c ../tools/check-messages.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ixkb-check-messages.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ xkb-check-messages.p/tools_messages.c.o -MF xkb-check-messages.p/tools_messages.c.o.d -o xkb-check-messages.p/tools_messages.c.o -c ../tools/messages.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ixkb-check-messages.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ xkb-check-messages.p/tools_messages.c.o -MF xkb-check-messages.p/tools_messages.c.o.d -o xkb-check-messages.p/tools_messages.c.o -c ../tools/messages.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_compat.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_compat.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_compat.c.o -c ../src/xkbcomp/compat.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_compat.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_compat.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_compat.c.o -c ../src/xkbcomp/compat.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -o compose compose.p/tools_compose.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/ libtools-internal.a libxkbcommon.0.dylib | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o compose compose.p/tools_compose.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/ libtools-internal.a libxkbcommon.0.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o xkbcli-how-to-type xkbcli-how-to-type.p/tools_how-to-type.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/ libtools-internal.a libxkbcommon.0.dylib | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o xkbcli-how-to-type xkbcli-how-to-type.p/tools_how-to-type.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/ libtools-internal.a libxkbcommon.0.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_expr.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_expr.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_expr.c.o -c ../src/xkbcomp/expr.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_expr.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_expr.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_expr.c.o -c ../src/xkbcomp/expr.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_include.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_include.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_include.c.o -c ../src/xkbcomp/include.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_include.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_include.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_include.c.o -c ../src/xkbcomp/include.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_keycodes.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_keycodes.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_keycodes.c.o -c ../src/xkbcomp/keycodes.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_keycodes.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_keycodes.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_keycodes.c.o -c ../src/xkbcomp/keycodes.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_keymap.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_keymap.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_keymap.c.o -c ../src/xkbcomp/keymap.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_keymap.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_keymap.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_keymap.c.o -c ../src/xkbcomp/keymap.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_keymap-dump.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_keymap-dump.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_keymap-dump.c.o -c ../src/xkbcomp/keymap-dump.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_keymap-dump.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_keymap-dump.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_keymap-dump.c.o -c ../src/xkbcomp/keymap-dump.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -o xkb-check-messages xkb-check-messages.p/tools_check-messages.c.o xkb-check-messages.p/tools_messages.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/ libtools-internal.a libxkbcommon.0.dylib | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o xkb-check-messages xkb-check-messages.p/tools_check-messages.c.o xkb-check-messages.p/tools_messages.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/ libtools-internal.a libxkbcommon.0.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_keywords.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_keywords.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_keywords.c.o -c ../src/xkbcomp/keywords.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_keywords.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_keywords.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_keywords.c.o -c ../src/xkbcomp/keywords.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -o compile-keymap compile-keymap.p/meson-generated_parser.c.o compile-keymap.p/tools_compile-keymap.c.o compile-keymap.p/src_compose_parser.c.o compile-keymap.p/src_compose_paths.c.o compile-keymap.p/src_compose_state.c.o compile-keymap.p/src_compose_table.c.o compile-keymap.p/src_xkbcomp_action.c.o compile-keymap.p/src_xkbcomp_ast-build.c.o compile-keymap.p/src_xkbcomp_compat.c.o compile-keymap.p/src_xkbcomp_expr.c.o compile-keymap.p/src_xkbcomp_include.c.o compile-keymap.p/src_xkbcomp_keycodes.c.o compile-keymap.p/src_xkbcomp_keymap.c.o compile-keymap.p/src_xkbcomp_keymap-dump.c.o compile-keymap.p/src_xkbcomp_keywords.c.o compile-keymap.p/src_xkbcomp_rules.c.o compile-keymap.p/src_xkbcomp_scanner.c.o compile-keymap.p/src_xkbcomp_symbols.c.o compile-keymap.p/src_xkbcomp_types.c.o compile-keymap.p/src_xkbcomp_vmod.c.o compile-keymap.p/src_xkbcomp_xkbcomp.c.o compile-keymap.p/src_atom.c.o compile-keymap.p/src_context.c.o compile-keymap.p/src_context-priv.c.o compile-keymap.p/src_keysym.c.o compile-keymap.p/src_keysym-utf.c.o compile-keymap.p/src_keymap.c.o compile-keymap.p/src_keymap-priv.c.o compile-keymap.p/src_state.c.o compile-keymap.p/src_text.c.o compile-keymap.p/src_utf8.c.o compile-keymap.p/src_utils.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/ libtools-internal.a libxkbcommon.0.dylib | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o compile-keymap compile-keymap.p/meson-generated_parser.c.o compile-keymap.p/tools_compile-keymap.c.o compile-keymap.p/src_compose_parser.c.o compile-keymap.p/src_compose_paths.c.o compile-keymap.p/src_compose_state.c.o compile-keymap.p/src_compose_table.c.o compile-keymap.p/src_xkbcomp_action.c.o compile-keymap.p/src_xkbcomp_ast-build.c.o compile-keymap.p/src_xkbcomp_compat.c.o compile-keymap.p/src_xkbcomp_expr.c.o compile-keymap.p/src_xkbcomp_include.c.o compile-keymap.p/src_xkbcomp_keycodes.c.o compile-keymap.p/src_xkbcomp_keymap.c.o compile-keymap.p/src_xkbcomp_keymap-dump.c.o compile-keymap.p/src_xkbcomp_keywords.c.o compile-keymap.p/src_xkbcomp_rules.c.o compile-keymap.p/src_xkbcomp_scanner.c.o compile-keymap.p/src_xkbcomp_symbols.c.o compile-keymap.p/src_xkbcomp_types.c.o compile-keymap.p/src_xkbcomp_vmod.c.o compile-keymap.p/src_xkbcomp_xkbcomp.c.o compile-keymap.p/src_atom.c.o compile-keymap.p/src_context.c.o compile-keymap.p/src_context-priv.c.o compile-keymap.p/src_keysym.c.o compile-keymap.p/src_keysym-utf.c.o compile-keymap.p/src_keymap.c.o compile-keymap.p/src_keymap-priv.c.o compile-keymap.p/src_state.c.o compile-keymap.p/src_text.c.o compile-keymap.p/src_utf8.c.o compile-keymap.p/src_utils.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/ libtools-internal.a libxkbcommon.0.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_rules.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_rules.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_rules.c.o -c ../src/xkbcomp/rules.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_rules.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_rules.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_rules.c.o -c ../src/xkbcomp/rules.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_scanner.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_scanner.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_scanner.c.o -c ../src/xkbcomp/scanner.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_scanner.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_scanner.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_scanner.c.o -c ../src/xkbcomp/scanner.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_symbols.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_symbols.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_symbols.c.o -c ../src/xkbcomp/symbols.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_symbols.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_symbols.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_symbols.c.o -c ../src/xkbcomp/symbols.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_types.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_types.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_types.c.o -c ../src/xkbcomp/types.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_types.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_types.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_types.c.o -c ../src/xkbcomp/types.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_vmod.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_vmod.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_vmod.c.o -c ../src/xkbcomp/vmod.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_vmod.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_vmod.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_vmod.c.o -c ../src/xkbcomp/vmod.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_xkbcomp.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_xkbcomp.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_xkbcomp.c.o -c ../src/xkbcomp/xkbcomp.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_xkbcomp_xkbcomp.c.o -MF libxkbcommon-test-internal.a.p/src_xkbcomp_xkbcomp.c.o.d -o libxkbcommon-test-internal.a.p/src_xkbcomp_xkbcomp.c.o -c ../src/xkbcomp/xkbcomp.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_atom.c.o -MF libxkbcommon-test-internal.a.p/src_atom.c.o.d -o libxkbcommon-test-internal.a.p/src_atom.c.o -c ../src/atom.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_atom.c.o -MF libxkbcommon-test-internal.a.p/src_atom.c.o.d -o libxkbcommon-test-internal.a.p/src_atom.c.o -c ../src/atom.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_context.c.o -MF libxkbcommon-test-internal.a.p/src_context.c.o.d -o libxkbcommon-test-internal.a.p/src_context.c.o -c ../src/context.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_context.c.o -MF libxkbcommon-test-internal.a.p/src_context.c.o.d -o libxkbcommon-test-internal.a.p/src_context.c.o -c ../src/context.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_context-priv.c.o -MF libxkbcommon-test-internal.a.p/src_context-priv.c.o.d -o libxkbcommon-test-internal.a.p/src_context-priv.c.o -c ../src/context-priv.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_context-priv.c.o -MF libxkbcommon-test-internal.a.p/src_context-priv.c.o.d -o libxkbcommon-test-internal.a.p/src_context-priv.c.o -c ../src/context-priv.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_keysym.c.o -MF libxkbcommon-test-internal.a.p/src_keysym.c.o.d -o libxkbcommon-test-internal.a.p/src_keysym.c.o -c ../src/keysym.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_keysym.c.o -MF libxkbcommon-test-internal.a.p/src_keysym.c.o.d -o libxkbcommon-test-internal.a.p/src_keysym.c.o -c ../src/keysym.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_keysym-utf.c.o -MF libxkbcommon-test-internal.a.p/src_keysym-utf.c.o.d -o libxkbcommon-test-internal.a.p/src_keysym-utf.c.o -c ../src/keysym-utf.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_keysym-utf.c.o -MF libxkbcommon-test-internal.a.p/src_keysym-utf.c.o.d -o libxkbcommon-test-internal.a.p/src_keysym-utf.c.o -c ../src/keysym-utf.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_keymap.c.o -MF libxkbcommon-test-internal.a.p/src_keymap.c.o.d -o libxkbcommon-test-internal.a.p/src_keymap.c.o -c ../src/keymap.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_keymap.c.o -MF libxkbcommon-test-internal.a.p/src_keymap.c.o.d -o libxkbcommon-test-internal.a.p/src_keymap.c.o -c ../src/keymap.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_keymap-priv.c.o -MF libxkbcommon-test-internal.a.p/src_keymap-priv.c.o.d -o libxkbcommon-test-internal.a.p/src_keymap-priv.c.o -c ../src/keymap-priv.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_keymap-priv.c.o -MF libxkbcommon-test-internal.a.p/src_keymap-priv.c.o.d -o libxkbcommon-test-internal.a.p/src_keymap-priv.c.o -c ../src/keymap-priv.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_state.c.o -MF libxkbcommon-test-internal.a.p/src_state.c.o.d -o libxkbcommon-test-internal.a.p/src_state.c.o -c ../src/state.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_state.c.o -MF libxkbcommon-test-internal.a.p/src_state.c.o.d -o libxkbcommon-test-internal.a.p/src_state.c.o -c ../src/state.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -o xkbcli-interactive-x11 xkbcli-interactive-x11.p/tools_interactive-x11.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/ -Wl,-rpath,/opt/homebrew/Cellar/libxcb/1.16.1/lib libxkbcommon-x11.0.dylib libtools-internal.a libxkbcommon.0.dylib /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb.dylib /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb-xkb.dylib | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o xkbcli-interactive-x11 xkbcli-interactive-x11.p/tools_interactive-x11.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/ -Wl,-rpath,/opt/homebrew/Cellar/libxcb/1.16.1/lib libxkbcommon-x11.0.dylib libtools-internal.a libxkbcommon.0.dylib /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb.dylib /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb-xkb.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_text.c.o -MF libxkbcommon-test-internal.a.p/src_text.c.o.d -o libxkbcommon-test-internal.a.p/src_text.c.o -c ../src/text.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_text.c.o -MF libxkbcommon-test-internal.a.p/src_text.c.o.d -o libxkbcommon-test-internal.a.p/src_text.c.o -c ../src/text.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_utf8.c.o -MF libxkbcommon-test-internal.a.p/src_utf8.c.o.d -o libxkbcommon-test-internal.a.p/src_utf8.c.o -c ../src/utf8.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_utf8.c.o -MF libxkbcommon-test-internal.a.p/src_utf8.c.o.d -o libxkbcommon-test-internal.a.p/src_utf8.c.o -c ../src/utf8.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_utils.c.o -MF libxkbcommon-test-internal.a.p/src_utils.c.o.d -o libxkbcommon-test-internal.a.p/src_utils.c.o -c ../src/utils.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-test-internal.a.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-test-internal.a.p/src_utils.c.o -MF libxkbcommon-test-internal.a.p/src_utils.c.o.d -o libxkbcommon-test-internal.a.p/src_utils.c.o -c ../src/utils.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-x11-internal.a.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11-internal.a.p/src_x11_keymap.c.o -MF libxkbcommon-x11-internal.a.p/src_x11_keymap.c.o.d -o libxkbcommon-x11-internal.a.p/src_x11_keymap.c.o -c ../src/x11/keymap.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-x11-internal.a.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11-internal.a.p/src_x11_keymap.c.o -MF libxkbcommon-x11-internal.a.p/src_x11_keymap.c.o.d -o libxkbcommon-x11-internal.a.p/src_x11_keymap.c.o -c ../src/x11/keymap.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-x11-internal.a.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11-internal.a.p/src_x11_state.c.o -MF libxkbcommon-x11-internal.a.p/src_x11_state.c.o.d -o libxkbcommon-x11-internal.a.p/src_x11_state.c.o -c ../src/x11/state.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-x11-internal.a.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11-internal.a.p/src_x11_state.c.o -MF libxkbcommon-x11-internal.a.p/src_x11_state.c.o.d -o libxkbcommon-x11-internal.a.p/src_x11_state.c.o -c ../src/x11/state.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-x11-internal.a.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11-internal.a.p/src_context-priv.c.o -MF libxkbcommon-x11-internal.a.p/src_context-priv.c.o.d -o libxkbcommon-x11-internal.a.p/src_context-priv.c.o -c ../src/context-priv.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-x11-internal.a.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11-internal.a.p/src_context-priv.c.o -MF libxkbcommon-x11-internal.a.p/src_context-priv.c.o.d -o libxkbcommon-x11-internal.a.p/src_context-priv.c.o -c ../src/context-priv.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-x11-internal.a.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11-internal.a.p/src_x11_util.c.o -MF libxkbcommon-x11-internal.a.p/src_x11_util.c.o.d -o libxkbcommon-x11-internal.a.p/src_x11_util.c.o -c ../src/x11/util.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-x11-internal.a.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11-internal.a.p/src_x11_util.c.o -MF libxkbcommon-x11-internal.a.p/src_x11_util.c.o.d -o libxkbcommon-x11-internal.a.p/src_x11_util.c.o -c ../src/x11/util.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-x11-internal.a.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11-internal.a.p/src_keymap-priv.c.o -MF libxkbcommon-x11-internal.a.p/src_keymap-priv.c.o.d -o libxkbcommon-x11-internal.a.p/src_keymap-priv.c.o -c ../src/keymap-priv.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-x11-internal.a.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11-internal.a.p/src_keymap-priv.c.o -MF libxkbcommon-x11-internal.a.p/src_keymap-priv.c.o.d -o libxkbcommon-x11-internal.a.p/src_keymap-priv.c.o -c ../src/keymap-priv.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-x11-internal.a.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11-internal.a.p/src_atom.c.o -MF libxkbcommon-x11-internal.a.p/src_atom.c.o.d -o libxkbcommon-x11-internal.a.p/src_atom.c.o -c ../src/atom.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-x11-internal.a.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11-internal.a.p/src_atom.c.o -MF libxkbcommon-x11-internal.a.p/src_atom.c.o.d -o libxkbcommon-x11-internal.a.p/src_atom.c.o -c ../src/atom.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ilibxkbcommon-x11-internal.a.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11-internal.a.p/test_xvfb-wrapper.c.o -MF libxkbcommon-x11-internal.a.p/test_xvfb-wrapper.c.o.d -o libxkbcommon-x11-internal.a.p/test_xvfb-wrapper.c.o -c ../test/xvfb-wrapper.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ilibxkbcommon-x11-internal.a.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ libxkbcommon-x11-internal.a.p/test_xvfb-wrapper.c.o -MF libxkbcommon-x11-internal.a.p/test_xvfb-wrapper.c.o.d -o libxkbcommon-x11-internal.a.p/test_xvfb-wrapper.c.o -c ../test/xvfb-wrapper.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Itest-keysym.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-keysym.p/test_keysym.c.o -MF test-keysym.p/test_keysym.c.o.d -o test-keysym.p/test_keysym.c.o -c ../test/keysym.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Itest-keysym.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ test-keysym.p/test_keysym.c.o -MF test-keysym.p/test_keysym.c.o.d -o test-keysym.p/test_keysym.c.o -c ../test/keysym.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Itest-keymap.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-keymap.p/test_keymap.c.o -MF test-keymap.p/test_keymap.c.o.d -o test-keymap.p/test_keymap.c.o -c ../test/keymap.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Itest-keymap.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ test-keymap.p/test_keymap.c.o -MF test-keymap.p/test_keymap.c.o.d -o test-keymap.p/test_keymap.c.o -c ../test/keymap.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Itest-filecomp.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-filecomp.p/test_filecomp.c.o -MF test-filecomp.p/test_filecomp.c.o.d -o test-filecomp.p/test_filecomp.c.o -c ../test/filecomp.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Itest-filecomp.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ test-filecomp.p/test_filecomp.c.o -MF test-filecomp.p/test_filecomp.c.o.d -o test-filecomp.p/test_filecomp.c.o -c ../test/filecomp.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Itest-context.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-context.p/test_context.c.o -MF test-context.p/test_context.c.o.d -o test-context.p/test_context.c.o -c ../test/context.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Itest-context.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ test-context.p/test_context.c.o -MF test-context.p/test_context.c.o.d -o test-context.p/test_context.c.o -c ../test/context.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Itest-rules-file.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-rules-file.p/test_rules-file.c.o -MF test-rules-file.p/test_rules-file.c.o.d -o test-rules-file.p/test_rules-file.c.o -c ../test/rules-file.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Itest-rules-file.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ test-rules-file.p/test_rules-file.c.o -MF test-rules-file.p/test_rules-file.c.o.d -o test-rules-file.p/test_rules-file.c.o -c ../test/rules-file.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Itest-rules-file-includes.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-rules-file-includes.p/test_rules-file-includes.c.o -MF test-rules-file-includes.p/test_rules-file-includes.c.o.d -o test-rules-file-includes.p/test_rules-file-includes.c.o -c ../test/rules-file-includes.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Itest-rules-file-includes.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ test-rules-file-includes.p/test_rules-file-includes.c.o -MF test-rules-file-includes.p/test_rules-file-includes.c.o.d -o test-rules-file-includes.p/test_rules-file-includes.c.o -c ../test/rules-file-includes.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Itest-stringcomp.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-stringcomp.p/test_stringcomp.c.o -MF test-stringcomp.p/test_stringcomp.c.o.d -o test-stringcomp.p/test_stringcomp.c.o -c ../test/stringcomp.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Itest-stringcomp.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ test-stringcomp.p/test_stringcomp.c.o -MF test-stringcomp.p/test_stringcomp.c.o.d -o test-stringcomp.p/test_stringcomp.c.o -c ../test/stringcomp.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Itest-buffercomp.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-buffercomp.p/test_buffercomp.c.o -MF test-buffercomp.p/test_buffercomp.c.o.d -o test-buffercomp.p/test_buffercomp.c.o -c ../test/buffercomp.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Itest-buffercomp.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ test-buffercomp.p/test_buffercomp.c.o -MF test-buffercomp.p/test_buffercomp.c.o.d -o test-buffercomp.p/test_buffercomp.c.o -c ../test/buffercomp.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Itest-log.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-log.p/test_log.c.o -MF test-log.p/test_log.c.o.d -o test-log.p/test_log.c.o -c ../test/log.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Itest-log.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ test-log.p/test_log.c.o -MF test-log.p/test_log.c.o.d -o test-log.p/test_log.c.o -c ../test/log.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Itest-atom.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-atom.p/test_atom.c.o -MF test-atom.p/test_atom.c.o.d -o test-atom.p/test_atom.c.o -c ../test/atom.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Itest-atom.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ test-atom.p/test_atom.c.o -MF test-atom.p/test_atom.c.o.d -o test-atom.p/test_atom.c.o -c ../test/atom.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Itest-utf8.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-utf8.p/test_utf8.c.o -MF test-utf8.p/test_utf8.c.o.d -o test-utf8.p/test_utf8.c.o -c ../test/utf8.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Itest-utf8.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ test-utf8.p/test_utf8.c.o -MF test-utf8.p/test_utf8.c.o.d -o test-utf8.p/test_utf8.c.o -c ../test/utf8.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Itest-state.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-state.p/test_state.c.o -MF test-state.p/test_state.c.o.d -o test-state.p/test_state.c.o -c ../test/state.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Itest-state.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ test-state.p/test_state.c.o -MF test-state.p/test_state.c.o.d -o test-state.p/test_state.c.o -c ../test/state.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Itest-keyseq.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-keyseq.p/test_keyseq.c.o -MF test-keyseq.p/test_keyseq.c.o.d -o test-keyseq.p/test_keyseq.c.o -c ../test/keyseq.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Itest-keyseq.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ test-keyseq.p/test_keyseq.c.o -MF test-keyseq.p/test_keyseq.c.o.d -o test-keyseq.p/test_keyseq.c.o -c ../test/keyseq.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Itest-rulescomp.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-rulescomp.p/test_rulescomp.c.o -MF test-rulescomp.p/test_rulescomp.c.o.d -o test-rulescomp.p/test_rulescomp.c.o -c ../test/rulescomp.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Itest-rulescomp.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ test-rulescomp.p/test_rulescomp.c.o -MF test-rulescomp.p/test_rulescomp.c.o.d -o test-rulescomp.p/test_rulescomp.c.o -c ../test/rulescomp.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Itest-compose.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-compose.p/test_compose.c.o -MF test-compose.p/test_compose.c.o.d -o test-compose.p/test_compose.c.o -c ../test/compose.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Itest-compose.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ test-compose.p/test_compose.c.o -MF test-compose.p/test_compose.c.o.d -o test-compose.p/test_compose.c.o -c ../test/compose.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Itest-utils.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-utils.p/test_utils.c.o -MF test-utils.p/test_utils.c.o.d -o test-utils.p/test_utils.c.o -c ../test/utils.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Itest-utils.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ test-utils.p/test_utils.c.o -MF test-utils.p/test_utils.c.o.d -o test-utils.p/test_utils.c.o -c ../test/utils.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Itest-modifiers.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-modifiers.p/test_modifiers.c.o -MF test-modifiers.p/test_modifiers.c.o.d -o test-modifiers.p/test_modifiers.c.o -c ../test/modifiers.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Itest-modifiers.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ test-modifiers.p/test_modifiers.c.o -MF test-modifiers.p/test_modifiers.c.o.d -o test-modifiers.p/test_modifiers.c.o -c ../test/modifiers.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Itest-messages.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-messages.p/test_messages.c.o -MF test-messages.p/test_messages.c.o.d -o test-messages.p/test_messages.c.o -c ../test/messages.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Itest-messages.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ test-messages.p/test_messages.c.o -MF test-messages.p/test_messages.c.o.d -o test-messages.p/test_messages.c.o -c ../test/messages.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Itest-x11.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-x11.p/test_x11.c.o -MF test-x11.p/test_x11.c.o.d -o test-x11.p/test_x11.c.o -c ../test/x11.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Itest-x11.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ test-x11.p/test_x11.c.o -MF test-x11.p/test_x11.c.o.d -o test-x11.p/test_x11.c.o -c ../test/x11.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Itest-messages.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-messages.p/tools_messages.c.o -MF test-messages.p/tools_messages.c.o.d -o test-messages.p/tools_messages.c.o -c ../tools/messages.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Itest-messages.p -I. -I.. -I../src -I../include -I../tools -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ test-messages.p/tools_messages.c.o -MF test-messages.p/tools_messages.c.o.d -o test-messages.p/tools_messages.c.o -c ../tools/messages.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Itest-x11comp.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-x11comp.p/test_x11comp.c.o -MF test-x11comp.p/test_x11comp.c.o.d -o test-x11comp.p/test_x11comp.c.o -c ../test/x11comp.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Itest-x11comp.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ test-x11comp.p/test_x11comp.c.o -MF test-x11comp.p/test_x11comp.c.o.d -o test-x11comp.p/test_x11comp.c.o -c ../test/x11comp.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -o test-keysym test-keysym.p/test_keysym.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o test-keysym test-keysym.p/test_keysym.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o test-keymap test-keymap.p/test_keymap.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o test-keymap test-keymap.p/test_keymap.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o test-filecomp test-filecomp.p/test_filecomp.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o test-filecomp test-filecomp.p/test_filecomp.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o test-context test-context.p/test_context.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o test-context test-context.p/test_context.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o test-rules-file test-rules-file.p/test_rules-file.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o test-rules-file test-rules-file.p/test_rules-file.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o test-rules-file-includes test-rules-file-includes.p/test_rules-file-includes.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o test-rules-file-includes test-rules-file-includes.p/test_rules-file-includes.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o test-stringcomp test-stringcomp.p/test_stringcomp.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o test-stringcomp test-stringcomp.p/test_stringcomp.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o test-buffercomp test-buffercomp.p/test_buffercomp.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o test-buffercomp test-buffercomp.p/test_buffercomp.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o test-log test-log.p/test_log.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o test-log test-log.p/test_log.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o test-atom test-atom.p/test_atom.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o test-atom test-atom.p/test_atom.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o test-utf8 test-utf8.p/test_utf8.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o test-utf8 test-utf8.p/test_utf8.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o test-utils test-utils.p/test_utils.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o test-utils test-utils.p/test_utils.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o test-compose test-compose.p/test_compose.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o test-compose test-compose.p/test_compose.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o test-keyseq test-keyseq.p/test_keyseq.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o test-keyseq test-keyseq.p/test_keyseq.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o test-rulescomp test-rulescomp.p/test_rulescomp.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o test-rulescomp test-rulescomp.p/test_rulescomp.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o test-messages test-messages.p/test_messages.c.o test-messages.p/tools_messages.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o test-messages test-messages.p/test_messages.c.o test-messages.p/tools_messages.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o test-modifiers test-modifiers.p/test_modifiers.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o test-modifiers test-modifiers.p/test_modifiers.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o test-x11 test-x11.p/test_x11.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,/opt/homebrew/Cellar/libxcb/1.16.1/lib libxkbcommon-x11-internal.a libxkbcommon-test-internal.a /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb.dylib /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb-xkb.dylib | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o test-x11 test-x11.p/test_x11.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,/opt/homebrew/Cellar/libxcb/1.16.1/lib libxkbcommon-x11-internal.a libxkbcommon-test-internal.a /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb.dylib /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb-xkb.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o test-x11comp test-x11comp.p/test_x11comp.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,/opt/homebrew/Cellar/libxcb/1.16.1/lib libxkbcommon-x11-internal.a libxkbcommon-test-internal.a /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb.dylib /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb-xkb.dylib | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o test-x11comp test-x11comp.p/test_x11comp.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,/opt/homebrew/Cellar/libxcb/1.16.1/lib libxkbcommon-x11-internal.a libxkbcommon-test-internal.a /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb.dylib /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb-xkb.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -Itest-registry.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ test-registry.p/test_registry.c.o -MF test-registry.p/test_registry.c.o.d -o test-registry.p/test_registry.c.o -c ../test/registry.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Itest-registry.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ test-registry.p/test_registry.c.o -MF test-registry.p/test_registry.c.o.d -o test-registry.p/test_registry.c.o -c ../test/registry.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -o test-state test-state.p/test_state.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o test-state test-state.p/test_state.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -Ifuzz-keymap.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ fuzz-keymap.p/fuzz_keymap_target.c.o -MF fuzz-keymap.p/fuzz_keymap_target.c.o.d -o fuzz-keymap.p/fuzz_keymap_target.c.o -c ../fuzz/keymap/target.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ifuzz-keymap.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ fuzz-keymap.p/fuzz_keymap_target.c.o -MF fuzz-keymap.p/fuzz_keymap_target.c.o.d -o fuzz-keymap.p/fuzz_keymap_target.c.o -c ../fuzz/keymap/target.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ifuzz-compose.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ fuzz-compose.p/fuzz_compose_target.c.o -MF fuzz-compose.p/fuzz_compose_target.c.o.d -o fuzz-compose.p/fuzz_compose_target.c.o -c ../fuzz/compose/target.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ifuzz-compose.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ fuzz-compose.p/fuzz_compose_target.c.o -MF fuzz-compose.p/fuzz_compose_target.c.o.d -o fuzz-compose.p/fuzz_compose_target.c.o -c ../fuzz/compose/target.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ibench-key-proc.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ bench-key-proc.p/bench_key-proc.c.o -MF bench-key-proc.p/bench_key-proc.c.o.d -o bench-key-proc.p/bench_key-proc.c.o -c ../bench/key-proc.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ibench-key-proc.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ bench-key-proc.p/bench_key-proc.c.o -MF bench-key-proc.p/bench_key-proc.c.o.d -o bench-key-proc.p/bench_key-proc.c.o -c ../bench/key-proc.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ibench-rules.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ bench-rules.p/bench_rules.c.o -MF bench-rules.p/bench_rules.c.o.d -o bench-rules.p/bench_rules.c.o -c ../bench/rules.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ibench-rules.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ bench-rules.p/bench_rules.c.o -MF bench-rules.p/bench_rules.c.o.d -o bench-rules.p/bench_rules.c.o -c ../bench/rules.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ibench-rulescomp.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ bench-rulescomp.p/bench_rulescomp.c.o -MF bench-rulescomp.p/bench_rulescomp.c.o.d -o bench-rulescomp.p/bench_rulescomp.c.o -c ../bench/rulescomp.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ibench-rulescomp.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ bench-rulescomp.p/bench_rulescomp.c.o -MF bench-rulescomp.p/bench_rulescomp.c.o.d -o bench-rulescomp.p/bench_rulescomp.c.o -c ../bench/rulescomp.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ibench-compose.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ bench-compose.p/bench_compose.c.o -MF bench-compose.p/bench_compose.c.o.d -o bench-compose.p/bench_compose.c.o -c ../bench/compose.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ibench-compose.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ bench-compose.p/bench_compose.c.o -MF bench-compose.p/bench_compose.c.o.d -o bench-compose.p/bench_compose.c.o -c ../bench/compose.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ibench-atom.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ bench-atom.p/bench_atom.c.o -MF bench-atom.p/bench_atom.c.o.d -o bench-atom.p/bench_atom.c.o -c ../bench/atom.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ibench-atom.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ bench-atom.p/bench_atom.c.o -MF bench-atom.p/bench_atom.c.o.d -o bench-atom.p/bench_atom.c.o -c ../bench/atom.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ibench-compose-traversal.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ bench-compose-traversal.p/bench_compose-traversal.c.o -MF bench-compose-traversal.p/bench_compose-traversal.c.o.d -o bench-compose-traversal.p/bench_compose-traversal.c.o -c ../bench/compose-traversal.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ibench-compose-traversal.p -I. -I.. -I../src -I../include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ bench-compose-traversal.p/bench_compose-traversal.c.o -MF bench-compose-traversal.p/bench_compose-traversal.c.o.d -o bench-compose-traversal.p/bench_compose-traversal.c.o -c ../bench/compose-traversal.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -Ibench-x11.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -Wall -Winvalid-pch -Wextra -std=c11 -O3 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings -Wno-documentation-deprecated-sync -MD -MQ bench-x11.p/bench_x11.c.o -MF bench-x11.p/bench_x11.c.o.d -o bench-x11.p/bench_x11.c.o -c ../bench/x11.c | |
superenv removed: -Wall -Winvalid-pch -Wextra -O3 -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wshadow -Wdate-time -Wwrite-strings | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
superenv executed: clang -pipe -w -Os -Ibench-x11.p -I. -I.. -I../src -I../include -I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include -fdiagnostics-color=always -std=c11 -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -Wno-documentation-deprecated-sync -MD -MQ bench-x11.p/bench_x11.c.o -MF bench-x11.p/bench_x11.c.o.d -o bench-x11.p/bench_x11.c.o -c ../bench/x11.c -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. | |
clang called with: -o fuzz-keymap fuzz-keymap.p/fuzz_keymap_target.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o fuzz-keymap fuzz-keymap.p/fuzz_keymap_target.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o fuzz-compose fuzz-compose.p/fuzz_compose_target.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o fuzz-compose fuzz-compose.p/fuzz_compose_target.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o bench-key-proc bench-key-proc.p/bench_key-proc.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o bench-key-proc bench-key-proc.p/bench_key-proc.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o bench-rulescomp bench-rulescomp.p/bench_rulescomp.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o bench-rulescomp bench-rulescomp.p/bench_rulescomp.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o bench-compose-traversal bench-compose-traversal.p/bench_compose-traversal.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o bench-compose-traversal bench-compose-traversal.p/bench_compose-traversal.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o bench-rules bench-rules.p/bench_rules.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o bench-rules bench-rules.p/bench_rules.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o bench-compose bench-compose.p/bench_compose.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o bench-compose bench-compose.p/bench_compose.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o bench-atom bench-atom.p/bench_atom.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o bench-atom bench-atom.p/bench_atom.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names libxkbcommon-test-internal.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o bench-x11 bench-x11.p/bench_x11.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,/opt/homebrew/Cellar/libxcb/1.16.1/lib libxkbcommon-x11-internal.a libxkbcommon-test-internal.a /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb.dylib /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb-xkb.dylib | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o bench-x11 bench-x11.p/bench_x11.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,/opt/homebrew/Cellar/libxcb/1.16.1/lib libxkbcommon-x11-internal.a libxkbcommon-test-internal.a /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb.dylib /opt/homebrew/Cellar/libxcb/1.16.1/lib/libxcb-xkb.dylib -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
clang called with: -o test-registry test-registry.p/test_registry.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/ libxkbregistry.0.dylib libxkbcommon-test-internal.a | |
superenv added: -pipe -w -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
superenv executed: clang -pipe -w -Os -o test-registry test-registry.p/test_registry.c.o -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/ libxkbregistry.0.dylib libxkbcommon-test-internal.a -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk --sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -isystem/opt/homebrew/include -isystem/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -fdebug-prefix-map=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0=. -L/opt/homebrew/opt/bison/lib -L/opt/homebrew/lib -L/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names -Wl,-oso_prefix,/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2024-03-13 15:22:30 +0000 | |
meson | |
install | |
-C | |
build | |
ninja: Entering directory `/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build' | |
ninja: no work to do. | |
Installing libxkbcommon.0.dylib to /opt/homebrew/Cellar/libxkbcommon/1.6.0/lib | |
Installing libxkbcommon-x11.0.dylib to /opt/homebrew/Cellar/libxkbcommon/1.6.0/lib | |
Installing libxkbregistry.0.dylib to /opt/homebrew/Cellar/libxkbcommon/1.6.0/lib | |
Installing xkbcli to /opt/homebrew/Cellar/libxkbcommon/1.6.0/bin | |
Installing xkbcli-compile-keymap to /opt/homebrew/Cellar/libxkbcommon/1.6.0/libexec/xkbcommon | |
Installing xkbcli-how-to-type to /opt/homebrew/Cellar/libxkbcommon/1.6.0/libexec/xkbcommon | |
Installing xkbcli-interactive-x11 to /opt/homebrew/Cellar/libxkbcommon/1.6.0/libexec/xkbcommon | |
Installing xkbcli-list to /opt/homebrew/Cellar/libxkbcommon/1.6.0/libexec/xkbcommon | |
Installing /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/include/xkbcommon/xkbcommon.h to /opt/homebrew/Cellar/libxkbcommon/1.6.0/include/xkbcommon | |
Installing /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/include/xkbcommon/xkbcommon-compat.h to /opt/homebrew/Cellar/libxkbcommon/1.6.0/include/xkbcommon | |
Installing /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/include/xkbcommon/xkbcommon-compose.h to /opt/homebrew/Cellar/libxkbcommon/1.6.0/include/xkbcommon | |
Installing /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/include/xkbcommon/xkbcommon-keysyms.h to /opt/homebrew/Cellar/libxkbcommon/1.6.0/include/xkbcommon | |
Installing /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/include/xkbcommon/xkbcommon-names.h to /opt/homebrew/Cellar/libxkbcommon/1.6.0/include/xkbcommon | |
Installing /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/include/xkbcommon/xkbcommon-x11.h to /opt/homebrew/Cellar/libxkbcommon/1.6.0/include/xkbcommon | |
Installing /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/include/xkbcommon/xkbregistry.h to /opt/homebrew/Cellar/libxkbcommon/1.6.0/include/xkbcommon | |
Installing /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/tools/xkbcli.1 to /opt/homebrew/Cellar/libxkbcommon/1.6.0/share/man/man1 | |
Installing /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/tools/xkbcli-compile-keymap.1 to /opt/homebrew/Cellar/libxkbcommon/1.6.0/share/man/man1 | |
Installing /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/tools/xkbcli-how-to-type.1 to /opt/homebrew/Cellar/libxkbcommon/1.6.0/share/man/man1 | |
Installing /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/tools/xkbcli-interactive-x11.1 to /opt/homebrew/Cellar/libxkbcommon/1.6.0/share/man/man1 | |
Installing /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/tools/xkbcli-list.1 to /opt/homebrew/Cellar/libxkbcommon/1.6.0/share/man/man1 | |
Installing /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/xkbcommon.pc to /opt/homebrew/Cellar/libxkbcommon/1.6.0/lib/pkgconfig | |
Installing /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/xkbcommon-x11.pc to /opt/homebrew/Cellar/libxkbcommon/1.6.0/lib/pkgconfig | |
Installing /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/xkbregistry.pc to /opt/homebrew/Cellar/libxkbcommon/1.6.0/lib/pkgconfig | |
Installing /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/tools/xkbcli-bash-completion.sh to /opt/homebrew/Cellar/libxkbcommon/1.6.0/share/bash-completion/completions | |
Installing symlink pointing to libxkbcommon.0.dylib to /opt/homebrew/Cellar/libxkbcommon/1.6.0/lib/libxkbcommon.dylib | |
Installing symlink pointing to libxkbcommon-x11.0.dylib to /opt/homebrew/Cellar/libxkbcommon/1.6.0/lib/libxkbcommon-x11.dylib | |
Installing symlink pointing to libxkbregistry.0.dylib to /opt/homebrew/Cellar/libxkbcommon/1.6.0/lib/libxkbregistry.dylib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Build started at 2024-03-13T15:22:25.462038 | |
Main binary: /opt/homebrew/opt/[email protected]/bin/python3.12 | |
Build Options: -Denable-wayland=false -Denable-x11=true -Denable-docs=false -Dxkb-config-root=/opt/homebrew/share/X11/xkb -Dx-locale-root=/opt/homebrew/share/X11/locale -Dprefix=/opt/homebrew/Cellar/libxkbcommon/1.6.0 -Dlibdir=/opt/homebrew/Cellar/libxkbcommon/1.6.0/lib -Dbuildtype=release -Dwrap_mode=nofallback | |
Python system: Darwin | |
The Meson build system | |
Version: 1.3.2 | |
Source dir: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0 | |
Build dir: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build | |
Build type: native build | |
Project name: libxkbcommon | |
Project version: 1.6.0 | |
----------- | |
Detecting compiler via: `clang --version` -> 0 | |
stdout: | |
Apple clang version 15.0.0 (clang-1500.3.9.4) | |
Target: arm64-apple-darwin23.4.0 | |
Thread model: posix | |
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
----------- | |
Running command: clang -E -dM - | |
----- | |
----------- | |
Detecting linker via: `clang -Wl,--version` -> 1 | |
stderr: | |
ld: unknown options: --version | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
----------- | |
----------- | |
Detecting Apple linker via: `clang -Wl,-v` -> 0 | |
stderr: | |
@(#)PROGRAM:ld PROJECT:ld-1053.12 | |
BUILD 15:45:29 Feb 3 2024 | |
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em | |
will use ld-classic for: armv6 armv7 armv7s arm64_32 i386 armv6m armv7k armv7m armv7em | |
LTO support using: LLVM version 15.0.0 (static support for 29, runtime is 29) | |
TAPI support using: Apple TAPI version 15.0.0 (tapi-1500.3.2.2) | |
----------- | |
Sanity testing C compiler: clang | |
Is cross compiler: False. | |
Sanity check compiler command line: clang sanitycheckc.c -o sanitycheckc.exe | |
Sanity check compile stdout: | |
----- | |
Sanity check compile stderr: | |
----- | |
Running test binary command: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/sanitycheckc.exe | |
C compiler for the host machine: clang (clang 15.0.0 "Apple clang version 15.0.0 (clang-1500.3.9.4)") | |
C linker for the host machine: clang ld64 1053.12 | |
----------- | |
Detecting archiver via: `llvm-ar --version` -> [Errno 2] No such file or directory: 'llvm-ar' | |
----------- | |
Detecting archiver via: `ar --version` -> 1 | |
stderr: | |
usage: ar -d [-TLsv] archive file ... | |
ar -m [-TLsv] archive file ... | |
ar -m [-abiTLsv] position archive file ... | |
ar -p [-TLsv] archive [file ...] | |
ar -q [-cTLsv] archive file ... | |
ar -r [-cuTLsv] archive file ... | |
ar -r [-abciuTLsv] position archive file ... | |
ar -t [-TLsv] archive [file ...] | |
ar -x [-ouTLsv] archive [file ...] | |
----------- | |
----------- | |
Detecting compiler via: `clang --version` -> 0 | |
stdout: | |
Apple clang version 15.0.0 (clang-1500.3.9.4) | |
Target: arm64-apple-darwin23.4.0 | |
Thread model: posix | |
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
----------- | |
Running command: clang -E -dM - | |
----- | |
----------- | |
Detecting linker via: `clang -Wl,--version` -> 1 | |
stderr: | |
ld: unknown options: --version | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
----------- | |
----------- | |
Detecting Apple linker via: `clang -Wl,-v` -> 0 | |
stderr: | |
@(#)PROGRAM:ld PROJECT:ld-1053.12 | |
BUILD 15:45:29 Feb 3 2024 | |
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em | |
will use ld-classic for: armv6 armv7 armv7s arm64_32 i386 armv6m armv7k armv7m armv7em | |
LTO support using: LLVM version 15.0.0 (static support for 29, runtime is 29) | |
TAPI support using: Apple TAPI version 15.0.0 (tapi-1500.3.2.2) | |
----------- | |
Sanity testing C compiler: clang | |
Is cross compiler: False. | |
Sanity check compiler command line: clang sanitycheckc.c -o sanitycheckc.exe | |
Sanity check compile stdout: | |
----- | |
Sanity check compile stderr: | |
----- | |
Running test binary command: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/sanitycheckc.exe | |
C compiler for the build machine: clang (clang 15.0.0 "Apple clang version 15.0.0 (clang-1500.3.9.4)") | |
C linker for the build machine: clang ld64 1053.12 | |
----------- | |
Detecting archiver via: `llvm-ar --version` -> [Errno 2] No such file or directory: 'llvm-ar' | |
----------- | |
Detecting archiver via: `ar --version` -> 1 | |
stderr: | |
usage: ar -d [-TLsv] archive file ... | |
ar -m [-TLsv] archive file ... | |
ar -m [-abiTLsv] position archive file ... | |
ar -p [-TLsv] archive [file ...] | |
ar -q [-cTLsv] archive file ... | |
ar -r [-cuTLsv] archive file ... | |
ar -r [-abciuTLsv] position archive file ... | |
ar -t [-TLsv] archive [file ...] | |
ar -x [-ouTLsv] archive [file ...] | |
----------- | |
Build machine cpu family: aarch64 | |
Build machine cpu: aarch64 | |
Host machine cpu family: aarch64 | |
Host machine cpu: aarch64 | |
Target machine cpu family: aarch64 | |
Target machine cpu: aarch64 | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpi81zgt_j | |
Code: | |
extern int i; | |
int i; | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpi81zgt_j/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpi81zgt_j/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -fno-strict-aliasing` -> 0 | |
Compiler for C supports arguments -fno-strict-aliasing: YES | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp9q4cr4xh | |
Code: | |
extern int i; | |
int i; | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp9q4cr4xh/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp9q4cr4xh/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wunused-parameter -Wno-unused-parameter` -> 0 | |
Compiler for C supports arguments -Wno-unused-parameter: YES | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpde2uwi_w | |
Code: | |
extern int i; | |
int i; | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpde2uwi_w/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpde2uwi_w/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wmissing-field-initializers -Wno-missing-field-initializers` -> 0 | |
Compiler for C supports arguments -Wno-missing-field-initializers: YES | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp8mbmul6o | |
Code: | |
extern int i; | |
int i; | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp8mbmul6o/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp8mbmul6o/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wpointer-arith` -> 0 | |
Compiler for C supports arguments -Wpointer-arith: YES | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpg4b11nbb | |
Code: | |
extern int i; | |
int i; | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpg4b11nbb/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpg4b11nbb/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wmissing-declarations` -> 0 | |
Compiler for C supports arguments -Wmissing-declarations: YES | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp7dlqezkr | |
Code: | |
extern int i; | |
int i; | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp7dlqezkr/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp7dlqezkr/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wformat=2` -> 0 | |
Compiler for C supports arguments -Wformat=2: YES | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpw_w18erg | |
Code: | |
extern int i; | |
int i; | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpw_w18erg/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpw_w18erg/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wstrict-prototypes` -> 0 | |
Compiler for C supports arguments -Wstrict-prototypes: YES | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp_ssn8b4i | |
Code: | |
extern int i; | |
int i; | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp_ssn8b4i/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp_ssn8b4i/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wmissing-prototypes` -> 0 | |
Compiler for C supports arguments -Wmissing-prototypes: YES | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpz170uiiw | |
Code: | |
extern int i; | |
int i; | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpz170uiiw/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpz170uiiw/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wnested-externs` -> 0 | |
Compiler for C supports arguments -Wnested-externs: YES | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpckj7dpce | |
Code: | |
extern int i; | |
int i; | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpckj7dpce/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpckj7dpce/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wbad-function-cast` -> 0 | |
Compiler for C supports arguments -Wbad-function-cast: YES | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpu2lrp0na | |
Code: | |
extern int i; | |
int i; | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpu2lrp0na/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpu2lrp0na/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wshadow` -> 0 | |
Compiler for C supports arguments -Wshadow: YES | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpy2npjc13 | |
Code: | |
extern int i; | |
int i; | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpy2npjc13/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpy2npjc13/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wlogical-op` -> 1 | |
stderr: | |
error: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Werror,-Wunknown-warning-option] | |
----------- | |
Compiler for C supports arguments -Wlogical-op: NO | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpctmxz2mb | |
Code: | |
extern int i; | |
int i; | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpctmxz2mb/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpctmxz2mb/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wdate-time` -> 0 | |
Compiler for C supports arguments -Wdate-time: YES | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmphilo1don | |
Code: | |
extern int i; | |
int i; | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmphilo1don/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmphilo1don/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wwrite-strings` -> 0 | |
Compiler for C supports arguments -Wwrite-strings: YES | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpeyg14d6l | |
Code: | |
extern int i; | |
int i; | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpeyg14d6l/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpeyg14d6l/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -Wdocumentation-deprecated-sync -Wno-documentation-deprecated-sync` -> 0 | |
Compiler for C supports arguments -Wno-documentation-deprecated-sync: YES | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpey7sba3d | |
Code: | |
#ifdef __has_include | |
#if !__has_include("unistd.h") | |
#error "Header 'unistd.h' could not be found" | |
#endif | |
#else | |
#include <unistd.h> | |
#endif | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpey7sba3d/testfile.c -E -P -P -O0 -Werror=implicit-function-declaration -std=c11` -> 0 | |
Has header "unistd.h" : YES | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp1evwu1bv | |
Code: | |
int main(){if(__builtin_expect(1<0,0)){}} | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp1evwu1bv/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp1evwu1bv/output.exe -O0 -Werror=implicit-function-declaration -std=c11` -> 0 | |
Checking if "__builtin_expect" : links: YES | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpys6rtevf | |
Code: | |
#define _GNU_SOURCE | |
#include <unistd.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef eaccess | |
eaccess; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpys6rtevf/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpys6rtevf/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 1 | |
stderr: | |
/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpys6rtevf/testfile.c:6:17: error: use of undeclared identifier 'eaccess'; did you mean 'access'? | |
eaccess; | |
^~~~~~~ | |
access | |
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/unistd.h:431:6: note: 'access' declared here | |
int access(const char *, int); | |
^ | |
/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpys6rtevf/testfile.c:6:17: warning: expression result unused [-Wunused-value] | |
eaccess; | |
^~~~~~~ | |
1 warning and 1 error generated. | |
----------- | |
Header "unistd.h" has symbol "eaccess" : NO | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp73qpe7o5 | |
Code: | |
#define _GNU_SOURCE | |
#include <unistd.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef euidaccess | |
euidaccess; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp73qpe7o5/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp73qpe7o5/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 1 | |
stderr: | |
/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp73qpe7o5/testfile.c:6:17: error: use of undeclared identifier 'euidaccess' | |
euidaccess; | |
^ | |
1 error generated. | |
----------- | |
Header "unistd.h" has symbol "euidaccess" : NO | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpixbgyis6 | |
Code: | |
#include <sys/mman.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef mmap | |
mmap; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpixbgyis6/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpixbgyis6/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 0 | |
stderr: | |
/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpixbgyis6/testfile.c:6:17: warning: expression result unused [-Wunused-value] | |
mmap; | |
^~~~ | |
1 warning generated. | |
----------- | |
Header "sys/mman.h" has symbol "mmap" : YES | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpyi663j5l | |
Code: | |
#define _GNU_SOURCE | |
#include <stdlib.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef mkostemp | |
mkostemp; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpyi663j5l/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpyi663j5l/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 1 | |
stderr: | |
/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpyi663j5l/testfile.c:6:17: error: use of undeclared identifier 'mkostemp'; did you mean 'mkstemp'? | |
mkostemp; | |
^~~~~~~~ | |
mkstemp | |
/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/include/stdlib.h:213:6: note: 'mkstemp' declared here | |
int mkstemp(char *); | |
^ | |
/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpyi663j5l/testfile.c:6:17: warning: expression result unused [-Wunused-value] | |
mkostemp; | |
^~~~~~~~ | |
1 warning and 1 error generated. | |
----------- | |
Header "stdlib.h" has symbol "mkostemp" : NO | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp5l5b98lq | |
Code: | |
#define _GNU_SOURCE | |
#include <fcntl.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef posix_fallocate | |
posix_fallocate; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp5l5b98lq/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp5l5b98lq/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 1 | |
stderr: | |
/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp5l5b98lq/testfile.c:6:17: error: use of undeclared identifier 'posix_fallocate' | |
posix_fallocate; | |
^ | |
1 error generated. | |
----------- | |
Header "fcntl.h" has symbol "posix_fallocate" : NO | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpox3_jx2o | |
Code: | |
#define _GNU_SOURCE | |
#include <string.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef strndup | |
strndup; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpox3_jx2o/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpox3_jx2o/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 0 | |
stderr: | |
/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpox3_jx2o/testfile.c:6:17: warning: expression result unused [-Wunused-value] | |
strndup; | |
^~~~~~~ | |
1 warning generated. | |
----------- | |
Header "string.h" has symbol "strndup" : YES | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp5_2etyf4 | |
Code: | |
#define _GNU_SOURCE | |
#include <stdio.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef asprintf | |
asprintf; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp5_2etyf4/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp5_2etyf4/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 0 | |
stderr: | |
/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp5_2etyf4/testfile.c:6:17: warning: expression result unused [-Wunused-value] | |
asprintf; | |
^~~~~~~~ | |
1 warning generated. | |
----------- | |
Header "stdio.h" has symbol "asprintf" : YES | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpkfnhcjcu | |
Code: | |
#define _GNU_SOURCE | |
#include <stdlib.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef secure_getenv | |
secure_getenv; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpkfnhcjcu/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpkfnhcjcu/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 1 | |
stderr: | |
/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpkfnhcjcu/testfile.c:6:17: error: use of undeclared identifier 'secure_getenv' | |
secure_getenv; | |
^ | |
1 error generated. | |
----------- | |
Header "stdlib.h" has symbol "secure_getenv" : NO | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmppdi4z9g1 | |
Code: | |
#define _GNU_SOURCE | |
#include <stdlib.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef __secure_getenv | |
__secure_getenv; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmppdi4z9g1/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmppdi4z9g1/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 1 | |
stderr: | |
/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmppdi4z9g1/testfile.c:6:17: error: use of undeclared identifier '__secure_getenv' | |
__secure_getenv; | |
^ | |
1 error generated. | |
----------- | |
Header "stdlib.h" has symbol "__secure_getenv" : NO | |
Message: C library does not support secure_getenv, using getenv instead | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp12a8mxx5 | |
Code: | |
#define _GNU_SOURCE | |
#include <limits.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef PATH_MAX | |
PATH_MAX; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp12a8mxx5/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp12a8mxx5/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 0 | |
Header "limits.h" has symbol "PATH_MAX" : YES | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpbmwbun9n | |
Code: | |
int main(){} | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpbmwbun9n/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmpbmwbun9n/output.exe -O0 -Werror=implicit-function-declaration -std=c11 -Wl,--version-script=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/xkbcommon.map` -> 1 | |
stderr: | |
ld: unknown options: --version-script=/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/xkbcommon.map | |
clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
----------- | |
Checking if "-Wl,--version-script" : links: NO | |
Program scripts/map-to-def found: YES (/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/scripts/map-to-def) | |
Running command: /opt/homebrew/opt/bison/bin/bison --version | |
--- stdout --- | |
bison (GNU Bison) 3.8.2 | |
Written by Robert Corbett and Richard Stallman. | |
Copyright (C) 2021 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
--- stderr --- | |
Program bison found: YES 3.8.2 3.8.2 (/opt/homebrew/opt/bison/bin/bison) | |
Pkg-config binary missing from cross or native file, or env var undefined. | |
Trying a default Pkg-config fallback at pkg-config | |
Found pkg-config: YES (/opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config) 0.29.2 | |
Determining dependency 'xcb' with pkg-config executable '/opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config' | |
env[PKG_CONFIG_PATH]: /opt/homebrew/opt/libxau/lib/pkgconfig:/opt/homebrew/opt/libxdmcp/lib/pkgconfig:/opt/homebrew/opt/libxcb/lib/pkgconfig:/opt/homebrew/opt/libx11/lib/pkgconfig:/opt/homebrew/opt/xorgproto/share/pkgconfig:/opt/homebrew/opt/xkeyboardconfig/share/pkgconfig | |
env[PKG_CONFIG_LIBDIR]: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/14 | |
env[PKG_CONFIG]: /opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config | |
----------- | |
Called: `/opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config --modversion xcb` -> 0 | |
stdout: | |
1.16.1 | |
----------- | |
env[PKG_CONFIG_PATH]: /opt/homebrew/opt/libxau/lib/pkgconfig:/opt/homebrew/opt/libxdmcp/lib/pkgconfig:/opt/homebrew/opt/libxcb/lib/pkgconfig:/opt/homebrew/opt/libx11/lib/pkgconfig:/opt/homebrew/opt/xorgproto/share/pkgconfig:/opt/homebrew/opt/xkeyboardconfig/share/pkgconfig | |
env[PKG_CONFIG_LIBDIR]: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/14 | |
env[PKG_CONFIG]: /opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config | |
----------- | |
Called: `/opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config --cflags xcb` -> 0 | |
stdout: | |
-I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include | |
----------- | |
env[PKG_CONFIG_PATH]: /opt/homebrew/opt/libxau/lib/pkgconfig:/opt/homebrew/opt/libxdmcp/lib/pkgconfig:/opt/homebrew/opt/libxcb/lib/pkgconfig:/opt/homebrew/opt/libx11/lib/pkgconfig:/opt/homebrew/opt/xorgproto/share/pkgconfig:/opt/homebrew/opt/xkeyboardconfig/share/pkgconfig | |
env[PKG_CONFIG_LIBDIR]: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/14 | |
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 | |
env[PKG_CONFIG]: /opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config | |
----------- | |
Called: `/opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config --libs xcb` -> 0 | |
stdout: | |
-L/opt/homebrew/Cellar/libxcb/1.16.1/lib -lxcb | |
----------- | |
env[PKG_CONFIG_PATH]: /opt/homebrew/opt/libxau/lib/pkgconfig:/opt/homebrew/opt/libxdmcp/lib/pkgconfig:/opt/homebrew/opt/libxcb/lib/pkgconfig:/opt/homebrew/opt/libx11/lib/pkgconfig:/opt/homebrew/opt/xorgproto/share/pkgconfig:/opt/homebrew/opt/xkeyboardconfig/share/pkgconfig | |
env[PKG_CONFIG_LIBDIR]: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/14 | |
env[PKG_CONFIG]: /opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config | |
----------- | |
Called: `/opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config --libs xcb` -> 0 | |
stdout: | |
-L/opt/homebrew/Cellar/libxcb/1.16.1/lib -lxcb | |
----------- | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp19swyl5a | |
Code: | |
#include<stddef.h> | |
#include<stdio.h> | |
int main(void) { | |
printf("%ld\n", (long)(sizeof(void *))); | |
return 0; | |
} | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp19swyl5a/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp19swyl5a/output.exe -O0 -Werror=implicit-function-declaration` -> 0 | |
Program stdout: | |
8 | |
Program stderr: | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp444as8w7 | |
Code: | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp444as8w7/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp444as8w7/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument --print-search-dirs` -> 0 | |
stdout: | |
programs: =/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
libraries: =/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0 | |
----------- | |
Run-time dependency xcb found: YES 1.16.1 | |
Determining dependency 'xcb-xkb' with pkg-config executable '/opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config' | |
env[PKG_CONFIG_PATH]: /opt/homebrew/opt/libxau/lib/pkgconfig:/opt/homebrew/opt/libxdmcp/lib/pkgconfig:/opt/homebrew/opt/libxcb/lib/pkgconfig:/opt/homebrew/opt/libx11/lib/pkgconfig:/opt/homebrew/opt/xorgproto/share/pkgconfig:/opt/homebrew/opt/xkeyboardconfig/share/pkgconfig | |
env[PKG_CONFIG_LIBDIR]: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/14 | |
env[PKG_CONFIG]: /opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config | |
----------- | |
Called: `/opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config --modversion xcb-xkb` -> 0 | |
stdout: | |
1.16.1 | |
----------- | |
env[PKG_CONFIG_PATH]: /opt/homebrew/opt/libxau/lib/pkgconfig:/opt/homebrew/opt/libxdmcp/lib/pkgconfig:/opt/homebrew/opt/libxcb/lib/pkgconfig:/opt/homebrew/opt/libx11/lib/pkgconfig:/opt/homebrew/opt/xorgproto/share/pkgconfig:/opt/homebrew/opt/xkeyboardconfig/share/pkgconfig | |
env[PKG_CONFIG_LIBDIR]: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/14 | |
env[PKG_CONFIG]: /opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config | |
----------- | |
Called: `/opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config --cflags xcb-xkb` -> 0 | |
stdout: | |
-I/opt/homebrew/Cellar/libxau/1.0.11/include -I/opt/homebrew/Cellar/libxdmcp/1.1.5/include -I/opt/homebrew/Cellar/libxcb/1.16.1/include -I/opt/homebrew/Cellar/xorgproto/2023.2/include | |
----------- | |
env[PKG_CONFIG_PATH]: /opt/homebrew/opt/libxau/lib/pkgconfig:/opt/homebrew/opt/libxdmcp/lib/pkgconfig:/opt/homebrew/opt/libxcb/lib/pkgconfig:/opt/homebrew/opt/libx11/lib/pkgconfig:/opt/homebrew/opt/xorgproto/share/pkgconfig:/opt/homebrew/opt/xkeyboardconfig/share/pkgconfig | |
env[PKG_CONFIG_LIBDIR]: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/14 | |
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 | |
env[PKG_CONFIG]: /opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config | |
----------- | |
Called: `/opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config --libs xcb-xkb` -> 0 | |
stdout: | |
-L/opt/homebrew/Cellar/libxcb/1.16.1/lib -lxcb-xkb | |
----------- | |
env[PKG_CONFIG_PATH]: /opt/homebrew/opt/libxau/lib/pkgconfig:/opt/homebrew/opt/libxdmcp/lib/pkgconfig:/opt/homebrew/opt/libxcb/lib/pkgconfig:/opt/homebrew/opt/libx11/lib/pkgconfig:/opt/homebrew/opt/xorgproto/share/pkgconfig:/opt/homebrew/opt/xkeyboardconfig/share/pkgconfig | |
env[PKG_CONFIG_LIBDIR]: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/14 | |
env[PKG_CONFIG]: /opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config | |
----------- | |
Called: `/opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config --libs xcb-xkb` -> 0 | |
stdout: | |
-L/opt/homebrew/Cellar/libxcb/1.16.1/lib -lxcb-xkb | |
----------- | |
Run-time dependency xcb-xkb found: YES 1.16.1 | |
Determining dependency 'libxml-2.0' with pkg-config executable '/opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config' | |
env[PKG_CONFIG_PATH]: /opt/homebrew/opt/libxau/lib/pkgconfig:/opt/homebrew/opt/libxdmcp/lib/pkgconfig:/opt/homebrew/opt/libxcb/lib/pkgconfig:/opt/homebrew/opt/libx11/lib/pkgconfig:/opt/homebrew/opt/xorgproto/share/pkgconfig:/opt/homebrew/opt/xkeyboardconfig/share/pkgconfig | |
env[PKG_CONFIG_LIBDIR]: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/14 | |
env[PKG_CONFIG]: /opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config | |
----------- | |
Called: `/opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config --modversion libxml-2.0` -> 0 | |
stdout: | |
2.9.13 | |
----------- | |
env[PKG_CONFIG_PATH]: /opt/homebrew/opt/libxau/lib/pkgconfig:/opt/homebrew/opt/libxdmcp/lib/pkgconfig:/opt/homebrew/opt/libxcb/lib/pkgconfig:/opt/homebrew/opt/libx11/lib/pkgconfig:/opt/homebrew/opt/xorgproto/share/pkgconfig:/opt/homebrew/opt/xkeyboardconfig/share/pkgconfig | |
env[PKG_CONFIG_LIBDIR]: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/14 | |
env[PKG_CONFIG]: /opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config | |
----------- | |
Called: `/opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config --cflags libxml-2.0` -> 0 | |
env[PKG_CONFIG_PATH]: /opt/homebrew/opt/libxau/lib/pkgconfig:/opt/homebrew/opt/libxdmcp/lib/pkgconfig:/opt/homebrew/opt/libxcb/lib/pkgconfig:/opt/homebrew/opt/libx11/lib/pkgconfig:/opt/homebrew/opt/xorgproto/share/pkgconfig:/opt/homebrew/opt/xkeyboardconfig/share/pkgconfig | |
env[PKG_CONFIG_LIBDIR]: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/14 | |
env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 | |
env[PKG_CONFIG]: /opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config | |
----------- | |
Called: `/opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config --libs libxml-2.0` -> 0 | |
stdout: | |
-L/usr/lib -lxml2 | |
----------- | |
env[PKG_CONFIG_PATH]: /opt/homebrew/opt/libxau/lib/pkgconfig:/opt/homebrew/opt/libxdmcp/lib/pkgconfig:/opt/homebrew/opt/libxcb/lib/pkgconfig:/opt/homebrew/opt/libx11/lib/pkgconfig:/opt/homebrew/opt/xorgproto/share/pkgconfig:/opt/homebrew/opt/xkeyboardconfig/share/pkgconfig | |
env[PKG_CONFIG_LIBDIR]: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/14 | |
env[PKG_CONFIG]: /opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config | |
----------- | |
Called: `/opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config --libs libxml-2.0` -> 0 | |
stdout: | |
-lxml2 | |
----------- | |
Run-time dependency libxml-2.0 found: YES 2.9.13 | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp93jykhyd | |
Code: | |
#define _GNU_SOURCE | |
#include <getopt.h> | |
int main(void) { | |
/* If it's not defined as a macro, try to use as a symbol */ | |
#ifndef getopt_long | |
getopt_long; | |
#endif | |
return 0; | |
} | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp93jykhyd/testfile.c -o /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp93jykhyd/output.obj -c -O0 -Werror=implicit-function-declaration -Werror=unknown-warning-option -Werror=unused-command-line-argument -Werror=ignored-optimization-argument -std=c11` -> 0 | |
stderr: | |
/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp93jykhyd/testfile.c:6:17: warning: expression result unused [-Wunused-value] | |
getopt_long; | |
^~~~~~~~~~~ | |
1 warning generated. | |
----------- | |
Header "getopt.h" has symbol "getopt_long" : YES | |
Determining dependency 'bash-completion' with pkg-config executable '/opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config' | |
env[PKG_CONFIG_PATH]: /opt/homebrew/opt/libxau/lib/pkgconfig:/opt/homebrew/opt/libxdmcp/lib/pkgconfig:/opt/homebrew/opt/libxcb/lib/pkgconfig:/opt/homebrew/opt/libx11/lib/pkgconfig:/opt/homebrew/opt/xorgproto/share/pkgconfig:/opt/homebrew/opt/xkeyboardconfig/share/pkgconfig | |
env[PKG_CONFIG_LIBDIR]: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/14 | |
env[PKG_CONFIG]: /opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config | |
----------- | |
Called: `/opt/homebrew/Library/Homebrew/shims/mac/super/pkg-config --modversion bash-completion` -> 1 | |
stderr: | |
Package bash-completion was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `bash-completion.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'bash-completion' found | |
----------- | |
Finding framework path by running: clang -v -E - | |
Looking for framework bash-completion in /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks | |
CMake binary for host machine is not cached | |
CMake binary missing from cross or native file, or env var undefined. | |
Trying a default CMake fallback at cmake | |
Did not find CMake 'cmake' | |
Found CMake: NO | |
CMake binary for machine host machine not found. Giving up. | |
Run-time dependency bash-completion found: NO (tried pkgconfig, framework and cmake) | |
Running compile: | |
Working directory: /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp4_avp7pt | |
Code: | |
#ifdef __has_include | |
#if !__has_include("linux/input.h") | |
#error "Header 'linux/input.h' could not be found" | |
#endif | |
#else | |
#include <linux/input.h> | |
#endif | |
----------- | |
Command line: `clang /private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp4_avp7pt/testfile.c -E -P -P -O0 -Werror=implicit-function-declaration -std=c11` -> 1 | |
stderr: | |
/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/build/meson-private/tmp4_avp7pt/testfile.c:4:12: error: "Header 'linux/input.h' could not be found" | |
#error "Header 'linux/input.h' could not be found" | |
^ | |
1 error generated. | |
----------- | |
Has header "linux/input.h" : NO | |
Configuring xkeyboard-config-test using configuration | |
Configuring test-config.h using configuration | |
Adding test "keysym" | |
Adding test "keymap" | |
Adding test "filecomp" | |
Adding test "context" | |
Adding test "rules-file" | |
Adding test "rules-file-includes" | |
Adding test "stringcomp" | |
Adding test "buffercomp" | |
Adding test "log" | |
Adding test "atom" | |
Adding test "utf8" | |
Adding test "state" | |
Adding test "keyseq" | |
Adding test "rulescomp" | |
Adding test "compose" | |
Adding test "utils" | |
Program test/symbols-leak-test.py found: YES (/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/test/symbols-leak-test.py) | |
Adding test "symbols-leak-test" | |
Adding test "modifiers" | |
Adding test "messages" | |
Adding test "x11" | |
Adding test "x11comp" | |
Adding test "registry" | |
Program test/tool-option-parsing.py found: YES (/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/test/tool-option-parsing.py) | |
Adding test "tool-option-parsing" | |
Program test/test-keysym.py found: YES (/private/tmp/libxkbcommon-20240313-43198-y02k0z/libxkbcommon-1.6.0/test/test-keysym.py) | |
Adding test "keysym-test-XF86Macro23" | |
Program valgrind found: NO | |
Message: valgrind not found, disabling valgrind test setup | |
Adding benchmark "key-proc" | |
Adding benchmark "rules" | |
Adding benchmark "rulescomp" | |
Adding benchmark "compose" | |
Adding benchmark "compose-traversal" | |
Adding benchmark "atom" | |
Adding benchmark "x11" | |
Configuring config.h using configuration | |
Build targets in project: 44 | |
libxkbcommon 1.6.0 | |
Compiler | |
backend : ninja | |
buildtype : release | |
c_args : | |
c_link_args : | |
yacc : /opt/homebrew/opt/bison/bin/bison 3.8.2 | |
Directories | |
prefix : /opt/homebrew/Cellar/libxkbcommon/1.6.0 | |
bindir : bin | |
libdir : lib | |
datadir : share | |
xkb-config-root : /opt/homebrew/share/X11/xkb | |
xkb-config-extra-path: /opt/homebrew/Cellar/libxkbcommon/1.6.0/etc/xkb | |
xlocaledir : /opt/homebrew/share/X11/locale | |
Features | |
docs : false | |
tools : true | |
wayland : false | |
x11 : true | |
Defaults | |
layout : us | |
model : pc105 | |
options : | |
rules : evdev | |
variant : | |
User defined options | |
buildtype : release | |
libdir : /opt/homebrew/Cellar/libxkbcommon/1.6.0/lib | |
prefix : /opt/homebrew/Cellar/libxkbcommon/1.6.0 | |
wrap_mode : nofallback | |
enable-docs : false | |
enable-wayland : false | |
enable-x11 : true | |
x-locale-root : /opt/homebrew/share/X11/locale | |
xkb-config-root : /opt/homebrew/share/X11/xkb | |
Found ninja-1.11.1 at /opt/homebrew/Library/Homebrew/shims/mac/super/ninja | |
Failed to guess install tag for /opt/homebrew/Cellar/libxkbcommon/1.6.0/share/bash-completion/completions/xkbcli | |
Failed to guess install tag for /opt/homebrew/Cellar/libxkbcommon/1.6.0/share/bash-completion/completions/xkbcli | |
WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated. |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Log of Meson test suite run on 2024-03-13T16:07:39.673697 | |
Inherited environment: HOMEBREW_BREW_DEFAULT_GIT_REMOTE=https://github.com/Homebrew/brew HOMEBREW_DEFAULT_CACHE=/Users/rui/Library/Caches/Homebrew HOMEBREW_PROCESSOR=arm64 HOMEBREW_MACOS_ARM_DEFAULT_PREFIX=/opt/homebrew HOMEBREW_MACOS_OLDEST_ALLOWED=10.11 HOMEBREW_USER_AGENT='Homebrew/4.2.12-29-g58b84c3 (Macintosh; arm64 Mac OS X 14.4)' HOMEBREW_COMMAND_DEPTH=1 HOMEBREW_LIBRARY=/opt/homebrew/Library HOMEBREW_TEMP=/private/tmp TERM=xterm-256color SHELL=/usr/local/bin/bash HOMEBREW_OS_VERSION='macOS 14' HOMEBREW_SORBET_RUNTIME=1 HOMEBREW_REPOSITORY=/opt/homebrew HOMEBREW_PHYSICAL_PROCESSOR=arm64 HOMEBREW_RUBY_PATH=/opt/homebrew/Library/Homebrew/vendor/portable-ruby/current/bin/ruby LC_ALL=en_US.UTF-8 HOMEBREW_RUBY_WARNINGS=-W1 HOMEBREW_MACOS_OLDEST_SUPPORTED=12 HOMEBREW_ANALYTICS_ENABLE_INFLUX=1 USER=rui HOMEBREW_DEVELOPER=1 HOMEBREW_GENERIC_DEFAULT_PREFIX=/usr/local HOMEBREW_NO_ANALYTICS=1 HOMEBREW_CORE_GIT_REMOTE=https://github.com/Homebrew/homebrew-core SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.6P1qNZOfs0/Listeners HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_MINIMUM_GIT_VERSION=2.14.3 HOMEBREW_USER_CONFIG_HOME=/Users/rui/.homebrew HOMEBREW_RUBY_DISABLE_OPTIONS=--disable=gems,rubyopt HOMEBREW_CURL_SPEED_LIMIT=100 HOMEBREW_CACHE=/Users/rui/Library/Caches/Homebrew HOMEBREW_DEFAULT_LOGS=/Users/rui/Library/Logs/Homebrew HOMEBREW_USER_AGENT_CURL='Homebrew/4.2.12-29-g58b84c3 (Macintosh; arm64 Mac OS X 14.4) curl/8.4.0' PATH=/opt/homebrew/Library/Homebrew/shims/mac/super:/opt/homebrew/opt/bison/bin:/opt/homebrew/opt/meson/bin:/opt/homebrew/opt/ninja/bin:/opt/homebrew/opt/pkg-config/bin:/usr/bin:/bin:/usr/sbin:/sbin HOMEBREW_BREWED_CURL_PATH=/opt/homebrew/opt/curl/bin/curl HOMEBREW_EDITOR=vim PWD=/opt/homebrew/Library/Taps/homebrew/homebrew-core HOMEBREW_BREW_FILE=/opt/homebrew/bin/brew HOMEBREW_MACOS_VERSION_NUMERIC=140400 HOMEBREW_MACOS_VERSION=14.4 HOMEBREW_DEFAULT_PREFIX=/opt/homebrew HOMEBREW_COLORTERM=truecolor HOMEBREW_NO_INSTALL_FROM_API=1 HOMEBREW_REQUIRED_RUBY_VERSION=3.1 HOMEBREW_DEFAULT_TEMP=/private/tmp HOMEBREW_PRODUCT=Homebrew HOMEBREW_GITHUB_PACKAGES_AUTH='Bearer QQ==' SHLVL=0 HOMEBREW_BREW_GIT_REMOTE=https://github.com/Homebrew/brew HOMEBREW_CURL_SPEED_TIME=5 HOMEBREW_PREFIX=/opt/homebrew HOMEBREW_BOTTLE_DEFAULT_DOMAIN=https://ghcr.io/v2/homebrew/core HOMEBREW_API_DEFAULT_DOMAIN=https://formulae.brew.sh/api HOMEBREW_MACOS_ARM_DEFAULT_REPOSITORY=/opt/homebrew HOMEBREW_LINUX_DEFAULT_PREFIX=/home/linuxbrew/.linuxbrew LOGNAME=rui HOMEBREW_GIT=git HOMEBREW_LOGS=/Users/rui/Library/Logs/Homebrew HOMEBREW_DEFAULT_REPOSITORY=/opt/homebrew HOMEBREW_CORE_DEFAULT_GIT_REMOTE=https://github.com/Homebrew/homebrew-core HOMEBREW_LINUX_DEFAULT_REPOSITORY=/home/linuxbrew/.linuxbrew/Homebrew HOMEBREW_VERSION=4.2.12-29-g58b84c3 HOMEBREW_CELLAR=/opt/homebrew/Cellar HOMEBREW_CURL=curl HOMEBREW_MACOS_NEWEST_UNSUPPORTED=15 HOMEBREW_GENERIC_DEFAULT_REPOSITORY=/usr/local/Homebrew HOMEBREW_SYSTEM=Macintosh __CF_USER_TEXT_ENCODING=0x1F5:0x0:0x0 BUNDLER_NO_OLD_RUBYGEMS_WARNING=1 HOMEBREW_NO_BOOTSNAP=1 HOMEBREW_ERROR_PIPE=/private/tmp/homebrew20240313-51373-cd77i7/socket HOMEBREW_SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk HOMEBREW_DEVELOPER_DIR=/Library/Developer/CommandLineTools VERSIONER_PERL_VERSION=5.34 OBJC=clang CC=clang HOMEBREW_CC=clang OBJCXX=clang++ CXX=clang++ HOMEBREW_CXX=clang++ HOMEBREW_ENV=super MAKEFLAGS=-j10 PKG_CONFIG_PATH=/opt/homebrew/opt/libxau/lib/pkgconfig:/opt/homebrew/opt/libxdmcp/lib/pkgconfig:/opt/homebrew/opt/libxcb/lib/pkgconfig:/opt/homebrew/opt/libx11/lib/pkgconfig:/opt/homebrew/opt/xorgproto/share/pkgconfig:/opt/homebrew/opt/xkeyboardconfig/share/pkgconfig PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/14 HOMEBREW_CCCFG=afo HOMEBREW_OPTIMIZATION_LEVEL=Os HOMEBREW_OPT=/opt/homebrew/opt HOMEBREW_OPTFLAGS='' HOMEBREW_ARCHFLAGS='' CMAKE_PREFIX_PATH=/opt/homebrew/opt/bison:/opt/homebrew CMAKE_INCLUDE_PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers CMAKE_LIBRARY_PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries ACLOCAL_PATH=/opt/homebrew/opt/bison/share/aclocal:/opt/homebrew/share/aclocal HOMEBREW_ISYSTEM_PATHS=/opt/homebrew/include:/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers HOMEBREW_LIBRARY_PATHS=/opt/homebrew/opt/bison/lib:/opt/homebrew/lib:/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries HOMEBREW_DEPENDENCIES=bison,meson,ninja,pkg-config,xorgproto,libxau,libxdmcp,libxcb,libx11,xkeyboardconfig OPENSSL_NO_VENDOR=1 am_cv_func_iconv_works=yes HOMEBREW_PREFER_CLT_PROXIES=1 ZERO_AR_DATE=1 TMPDIR=/private/tmp TEMP=/private/tmp TMP=/private/tmp HOME=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/.brew_home _JAVA_OPTIONS=-Duser.home=/Users/rui/Library/Caches/Homebrew/java_cache GOCACHE=/Users/rui/Library/Caches/Homebrew/go_cache GOPATH=/Users/rui/Library/Caches/Homebrew/go_mod_cache CARGO_HOME=/Users/rui/Library/Caches/Homebrew/cargo_cache PIP_CACHE_DIR=/Users/rui/Library/Caches/Homebrew/pip_cache CURL_HOME=/Users/rui PYTHONDONTWRITEBYTECODE=1 HOMEBREW_FORMULA_PREFIX=/opt/homebrew/Cellar/libxkbcommon/1.6.0 HOMEBREW_FORMULA_BUILDPATH=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0 SOURCE_DATE_EPOCH=1696798008 TZ=UTC0 HOMEBREW_CC_LOG_PATH=/Users/rui/Library/Logs/Homebrew/libxkbcommon/03.meson | |
==================================== 1/24 ==================================== | |
test: libxkbcommon / keysym | |
start time: 16:07:39 | |
duration: 0.06s | |
result: exit status 0 | |
command: MALLOC_PERTURB_=202 HAVE_XKBCLI_INTERACTIVE_EVDEV=0 XKB_LOG_LEVEL=debug top_srcdir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0 XKB_LOG_VERBOSITY=10 HAVE_XKBCLI_INTERACTIVE_WAYLAND=0 HAVE_XKBCLI_LIST=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 top_builddir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build HAVE_XKBCLI_INTERACTIVE_X11=1 /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build/test-keysym | |
----------------------------------- stderr ----------------------------------- | |
Expected string NoSymbol -> 0 | |
Received string NoSymbol -> 0 | |
Expected string Undo -> ff65 | |
Received string Undo -> ff65 | |
Expected string UNDO -> 0 | |
Received string UNDO -> 0 | |
Expected string ThisKeyShouldNotExist -> 0 | |
Received string ThisKeyShouldNotExist -> 0 | |
Expected string XF86_Switch_VT_5 -> 1008fe05 | |
Received string XF86_Switch_VT_5 -> 1008fe05 | |
Expected string VoidSymbol -> ffffff | |
Received string VoidSymbol -> ffffff | |
Expected string 0 -> 30 | |
Received string 0 -> 30 | |
Expected string 9 -> 39 | |
Received string 9 -> 39 | |
Expected string a -> 61 | |
Received string a -> 61 | |
Expected string A -> 41 | |
Received string A -> 41 | |
Expected string ch -> fea0 | |
Received string ch -> fea0 | |
Expected string Ch -> fea1 | |
Received string Ch -> fea1 | |
Expected string CH -> fea2 | |
Received string CH -> fea2 | |
Expected string THORN -> de | |
Received string THORN -> de | |
Expected string Thorn -> de | |
Received string Thorn -> de | |
Expected string thorn -> fe | |
Received string thorn -> fe | |
Expected string thorn -> 0 | |
Received string thorn -> 0 | |
Expected string thorn -> 0 | |
Received string thorn -> 0 | |
Expected string -1 -> 0 | |
Received string -1 -> 0 | |
Expected string 10 -> 0 | |
Received string 10 -> 0 | |
Expected string 010 -> 0 | |
Received string 010 -> 0 | |
Expected string 4567 -> 0 | |
Received string 4567 -> 0 | |
Expected string U0000 -> 0 | |
Received string U0000 -> 0 | |
Expected string U001f -> 0 | |
Received string U001f -> 0 | |
Expected string U0020 -> 20 | |
Received string U0020 -> 20 | |
Expected string U007E -> 7e | |
Received string U007E -> 7e | |
Expected string U007f -> 0 | |
Received string U007f -> 0 | |
Expected string U009f -> 0 | |
Received string U009f -> 0 | |
Expected string U00a0 -> a0 | |
Received string U00a0 -> a0 | |
Expected string U00ff -> ff | |
Received string U00ff -> ff | |
Expected string U4567 -> 1004567 | |
Received string U4567 -> 1004567 | |
Expected string U1F4A9 -> 101f4a9 | |
Received string U1F4A9 -> 101f4a9 | |
Expected string U10FFFF -> 110ffff | |
Received string U10FFFF -> 110ffff | |
Expected string U110000 -> 0 | |
Received string U110000 -> 0 | |
Expected string U00004567 -> 1004567 | |
Received string U00004567 -> 1004567 | |
Expected string U000004567 -> 0 | |
Received string U000004567 -> 0 | |
Expected string U+4567 -> 0 | |
Received string U+4567 -> 0 | |
Expected string U+4567ffff -> 0 | |
Received string U+4567ffff -> 0 | |
Expected string U+4567ffffff -> 0 | |
Received string U+4567ffffff -> 0 | |
Expected string U-456 -> 0 | |
Received string U-456 -> 0 | |
Expected string U456w -> 0 | |
Received string U456w -> 0 | |
Expected string U4567 -> 0 | |
Received string U4567 -> 0 | |
Expected string U4567 -> 0 | |
Received string U4567 -> 0 | |
Expected string U 4567 -> 0 | |
Received string U 4567 -> 0 | |
Expected string U +4567 -> 0 | |
Received string U +4567 -> 0 | |
Expected string u4567 -> 0 | |
Received string u4567 -> 0 | |
Expected string 0x00000000 -> 0 | |
Received string 0x00000000 -> 0 | |
Expected string 0x1 -> 1 | |
Received string 0x1 -> 1 | |
Expected string 0x01234567 -> 1234567 | |
Received string 0x01234567 -> 1234567 | |
Expected string 0x09abcdef -> 9abcdef | |
Received string 0x09abcdef -> 9abcdef | |
Expected string 0x01000100 -> 1000100 | |
Received string 0x01000100 -> 1000100 | |
Expected string 0x0110ffff -> 110ffff | |
Received string 0x0110ffff -> 110ffff | |
Expected string 0x1fffffff -> 1fffffff | |
Received string 0x1fffffff -> 1fffffff | |
Expected string 0x20000000 -> 0 | |
Received string 0x20000000 -> 0 | |
Expected string 0xffffffff -> 0 | |
Received string 0xffffffff -> 0 | |
Expected string 0x100000000 -> 0 | |
Received string 0x100000000 -> 0 | |
Expected string 0x10203040 -> 10203040 | |
Received string 0x10203040 -> 10203040 | |
Expected string 0x102030400 -> 0 | |
Received string 0x102030400 -> 0 | |
Expected string 0x01020304 -> 1020304 | |
Received string 0x01020304 -> 1020304 | |
Expected string 0x010203040 -> 0 | |
Received string 0x010203040 -> 0 | |
Expected string 0x+10203040 -> 0 | |
Received string 0x+10203040 -> 0 | |
Expected string 0x01020304w -> 0 | |
Received string 0x01020304w -> 0 | |
Expected string 0x102030 -> 0 | |
Received string 0x102030 -> 0 | |
Expected string 0x 102030 -> 0 | |
Received string 0x 102030 -> 0 | |
Expected string 0x102030 -> 0 | |
Received string 0x102030 -> 0 | |
Expected string 0x +10203040 -> 0 | |
Received string 0x +10203040 -> 0 | |
Expected string 0x-10203040 -> 0 | |
Received string 0x-10203040 -> 0 | |
Expected string 0X10203040 -> 0 | |
Received string 0X10203040 -> 0 | |
Expected string 10203040 -> 0 | |
Received string 10203040 -> 0 | |
Expected string 0b0101 -> 0 | |
Received string 0b0101 -> 0 | |
Expected string 0o0701 -> 0 | |
Received string 0o0701 -> 0 | |
Expected keysym 0x1008ff56 -> XF86Close | |
Received keysym 0x1008ff56 -> XF86Close | |
Expected keysym 0 -> NoSymbol | |
Received keysym 0 -> NoSymbol | |
Expected keysym 0x1008fe20 -> XF86Ungrab | |
Received keysym 0x1008fe20 -> XF86Ungrab | |
Expected keysym 0x1000000 -> 0x01000000 | |
Received keysym 0x1000000 -> 0x01000000 | |
Expected keysym 0x1000100 -> U0100 | |
Received keysym 0x1000100 -> U0100 | |
Expected keysym 0x1001234 -> U1234 | |
Received keysym 0x1001234 -> U1234 | |
Expected keysym 0x10002de -> U02DE | |
Received keysym 0x10002de -> U02DE | |
Expected keysym 0x101f4a9 -> U0001F4A9 | |
Received keysym 0x101f4a9 -> U0001F4A9 | |
Expected keysym 0x110ffff -> U0010FFFF | |
Received keysym 0x110ffff -> U0010FFFF | |
Expected keysym 0x1110000 -> 0x01110000 | |
Received keysym 0x1110000 -> 0x01110000 | |
Expected keysym 0 -> NoSymbol | |
Received keysym 0 -> NoSymbol | |
Expected keysym 0x1fffffff -> 0x1fffffff | |
Received keysym 0x1fffffff -> 0x1fffffff | |
Expected keysym 0x20000000 -> Invalid | |
Received keysym 0x20000000 -> Invalid | |
Expected keysym 0xffffffff -> Invalid | |
Received keysym 0xffffffff -> Invalid | |
Expected casestring Undo -> ff65 | |
Received casestring Undo -> ff65 | |
Expected casestring UNDO -> ff65 | |
Received casestring UNDO -> ff65 | |
Expected casestring A -> 61 | |
Received casestring A -> 61 | |
Expected casestring a -> 61 | |
Received casestring a -> 61 | |
Expected casestring ThisKeyShouldNotExist -> 0 | |
Received casestring ThisKeyShouldNotExist -> 0 | |
Expected casestring XF86_Switch_vT_5 -> 1008fe05 | |
Received casestring XF86_Switch_vT_5 -> 1008fe05 | |
Expected casestring xF86_SwitcH_VT_5 -> 1008fe05 | |
Received casestring xF86_SwitcH_VT_5 -> 1008fe05 | |
Expected casestring xF86SwiTch_VT_5 -> 1008fe05 | |
Received casestring xF86SwiTch_VT_5 -> 1008fe05 | |
Expected casestring xF86Switch_vt_5 -> 1008fe05 | |
Received casestring xF86Switch_vt_5 -> 1008fe05 | |
Expected casestring VoidSymbol -> ffffff | |
Received casestring VoidSymbol -> ffffff | |
Expected casestring vOIDsymBol -> ffffff | |
Received casestring vOIDsymBol -> ffffff | |
Expected casestring U4567 -> 1004567 | |
Received casestring U4567 -> 1004567 | |
Expected casestring u4567 -> 1004567 | |
Received casestring u4567 -> 1004567 | |
Expected casestring 0x10203040 -> 10203040 | |
Received casestring 0x10203040 -> 10203040 | |
Expected casestring 0X10203040 -> 10203040 | |
Received casestring 0X10203040 -> 10203040 | |
Expected casestring THORN -> fe | |
Received casestring THORN -> fe | |
Expected casestring Thorn -> fe | |
Received casestring Thorn -> fe | |
Expected casestring thorn -> fe | |
Received casestring thorn -> fe | |
Expected string -> 0 | |
Received string -> 0 | |
Expected casestring -> 0 | |
Received casestring -> 0 | |
Expected keysym 0x20 -> (1 bytes) | |
Received keysym 0x20 -> (1 bytes) | |
Expected keysym 0x7e -> ~ (1 bytes) | |
Received keysym 0x7e -> ~ (1 bytes) | |
Expected keysym 0xa0 -> (2 bytes) | |
Received keysym 0xa0 -> (2 bytes) | |
Expected keysym 0xff -> ÿ (2 bytes) | |
Received keysym 0xff -> ÿ (2 bytes) | |
Expected keysym 0x79 -> y (1 bytes) | |
Received keysym 0x79 -> y (1 bytes) | |
Expected keysym 0x75 -> u (1 bytes) | |
Received keysym 0x75 -> u (1 bytes) | |
Expected keysym 0x6d -> m (1 bytes) | |
Received keysym 0x6d -> m (1 bytes) | |
Expected keysym 0x6cd -> м (2 bytes) | |
Received keysym 0x6cd -> м (2 bytes) | |
Expected keysym 0x6d5 -> у (2 bytes) | |
Received keysym 0x6d5 -> у (2 bytes) | |
Expected keysym 0x21 -> ! (1 bytes) | |
Received keysym 0x21 -> ! (1 bytes) | |
Expected keysym 0xf8 -> ø (2 bytes) | |
Received keysym 0xf8 -> ø (2 bytes) | |
Expected keysym 0xce0 -> א (2 bytes) | |
Received keysym 0xce0 -> א (2 bytes) | |
Expected keysym 0x5d4 -> ش (2 bytes) | |
Received keysym 0x5d4 -> ش (2 bytes) | |
Expected keysym 0x20 -> (1 bytes) | |
Received keysym 0x20 -> (1 bytes) | |
Expected keysym 0xff80 -> (1 bytes) | |
Received keysym 0xff80 -> (1 bytes) | |
Expected keysym 0xff08 -> (1 bytes) | |
Received keysym 0xff08 -> (1 bytes) | |
Expected keysym 0xff1b -> (1 bytes) | |
Received keysym 0xff1b -> (1 bytes) | |
Expected keysym 0xffac -> , (1 bytes) | |
Received keysym 0xffac -> , (1 bytes) | |
Expected keysym 0xffae -> . (1 bytes) | |
Received keysym 0xffae -> . (1 bytes) | |
Expected keysym 0xff09 -> (1 bytes) | |
Received keysym 0xff09 -> (1 bytes) | |
Expected keysym 0xff89 -> (1 bytes) | |
Received keysym 0xff89 -> (1 bytes) | |
Expected keysym 0xad -> (2 bytes) | |
Received keysym 0xad -> (2 bytes) | |
Expected keysym 0xff0a -> | |
(1 bytes) | |
Received keysym 0xff0a -> | |
(1 bytes) | |
Expected keysym 0xff0d -> | |
(1 bytes) | |
Received keysym 0xff0d -> | |
(1 bytes) | |
Expected keysym 0xff8d -> | |
(1 bytes) | |
Received keysym 0xff8d -> | |
(1 bytes) | |
Expected keysym 0xffbd -> = (1 bytes) | |
Received keysym 0xffbd -> = (1 bytes) | |
Expected keysym 0x39 -> 9 (1 bytes) | |
Received keysym 0x39 -> 9 (1 bytes) | |
Expected keysym 0xffb9 -> 9 (1 bytes) | |
Received keysym 0xffb9 -> 9 (1 bytes) | |
Expected keysym 0xffaa -> * (1 bytes) | |
Received keysym 0xffaa -> * (1 bytes) | |
Expected keysym 0xffad -> - (1 bytes) | |
Received keysym 0xffad -> - (1 bytes) | |
Expected keysym 0x1000001 -> (1 bytes) | |
Received keysym 0x1000001 -> (1 bytes) | |
Expected keysym 0x1000020 -> (1 bytes) | |
Received keysym 0x1000020 -> (1 bytes) | |
Expected keysym 0x100007f -> (1 bytes) | |
Received keysym 0x100007f -> (1 bytes) | |
Expected keysym 0x10000a0 -> (2 bytes) | |
Received keysym 0x10000a0 -> (2 bytes) | |
Expected keysym 0x1000100 -> Ā (2 bytes) | |
Received keysym 0x1000100 -> Ā (2 bytes) | |
Expected keysym 0x10005d0 -> א (2 bytes) | |
Received keysym 0x10005d0 -> א (2 bytes) | |
Expected keysym 0x110ffff -> (4 bytes) | |
Received keysym 0x110ffff -> (4 bytes) | |
Code point 0x79: expected keysym: y, actual: y | |
Code point 0x75: expected keysym: u, actual: u | |
Code point 0x6d: expected keysym: m, actual: m | |
Code point 0x43c: expected keysym: Cyrillic_em, actual: Cyrillic_em | |
Code point 0x443: expected keysym: Cyrillic_u, actual: Cyrillic_u | |
Code point 0x21: expected keysym: exclam, actual: exclam | |
Code point 0xf8: expected keysym: oslash, actual: oslash | |
Code point 0x5d0: expected keysym: hebrew_aleph, actual: hebrew_aleph | |
Code point 0x634: expected keysym: Arabic_sheen, actual: Arabic_sheen | |
Code point 0x1f609: expected keysym: U0001F609, actual: U0001F609 | |
Code point 0x8: expected keysym: BackSpace, actual: BackSpace | |
Code point 0x9: expected keysym: Tab, actual: Tab | |
Code point 0xa: expected keysym: Linefeed, actual: Linefeed | |
Code point 0xb: expected keysym: Clear, actual: Clear | |
Code point 0xd: expected keysym: Return, actual: Return | |
Code point 0x1b: expected keysym: Escape, actual: Escape | |
Code point 0x7f: expected keysym: Delete, actual: Delete | |
Code point 0x20: expected keysym: space, actual: space | |
Code point 0x2c: expected keysym: comma, actual: comma | |
Code point 0x2e: expected keysym: period, actual: period | |
Code point 0x3d: expected keysym: equal, actual: equal | |
Code point 0x39: expected keysym: 9, actual: 9 | |
Code point 0x2a: expected keysym: asterisk, actual: asterisk | |
Code point 0xd7: expected keysym: multiply, actual: multiply | |
Code point 0x2d: expected keysym: minus, actual: minus | |
Code point 0x10fffd: expected keysym: U0010FFFD, actual: U0010FFFD | |
Code point 0x20ac: expected keysym: EuroSign, actual: EuroSign | |
Code point 0xd800: expected keysym: NoSymbol, actual: NoSymbol | |
Code point 0xdfff: expected keysym: NoSymbol, actual: NoSymbol | |
Code point 0xfdd0: expected keysym: NoSymbol, actual: NoSymbol | |
Code point 0xfdef: expected keysym: NoSymbol, actual: NoSymbol | |
Code point 0xfffe: expected keysym: NoSymbol, actual: NoSymbol | |
Code point 0xffff: expected keysym: NoSymbol, actual: NoSymbol | |
Code point 0x7fffe: expected keysym: NoSymbol, actual: NoSymbol | |
Code point 0x7ffff: expected keysym: NoSymbol, actual: NoSymbol | |
Code point 0xafffe: expected keysym: NoSymbol, actual: NoSymbol | |
Code point 0xaffff: expected keysym: NoSymbol, actual: NoSymbol | |
Code point 0x110000: expected keysym: NoSymbol, actual: NoSymbol | |
Code point 0xdeadbeef: expected keysym: NoSymbol, actual: NoSymbol | |
Expected string i -> 69 | |
Received string i -> 69 | |
Expected string I -> 49 | |
Received string I -> 49 | |
Expected casestring i -> 69 | |
Received casestring i -> 69 | |
Expected casestring I -> 69 | |
Received casestring I -> 69 | |
============================================================================== | |
==================================== 2/24 ==================================== | |
test: libxkbcommon / keymap | |
start time: 16:07:39 | |
duration: 0.11s | |
result: exit status 0 | |
command: HAVE_XKBCLI_INTERACTIVE_EVDEV=0 XKB_LOG_LEVEL=debug top_srcdir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0 XKB_LOG_VERBOSITY=10 HAVE_XKBCLI_INTERACTIVE_WAYLAND=0 MALLOC_PERTURB_=51 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 HAVE_XKBCLI_LIST=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 top_builddir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build HAVE_XKBCLI_INTERACTIVE_X11=1 /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build/test-keymap | |
----------------------------------- stderr ----------------------------------- | |
xkbcommon: DEBUG: Include path added: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'evdev', model 'pc105', layout 'garbage', variant '(null)', options '(null)' | |
xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'evdev+aliases(qwerty)', types 'complete', compat 'complete', symbols 'pc+garbage+inet(evdev)' | |
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: WARNING: [XKB-107] garbage:9:37: unrecognized keysym "keysym_is_garbage" | |
xkbcommon: WARNING: [XKB-107] garbage:13:37: unrecognized keysym "keysym_is_garbage" | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <TLDE>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-770] Key <OUTP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KITG> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIDN> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIUP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <RO> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I192> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I193> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I194> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I195> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I196> not found in keycodes; Symbols ignored | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
xkbcommon: DEBUG: Include path added: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'evdev', model 'pc104', layout 'us,ru', variant '(null)', options 'grp:menu_toggle' | |
xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'evdev+aliases(qwerty)', types 'complete', compat 'complete', symbols 'pc+us+ru:2+inet(evdev)+group(menu_toggle)' | |
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: WARNING: [XKB-461] Multiple symbols for level 2/group 2 on key <AE03>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 2 on key <AE04>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 2 on key <AE05>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 2 on key <AE06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 2 on key <AE07>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 2 on key <AE08>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 2 on key <AB10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 2 on key <AB10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 2 on key <BKSL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <COMP>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-770] Key <OUTP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KITG> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIDN> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIUP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <RO> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I192> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I193> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I194> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I195> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I196> not found in keycodes; Symbols ignored | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
xkbcommon: DEBUG: Include path added: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'evdev', model 'pc104', layout 'numeric_keysyms', variant '(null)', options '(null)' | |
xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'evdev+aliases(qwerty)', types 'complete', compat 'complete', symbols 'pc+numeric_keysyms+inet(evdev)' | |
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: WARNING: [XKB-489] numeric_keysyms:5:20: numeric keysym "0x1ffffffd" (536870909) | |
xkbcommon: WARNING: [XKB-489] numeric_keysyms:6:20: numeric keysym "0x1ffffffe" (536870910) | |
xkbcommon: WARNING: [XKB-489] numeric_keysyms:7:20: numeric keysym "0x1fffffff" (536870911) | |
xkbcommon: WARNING: [XKB-107] numeric_keysyms:7:32: unrecognized keysym "0xffffffff" (4294967295) | |
xkbcommon: WARNING: [XKB-489] numeric_keysyms:7:32: numeric keysym "0xffffffff" (4294967295) | |
xkbcommon: WARNING: [XKB-489] numeric keysym "0x1ffffffd" (536870909)xkbcommon: WARNING: [XKB-489] numeric keysym "0x1ffffffe" (536870910)xkbcommon: WARNING: [XKB-489] numeric keysym "0x1fffffff" (536870911)xkbcommon: WARNING: [XKB-107] unrecognized keysym "-0x1" (-1) | |
xkbcommon: ERROR: [XKB-206] Modmap entries may contain only key names or keysyms; Illegal definition for Mod4 modifier ignored | |
xkbcommon: WARNING: [XKB-770] Key <OUTP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KITG> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIDN> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIUP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <RO> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I192> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I193> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I194> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I195> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I196> not found in keycodes; Symbols ignored | |
xkbcommon: INFO: No symbols defined for <AE01> | |
xkbcommon: INFO: No symbols defined for <AE02> | |
xkbcommon: INFO: No symbols defined for <AE03> | |
xkbcommon: INFO: No symbols defined for <AE04> | |
xkbcommon: INFO: No symbols defined for <AE05> | |
xkbcommon: INFO: No symbols defined for <AE06> | |
xkbcommon: INFO: No symbols defined for <AE07> | |
xkbcommon: INFO: No symbols defined for <AE08> | |
xkbcommon: INFO: No symbols defined for <AE09> | |
xkbcommon: INFO: No symbols defined for <AE10> | |
xkbcommon: INFO: No symbols defined for <AE11> | |
xkbcommon: INFO: No symbols defined for <AE12> | |
xkbcommon: INFO: No symbols defined for <AD04> | |
xkbcommon: INFO: No symbols defined for <AD05> | |
xkbcommon: INFO: No symbols defined for <AD06> | |
xkbcommon: INFO: No symbols defined for <AD07> | |
xkbcommon: INFO: No symbols defined for <AD08> | |
xkbcommon: INFO: No symbols defined for <AD09> | |
xkbcommon: INFO: No symbols defined for <AD10> | |
xkbcommon: INFO: No symbols defined for <AD11> | |
xkbcommon: INFO: No symbols defined for <AD12> | |
xkbcommon: INFO: No symbols defined for <AC01> | |
xkbcommon: INFO: No symbols defined for <AC02> | |
xkbcommon: INFO: No symbols defined for <AC03> | |
xkbcommon: INFO: No symbols defined for <AC04> | |
xkbcommon: INFO: No symbols defined for <AC05> | |
xkbcommon: INFO: No symbols defined for <AC06> | |
xkbcommon: INFO: No symbols defined for <AC07> | |
xkbcommon: INFO: No symbols defined for <AC08> | |
xkbcommon: INFO: No symbols defined for <AC09> | |
xkbcommon: INFO: No symbols defined for <AC10> | |
xkbcommon: INFO: No symbols defined for <AC11> | |
xkbcommon: INFO: No symbols defined for <TLDE> | |
xkbcommon: INFO: No symbols defined for <AB01> | |
xkbcommon: INFO: No symbols defined for <AB02> | |
xkbcommon: INFO: No symbols defined for <AB03> | |
xkbcommon: INFO: No symbols defined for <AB04> | |
xkbcommon: INFO: No symbols defined for <AB05> | |
xkbcommon: INFO: No symbols defined for <AB06> | |
xkbcommon: INFO: No symbols defined for <AB07> | |
xkbcommon: INFO: No symbols defined for <AB08> | |
xkbcommon: INFO: No symbols defined for <AB09> | |
xkbcommon: INFO: No symbols defined for <AB10> | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
============================================================================== | |
==================================== 3/24 ==================================== | |
test: libxkbcommon / filecomp | |
start time: 16:07:39 | |
duration: 0.14s | |
result: exit status 0 | |
command: HAVE_XKBCLI_INTERACTIVE_EVDEV=0 XKB_LOG_LEVEL=debug top_srcdir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0 XKB_LOG_VERBOSITY=10 HAVE_XKBCLI_INTERACTIVE_WAYLAND=0 HAVE_XKBCLI_LIST=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=207 top_builddir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build HAVE_XKBCLI_INTERACTIVE_X11=1 /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build/test-filecomp | |
----------------------------------- stderr ----------------------------------- | |
xkbcommon: DEBUG: Include path added: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data | |
xkbcommon: WARNING: [XKB-433] No map in include statement, but "(unknown file)" contains several; Using first defined map, "(unnamed)" | |
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: WARNING: [XKB-770] Key <OUTP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KITG> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIDN> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIUP> not found in keycodes; Symbols ignored | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <KATA> | |
xkbcommon: INFO: No symbols defined for <HIRA> | |
xkbcommon: INFO: No symbols defined for <HENK> | |
xkbcommon: INFO: No symbols defined for <HKTG> | |
xkbcommon: INFO: No symbols defined for <MUHE> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <LNFD> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <MUTE> | |
xkbcommon: INFO: No symbols defined for <VOL-> | |
xkbcommon: INFO: No symbols defined for <VOL+> | |
xkbcommon: INFO: No symbols defined for <POWR> | |
xkbcommon: INFO: No symbols defined for <I126> | |
xkbcommon: INFO: No symbols defined for <I128> | |
xkbcommon: INFO: No symbols defined for <HNGL> | |
xkbcommon: INFO: No symbols defined for <HJCV> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <STOP> | |
xkbcommon: INFO: No symbols defined for <AGAI> | |
xkbcommon: INFO: No symbols defined for <PROP> | |
xkbcommon: INFO: No symbols defined for <UNDO> | |
xkbcommon: INFO: No symbols defined for <FRNT> | |
xkbcommon: INFO: No symbols defined for <COPY> | |
xkbcommon: INFO: No symbols defined for <OPEN> | |
xkbcommon: INFO: No symbols defined for <PAST> | |
xkbcommon: INFO: No symbols defined for <FIND> | |
xkbcommon: INFO: No symbols defined for <CUT> | |
xkbcommon: INFO: No symbols defined for <HELP> | |
xkbcommon: INFO: No symbols defined for <I147> | |
xkbcommon: INFO: No symbols defined for <I148> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I150> | |
xkbcommon: INFO: No symbols defined for <I151> | |
xkbcommon: INFO: No symbols defined for <I152> | |
xkbcommon: INFO: No symbols defined for <I153> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I155> | |
xkbcommon: INFO: No symbols defined for <I156> | |
xkbcommon: INFO: No symbols defined for <I157> | |
xkbcommon: INFO: No symbols defined for <I158> | |
xkbcommon: INFO: No symbols defined for <I159> | |
xkbcommon: INFO: No symbols defined for <I160> | |
xkbcommon: INFO: No symbols defined for <I161> | |
xkbcommon: INFO: No symbols defined for <I162> | |
xkbcommon: INFO: No symbols defined for <I163> | |
xkbcommon: INFO: No symbols defined for <I164> | |
xkbcommon: INFO: No symbols defined for <I165> | |
xkbcommon: INFO: No symbols defined for <I166> | |
xkbcommon: INFO: No symbols defined for <I167> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I169> | |
xkbcommon: INFO: No symbols defined for <I170> | |
xkbcommon: INFO: No symbols defined for <I171> | |
xkbcommon: INFO: No symbols defined for <I172> | |
xkbcommon: INFO: No symbols defined for <I173> | |
xkbcommon: INFO: No symbols defined for <I174> | |
xkbcommon: INFO: No symbols defined for <I175> | |
xkbcommon: INFO: No symbols defined for <I176> | |
xkbcommon: INFO: No symbols defined for <I177> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I179> | |
xkbcommon: INFO: No symbols defined for <I180> | |
xkbcommon: INFO: No symbols defined for <I181> | |
xkbcommon: INFO: No symbols defined for <I182> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <I185> | |
xkbcommon: INFO: No symbols defined for <I186> | |
xkbcommon: INFO: No symbols defined for <I187> | |
xkbcommon: INFO: No symbols defined for <I188> | |
xkbcommon: INFO: No symbols defined for <I189> | |
xkbcommon: INFO: No symbols defined for <I190> | |
xkbcommon: INFO: No symbols defined for <FK13> | |
xkbcommon: INFO: No symbols defined for <FK14> | |
xkbcommon: INFO: No symbols defined for <FK15> | |
xkbcommon: INFO: No symbols defined for <FK16> | |
xkbcommon: INFO: No symbols defined for <FK17> | |
xkbcommon: INFO: No symbols defined for <FK18> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK20> | |
xkbcommon: INFO: No symbols defined for <FK21> | |
xkbcommon: INFO: No symbols defined for <FK22> | |
xkbcommon: INFO: No symbols defined for <FK23> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I208> | |
xkbcommon: INFO: No symbols defined for <I209> | |
xkbcommon: INFO: No symbols defined for <I210> | |
xkbcommon: INFO: No symbols defined for <I211> | |
xkbcommon: INFO: No symbols defined for <I212> | |
xkbcommon: INFO: No symbols defined for <I213> | |
xkbcommon: INFO: No symbols defined for <I214> | |
xkbcommon: INFO: No symbols defined for <I215> | |
xkbcommon: INFO: No symbols defined for <I216> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I218> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I220> | |
xkbcommon: INFO: No symbols defined for <I221> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I223> | |
xkbcommon: INFO: No symbols defined for <I224> | |
xkbcommon: INFO: No symbols defined for <I225> | |
xkbcommon: INFO: No symbols defined for <I226> | |
xkbcommon: INFO: No symbols defined for <I227> | |
xkbcommon: INFO: No symbols defined for <I228> | |
xkbcommon: INFO: No symbols defined for <I229> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I231> | |
xkbcommon: INFO: No symbols defined for <I232> | |
xkbcommon: INFO: No symbols defined for <I233> | |
xkbcommon: INFO: No symbols defined for <I234> | |
xkbcommon: INFO: No symbols defined for <I235> | |
xkbcommon: INFO: No symbols defined for <I236> | |
xkbcommon: INFO: No symbols defined for <I237> | |
xkbcommon: INFO: No symbols defined for <I238> | |
xkbcommon: INFO: No symbols defined for <I239> | |
xkbcommon: INFO: No symbols defined for <I240> | |
xkbcommon: INFO: No symbols defined for <I241> | |
xkbcommon: INFO: No symbols defined for <I242> | |
xkbcommon: INFO: No symbols defined for <I243> | |
xkbcommon: INFO: No symbols defined for <I244> | |
xkbcommon: INFO: No symbols defined for <I245> | |
xkbcommon: INFO: No symbols defined for <I246> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I251> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
xkbcommon: INFO: No symbols defined for <I254> | |
xkbcommon: INFO: No symbols defined for <I255> | |
xkbcommon: INFO: No symbols defined for <I372> | |
xkbcommon: INFO: No symbols defined for <I380> | |
xkbcommon: INFO: No symbols defined for <I382> | |
xkbcommon: INFO: No symbols defined for <I569> | |
Successfully compiled path: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data/keymaps/basic.xkb | |
xkbcommon: WARNING: [XKB-433] No map in include statement, but "(unknown file)" contains several; Using first defined map, "(unnamed)" | |
xkbcommon: WARNING: [XKB-172] Geometry sections are not supported; ignoring | |
xkbcommon: DEBUG: Compiling xkb_keycodes "evdev_aliases(qwerty)" | |
xkbcommon: DEBUG: Compiling xkb_types "complete" | |
xkbcommon: DEBUG: Compiling xkb_compatibility "complete" | |
xkbcommon: DEBUG: The "locking" field in symbol interpretation 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: Compiling xkb_symbols "pc_us_inet(evdev)_ctrl(nocaps)_compose(rwin)_terminate(ctrl_alt_bksp)" | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I161> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK20> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I221> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I251> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
Successfully compiled path: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data/keymaps/comprehensive-plus-geom.xkb | |
xkbcommon: WARNING: [XKB-433] No map in include statement, but "(unknown file)" contains several; Using first defined map, "(unnamed)" | |
xkbcommon: DEBUG: Compiling xkb_keycodes "(unnamed)" | |
xkbcommon: DEBUG: Compiling xkb_types "(unnamed)" | |
xkbcommon: DEBUG: Compiling xkb_compatibility "(unnamed)" | |
xkbcommon: DEBUG: The "locking" field in symbol interpretation 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 "group" statement in compat is unsupported; Ignored | |
xkbcommon: DEBUG: Compiling xkb_symbols "(unnamed)" | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<ESC>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AE01>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AE02>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AE03>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AE04>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AE05>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AE06>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AE07>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AE08>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AE09>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AE10>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AE11>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AE12>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<BKSP>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<TAB>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AD01>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AD02>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AD03>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AD04>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AD05>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AD06>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AD07>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AD08>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AD09>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AD10>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AD11>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AD12>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<RTRN>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<LCTL>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AC01>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AC02>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AC03>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AC04>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AC05>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AC06>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AC07>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AC08>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AC09>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AC10>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AC11>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<TLDE>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<LFSH>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<BKSL>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AB01>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AB02>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AB03>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AB04>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AB05>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AB06>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AB07>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AB08>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AB09>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AB10>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<RTSH>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<KPMU>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<LALT>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<SPCE>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<CAPS>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<FK01>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<FK02>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<FK03>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<FK04>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<FK05>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<FK06>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<FK07>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<FK08>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<FK09>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<FK10>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<NMLK>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<SCLK>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<KP7>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<KP8>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<KP9>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<KPSU>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<KP4>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<KP5>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<KP6>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<KPAD>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<KP1>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<KP2>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<KP3>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<KP0>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<KPDL>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<LVL3>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<LSGT>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<FK11>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<FK12>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<KATA>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<HIRA>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<HENK>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<HKTG>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<MUHE>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<KPEN>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<RCTL>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<KPDV>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<PRSC>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<RALT>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<LNFD>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<HOME>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<UP>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<PGUP>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<LEFT>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<RGHT>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<END>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<DOWN>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<PGDN>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<INS>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<DELE>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<MUTE>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<VOL->' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<VOL+>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<POWR>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<KPEQ>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I126>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<PAUS>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I128>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I129>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<HNGL>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<HJCV>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<LWIN>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<RWIN>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<COMP>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<STOP>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<AGAI>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<PROP>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<UNDO>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<FRNT>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<COPY>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<OPEN>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<PAST>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<FIND>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<CUT>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<HELP>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I147>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I148>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I150>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I151>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I152>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I153>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I155>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I156>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I157>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I158>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I159>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I160>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I162>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I163>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I164>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I165>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I166>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I167>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I169>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I170>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I171>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I172>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I173>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I174>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I175>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I176>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I177>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I179>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I180>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I181>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I182>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I185>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I186>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I187>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I188>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I189>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I190>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<FK13>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<FK14>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<FK15>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<FK16>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<FK17>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<FK18>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<FK21>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<FK22>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<FK23>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<MDSW>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<ALT>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<META>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<SUPR>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<HYPR>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I208>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I209>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I210>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I211>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I212>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I213>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I214>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I215>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I216>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I218>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I220>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I223>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I224>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I225>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I226>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I227>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I228>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I229>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I231>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I232>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I233>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I234>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I235>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I236>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I237>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I238>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I239>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I240>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I241>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I242>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I243>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I244>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I245>' group 1 was not previously defined; Using the default type | |
xkbcommon: WARNING: [XKB-286] The type "ONE_LEVEL" for key '<I246>' group 1 was not previously defined; Using the default type | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I161> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK20> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I221> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I251> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
Successfully compiled path: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data/keymaps/no-types.xkb | |
xkbcommon: WARNING: [XKB-433] No map in include statement, but "(unknown file)" contains several; Using first defined map, "(unnamed)" | |
xkbcommon: WARNING: [XKB-172] Geometry sections are not supported; ignoring | |
xkbcommon: DEBUG: Compiling xkb_keycodes "empty_aliases(qwerty)" | |
xkbcommon: DEBUG: Compiling xkb_types "complete" | |
xkbcommon: DEBUG: Compiling xkb_compatibility "complete" | |
xkbcommon: DEBUG: The "locking" field in symbol interpretation 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 "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: Compiling xkb_symbols "unknown" | |
xkbcommon: WARNING: [XKB-770] Key <> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <> not found in keycodes; Modifier map entry for Mod2 not updated | |
Successfully compiled path: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data/keymaps/quartz.xkb | |
xkbcommon: WARNING: [XKB-433] No map in include statement, but "(unknown file)" contains several; Using first defined map, "(unnamed)" | |
xkbcommon: DEBUG: Compiling xkb_keycodes "evdev_aliases(qwerty)" | |
xkbcommon: DEBUG: Compiling xkb_types "complete" | |
xkbcommon: DEBUG: Compiling xkb_compatibility "complete" | |
xkbcommon: DEBUG: Compiling xkb_symbols "pc_us_inet(evdev)" | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I161> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I221> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I251> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
Successfully compiled path: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data/keymaps/no-aliases.xkb | |
xkbcommon: WARNING: [XKB-433] No map in include statement, but "(unknown file)" contains several; Using first defined map, "(unnamed)" | |
xkbcommon: DEBUG: Compiling xkb_keycodes "test" | |
xkbcommon: DEBUG: Compiling xkb_types "complete" | |
xkbcommon: DEBUG: Compiling xkb_compatibility "complete" | |
xkbcommon: DEBUG: The "locking" field in symbol interpretation is unsupported; Ignored | |
xkbcommon: DEBUG: Compiling xkb_symbols "(unnamed)" | |
xkbcommon: WARNING: [XKB-800] Key "<LFSH>" added to modifier map for multiple modifiers; Using none, ignoring Shift | |
xkbcommon: WARNING: [XKB-800] Symbol "Shift_R" added to modifier map for multiple modifiers; Using none, ignoring Shift | |
xkbcommon: WARNING: [XKB-800] Key "<LWIN>" added to modifier map for multiple modifiers; Using none, ignoring Mod4 | |
xkbcommon: WARNING: [XKB-800] Key "<LWIN>" added to modifier map for multiple modifiers; Using Mod4, ignoring none | |
xkbcommon: WARNING: [XKB-800] Key "<RWIN>" added to modifier map for multiple modifiers; Using none, ignoring Mod4 | |
xkbcommon: WARNING: [XKB-800] Key "<LALT>" added to modifier map for multiple modifiers; Using none, ignoring Mod2 | |
xkbcommon: WARNING: [XKB-800] Key "<LALT>" added to modifier map for multiple modifiers; Using Mod1, ignoring none | |
xkbcommon: WARNING: [XKB-800] Key "<RALT>" added to modifier map for multiple modifiers; Using none, ignoring Mod1 | |
xkbcommon: WARNING: [XKB-800] Key "<RALT>" added to modifier map for multiple modifiers; Using Mod2, ignoring none | |
xkbcommon: WARNING: [XKB-800] Symbol "ISO_Level3_Shift" added to modifier map for multiple modifiers; Using none, ignoring Mod3 | |
xkbcommon: WARNING: [XKB-800] Symbol "ISO_Level3_Shift" added to modifier map for multiple modifiers; Using Mod5, ignoring none | |
xkbcommon: WARNING: [XKB-800] Symbol "Caps_Lock" added to modifier map for multiple modifiers; Using none, ignoring Mod1 | |
xkbcommon: WARNING: [XKB-800] Key "<CAPS>" added to modifier map for multiple modifiers; Using Lock, ignoring none | |
xkbcommon: WARNING: [XKB-800] Key "<AD01>" added to modifier map for multiple modifiers; Using Mod1, ignoring none | |
xkbcommon: WARNING: [XKB-800] Key "<AD02>" added to modifier map for multiple modifiers; Using none, ignoring Mod2 | |
xkbcommon: WARNING: [XKB-800] Key "<AD03>" added to modifier map for multiple modifiers; Using none, ignoring Mod3 | |
xkbcommon: WARNING: [XKB-800] Symbol "i" added to modifier map for multiple modifiers; Using none, ignoring Mod2 | |
xkbcommon: WARNING: [XKB-800] Symbol "1" added to modifier map for multiple modifiers; Using none, ignoring Mod3 | |
xkbcommon: WARNING: [XKB-965] Key "i" not found in symbol map; Modifier map entry for none not updated | |
Successfully compiled path: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data/keymaps/modmap-none.xkb | |
xkbcommon: WARNING: [XKB-193] (unknown file):5:29: invalid octal escape sequence (\0) in string literal | |
xkbcommon: WARNING: [XKB-193] (unknown file):8:29: invalid octal escape sequence (\401) in string literal | |
xkbcommon: WARNING: [XKB-193] (unknown file):8:29: invalid octal escape sequence (\777) in string literal | |
xkbcommon: WARNING: [XKB-433] No map in include statement, but "(unknown file)" contains several; Using first defined map, "(unnamed)" | |
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: WARNING: [XKB-770] Key <OUTP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KITG> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIDN> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIUP> not found in keycodes; Symbols ignored | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <KATA> | |
xkbcommon: INFO: No symbols defined for <HIRA> | |
xkbcommon: INFO: No symbols defined for <HENK> | |
xkbcommon: INFO: No symbols defined for <HKTG> | |
xkbcommon: INFO: No symbols defined for <MUHE> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <LNFD> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <MUTE> | |
xkbcommon: INFO: No symbols defined for <VOL-> | |
xkbcommon: INFO: No symbols defined for <VOL+> | |
xkbcommon: INFO: No symbols defined for <POWR> | |
xkbcommon: INFO: No symbols defined for <I126> | |
xkbcommon: INFO: No symbols defined for <I128> | |
xkbcommon: INFO: No symbols defined for <HNGL> | |
xkbcommon: INFO: No symbols defined for <HJCV> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <STOP> | |
xkbcommon: INFO: No symbols defined for <AGAI> | |
xkbcommon: INFO: No symbols defined for <PROP> | |
xkbcommon: INFO: No symbols defined for <UNDO> | |
xkbcommon: INFO: No symbols defined for <FRNT> | |
xkbcommon: INFO: No symbols defined for <COPY> | |
xkbcommon: INFO: No symbols defined for <OPEN> | |
xkbcommon: INFO: No symbols defined for <PAST> | |
xkbcommon: INFO: No symbols defined for <FIND> | |
xkbcommon: INFO: No symbols defined for <CUT> | |
xkbcommon: INFO: No symbols defined for <HELP> | |
xkbcommon: INFO: No symbols defined for <I147> | |
xkbcommon: INFO: No symbols defined for <I148> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I150> | |
xkbcommon: INFO: No symbols defined for <I151> | |
xkbcommon: INFO: No symbols defined for <I152> | |
xkbcommon: INFO: No symbols defined for <I153> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I155> | |
xkbcommon: INFO: No symbols defined for <I156> | |
xkbcommon: INFO: No symbols defined for <I157> | |
xkbcommon: INFO: No symbols defined for <I158> | |
xkbcommon: INFO: No symbols defined for <I159> | |
xkbcommon: INFO: No symbols defined for <I160> | |
xkbcommon: INFO: No symbols defined for <I161> | |
xkbcommon: INFO: No symbols defined for <I162> | |
xkbcommon: INFO: No symbols defined for <I163> | |
xkbcommon: INFO: No symbols defined for <I164> | |
xkbcommon: INFO: No symbols defined for <I165> | |
xkbcommon: INFO: No symbols defined for <I166> | |
xkbcommon: INFO: No symbols defined for <I167> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I169> | |
xkbcommon: INFO: No symbols defined for <I170> | |
xkbcommon: INFO: No symbols defined for <I171> | |
xkbcommon: INFO: No symbols defined for <I172> | |
xkbcommon: INFO: No symbols defined for <I173> | |
xkbcommon: INFO: No symbols defined for <I174> | |
xkbcommon: INFO: No symbols defined for <I175> | |
xkbcommon: INFO: No symbols defined for <I176> | |
xkbcommon: INFO: No symbols defined for <I177> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I179> | |
xkbcommon: INFO: No symbols defined for <I180> | |
xkbcommon: INFO: No symbols defined for <I181> | |
xkbcommon: INFO: No symbols defined for <I182> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <I185> | |
xkbcommon: INFO: No symbols defined for <I186> | |
xkbcommon: INFO: No symbols defined for <I187> | |
xkbcommon: INFO: No symbols defined for <I188> | |
xkbcommon: INFO: No symbols defined for <I189> | |
xkbcommon: INFO: No symbols defined for <I190> | |
xkbcommon: INFO: No symbols defined for <FK13> | |
xkbcommon: INFO: No symbols defined for <FK14> | |
xkbcommon: INFO: No symbols defined for <FK15> | |
xkbcommon: INFO: No symbols defined for <FK16> | |
xkbcommon: INFO: No symbols defined for <FK17> | |
xkbcommon: INFO: No symbols defined for <FK18> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK20> | |
xkbcommon: INFO: No symbols defined for <FK21> | |
xkbcommon: INFO: No symbols defined for <FK22> | |
xkbcommon: INFO: No symbols defined for <FK23> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I208> | |
xkbcommon: INFO: No symbols defined for <I209> | |
xkbcommon: INFO: No symbols defined for <I210> | |
xkbcommon: INFO: No symbols defined for <I211> | |
xkbcommon: INFO: No symbols defined for <I212> | |
xkbcommon: INFO: No symbols defined for <I213> | |
xkbcommon: INFO: No symbols defined for <I214> | |
xkbcommon: INFO: No symbols defined for <I215> | |
xkbcommon: INFO: No symbols defined for <I216> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I218> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I220> | |
xkbcommon: INFO: No symbols defined for <I221> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I223> | |
xkbcommon: INFO: No symbols defined for <I224> | |
xkbcommon: INFO: No symbols defined for <I225> | |
xkbcommon: INFO: No symbols defined for <I226> | |
xkbcommon: INFO: No symbols defined for <I227> | |
xkbcommon: INFO: No symbols defined for <I228> | |
xkbcommon: INFO: No symbols defined for <I229> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I231> | |
xkbcommon: INFO: No symbols defined for <I232> | |
xkbcommon: INFO: No symbols defined for <I233> | |
xkbcommon: INFO: No symbols defined for <I234> | |
xkbcommon: INFO: No symbols defined for <I235> | |
xkbcommon: INFO: No symbols defined for <I236> | |
xkbcommon: INFO: No symbols defined for <I237> | |
xkbcommon: INFO: No symbols defined for <I238> | |
xkbcommon: INFO: No symbols defined for <I239> | |
xkbcommon: INFO: No symbols defined for <I240> | |
xkbcommon: INFO: No symbols defined for <I241> | |
xkbcommon: INFO: No symbols defined for <I242> | |
xkbcommon: INFO: No symbols defined for <I243> | |
xkbcommon: INFO: No symbols defined for <I244> | |
xkbcommon: INFO: No symbols defined for <I245> | |
xkbcommon: INFO: No symbols defined for <I246> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I251> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
xkbcommon: INFO: No symbols defined for <I254> | |
xkbcommon: INFO: No symbols defined for <I255> | |
xkbcommon: INFO: No symbols defined for <I372> | |
xkbcommon: INFO: No symbols defined for <I380> | |
xkbcommon: INFO: No symbols defined for <I382> | |
xkbcommon: INFO: No symbols defined for <I569> | |
Successfully compiled path: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data/keymaps/invalid-escape-sequence.xkb | |
xkbcommon: WARNING: [XKB-433] No map in include statement, but "(unknown file)" contains several; Using first defined map, "(unnamed)" | |
xkbcommon: DEBUG: Compiling xkb_keycodes "(unnamed)" | |
xkbcommon: DEBUG: Compiling xkb_types "(unnamed)" | |
xkbcommon: DEBUG: Compiling xkb_compatibility "(unnamed)" | |
xkbcommon: ERROR: [XKB-478] Cannot divide by zero: 1 / 0 | |
xkbcommon: ERROR: [XKB-578] Value of x field must be of type integer; Action MovePtr definition ignored | |
xkbcommon: ERROR: Failed to compile xkb_compatibility | |
xkbcommon: ERROR: Failed to compile keymap | |
Failed to compile path: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data/keymaps/divide-by-zero.xkb | |
xkbcommon: WARNING: [XKB-433] No map in include statement, but "(unknown file)" contains several; Using first defined map, "(unnamed)" | |
xkbcommon: ERROR: Required section xkb_keycodes missing from keymap | |
xkbcommon: ERROR: Failed to compile keymap | |
Failed to compile path: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data/keymaps/bad.xkb | |
xkbcommon: ERROR: [XKB-769] (unknown file):1105:9: syntax error | |
xkbcommon: ERROR: Failed to parse input xkb file | |
Failed to compile path: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data/keymaps/syntax-error.xkb | |
xkbcommon: ERROR: [XKB-769] (unknown file):4:17: syntax error | |
xkbcommon: ERROR: Failed to parse input xkb file | |
Failed to compile path: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data/keymaps/syntax-error2.xkb | |
Failed to open path: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data/does not exist | |
xkbcommon: ERROR: xkb_keymap_new_from_file: no file specified | |
xkbcommon: ERROR: xkb_keymap_new_from_file: unsupported keymap format: 0 | |
xkbcommon: ERROR: xkb_keymap_new_from_file: unsupported keymap format: -1 | |
xkbcommon: ERROR: xkb_keymap_new_from_file: unsupported keymap format: 1234 | |
xkbcommon: ERROR: xkb_keymap_new_from_file: unrecognized flags: 0xffffffff | |
xkbcommon: ERROR: xkb_keymap_new_from_file: unrecognized flags: 0x4d2 | |
============================================================================== | |
==================================== 4/24 ==================================== | |
test: libxkbcommon / context | |
start time: 16:07:39 | |
duration: 0.17s | |
result: exit status 0 | |
command: MALLOC_PERTURB_=183 HAVE_XKBCLI_INTERACTIVE_EVDEV=0 XKB_LOG_LEVEL=debug top_srcdir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0 XKB_LOG_VERBOSITY=10 HAVE_XKBCLI_INTERACTIVE_WAYLAND=0 HAVE_XKBCLI_LIST=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 top_builddir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build HAVE_XKBCLI_INTERACTIVE_X11=1 /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build/test-context | |
----------------------------------- stderr ----------------------------------- | |
xkbcommon: DEBUG: Include path added: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data | |
xkbcommon: DEBUG: Include path failed: ¡NONSENSE! (No such file or directory) | |
xkbcommon: DEBUG: Include path failed: /opt/homebrew/Cellar/libxkbcommon/1.6.0/etc/xkb (No such file or directory) | |
xkbcommon: DEBUG: Include path added: /tmp/xkbcommon-test.D8LI8b | |
xkbcommon: DEBUG: Include path failed: /opt/homebrew/Cellar/libxkbcommon/1.6.0/etc/xkb (No such file or directory) | |
xkbcommon: DEBUG: Include path added: /opt/homebrew/share/X11/xkb | |
xkbcommon: DEBUG: Include path failed: /tmp/xkbcommon-test.mIzmap/xkb (No such file or directory) | |
xkbcommon: DEBUG: Include path added: /tmp/xkbcommon-test.mIzmap/.xkb | |
xkbcommon: DEBUG: Include path failed: /opt/homebrew/Cellar/libxkbcommon/1.6.0/etc/xkb (No such file or directory) | |
xkbcommon: DEBUG: Include path added: /opt/homebrew/share/X11/xkb | |
xkbcommon: DEBUG: Include path added: /tmp/xkbcommon-test.P6qxup/xkb | |
xkbcommon: DEBUG: Include path failed: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/.brew_home/.xkb (No such file or directory) | |
xkbcommon: DEBUG: Include path failed: /opt/homebrew/Cellar/libxkbcommon/1.6.0/etc/xkb (No such file or directory) | |
xkbcommon: DEBUG: Include path added: /opt/homebrew/share/X11/xkb | |
xkbcommon: DEBUG: Include path added: /tmp/xkbcommon-test.HKvdGe/.config/xkb | |
xkbcommon: DEBUG: Include path failed: /tmp/xkbcommon-test.HKvdGe/.xkb (No such file or directory) | |
xkbcommon: DEBUG: Include path failed: /opt/homebrew/Cellar/libxkbcommon/1.6.0/etc/xkb (No such file or directory) | |
xkbcommon: DEBUG: Include path added: /opt/homebrew/share/X11/xkb | |
xkbcommon: DEBUG: Include path added: /tmp/xkbcommon-test.lFDEeb/xkb | |
xkbcommon: DEBUG: Include path added: /tmp/xkbcommon-test.lFDEeb/.xkb | |
xkbcommon: DEBUG: Include path failed: /opt/homebrew/Cellar/libxkbcommon/1.6.0/etc/xkb (No such file or directory) | |
xkbcommon: DEBUG: Include path added: /tmp/xkbcommon-test.lFDEeb/xkbroot | |
============================================================================== | |
==================================== 5/24 ==================================== | |
test: libxkbcommon / rules-file | |
start time: 16:07:39 | |
duration: 0.21s | |
result: exit status 0 | |
command: HAVE_XKBCLI_INTERACTIVE_EVDEV=0 XKB_LOG_LEVEL=debug top_srcdir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0 HAVE_XKBCLI_INTERACTIVE_WAYLAND=0 XKB_LOG_VERBOSITY=10 HAVE_XKBCLI_LIST=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 top_builddir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build MALLOC_PERTURB_=59 HAVE_XKBCLI_INTERACTIVE_X11=1 /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build/test-rules-file | |
----------------------------------- stderr ----------------------------------- | |
xkbcommon: DEBUG: Include path added: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data | |
Checking : simple my_model my_layout my_variant my_option | |
Expecting: my_keycodes my_types my_compat|some:compat my_symbols+extra_variant | |
Received : my_keycodes my_types my_compat|some:compat my_symbols+extra_variant | |
Checking : simple | |
Expecting: default_keycodes default_types default_compat default_symbols | |
Received : default_keycodes default_types default_compat default_symbols | |
Checking : groups pc104 foo | |
Expecting: something(pc104) default_types default_compat default_symbols | |
Received : something(pc104) default_types default_compat default_symbols | |
Checking : groups foo ar bar | |
Expecting: default_keycodes default_types default_compat my_symbols+(bar) | |
Received : default_keycodes default_types default_compat my_symbols+(bar) | |
Checking : simple (null) my_layout,second_layout my_variant my_option | |
Expecting: FAILURE | |
xkbcommon: ERROR: No components returned from XKB rules "/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data/rules/simple" | |
Received : FAILURE | |
Checking : index br,al,cn,az some:opt | |
Expecting: default_keycodes default_types default_compat default_symbols+extra:1+extra:2+extra:3+extra:4 | |
Received : default_keycodes default_types default_compat default_symbols+extra:1+extra:2+extra:3+extra:4 | |
Checking : multiple-options my_model my_layout my_variant option3,option1,colon:opt,option11 | |
Expecting: my_keycodes my_types my_compat+some:compat+group(bla) my_symbols+extra_variant+compose(foo)+keypad(bar)+altwin(menu) | |
Received : my_keycodes my_types my_compat+some:compat+group(bla) my_symbols+extra_variant+compose(foo)+keypad(bar)+altwin(menu) | |
============================================================================== | |
==================================== 6/24 ==================================== | |
test: libxkbcommon / rules-file-includes | |
start time: 16:07:39 | |
duration: 0.24s | |
result: exit status 0 | |
command: MALLOC_PERTURB_=236 HAVE_XKBCLI_INTERACTIVE_EVDEV=0 XKB_LOG_LEVEL=debug top_srcdir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0 XKB_LOG_VERBOSITY=10 HAVE_XKBCLI_INTERACTIVE_WAYLAND=0 HAVE_XKBCLI_LIST=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 top_builddir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build HAVE_XKBCLI_INTERACTIVE_X11=1 /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build/test-rules-file-includes | |
----------------------------------- stderr ----------------------------------- | |
xkbcommon: DEBUG: Include path added: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data | |
Checking : inc-src-simple my_model my_layout | |
Expecting: my_keycodes default_types default_compat my_symbols | |
Received : my_keycodes default_types default_compat my_symbols | |
Checking : inc-src-nested my_model my_layout | |
Expecting: my_keycodes default_types default_compat my_symbols | |
Received : my_keycodes default_types default_compat my_symbols | |
Checking : inc-src-looped my_model my_layout | |
Expecting: FAILURE | |
xkbcommon: ERROR: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data/rules/inc-src-looped:1:11: maximum include depth (5) exceeded; maybe there is an include loop? | |
xkbcommon: ERROR: No components returned from XKB rules "/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data/rules/inc-src-looped" | |
Received : FAILURE | |
Checking : inc-src-before-after before_model my_layout | |
Expecting: my_keycodes default_types default_compat default_symbols | |
Received : my_keycodes default_types default_compat default_symbols | |
Checking : inc-src-options my_model my_layout my_variant option11,my_option,colon:opt,option111 | |
Expecting: my_keycodes default_types default_compat+substring+group(bla)|some:compat my_symbols+extra_variant+altwin(menu) | |
Received : my_keycodes default_types default_compat+substring+group(bla)|some:compat my_symbols+extra_variant+altwin(menu) | |
Checking : inc-src-loop-twice my_model my_layout | |
Expecting: my_keycodes default_types default_compat my_symbols | |
xkbcommon: ERROR: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data/rules/inc-dst-loop-twice:20:11: maximum include depth (5) exceeded; maybe there is an include loop? | |
Received : my_keycodes default_types default_compat my_symbols | |
============================================================================== | |
==================================== 7/24 ==================================== | |
test: libxkbcommon / stringcomp | |
start time: 16:07:39 | |
duration: 0.29s | |
result: exit status 0 | |
command: HAVE_XKBCLI_INTERACTIVE_EVDEV=0 XKB_LOG_LEVEL=debug top_srcdir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0 XKB_LOG_VERBOSITY=10 HAVE_XKBCLI_INTERACTIVE_WAYLAND=0 HAVE_XKBCLI_LIST=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=65 top_builddir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build HAVE_XKBCLI_INTERACTIVE_X11=1 /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build/test-stringcomp | |
----------------------------------- stderr ----------------------------------- | |
xkbcommon: DEBUG: Include path added: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data | |
xkbcommon: WARNING: [XKB-433] No map in include statement, but "(input string)" contains several; Using first defined map, "(unnamed)" | |
xkbcommon: DEBUG: Compiling xkb_keycodes "evdev_aliases(qwerty)" | |
xkbcommon: DEBUG: Compiling xkb_types "complete" | |
xkbcommon: DEBUG: Compiling xkb_compatibility "complete_caps(caps_lock)_4_misc(assign_shift_left_action)_4_level5(level5_lock)_4" | |
xkbcommon: DEBUG: Compiling xkb_symbols "pc_us_ru_2_ca(multix)_3_de(neo)_4_inet(evdev)" | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I161> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK20> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I221> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I251> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
xkbcommon: ERROR: Failed to parse input xkb string | |
Failed to compile string | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'evdev', model 'pc105', layout 'ru,ca,de,us', variant ',multix,neo,intl', options '(null)' | |
xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'evdev+aliases(qwerty)', types 'complete', compat 'complete+caps(caps_lock):3+misc(assign_shift_left_action):3+level5(level5_lock):3', symbols 'pc+ru+ca(multix):2+de(neo):3+us(intl):4+inet(evdev)' | |
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: WARNING: Multiple interpretations of "Caps_Lock+AnyOfOrNone(all)"; Using last definition for duplicate fields | |
xkbcommon: WARNING: Multiple interpretations of "Shift_L+AnyOfOrNone(all)"; Using last definition for duplicate fields | |
xkbcommon: WARNING: Multiple interpretations of "ISO_Level5_Lock+AnyOfOrNone(all)"; Using last definition for duplicate fields | |
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: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE03>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE04>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE05>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE07>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE08>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AB10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AB10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <BKSL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <BKSL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <LSGT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <LSGT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <KPDL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-489] ca:273:20: numeric keysym "0x1001595" (16782741) | |
xkbcommon: WARNING: [XKB-489] ca:274:20: numeric keysym "0x1001449" (16782409) | |
xkbcommon: WARNING: [XKB-489] ca:275:20: numeric keysym "0x1001550" (16782672) | |
xkbcommon: WARNING: [XKB-489] ca:276:20: numeric keysym "0x1001483" (16782467) | |
xkbcommon: WARNING: [XKB-489] ca:277:20: numeric keysym "0x1001466" (16782438) | |
xkbcommon: WARNING: [XKB-489] ca:278:20: numeric keysym "0x1001585" (16782725) | |
xkbcommon: WARNING: [XKB-489] ca:279:20: numeric keysym "0x10014bb" (16782523) | |
xkbcommon: WARNING: [XKB-489] ca:280:20: numeric keysym "0x10014d0" (16782544) | |
xkbcommon: WARNING: [XKB-489] ca:281:20: numeric keysym "0x10014ea" (16782570) | |
xkbcommon: WARNING: [XKB-489] ca:282:20: numeric keysym "0x100153e" (16782654) | |
xkbcommon: WARNING: [XKB-489] ca:284:20: numeric keysym "0x100155d" (16782685) | |
xkbcommon: WARNING: [XKB-489] ca:286:17: numeric keysym "0x100158f" (16782735) | |
xkbcommon: WARNING: [XKB-489] ca:286:29: numeric keysym "0x100148b" (16782475) | |
xkbcommon: WARNING: [XKB-489] ca:287:17: numeric keysym "0x1001403" (16782339) | |
xkbcommon: WARNING: [XKB-489] ca:287:29: numeric keysym "0x1001431" (16782385) | |
xkbcommon: WARNING: [XKB-489] ca:288:17: numeric keysym "0x100157f" (16782719) | |
xkbcommon: WARNING: [XKB-489] ca:288:29: numeric keysym "0x1001546" (16782662) | |
xkbcommon: WARNING: [XKB-489] ca:289:17: numeric keysym "0x100146d" (16782445) | |
xkbcommon: WARNING: [XKB-489] ca:289:29: numeric keysym "0x1001596" (16782742) | |
xkbcommon: WARNING: [XKB-489] ca:290:17: numeric keysym "0x100144e" (16782414) | |
xkbcommon: WARNING: [XKB-489] ca:290:29: numeric keysym "0x1001671" (16782961) | |
xkbcommon: WARNING: [XKB-489] ca:291:17: numeric keysym "0x10014ef" (16782575) | |
xkbcommon: WARNING: [XKB-489] ca:291:29: numeric keysym "0x1001673" (16782963) | |
xkbcommon: WARNING: [XKB-489] ca:292:17: numeric keysym "0x10014a5" (16782501) | |
xkbcommon: WARNING: [XKB-489] ca:292:29: numeric keysym "0x1001675" (16782965) | |
xkbcommon: WARNING: [XKB-489] ca:293:17: numeric keysym "0x10014c2" (16782530) | |
xkbcommon: WARNING: [XKB-489] ca:293:29: numeric keysym "0x10015a4" (16782756) | |
xkbcommon: WARNING: [XKB-489] ca:294:17: numeric keysym "0x10014d5" (16782549) | |
xkbcommon: WARNING: [XKB-489] ca:294:29: numeric keysym "0x10015a0" (16782752) | |
xkbcommon: WARNING: [XKB-489] ca:295:17: numeric keysym "0x1001528" (16782632) | |
xkbcommon: WARNING: [XKB-489] ca:295:29: numeric keysym "0x10015a6" (16782758) | |
xkbcommon: WARNING: [XKB-489] ca:296:17: numeric keysym "0x10014a1" (16782497) | |
xkbcommon: WARNING: [XKB-489] ca:296:29: numeric keysym "0x1001505" (16782597) | |
xkbcommon: WARNING: [XKB-489] ca:297:32: numeric keysym "0x100141e" (16782366) | |
xkbcommon: WARNING: [XKB-489] ca:299:17: numeric keysym "0x1001591" (16782737) | |
xkbcommon: WARNING: [XKB-489] ca:299:29: numeric keysym "0x100148d" (16782477) | |
xkbcommon: WARNING: [XKB-489] ca:300:17: numeric keysym "0x1001405" (16782341) | |
xkbcommon: WARNING: [XKB-489] ca:300:29: numeric keysym "0x1001433" (16782387) | |
xkbcommon: WARNING: [XKB-489] ca:301:17: numeric keysym "0x1001581" (16782721) | |
xkbcommon: WARNING: [XKB-489] ca:301:29: numeric keysym "0x1001548" (16782664) | |
xkbcommon: WARNING: [XKB-489] ca:302:17: numeric keysym "0x100146f" (16782447) | |
xkbcommon: WARNING: [XKB-489] ca:302:29: numeric keysym "0x1001555" (16782677) | |
xkbcommon: WARNING: [XKB-489] ca:303:17: numeric keysym "0x1001450" (16782416) | |
xkbcommon: WARNING: [XKB-489] ca:304:17: numeric keysym "0x10014f1" (16782577) | |
xkbcommon: WARNING: [XKB-489] ca:305:17: numeric keysym "0x10014a7" (16782503) | |
xkbcommon: WARNING: [XKB-489] ca:305:29: numeric keysym "0x100152a" (16782634) | |
xkbcommon: WARNING: [XKB-489] ca:306:17: numeric keysym "0x10014c4" (16782532) | |
xkbcommon: WARNING: [XKB-489] ca:306:29: numeric keysym "0x1001557" (16782679) | |
xkbcommon: WARNING: [XKB-489] ca:307:17: numeric keysym "0x10014d7" (16782551) | |
xkbcommon: WARNING: [XKB-489] ca:307:29: numeric keysym "0x10015a2" (16782754) | |
xkbcommon: WARNING: [XKB-489] ca:311:17: numeric keysym "0x1001593" (16782739) | |
xkbcommon: WARNING: [XKB-489] ca:311:29: numeric keysym "0x1001490" (16782480) | |
xkbcommon: WARNING: [XKB-489] ca:312:17: numeric keysym "0x100140a" (16782346) | |
xkbcommon: WARNING: [XKB-489] ca:312:29: numeric keysym "0x1001438" (16782392) | |
xkbcommon: WARNING: [XKB-489] ca:313:17: numeric keysym "0x1001583" (16782723) | |
xkbcommon: WARNING: [XKB-489] ca:313:29: numeric keysym "0x100154b" (16782667) | |
xkbcommon: WARNING: [XKB-489] ca:314:17: numeric keysym "0x1001472" (16782450) | |
xkbcommon: WARNING: [XKB-489] ca:315:17: numeric keysym "0x1001455" (16782421) | |
xkbcommon: WARNING: [XKB-489] ca:315:29: numeric keysym "0x100157c" (16782716) | |
xkbcommon: WARNING: [XKB-489] ca:316:17: numeric keysym "0x10014f4" (16782580) | |
xkbcommon: WARNING: [XKB-489] ca:316:29: numeric keysym "0x10014c7" (16782535) | |
xkbcommon: WARNING: [XKB-489] ca:317:17: numeric keysym "0x10014aa" (16782506) | |
xkbcommon: WARNING: [XKB-489] ca:317:29: numeric keysym "0x10014da" (16782554) | |
xkbcommon: WARNING: [XKB-489] ca:320:17: numeric keysym "0x100152d" (16782637) | |
xkbcommon: WARNING: [XKB-489] ca:320:29: numeric keysym "0x1001559" (16782681) | |
xkbcommon: WARNING: [XKB-489] ca:322:20: numeric keysym "0x100157b" (16782715) | |
xkbcommon: WARNING: [XKB-489] ca:322:32: numeric keysym "0x1001575" (16782709) | |
xkbcommon: WARNING: [XKB-489] ca:323:20: numeric keysym "0x1001579" (16782713) | |
xkbcommon: WARNING: [XKB-489] ca:323:32: numeric keysym "0x1001577" (16782711) | |
xkbcommon: WARNING: [XKB-800] Key "<MDSW>" added to modifier map for multiple modifiers; Using Mod3, ignoring Mod5 | |
xkbcommon: WARNING: [XKB-489] de:15:63: numeric keysym "0x1001e9e" (16785054) | |
xkbcommon: WARNING: [XKB-489] de:110:116: numeric keysym "0x20ac" (8364) | |
xkbcommon: WARNING: [XKB-489] de:15:63: numeric keysym "0x1001e9e" (16785054) | |
xkbcommon: WARNING: [XKB-489] de:110:116: numeric keysym "0x20ac" (8364) | |
xkbcommon: WARNING: [XKB-800] Key "<HYPR>" added to modifier map for multiple modifiers; Using Mod2, ignoring Mod4 | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 4 on key <TLDE>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 4 on key <TLDE>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 4 on key <AE06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 4 on key <AE06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 4 on key <AE07>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 4 on key <AC11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 4 on key <AC11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-770] Key <OUTP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KITG> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIDN> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIUP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <RO> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I192> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I193> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I194> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I195> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I196> not found in keycodes; Symbols ignored | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
xkbcommon: WARNING: [XKB-433] No map in include statement, but "(input string)" contains several; Using first defined map, "(unnamed)" | |
xkbcommon: DEBUG: Compiling xkb_keycodes "(unnamed)" | |
xkbcommon: DEBUG: Compiling xkb_types "(unnamed)" | |
xkbcommon: DEBUG: Compiling xkb_compatibility "(unnamed)" | |
xkbcommon: DEBUG: Compiling xkb_symbols "(unnamed)" | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
xkbcommon: ERROR: xkb_keymap_new_from_buffer: unsupported keymap format: 0 | |
xkbcommon: ERROR: xkb_keymap_new_from_buffer: unsupported keymap format: -1 | |
xkbcommon: ERROR: xkb_keymap_new_from_buffer: unsupported keymap format: 2 | |
xkbcommon: ERROR: xkb_keymap_new_from_buffer: unrecognized flags: 0xffffffff | |
xkbcommon: ERROR: xkb_keymap_new_from_buffer: unrecognized flags: 0x586 | |
xkbcommon: ERROR: xkb_keymap_get_as_string: unsupported keymap format: 0 | |
xkbcommon: ERROR: xkb_keymap_get_as_string: unsupported keymap format: 4893 | |
============================================================================== | |
==================================== 8/24 ==================================== | |
test: libxkbcommon / buffercomp | |
start time: 16:07:39 | |
duration: 0.32s | |
result: exit status 0 | |
command: HAVE_XKBCLI_INTERACTIVE_EVDEV=0 XKB_LOG_LEVEL=debug top_srcdir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0 XKB_LOG_VERBOSITY=10 HAVE_XKBCLI_INTERACTIVE_WAYLAND=0 HAVE_XKBCLI_LIST=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 top_builddir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build MALLOC_PERTURB_=114 HAVE_XKBCLI_INTERACTIVE_X11=1 /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build/test-buffercomp | |
----------------------------------- stderr ----------------------------------- | |
xkbcommon: DEBUG: Include path added: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data | |
xkbcommon: WARNING: [XKB-433] No map in include statement, but "(input string)" contains several; Using first defined map, "(unnamed)" | |
xkbcommon: DEBUG: Compiling xkb_keycodes "evdev_aliases(qwerty)" | |
xkbcommon: DEBUG: Compiling xkb_types "complete" | |
xkbcommon: DEBUG: Compiling xkb_compatibility "complete_caps(caps_lock)_4_misc(assign_shift_left_action)_4_level5(level5_lock)_4" | |
xkbcommon: DEBUG: Compiling xkb_symbols "pc_us_ru_2_ca(multix)_3_de(neo)_4_inet(evdev)" | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I161> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK20> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I221> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I251> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
xkbcommon: WARNING: [XKB-433] No map in include statement, but "(input string)" contains several; Using first defined map, "(unnamed)" | |
xkbcommon: DEBUG: Compiling xkb_keycodes "evdev_aliases(qwerty)" | |
xkbcommon: DEBUG: Compiling xkb_types "complete" | |
xkbcommon: DEBUG: Compiling xkb_compatibility "complete_caps(caps_lock)_4_misc(assign_shift_left_action)_4_level5(level5_lock)_4" | |
xkbcommon: DEBUG: Compiling xkb_symbols "pc_us_ru_2_ca(multix)_3_de(neo)_4_inet(evdev)" | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I161> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK20> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I221> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I251> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
xkbcommon: ERROR: Failed to parse input xkb string | |
Failed to compile keymap from memory buffer | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'evdev', model 'pc105', layout 'ru,ca,de,us', variant ',multix,neo,intl', options '(null)' | |
xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'evdev+aliases(qwerty)', types 'complete', compat 'complete+caps(caps_lock):3+misc(assign_shift_left_action):3+level5(level5_lock):3', symbols 'pc+ru+ca(multix):2+de(neo):3+us(intl):4+inet(evdev)' | |
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: WARNING: Multiple interpretations of "Caps_Lock+AnyOfOrNone(all)"; Using last definition for duplicate fields | |
xkbcommon: WARNING: Multiple interpretations of "Shift_L+AnyOfOrNone(all)"; Using last definition for duplicate fields | |
xkbcommon: WARNING: Multiple interpretations of "ISO_Level5_Lock+AnyOfOrNone(all)"; Using last definition for duplicate fields | |
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: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE03>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE04>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE05>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE07>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE08>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AB10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AB10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <BKSL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <BKSL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <LSGT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <LSGT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <KPDL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-489] ca:273:20: numeric keysym "0x1001595" (16782741) | |
xkbcommon: WARNING: [XKB-489] ca:274:20: numeric keysym "0x1001449" (16782409) | |
xkbcommon: WARNING: [XKB-489] ca:275:20: numeric keysym "0x1001550" (16782672) | |
xkbcommon: WARNING: [XKB-489] ca:276:20: numeric keysym "0x1001483" (16782467) | |
xkbcommon: WARNING: [XKB-489] ca:277:20: numeric keysym "0x1001466" (16782438) | |
xkbcommon: WARNING: [XKB-489] ca:278:20: numeric keysym "0x1001585" (16782725) | |
xkbcommon: WARNING: [XKB-489] ca:279:20: numeric keysym "0x10014bb" (16782523) | |
xkbcommon: WARNING: [XKB-489] ca:280:20: numeric keysym "0x10014d0" (16782544) | |
xkbcommon: WARNING: [XKB-489] ca:281:20: numeric keysym "0x10014ea" (16782570) | |
xkbcommon: WARNING: [XKB-489] ca:282:20: numeric keysym "0x100153e" (16782654) | |
xkbcommon: WARNING: [XKB-489] ca:284:20: numeric keysym "0x100155d" (16782685) | |
xkbcommon: WARNING: [XKB-489] ca:286:17: numeric keysym "0x100158f" (16782735) | |
xkbcommon: WARNING: [XKB-489] ca:286:29: numeric keysym "0x100148b" (16782475) | |
xkbcommon: WARNING: [XKB-489] ca:287:17: numeric keysym "0x1001403" (16782339) | |
xkbcommon: WARNING: [XKB-489] ca:287:29: numeric keysym "0x1001431" (16782385) | |
xkbcommon: WARNING: [XKB-489] ca:288:17: numeric keysym "0x100157f" (16782719) | |
xkbcommon: WARNING: [XKB-489] ca:288:29: numeric keysym "0x1001546" (16782662) | |
xkbcommon: WARNING: [XKB-489] ca:289:17: numeric keysym "0x100146d" (16782445) | |
xkbcommon: WARNING: [XKB-489] ca:289:29: numeric keysym "0x1001596" (16782742) | |
xkbcommon: WARNING: [XKB-489] ca:290:17: numeric keysym "0x100144e" (16782414) | |
xkbcommon: WARNING: [XKB-489] ca:290:29: numeric keysym "0x1001671" (16782961) | |
xkbcommon: WARNING: [XKB-489] ca:291:17: numeric keysym "0x10014ef" (16782575) | |
xkbcommon: WARNING: [XKB-489] ca:291:29: numeric keysym "0x1001673" (16782963) | |
xkbcommon: WARNING: [XKB-489] ca:292:17: numeric keysym "0x10014a5" (16782501) | |
xkbcommon: WARNING: [XKB-489] ca:292:29: numeric keysym "0x1001675" (16782965) | |
xkbcommon: WARNING: [XKB-489] ca:293:17: numeric keysym "0x10014c2" (16782530) | |
xkbcommon: WARNING: [XKB-489] ca:293:29: numeric keysym "0x10015a4" (16782756) | |
xkbcommon: WARNING: [XKB-489] ca:294:17: numeric keysym "0x10014d5" (16782549) | |
xkbcommon: WARNING: [XKB-489] ca:294:29: numeric keysym "0x10015a0" (16782752) | |
xkbcommon: WARNING: [XKB-489] ca:295:17: numeric keysym "0x1001528" (16782632) | |
xkbcommon: WARNING: [XKB-489] ca:295:29: numeric keysym "0x10015a6" (16782758) | |
xkbcommon: WARNING: [XKB-489] ca:296:17: numeric keysym "0x10014a1" (16782497) | |
xkbcommon: WARNING: [XKB-489] ca:296:29: numeric keysym "0x1001505" (16782597) | |
xkbcommon: WARNING: [XKB-489] ca:297:32: numeric keysym "0x100141e" (16782366) | |
xkbcommon: WARNING: [XKB-489] ca:299:17: numeric keysym "0x1001591" (16782737) | |
xkbcommon: WARNING: [XKB-489] ca:299:29: numeric keysym "0x100148d" (16782477) | |
xkbcommon: WARNING: [XKB-489] ca:300:17: numeric keysym "0x1001405" (16782341) | |
xkbcommon: WARNING: [XKB-489] ca:300:29: numeric keysym "0x1001433" (16782387) | |
xkbcommon: WARNING: [XKB-489] ca:301:17: numeric keysym "0x1001581" (16782721) | |
xkbcommon: WARNING: [XKB-489] ca:301:29: numeric keysym "0x1001548" (16782664) | |
xkbcommon: WARNING: [XKB-489] ca:302:17: numeric keysym "0x100146f" (16782447) | |
xkbcommon: WARNING: [XKB-489] ca:302:29: numeric keysym "0x1001555" (16782677) | |
xkbcommon: WARNING: [XKB-489] ca:303:17: numeric keysym "0x1001450" (16782416) | |
xkbcommon: WARNING: [XKB-489] ca:304:17: numeric keysym "0x10014f1" (16782577) | |
xkbcommon: WARNING: [XKB-489] ca:305:17: numeric keysym "0x10014a7" (16782503) | |
xkbcommon: WARNING: [XKB-489] ca:305:29: numeric keysym "0x100152a" (16782634) | |
xkbcommon: WARNING: [XKB-489] ca:306:17: numeric keysym "0x10014c4" (16782532) | |
xkbcommon: WARNING: [XKB-489] ca:306:29: numeric keysym "0x1001557" (16782679) | |
xkbcommon: WARNING: [XKB-489] ca:307:17: numeric keysym "0x10014d7" (16782551) | |
xkbcommon: WARNING: [XKB-489] ca:307:29: numeric keysym "0x10015a2" (16782754) | |
xkbcommon: WARNING: [XKB-489] ca:311:17: numeric keysym "0x1001593" (16782739) | |
xkbcommon: WARNING: [XKB-489] ca:311:29: numeric keysym "0x1001490" (16782480) | |
xkbcommon: WARNING: [XKB-489] ca:312:17: numeric keysym "0x100140a" (16782346) | |
xkbcommon: WARNING: [XKB-489] ca:312:29: numeric keysym "0x1001438" (16782392) | |
xkbcommon: WARNING: [XKB-489] ca:313:17: numeric keysym "0x1001583" (16782723) | |
xkbcommon: WARNING: [XKB-489] ca:313:29: numeric keysym "0x100154b" (16782667) | |
xkbcommon: WARNING: [XKB-489] ca:314:17: numeric keysym "0x1001472" (16782450) | |
xkbcommon: WARNING: [XKB-489] ca:315:17: numeric keysym "0x1001455" (16782421) | |
xkbcommon: WARNING: [XKB-489] ca:315:29: numeric keysym "0x100157c" (16782716) | |
xkbcommon: WARNING: [XKB-489] ca:316:17: numeric keysym "0x10014f4" (16782580) | |
xkbcommon: WARNING: [XKB-489] ca:316:29: numeric keysym "0x10014c7" (16782535) | |
xkbcommon: WARNING: [XKB-489] ca:317:17: numeric keysym "0x10014aa" (16782506) | |
xkbcommon: WARNING: [XKB-489] ca:317:29: numeric keysym "0x10014da" (16782554) | |
xkbcommon: WARNING: [XKB-489] ca:320:17: numeric keysym "0x100152d" (16782637) | |
xkbcommon: WARNING: [XKB-489] ca:320:29: numeric keysym "0x1001559" (16782681) | |
xkbcommon: WARNING: [XKB-489] ca:322:20: numeric keysym "0x100157b" (16782715) | |
xkbcommon: WARNING: [XKB-489] ca:322:32: numeric keysym "0x1001575" (16782709) | |
xkbcommon: WARNING: [XKB-489] ca:323:20: numeric keysym "0x1001579" (16782713) | |
xkbcommon: WARNING: [XKB-489] ca:323:32: numeric keysym "0x1001577" (16782711) | |
xkbcommon: WARNING: [XKB-800] Key "<MDSW>" added to modifier map for multiple modifiers; Using Mod3, ignoring Mod5 | |
xkbcommon: WARNING: [XKB-489] de:15:63: numeric keysym "0x1001e9e" (16785054) | |
xkbcommon: WARNING: [XKB-489] de:110:116: numeric keysym "0x20ac" (8364) | |
xkbcommon: WARNING: [XKB-489] de:15:63: numeric keysym "0x1001e9e" (16785054) | |
xkbcommon: WARNING: [XKB-489] de:110:116: numeric keysym "0x20ac" (8364) | |
xkbcommon: WARNING: [XKB-800] Key "<HYPR>" added to modifier map for multiple modifiers; Using Mod2, ignoring Mod4 | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 4 on key <TLDE>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 4 on key <TLDE>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 4 on key <AE06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 4 on key <AE06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 4 on key <AE07>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 4 on key <AC11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 4 on key <AC11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-770] Key <OUTP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KITG> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIDN> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIUP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <RO> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I192> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I193> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I194> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I195> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I196> not found in keycodes; Symbols ignored | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
xkbcommon: WARNING: [XKB-433] No map in include statement, but "(input string)" contains several; Using first defined map, "(unnamed)" | |
xkbcommon: DEBUG: Compiling xkb_keycodes "(unnamed)" | |
xkbcommon: DEBUG: Compiling xkb_types "(unnamed)" | |
xkbcommon: DEBUG: Compiling xkb_compatibility "(unnamed)" | |
xkbcommon: DEBUG: Compiling xkb_symbols "(unnamed)" | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
============================================================================== | |
==================================== 9/24 ==================================== | |
test: libxkbcommon / log | |
start time: 16:07:39 | |
duration: 0.35s | |
result: exit status 0 | |
command: HAVE_XKBCLI_INTERACTIVE_EVDEV=0 XKB_LOG_LEVEL=debug top_srcdir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0 MALLOC_PERTURB_=125 XKB_LOG_VERBOSITY=10 HAVE_XKBCLI_INTERACTIVE_WAYLAND=0 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 HAVE_XKBCLI_LIST=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 top_builddir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build HAVE_XKBCLI_INTERACTIVE_X11=1 /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build/test-log | |
----------------------------------- stdout ----------------------------------- | |
warning: first warning: 87 | |
error: first error: 115415 | |
warning: first verbose 5 | |
warning: second warning: 87 | |
debug: second debug: hello world | |
info: second info | |
error: [XKB-034] second error: 115415 | |
============================================================================== | |
=================================== 10/24 ==================================== | |
test: libxkbcommon / atom | |
start time: 16:07:39 | |
duration: 0.39s | |
result: exit status 0 | |
command: HAVE_XKBCLI_INTERACTIVE_EVDEV=0 XKB_LOG_LEVEL=debug MALLOC_PERTURB_=22 top_srcdir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0 XKB_LOG_VERBOSITY=10 HAVE_XKBCLI_INTERACTIVE_WAYLAND=0 HAVE_XKBCLI_LIST=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 top_builddir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build HAVE_XKBCLI_INTERACTIVE_X11=1 /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build/test-atom | |
============================================================================== | |
=================================== 11/24 ==================================== | |
test: libxkbcommon / utf8 | |
start time: 16:07:39 | |
duration: 0.37s | |
result: exit status 0 | |
command: HAVE_XKBCLI_INTERACTIVE_EVDEV=0 XKB_LOG_LEVEL=debug top_srcdir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0 XKB_LOG_VERBOSITY=10 HAVE_XKBCLI_INTERACTIVE_WAYLAND=0 HAVE_XKBCLI_LIST=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=212 top_builddir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build HAVE_XKBCLI_INTERACTIVE_X11=1 /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build/test-utf8 | |
============================================================================== | |
=================================== 12/24 ==================================== | |
test: libxkbcommon / state | |
start time: 16:07:39 | |
duration: 0.37s | |
result: exit status 0 | |
command: HAVE_XKBCLI_INTERACTIVE_EVDEV=0 XKB_LOG_LEVEL=debug top_srcdir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0 XKB_LOG_VERBOSITY=10 HAVE_XKBCLI_INTERACTIVE_WAYLAND=0 HAVE_XKBCLI_LIST=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=115 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 top_builddir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build HAVE_XKBCLI_INTERACTIVE_X11=1 /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build/test-state | |
----------------------------------- stderr ----------------------------------- | |
xkbcommon: DEBUG: Include path added: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'evdev', model 'pc104', layout 'us,ru', variant '(null)', options 'grp:menu_toggle' | |
xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'evdev+aliases(qwerty)', types 'complete', compat 'complete', symbols 'pc+us+ru:2+inet(evdev)+group(menu_toggle)' | |
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: WARNING: [XKB-461] Multiple symbols for level 2/group 2 on key <AE03>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 2 on key <AE04>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 2 on key <AE05>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 2 on key <AE06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 2 on key <AE07>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 2 on key <AE08>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 2 on key <AB10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 2 on key <AB10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 2 on key <BKSL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <COMP>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-770] Key <OUTP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KITG> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIDN> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIUP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <RO> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I192> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I193> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I194> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I195> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I196> not found in keycodes; Symbols ignored | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
dumping state for LCtrl down: | |
group English (US) (0): effective depressed latched locked | |
mod Control (2): effective depressed | |
dumping state for LCtrl + RAlt down: | |
group English (US) (0): effective depressed latched locked | |
mod Control (2): effective depressed | |
mod Mod1 (3): effective depressed | |
dumping state for RAlt down: | |
group English (US) (0): effective depressed latched locked | |
mod Mod1 (3): effective depressed | |
dumping state for Caps Lock: | |
group English (US) (0): effective depressed latched locked | |
mod Lock (1): effective locked | |
led Caps Lock (0): active | |
dumping state for Caps Lock + Num Lock: | |
group English (US) (0): effective depressed latched locked | |
mod Lock (1): effective locked | |
mod Mod2 (4): effective locked | |
led Caps Lock (0): active | |
led Num Lock (1): active | |
dumping state for Alt-Shift-+ | |
group English (US) (0): effective depressed latched locked | |
mod Shift (0): effective depressed | |
mod Mod1 (3): effective depressed | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'evdev', model 'pc105', layout 'ch', variant 'fr', options '(null)' | |
xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'evdev+aliases(qwerty)', types 'complete', compat 'complete', symbols 'pc+ch(fr)+inet(evdev)' | |
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: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <TLDE>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <TLDE>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE01>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AE01>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE02>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AE02>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE03>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AE03>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE04>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AE06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE07>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AE07>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE08>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AE08>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE09>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AE11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AE11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AE12>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE12>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AE12>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AD03>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AD06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AD06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AD09>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <AD09>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AD11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AD11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AD11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AD12>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AD12>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AD12>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AC10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AC10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AC11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AC11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AC11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <BKSL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <BKSL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <BKSL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AB01>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AB01>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AB08>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AB09>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AB10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AB10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AD11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AD11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AC10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AC10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AC11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AC11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <BKSL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <BKSL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <LSGT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-893] Multiple definitions for group 1 type of key <RALT>; Using ONE_LEVEL, ignoring TWO_LEVEL | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <RALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-516] Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-770] Key <OUTP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KITG> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIDN> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIUP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <RO> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I192> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I193> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I194> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I195> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I196> not found in keycodes; Symbols ignored | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
xkbcommon: WARNING: [XKB-965] Key "Alt_R" not found in symbol map; Modifier map entry for Mod1 not updated | |
xkbcommon: WARNING: [XKB-965] Key "Meta_R" not found in symbol map; Modifier map entry for Mod1 not updated | |
============================================================================== | |
=================================== 13/24 ==================================== | |
test: libxkbcommon / keyseq | |
start time: 16:07:39 | |
duration: 0.38s | |
result: exit status 0 | |
command: HAVE_XKBCLI_INTERACTIVE_EVDEV=0 XKB_LOG_LEVEL=debug top_srcdir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0 XKB_LOG_VERBOSITY=10 HAVE_XKBCLI_INTERACTIVE_WAYLAND=0 HAVE_XKBCLI_LIST=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 top_builddir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build MALLOC_PERTURB_=9 HAVE_XKBCLI_INTERACTIVE_X11=1 /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build/test-keyseq | |
----------------------------------- stderr ----------------------------------- | |
xkbcommon: DEBUG: Include path added: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'evdev', model 'evdev', layout 'us,il,ru,de', variant ',,phonetic,neo', options 'grp:alt_shift_toggle,grp:menu_toggle' | |
xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'evdev+aliases(qwerty)', types 'complete', compat 'complete+caps(caps_lock):4+misc(assign_shift_left_action):4+level5(level5_lock):4', symbols 'pc+us+il:2+ru(phonetic):3+de(neo):4+inet(evdev)+group(menu_toggle)+group(alt_shift_toggle)' | |
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: WARNING: Multiple interpretations of "Caps_Lock+AnyOfOrNone(all)"; Using last definition for duplicate fields | |
xkbcommon: WARNING: Multiple interpretations of "Shift_L+AnyOfOrNone(all)"; Using last definition for duplicate fields | |
xkbcommon: WARNING: Multiple interpretations of "ISO_Level5_Lock+AnyOfOrNone(all)"; Using last definition for duplicate fields | |
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: WARNING: [XKB-489] ru:96:21: numeric keysym "0x1000451" (16778321) | |
xkbcommon: WARNING: [XKB-489] ru:96:35: numeric keysym "0x1000401" (16778241) | |
xkbcommon: WARNING: [XKB-489] ru:97:48: numeric keysym "0x1002116" (16785686) | |
xkbcommon: WARNING: [XKB-489] de:15:63: numeric keysym "0x1001e9e" (16785054) | |
xkbcommon: WARNING: [XKB-489] de:110:116: numeric keysym "0x20ac" (8364) | |
xkbcommon: WARNING: [XKB-489] de:15:63: numeric keysym "0x1001e9e" (16785054) | |
xkbcommon: WARNING: [XKB-489] de:110:116: numeric keysym "0x20ac" (8364) | |
xkbcommon: WARNING: [XKB-800] Key "<MDSW>" added to modifier map for multiple modifiers; Using Mod3, ignoring Mod5 | |
xkbcommon: WARNING: [XKB-800] Key "<HYPR>" added to modifier map for multiple modifiers; Using Mod2, ignoring Mod4 | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <COMP>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <LALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <RALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-770] Key <OUTP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KITG> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIDN> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIUP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <RO> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I192> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I193> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I194> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I195> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I196> not found in keycodes; Symbols ignored | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
xkbcommon: WARNING: [XKB-965] Key "Meta_R" not found in symbol map; Modifier map entry for Mod1 not updated | |
---- | |
got 1 syms for keycode 43: [h] | |
got 1 syms for keycode 26: [e] | |
got 1 syms for keycode 46: [l] | |
got 1 syms for keycode 46: [l] | |
got 1 syms for keycode 32: [o] | |
---- | |
got 1 syms for keycode 43: [h] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 26: [E] | |
got 1 syms for keycode 46: [L] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 46: [l] | |
got 1 syms for keycode 32: [o] | |
---- | |
got 1 syms for keycode 43: [h] | |
got 1 syms for keycode 43: [h] | |
got 1 syms for keycode 43: [h] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 43: [H] | |
got 1 syms for keycode 43: [H] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 43: [h] | |
got 1 syms for keycode 43: [h] | |
got 1 syms for keycode 43: [h] | |
got 1 syms for keycode 43: [h] | |
---- | |
got 1 syms for keycode 43: [h] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 26: [E] | |
got 1 syms for keycode 46: [L] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 46: [L] | |
got 1 syms for keycode 32: [O] | |
---- | |
got 1 syms for keycode 43: [h] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 26: [E] | |
got 1 syms for keycode 46: [L] | |
got 1 syms for keycode 62: [Shift_R] | |
got 1 syms for keycode 46: [L] | |
got 1 syms for keycode 32: [O] | |
---- | |
got 1 syms for keycode 43: [h] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 26: [E] | |
got 1 syms for keycode 62: [Shift_R] | |
got 1 syms for keycode 46: [L] | |
got 1 syms for keycode 62: [Shift_R] | |
got 1 syms for keycode 46: [L] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 32: [o] | |
---- | |
got 1 syms for keycode 43: [h] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 43: [H] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 43: [H] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 43: [H] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 43: [h] | |
---- | |
got 1 syms for keycode 43: [h] | |
got 1 syms for keycode 66: [Caps_Lock] | |
got 1 syms for keycode 43: [H] | |
got 1 syms for keycode 66: [Caps_Lock] | |
got 1 syms for keycode 43: [H] | |
got 1 syms for keycode 66: [Caps_Lock] | |
got 1 syms for keycode 43: [H] | |
got 1 syms for keycode 66: [Caps_Lock] | |
got 1 syms for keycode 43: [H] | |
got 1 syms for keycode 66: [Caps_Lock] | |
got 1 syms for keycode 43: [h] | |
---- | |
got 1 syms for keycode 43: [h] | |
got 1 syms for keycode 26: [e] | |
got 1 syms for keycode 135: [ISO_Next_Group] | |
got 1 syms for keycode 45: [hebrew_lamed] | |
got 1 syms for keycode 41: [hebrew_kaph] | |
got 1 syms for keycode 135: [ISO_Next_Group] | |
got 1 syms for keycode 135: [ISO_Next_Group] | |
got 1 syms for keycode 135: [ISO_Next_Group] | |
got 1 syms for keycode 32: [o] | |
---- | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 64: [ISO_Next_Group] | |
got 1 syms for keycode 64: [ISO_Next_Group] | |
got 1 syms for keycode 50: [Shift_L] | |
---- | |
got 1 syms for keycode 64: [Alt_L] | |
got 1 syms for keycode 50: [ISO_Next_Group] | |
got 1 syms for keycode 50: [ISO_Next_Group] | |
got 1 syms for keycode 64: [Alt_L] | |
---- | |
got 1 syms for keycode 66: [Caps_Lock] | |
got 1 syms for keycode 43: [H] | |
got 1 syms for keycode 26: [E] | |
got 1 syms for keycode 46: [L] | |
got 1 syms for keycode 46: [L] | |
got 1 syms for keycode 32: [O] | |
---- | |
got 1 syms for keycode 43: [h] | |
got 1 syms for keycode 26: [e] | |
got 1 syms for keycode 66: [Caps_Lock] | |
got 1 syms for keycode 46: [L] | |
got 1 syms for keycode 46: [L] | |
got 1 syms for keycode 66: [Caps_Lock] | |
got 1 syms for keycode 32: [o] | |
---- | |
got 1 syms for keycode 43: [h] | |
got 1 syms for keycode 66: [Caps_Lock] | |
got 1 syms for keycode 26: [E] | |
got 1 syms for keycode 46: [L] | |
got 1 syms for keycode 46: [L] | |
got 1 syms for keycode 66: [Caps_Lock] | |
got 1 syms for keycode 32: [O] | |
---- | |
got 1 syms for keycode 43: [h] | |
got 1 syms for keycode 26: [e] | |
got 1 syms for keycode 66: [Caps_Lock] | |
got 1 syms for keycode 46: [l] | |
got 1 syms for keycode 46: [l] | |
got 1 syms for keycode 32: [o] | |
---- | |
got 1 syms for keycode 87: [KP_End] | |
got 1 syms for keycode 77: [Num_Lock] | |
got 1 syms for keycode 87: [KP_1] | |
got 1 syms for keycode 88: [KP_2] | |
got 1 syms for keycode 77: [Num_Lock] | |
got 1 syms for keycode 88: [KP_Down] | |
---- | |
got 1 syms for keycode 135: [ISO_Next_Group] | |
got 1 syms for keycode 135: [ISO_Next_Group] | |
got 1 syms for keycode 10: [1] | |
got 1 syms for keycode 24: [Cyrillic_ya] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 10: [exclam] | |
got 1 syms for keycode 24: [Cyrillic_YA] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 55: [Cyrillic_zhe] | |
got 1 syms for keycode 66: [Caps_Lock] | |
got 1 syms for keycode 10: [1] | |
got 1 syms for keycode 55: [Cyrillic_ZHE] | |
got 1 syms for keycode 62: [Shift_R] | |
got 1 syms for keycode 55: [Cyrillic_zhe] | |
got 1 syms for keycode 62: [Shift_R] | |
got 1 syms for keycode 55: [Cyrillic_ZHE] | |
---- | |
got 1 syms for keycode 135: [ISO_Next_Group] | |
got 1 syms for keycode 135: [ISO_Next_Group] | |
got 1 syms for keycode 135: [ISO_Next_Group] | |
got 1 syms for keycode 10: [1] | |
got 1 syms for keycode 24: [x] | |
got 1 syms for keycode 79: [KP_7] | |
got 1 syms for keycode 9: [Escape] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 10: [degree] | |
got 1 syms for keycode 24: [X] | |
got 1 syms for keycode 79: [U2714] | |
got 1 syms for keycode 9: [Escape] | |
got 1 syms for keycode 50: [Caps_Lock] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 62: [Caps_Lock] | |
got 1 syms for keycode 50: [Caps_Lock] | |
got 1 syms for keycode 15: [6] | |
got 1 syms for keycode 43: [S] | |
got 1 syms for keycode 89: [KP_3] | |
got 1 syms for keycode 9: [Escape] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 62: [Caps_Lock] | |
got 1 syms for keycode 50: [Caps_Lock] | |
got 1 syms for keycode 66: [ISO_Level3_Shift] | |
got 1 syms for keycode 15: [cent] | |
got 1 syms for keycode 24: [ellipsis] | |
got 1 syms for keycode 79: [U2195] | |
got 1 syms for keycode 9: [Escape] | |
got 1 syms for keycode 66: [ISO_Level3_Shift] | |
got 1 syms for keycode 66: [ISO_Level3_Shift] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 14: [malesymbol] | |
got 1 syms for keycode 26: [Greek_lamda] | |
got 1 syms for keycode 65: [nobreakspace] | |
got 1 syms for keycode 80: [intersection] | |
got 1 syms for keycode 9: [Escape] | |
got 1 syms for keycode 50: [Caps_Lock] | |
got 1 syms for keycode 66: [ISO_Level3_Shift] | |
got 1 syms for keycode 108: [ISO_Level5_Shift] | |
got 1 syms for keycode 9: [Escape] | |
got 1 syms for keycode 108: [ISO_Level5_Shift] | |
got 1 syms for keycode 55: [p] | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'evdev', model 'pc105', layout 'de', variant 'neo', options '(null)' | |
xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'evdev+aliases(qwertz)', types 'complete', compat 'complete+caps(caps_lock)+misc(assign_shift_left_action)+level5(level5_lock)', symbols 'pc+de(neo)+inet(evdev)' | |
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: WARNING: Multiple interpretations of "Caps_Lock+AnyOfOrNone(all)"; Using last definition for duplicate fields | |
xkbcommon: WARNING: Multiple interpretations of "Shift_L+AnyOfOrNone(all)"; Using last definition for duplicate fields | |
xkbcommon: WARNING: Multiple interpretations of "ISO_Level5_Lock+AnyOfOrNone(all)"; Using last definition for duplicate fields | |
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: WARNING: [XKB-489] de:15:63: numeric keysym "0x1001e9e" (16785054) | |
xkbcommon: WARNING: [XKB-489] de:110:116: numeric keysym "0x20ac" (8364) | |
xkbcommon: WARNING: [XKB-489] de:15:63: numeric keysym "0x1001e9e" (16785054) | |
xkbcommon: WARNING: [XKB-489] de:110:116: numeric keysym "0x20ac" (8364) | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <NMLK>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <KPDV>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <KPDV>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 5/group 1 on key <KPDV>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <KPMU>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <KPMU>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 5/group 1 on key <KPMU>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <KPSU>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <KPSU>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 5/group 1 on key <KPSU>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <KP7>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <KP7>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <KP8>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <KP8>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <KP9>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <KP9>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <KPAD>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <KPAD>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 5/group 1 on key <KPAD>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <KP4>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <KP4>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <KP5>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <KP5>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <KP6>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <KP6>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <KP1>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <KP1>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <KP2>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <KP2>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <KP3>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <KP3>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <KP0>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <KP0>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <KPDL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <KPDL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <CAPS>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <BKSL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <MDSW>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <LSGT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <LSGT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <LSGT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <LSGT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-893] Multiple definitions for group 1 type of key <RALT>; Using EIGHT_LEVEL, ignoring TWO_LEVEL | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <RALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <RALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-800] Key "<MDSW>" added to modifier map for multiple modifiers; Using Mod3, ignoring Mod5 | |
xkbcommon: WARNING: [XKB-800] Key "<HYPR>" added to modifier map for multiple modifiers; Using Mod2, ignoring Mod4 | |
xkbcommon: WARNING: [XKB-516] Type "ONE_LEVEL" has 1 levels, but <BKSL> has 2 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-516] Type "ONE_LEVEL" has 1 levels, but <HYPR> has 2 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-770] Key <OUTP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KITG> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIDN> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIUP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <RO> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I192> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I193> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I194> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I195> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I196> not found in keycodes; Symbols ignored | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
xkbcommon: WARNING: [XKB-965] Key "Num_Lock" not found in symbol map; Modifier map entry for Mod2 not updated | |
xkbcommon: WARNING: [XKB-965] Key "Alt_R" not found in symbol map; Modifier map entry for Mod1 not updated | |
xkbcommon: WARNING: [XKB-965] Key "Meta_R" not found in symbol map; Modifier map entry for Mod1 not updated | |
---- | |
got 1 syms for keycode 108: [ISO_Level5_Shift] | |
got 1 syms for keycode 14: [periodcentered] | |
got 1 syms for keycode 26: [Up] | |
got 1 syms for keycode 65: [KP_0] | |
got 1 syms for keycode 80: [KP_Up] | |
got 1 syms for keycode 9: [Escape] | |
got 1 syms for keycode 108: [ISO_Level5_Lock] | |
got 1 syms for keycode 108: [ISO_Level5_Shift] | |
got 1 syms for keycode 62: [Shift_R] | |
got 0 syms for keycode 14: [] | |
got 1 syms for keycode 17: [ISO_Left_Tab] | |
got 1 syms for keycode 26: [Up] | |
got 1 syms for keycode 65: [KP_0] | |
got 1 syms for keycode 80: [KP_Up] | |
got 1 syms for keycode 9: [Escape] | |
got 1 syms for keycode 62: [Caps_Lock] | |
got 1 syms for keycode 108: [ISO_Level5_Lock] | |
got 1 syms for keycode 108: [ISO_Level5_Shift] | |
got 1 syms for keycode 66: [ISO_Level3_Shift] | |
got 1 syms for keycode 14: [U2221] | |
got 1 syms for keycode 26: [Greek_LAMDA] | |
got 1 syms for keycode 65: [U202F] | |
got 1 syms for keycode 80: [U22C2] | |
got 1 syms for keycode 9: [Escape] | |
got 1 syms for keycode 66: [ISO_Level3_Shift] | |
got 1 syms for keycode 108: [ISO_Level5_Lock] | |
got 1 syms for keycode 108: [ISO_Level5_Shift] | |
got 1 syms for keycode 66: [ISO_Level3_Shift] | |
got 1 syms for keycode 62: [Shift_R] | |
got 1 syms for keycode 23: [ISO_Level5_Lock] | |
got 1 syms for keycode 55: [Greek_pi] | |
got 1 syms for keycode 62: [Caps_Lock] | |
got 1 syms for keycode 55: [asciitilde] | |
got 1 syms for keycode 66: [ISO_Level3_Shift] | |
got 1 syms for keycode 55: [p] | |
got 1 syms for keycode 108: [ISO_Level5_Lock] | |
got 1 syms for keycode 55: [Return] | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'evdev', model 'pc105', layout 'us,il,ru', variant '(null)', options 'grp:alt_shift_toggle_bidir,grp:menu_toggle' | |
xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'evdev+aliases(qwerty)', types 'complete', compat 'complete', symbols 'pc+us+il:2+ru:3+inet(evdev)+group(menu_toggle)+group(alt_shift_toggle_bidir)' | |
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: WARNING: [XKB-461] Multiple symbols for level 2/group 3 on key <AE03>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 3 on key <AE04>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 3 on key <AE05>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 3 on key <AE06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 3 on key <AE07>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 3 on key <AE08>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 3 on key <AB10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 3 on key <AB10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 3 on key <BKSL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <COMP>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <LALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <RALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-770] Key <OUTP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KITG> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIDN> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIUP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <RO> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I192> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I193> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I194> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I195> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I196> not found in keycodes; Symbols ignored | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
xkbcommon: WARNING: [XKB-965] Key "Meta_R" not found in symbol map; Modifier map entry for Mod1 not updated | |
---- | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 64: [ISO_Prev_Group] | |
got 1 syms for keycode 64: [ISO_Prev_Group] | |
got 1 syms for keycode 50: [Shift_L] | |
---- | |
got 1 syms for keycode 64: [Alt_L] | |
got 1 syms for keycode 50: [ISO_Prev_Group] | |
got 1 syms for keycode 50: [ISO_Prev_Group] | |
got 1 syms for keycode 64: [Alt_L] | |
---- | |
got 1 syms for keycode 43: [h] | |
got 1 syms for keycode 135: [ISO_Next_Group] | |
got 1 syms for keycode 43: [hebrew_yod] | |
got 1 syms for keycode 135: [ISO_Next_Group] | |
got 1 syms for keycode 43: [Cyrillic_er] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 64: [ISO_Prev_Group] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 43: [hebrew_yod] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 64: [ISO_Prev_Group] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 43: [h] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 64: [ISO_Prev_Group] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 43: [Cyrillic_er] | |
got 1 syms for keycode 135: [ISO_Next_Group] | |
got 1 syms for keycode 43: [h] | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'evdev', model 'pc105', layout 'us,il,ru', variant '(null)', options 'grp:switch,grp:lswitch,grp:menu_toggle' | |
xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'evdev+aliases(qwerty)', types 'complete', compat 'complete', symbols 'pc+us+il:2+ru:3+inet(evdev)+group(switch)+group(lswitch)+group(menu_toggle)' | |
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: WARNING: [XKB-461] Multiple symbols for level 2/group 3 on key <AE03>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 3 on key <AE04>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 3 on key <AE05>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 3 on key <AE06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 3 on key <AE07>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 3 on key <AE08>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 3 on key <AB10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 3 on key <AB10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 3 on key <BKSL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <RALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <RALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <LALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <LALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <COMP>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-770] Key <OUTP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KITG> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIDN> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIUP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <RO> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I192> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I193> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I194> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I195> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I196> not found in keycodes; Symbols ignored | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
xkbcommon: WARNING: [XKB-965] Key "Alt_R" not found in symbol map; Modifier map entry for Mod1 not updated | |
xkbcommon: WARNING: [XKB-965] Key "Meta_R" not found in symbol map; Modifier map entry for Mod1 not updated | |
---- | |
got 1 syms for keycode 43: [h] | |
got 1 syms for keycode 108: [Mode_switch] | |
got 1 syms for keycode 43: [hebrew_yod] | |
got 1 syms for keycode 108: [ISO_Level3_Shift] | |
got 1 syms for keycode 43: [h] | |
got 1 syms for keycode 108: [Mode_switch] | |
got 1 syms for keycode 43: [hebrew_yod] | |
got 1 syms for keycode 108: [ISO_Level3_Shift] | |
got 1 syms for keycode 43: [h] | |
---- | |
got 1 syms for keycode 43: [h] | |
got 1 syms for keycode 135: [ISO_Next_Group] | |
got 1 syms for keycode 64: [Mode_switch] | |
got 1 syms for keycode 43: [Cyrillic_er] | |
got 1 syms for keycode 64: [Mode_switch] | |
got 1 syms for keycode 43: [hebrew_yod] | |
got 1 syms for keycode 135: [ISO_Next_Group] | |
got 1 syms for keycode 64: [Mode_switch] | |
got 1 syms for keycode 43: [h] | |
got 1 syms for keycode 64: [Mode_switch] | |
got 1 syms for keycode 43: [Cyrillic_er] | |
got 1 syms for keycode 135: [ISO_Next_Group] | |
got 1 syms for keycode 43: [h] | |
got 1 syms for keycode 108: [Mode_switch] | |
got 1 syms for keycode 43: [hebrew_yod] | |
got 1 syms for keycode 64: [Mode_switch] | |
got 1 syms for keycode 43: [Cyrillic_er] | |
got 1 syms for keycode 64: [Mode_switch] | |
got 1 syms for keycode 43: [hebrew_yod] | |
got 1 syms for keycode 108: [ISO_Level3_Shift] | |
got 1 syms for keycode 43: [h] | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'evdev', model 'pc105', layout 'us', variant 'euro', options '(null)' | |
xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'evdev+aliases(qwerty)', types 'complete', compat 'complete', symbols 'pc+us(euro)+inet(evdev)' | |
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: WARNING: [XKB-893] Multiple definitions for group 1 type of key <RALT>; Using ONE_LEVEL, ignoring TWO_LEVEL | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <RALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-516] Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-770] Key <OUTP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KITG> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIDN> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIUP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <RO> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I192> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I193> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I194> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I195> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I196> not found in keycodes; Symbols ignored | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
xkbcommon: WARNING: [XKB-965] Key "Alt_R" not found in symbol map; Modifier map entry for Mod1 not updated | |
xkbcommon: WARNING: [XKB-965] Key "Meta_R" not found in symbol map; Modifier map entry for Mod1 not updated | |
---- | |
got 1 syms for keycode 14: [5] | |
got 1 syms for keycode 108: [ISO_Level3_Shift] | |
got 1 syms for keycode 14: [EuroSign] | |
got 1 syms for keycode 108: [ISO_Level3_Shift] | |
xkbcommon: WARNING: [XKB-433] No map in include statement, but "(unknown file)" contains several; Using first defined map, "(unnamed)" | |
xkbcommon: DEBUG: Compiling xkb_keycodes "evdev_aliases(qwertz)" | |
xkbcommon: DEBUG: Compiling xkb_types "complete" | |
xkbcommon: DEBUG: Compiling xkb_compatibility "complete" | |
xkbcommon: DEBUG: The "locking" field in symbol interpretation 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 "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: Compiling xkb_symbols "pc_de_inet(evdev)_group(menu_toggle)_ctrl(nocaps)" | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I161> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK20> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I221> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I251> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
Successfully compiled path: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data/keymaps/unbound-vmod.xkb | |
---- | |
got 1 syms for keycode 43: [h] | |
got 1 syms for keycode 52: [y] | |
got 1 syms for keycode 20: [ssharp] | |
got 1 syms for keycode 52: [y] | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'evdev', model 'applealu_ansi', layout 'us', variant '(null)', options 'terminate:ctrl_alt_bksp' | |
xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'evdev+aliases(qwerty)', types 'complete+numpad(mac)', compat 'complete', symbols 'macintosh_vndr/apple(alukbd)+macintosh_vndr/us+inet(evdev)+terminate(ctrl_alt_bksp)' | |
xkbcommon: DEBUG: Compiling xkb_keycodes "(unnamed)" | |
xkbcommon: DEBUG: Compiling xkb_types "(unnamed)" | |
xkbcommon: WARNING: [XKB-407] Multiple definitions of the KEYPAD key type; Earlier definition ignored | |
xkbcommon: WARNING: [XKB-407] Multiple definitions of the FOUR_LEVEL_KEYPAD key type; Earlier definition ignored | |
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: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <FK01>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <FK01>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <FK01> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <FK02>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <FK02>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <FK02> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <FK03>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <FK03> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <FK04>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <FK04> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <FK05>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <FK05> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <FK06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <FK06> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <FK07>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <FK07>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <FK07> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <FK08>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <FK08>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <FK08> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <FK09>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <FK09>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <FK09> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <FK10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <FK10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <FK10> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <FK11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <FK11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <FK11> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <FK12>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <FK12>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <FK12> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-711] Overlays not supported; Ignoring overlay specification for key <KP7> | |
xkbcommon: WARNING: [XKB-711] Overlays not supported; Ignoring overlay specification for key <KP8> | |
xkbcommon: WARNING: [XKB-711] Overlays not supported; Ignoring overlay specification for key <KP9> | |
xkbcommon: WARNING: [XKB-711] Overlays not supported; Ignoring overlay specification for key <KP4> | |
xkbcommon: WARNING: [XKB-711] Overlays not supported; Ignoring overlay specification for key <KP5> | |
xkbcommon: WARNING: [XKB-711] Overlays not supported; Ignoring overlay specification for key <KP6> | |
xkbcommon: WARNING: [XKB-711] Overlays not supported; Ignoring overlay specification for key <KP1> | |
xkbcommon: WARNING: [XKB-711] Overlays not supported; Ignoring overlay specification for key <KP2> | |
xkbcommon: WARNING: [XKB-711] Overlays not supported; Ignoring overlay specification for key <KP3> | |
xkbcommon: WARNING: [XKB-711] Overlays not supported; Ignoring overlay specification for key <KP0> | |
xkbcommon: WARNING: [XKB-711] Overlays not supported; Ignoring overlay specification for key <KPDL> | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <KPEQ>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <FK13>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <FK14>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <FK15>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <FK16>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <FK17>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <FK18>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-516] Type "FOUR_LEVEL_X" has 4 levels, but <FK01> has 5 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-516] Type "FOUR_LEVEL_X" has 4 levels, but <FK02> has 5 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-516] Type "FOUR_LEVEL_X" has 4 levels, but <FK03> has 5 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-516] Type "FOUR_LEVEL_X" has 4 levels, but <FK04> has 5 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-516] Type "FOUR_LEVEL_X" has 4 levels, but <FK05> has 5 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-516] Type "FOUR_LEVEL_X" has 4 levels, but <FK06> has 5 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-516] Type "FOUR_LEVEL_X" has 4 levels, but <FK07> has 5 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-516] Type "FOUR_LEVEL_X" has 4 levels, but <FK08> has 5 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-516] Type "FOUR_LEVEL_X" has 4 levels, but <FK09> has 5 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-516] Type "FOUR_LEVEL_X" has 4 levels, but <FK10> has 5 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-516] Type "FOUR_LEVEL_X" has 4 levels, but <FK11> has 5 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-516] Type "FOUR_LEVEL_X" has 4 levels, but <FK12> has 5 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-770] Key <OUTP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KITG> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIDN> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIUP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KO7> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KO8> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KO9> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KO4> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KO5> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KO6> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KO1> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KO2> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KO3> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KO0> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KODL> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <RO> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I192> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I193> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I194> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I195> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I196> not found in keycodes; Symbols ignored | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
xkbcommon: WARNING: [XKB-965] Key "Num_Lock" not found in symbol map; Modifier map entry for Mod2 not updated | |
---- | |
got 1 syms for keycode 14: [5] | |
got 1 syms for keycode 87: [KP_1] | |
got 1 syms for keycode 77: [Clear] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 87: [KP_1] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 66: [Caps_Lock] | |
got 1 syms for keycode 87: [KP_1] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 87: [KP_1] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 66: [Caps_Lock] | |
got 1 syms for keycode 38: [a] | |
============================================================================== | |
=================================== 14/24 ==================================== | |
test: libxkbcommon / rulescomp | |
start time: 16:07:39 | |
duration: 0.39s | |
result: exit status 0 | |
command: HAVE_XKBCLI_INTERACTIVE_EVDEV=0 XKB_LOG_LEVEL=debug MALLOC_PERTURB_=35 top_srcdir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0 XKB_LOG_VERBOSITY=10 HAVE_XKBCLI_INTERACTIVE_WAYLAND=0 HAVE_XKBCLI_LIST=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 top_builddir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build HAVE_XKBCLI_INTERACTIVE_X11=1 /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build/test-rulescomp | |
----------------------------------- stderr ----------------------------------- | |
xkbcommon: DEBUG: Include path added: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'evdev', model 'pc105', layout 'us,il,ru,ca', variant ',,,multix', options 'grp:alts_toggle,ctrl:nocaps,compose:rwin' | |
xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'evdev+aliases(qwerty)', types 'complete', compat 'complete', symbols 'pc+us+il:2+ru:3+ca(multix):4+inet(evdev)+level3(ralt_switch_for_alts_toggle):1+level3(ralt_switch_for_alts_toggle):4+group(alts_toggle)+ctrl(nocaps)+compose(rwin)' | |
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: WARNING: [XKB-461] Multiple symbols for level 2/group 3 on key <AE03>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 3 on key <AE04>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 3 on key <AE05>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 3 on key <AE06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 3 on key <AE07>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 3 on key <AE08>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 3 on key <AB10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 3 on key <AB10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 3 on key <BKSL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-489] ca:273:20: numeric keysym "0x1001595" (16782741) | |
xkbcommon: WARNING: [XKB-489] ca:274:20: numeric keysym "0x1001449" (16782409) | |
xkbcommon: WARNING: [XKB-489] ca:275:20: numeric keysym "0x1001550" (16782672) | |
xkbcommon: WARNING: [XKB-489] ca:276:20: numeric keysym "0x1001483" (16782467) | |
xkbcommon: WARNING: [XKB-489] ca:277:20: numeric keysym "0x1001466" (16782438) | |
xkbcommon: WARNING: [XKB-489] ca:278:20: numeric keysym "0x1001585" (16782725) | |
xkbcommon: WARNING: [XKB-489] ca:279:20: numeric keysym "0x10014bb" (16782523) | |
xkbcommon: WARNING: [XKB-489] ca:280:20: numeric keysym "0x10014d0" (16782544) | |
xkbcommon: WARNING: [XKB-489] ca:281:20: numeric keysym "0x10014ea" (16782570) | |
xkbcommon: WARNING: [XKB-489] ca:282:20: numeric keysym "0x100153e" (16782654) | |
xkbcommon: WARNING: [XKB-489] ca:284:20: numeric keysym "0x100155d" (16782685) | |
xkbcommon: WARNING: [XKB-489] ca:286:17: numeric keysym "0x100158f" (16782735) | |
xkbcommon: WARNING: [XKB-489] ca:286:29: numeric keysym "0x100148b" (16782475) | |
xkbcommon: WARNING: [XKB-489] ca:287:17: numeric keysym "0x1001403" (16782339) | |
xkbcommon: WARNING: [XKB-489] ca:287:29: numeric keysym "0x1001431" (16782385) | |
xkbcommon: WARNING: [XKB-489] ca:288:17: numeric keysym "0x100157f" (16782719) | |
xkbcommon: WARNING: [XKB-489] ca:288:29: numeric keysym "0x1001546" (16782662) | |
xkbcommon: WARNING: [XKB-489] ca:289:17: numeric keysym "0x100146d" (16782445) | |
xkbcommon: WARNING: [XKB-489] ca:289:29: numeric keysym "0x1001596" (16782742) | |
xkbcommon: WARNING: [XKB-489] ca:290:17: numeric keysym "0x100144e" (16782414) | |
xkbcommon: WARNING: [XKB-489] ca:290:29: numeric keysym "0x1001671" (16782961) | |
xkbcommon: WARNING: [XKB-489] ca:291:17: numeric keysym "0x10014ef" (16782575) | |
xkbcommon: WARNING: [XKB-489] ca:291:29: numeric keysym "0x1001673" (16782963) | |
xkbcommon: WARNING: [XKB-489] ca:292:17: numeric keysym "0x10014a5" (16782501) | |
xkbcommon: WARNING: [XKB-489] ca:292:29: numeric keysym "0x1001675" (16782965) | |
xkbcommon: WARNING: [XKB-489] ca:293:17: numeric keysym "0x10014c2" (16782530) | |
xkbcommon: WARNING: [XKB-489] ca:293:29: numeric keysym "0x10015a4" (16782756) | |
xkbcommon: WARNING: [XKB-489] ca:294:17: numeric keysym "0x10014d5" (16782549) | |
xkbcommon: WARNING: [XKB-489] ca:294:29: numeric keysym "0x10015a0" (16782752) | |
xkbcommon: WARNING: [XKB-489] ca:295:17: numeric keysym "0x1001528" (16782632) | |
xkbcommon: WARNING: [XKB-489] ca:295:29: numeric keysym "0x10015a6" (16782758) | |
xkbcommon: WARNING: [XKB-489] ca:296:17: numeric keysym "0x10014a1" (16782497) | |
xkbcommon: WARNING: [XKB-489] ca:296:29: numeric keysym "0x1001505" (16782597) | |
xkbcommon: WARNING: [XKB-489] ca:297:32: numeric keysym "0x100141e" (16782366) | |
xkbcommon: WARNING: [XKB-489] ca:299:17: numeric keysym "0x1001591" (16782737) | |
xkbcommon: WARNING: [XKB-489] ca:299:29: numeric keysym "0x100148d" (16782477) | |
xkbcommon: WARNING: [XKB-489] ca:300:17: numeric keysym "0x1001405" (16782341) | |
xkbcommon: WARNING: [XKB-489] ca:300:29: numeric keysym "0x1001433" (16782387) | |
xkbcommon: WARNING: [XKB-489] ca:301:17: numeric keysym "0x1001581" (16782721) | |
xkbcommon: WARNING: [XKB-489] ca:301:29: numeric keysym "0x1001548" (16782664) | |
xkbcommon: WARNING: [XKB-489] ca:302:17: numeric keysym "0x100146f" (16782447) | |
xkbcommon: WARNING: [XKB-489] ca:302:29: numeric keysym "0x1001555" (16782677) | |
xkbcommon: WARNING: [XKB-489] ca:303:17: numeric keysym "0x1001450" (16782416) | |
xkbcommon: WARNING: [XKB-489] ca:304:17: numeric keysym "0x10014f1" (16782577) | |
xkbcommon: WARNING: [XKB-489] ca:305:17: numeric keysym "0x10014a7" (16782503) | |
xkbcommon: WARNING: [XKB-489] ca:305:29: numeric keysym "0x100152a" (16782634) | |
xkbcommon: WARNING: [XKB-489] ca:306:17: numeric keysym "0x10014c4" (16782532) | |
xkbcommon: WARNING: [XKB-489] ca:306:29: numeric keysym "0x1001557" (16782679) | |
xkbcommon: WARNING: [XKB-489] ca:307:17: numeric keysym "0x10014d7" (16782551) | |
xkbcommon: WARNING: [XKB-489] ca:307:29: numeric keysym "0x10015a2" (16782754) | |
xkbcommon: WARNING: [XKB-489] ca:311:17: numeric keysym "0x1001593" (16782739) | |
xkbcommon: WARNING: [XKB-489] ca:311:29: numeric keysym "0x1001490" (16782480) | |
xkbcommon: WARNING: [XKB-489] ca:312:17: numeric keysym "0x100140a" (16782346) | |
xkbcommon: WARNING: [XKB-489] ca:312:29: numeric keysym "0x1001438" (16782392) | |
xkbcommon: WARNING: [XKB-489] ca:313:17: numeric keysym "0x1001583" (16782723) | |
xkbcommon: WARNING: [XKB-489] ca:313:29: numeric keysym "0x100154b" (16782667) | |
xkbcommon: WARNING: [XKB-489] ca:314:17: numeric keysym "0x1001472" (16782450) | |
xkbcommon: WARNING: [XKB-489] ca:315:17: numeric keysym "0x1001455" (16782421) | |
xkbcommon: WARNING: [XKB-489] ca:315:29: numeric keysym "0x100157c" (16782716) | |
xkbcommon: WARNING: [XKB-489] ca:316:17: numeric keysym "0x10014f4" (16782580) | |
xkbcommon: WARNING: [XKB-489] ca:316:29: numeric keysym "0x10014c7" (16782535) | |
xkbcommon: WARNING: [XKB-489] ca:317:17: numeric keysym "0x10014aa" (16782506) | |
xkbcommon: WARNING: [XKB-489] ca:317:29: numeric keysym "0x10014da" (16782554) | |
xkbcommon: WARNING: [XKB-489] ca:320:17: numeric keysym "0x100152d" (16782637) | |
xkbcommon: WARNING: [XKB-489] ca:320:29: numeric keysym "0x1001559" (16782681) | |
xkbcommon: WARNING: [XKB-489] ca:322:20: numeric keysym "0x100157b" (16782715) | |
xkbcommon: WARNING: [XKB-489] ca:322:32: numeric keysym "0x1001575" (16782709) | |
xkbcommon: WARNING: [XKB-489] ca:323:20: numeric keysym "0x1001579" (16782713) | |
xkbcommon: WARNING: [XKB-489] ca:323:32: numeric keysym "0x1001577" (16782711) | |
xkbcommon: WARNING: [XKB-800] Key "<MDSW>" added to modifier map for multiple modifiers; Using Mod3, ignoring Mod5 | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <LALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-893] Multiple definitions for group 1 type of key <RALT>; Using PC_ALT_LEVEL2, ignoring TWO_LEVEL | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <RALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <RALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <LALT> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-893] Multiple definitions for group 4 type of key <RALT>; Using PC_ALT_LEVEL2, ignoring ONE_LEVEL | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <RALT> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <LALT> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-893] Multiple definitions for group 1 type of key <RALT>; Using PC_LALT_LEVEL2, ignoring PC_ALT_LEVEL2 | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <RALT> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <CAPS>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <RWIN>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-516] Type "PC_RALT_LEVEL2" has 2 levels, but <LALT> has 3 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-516] Type "PC_RALT_LEVEL2" has 2 levels, but <LALT> has 3 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-516] Type "PC_RALT_LEVEL2" has 2 levels, but <LALT> has 3 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-516] Type "PC_RALT_LEVEL2" has 2 levels, but <LALT> has 3 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-770] Key <OUTP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KITG> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIDN> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIUP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <RO> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I192> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I193> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I194> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I195> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I196> not found in keycodes; Symbols ignored | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
xkbcommon: WARNING: [XKB-965] Key "Caps_Lock" not found in symbol map; Modifier map entry for Lock not updated | |
xkbcommon: WARNING: [XKB-965] Key "Super_R" not found in symbol map; Modifier map entry for Mod4 not updated | |
xkbcommon: WARNING: [XKB-965] Key "Alt_R" not found in symbol map; Modifier map entry for Mod1 not updated | |
xkbcommon: WARNING: [XKB-965] Key "Meta_R" not found in symbol map; Modifier map entry for Mod1 not updated | |
Compiled 'evdev' 'pc105' 'us,il,ru,ca' ',,,multix' 'grp:alts_toggle,ctrl:nocaps,compose:rwin' | |
---- | |
got 1 syms for keycode 24: [q] | |
got 1 syms for keycode 64: [Alt_L] | |
got 1 syms for keycode 108: [ISO_Next_Group] | |
got 1 syms for keycode 108: [ISO_Level3_Shift] | |
got 1 syms for keycode 64: [Alt_L] | |
got 1 syms for keycode 24: [slash] | |
got 1 syms for keycode 50: [Shift_L] | |
got 1 syms for keycode 24: [Q] | |
got 1 syms for keycode 134: [Multi_key] | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'evdev', model 'pc105', layout 'us,in', variant '(null)', options 'grp:alts_toggle' | |
xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'evdev+aliases(qwerty)', types 'complete', compat 'complete', symbols 'pc+us+in:2+inet(evdev)+level3(ralt_switch_for_alts_toggle):1+group(alts_toggle)' | |
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: WARNING: [XKB-489] nbsp:70:52: numeric keysym "0x100202f" (16785455) | |
xkbcommon: WARNING: [XKB-489] nbsp:79:65: numeric keysym "0x100202f" (16785455) | |
xkbcommon: WARNING: [XKB-489] nbsp:90:65: numeric keysym "0x100202f" (16785455) | |
xkbcommon: WARNING: [XKB-489] nbsp:108:31: numeric keysym "0x100200c" (16785420) | |
xkbcommon: WARNING: [XKB-489] nbsp:119:31: numeric keysym "0x100200c" (16785420) | |
xkbcommon: WARNING: [XKB-489] nbsp:119:42: numeric keysym "0x100200d" (16785421) | |
xkbcommon: WARNING: [XKB-489] nbsp:131:31: numeric keysym "0x100200c" (16785420) | |
xkbcommon: WARNING: [XKB-489] nbsp:131:42: numeric keysym "0x100200d" (16785421) | |
xkbcommon: WARNING: [XKB-489] nbsp:142:31: numeric keysym "0x100200c" (16785420) | |
xkbcommon: WARNING: [XKB-489] nbsp:153:31: numeric keysym "0x100200c" (16785420) | |
xkbcommon: WARNING: [XKB-489] nbsp:165:31: numeric keysym "0x100200c" (16785420) | |
xkbcommon: WARNING: [XKB-489] nbsp:165:56: numeric keysym "0x100200d" (16785421) | |
xkbcommon: WARNING: [XKB-489] nbsp:178:31: numeric keysym "0x100200c" (16785420) | |
xkbcommon: WARNING: [XKB-489] nbsp:178:56: numeric keysym "0x100202f" (16785455) | |
xkbcommon: WARNING: [XKB-489] nbsp:190:38: numeric keysym "0x100200c" (16785420) | |
xkbcommon: WARNING: [XKB-489] nbsp:190:49: numeric keysym "0x100200d" (16785421) | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 2 on key <AE04>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <LALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-893] Multiple definitions for group 1 type of key <RALT>; Using PC_ALT_LEVEL2, ignoring TWO_LEVEL | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <RALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <RALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <LALT> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-893] Multiple definitions for group 1 type of key <RALT>; Using PC_LALT_LEVEL2, ignoring PC_ALT_LEVEL2 | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <RALT> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-516] Type "PC_RALT_LEVEL2" has 2 levels, but <LALT> has 3 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-770] Key <OUTP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KITG> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIDN> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIUP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <RO> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I192> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I193> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I194> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I195> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I196> not found in keycodes; Symbols ignored | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
xkbcommon: WARNING: [XKB-965] Key "Alt_R" not found in symbol map; Modifier map entry for Mod1 not updated | |
xkbcommon: WARNING: [XKB-965] Key "Meta_R" not found in symbol map; Modifier map entry for Mod1 not updated | |
Compiled 'evdev' 'pc105' 'us,in' '' 'grp:alts_toggle' | |
---- | |
got 1 syms for keycode 38: [a] | |
got 1 syms for keycode 64: [Alt_L] | |
got 1 syms for keycode 108: [ISO_Next_Group] | |
got 1 syms for keycode 108: [ISO_Level3_Shift] | |
got 1 syms for keycode 64: [Alt_L] | |
got 1 syms for keycode 38: [U094B] | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'evdev', model 'pc105', layout 'us', variant 'intl', options '(null)' | |
xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'evdev+aliases(qwerty)', types 'complete', compat 'complete', symbols 'pc+us(intl)+inet(evdev)' | |
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: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <TLDE>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <TLDE>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AE06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AE07>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AC11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AC11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <LSGT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <LSGT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <LSGT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <LSGT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-893] Multiple definitions for group 1 type of key <RALT>; Using ONE_LEVEL, ignoring TWO_LEVEL | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <RALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-516] Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-770] Key <OUTP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KITG> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIDN> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIUP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <RO> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I192> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I193> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I194> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I195> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I196> not found in keycodes; Symbols ignored | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
xkbcommon: WARNING: [XKB-965] Key "Alt_R" not found in symbol map; Modifier map entry for Mod1 not updated | |
xkbcommon: WARNING: [XKB-965] Key "Meta_R" not found in symbol map; Modifier map entry for Mod1 not updated | |
Compiled 'evdev' 'pc105' 'us' 'intl' '' | |
---- | |
got 1 syms for keycode 49: [dead_grave] | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'evdev', model 'evdev', layout 'us', variant 'intl', options 'grp:alts_toggle' | |
xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'evdev+aliases(qwerty)', types 'complete', compat 'complete', symbols 'pc+us(intl)+inet(evdev)+level3(ralt_switch_for_alts_toggle)+group(alts_toggle)' | |
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: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <TLDE>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <TLDE>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AE06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AE07>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AC11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AC11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <LSGT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <LSGT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <LSGT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <LSGT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-893] Multiple definitions for group 1 type of key <RALT>; Using ONE_LEVEL, ignoring TWO_LEVEL | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <RALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <LALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-893] Multiple definitions for group 1 type of key <RALT>; Using PC_ALT_LEVEL2, ignoring ONE_LEVEL | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <RALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <LALT> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-893] Multiple definitions for group 1 type of key <RALT>; Using PC_LALT_LEVEL2, ignoring PC_ALT_LEVEL2 | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <RALT> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-516] Type "PC_RALT_LEVEL2" has 2 levels, but <LALT> has 3 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-770] Key <OUTP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KITG> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIDN> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIUP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <RO> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I192> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I193> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I194> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I195> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I196> not found in keycodes; Symbols ignored | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
xkbcommon: WARNING: [XKB-965] Key "Alt_R" not found in symbol map; Modifier map entry for Mod1 not updated | |
xkbcommon: WARNING: [XKB-965] Key "Meta_R" not found in symbol map; Modifier map entry for Mod1 not updated | |
Compiled 'evdev' 'evdev' 'us' 'intl' 'grp:alts_toggle' | |
---- | |
got 1 syms for keycode 49: [dead_grave] | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'evdev', model 'pc105', layout 'us:20', variant '(null)', options '(null)' | |
xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'evdev+aliases(qwerty)', types 'complete', compat 'complete', symbols 'pc+us:20+inet(evdev)' | |
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: [XKB-237] Cannot set explicit group to 20 - must be between 1..4; Ignoring group number | |
xkbcommon: WARNING: [XKB-770] Key <OUTP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KITG> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIDN> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIUP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <RO> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I192> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I193> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I194> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I195> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I196> not found in keycodes; Symbols ignored | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
Compiled 'evdev' '' 'us:20' '' '' | |
---- | |
got 1 syms for keycode 38: [a] | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'evdev', model 'pc105', layout 'us,,ca', variant '(null)', options 'grp:alts_toggle' | |
xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'evdev+aliases(qwerty)', types 'complete', compat 'complete', symbols 'pc+us+:2+ca:3+inet(evdev)+level3(ralt_switch_for_alts_toggle):1+level3(ralt_switch_for_alts_toggle):3+group(alts_toggle)' | |
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: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <LALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-893] Multiple definitions for group 1 type of key <RALT>; Using PC_ALT_LEVEL2, ignoring TWO_LEVEL | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <RALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <RALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <LALT> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-893] Multiple definitions for group 3 type of key <RALT>; Using PC_ALT_LEVEL2, ignoring ONE_LEVEL | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <RALT> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <LALT> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-893] Multiple definitions for group 1 type of key <RALT>; Using PC_LALT_LEVEL2, ignoring PC_ALT_LEVEL2 | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <RALT> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-516] Type "PC_RALT_LEVEL2" has 2 levels, but <LALT> has 3 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-516] Type "PC_RALT_LEVEL2" has 2 levels, but <LALT> has 3 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-516] Type "PC_RALT_LEVEL2" has 2 levels, but <LALT> has 3 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-770] Key <OUTP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KITG> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIDN> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIUP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <RO> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I192> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I193> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I194> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I195> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I196> not found in keycodes; Symbols ignored | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
xkbcommon: WARNING: [XKB-965] Key "Alt_R" not found in symbol map; Modifier map entry for Mod1 not updated | |
xkbcommon: WARNING: [XKB-965] Key "Meta_R" not found in symbol map; Modifier map entry for Mod1 not updated | |
Compiled 'evdev' '' 'us,,ca' '' 'grp:alts_toggle' | |
---- | |
got 1 syms for keycode 38: [a] | |
got 1 syms for keycode 64: [Alt_L] | |
got 1 syms for keycode 108: [ISO_Next_Group] | |
got 1 syms for keycode 108: [ISO_Next_Group] | |
got 1 syms for keycode 64: [Alt_L] | |
got 1 syms for keycode 64: [Alt_L] | |
got 1 syms for keycode 108: [ISO_Next_Group] | |
got 1 syms for keycode 108: [ISO_Level3_Shift] | |
got 1 syms for keycode 64: [Alt_L] | |
got 1 syms for keycode 48: [dead_grave] | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'evdev', model 'pc105', layout 'us', variant '(null)', options '(null)' | |
xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'evdev+aliases(qwerty)', types 'complete', compat 'complete', symbols 'pc+us+inet(evdev)' | |
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: WARNING: [XKB-770] Key <OUTP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KITG> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIDN> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIUP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <RO> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I192> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I193> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I194> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I195> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I196> not found in keycodes; Symbols ignored | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
Compiled '' '' '' '' '' | |
---- | |
got 1 syms for keycode 38: [a] | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'does-not-exist', model 'pc105', layout 'us', variant '(null)', options '(null)' | |
xkbcommon: ERROR: [XKB-338] Couldn't find file "rules/does-not-exist" in include paths | |
xkbcommon: ERROR: [XKB-338] 1 include paths searched: | |
xkbcommon: ERROR: [XKB-338] /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data | |
xkbcommon: ERROR: Couldn't look up rules 'does-not-exist', model 'pc105', layout 'us', variant '(null)', options '(null)' | |
Failed to compile RMLVO: 'does-not-exist', '', '', '', '' | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'evdev', model 'pc105', layout 'us', variant '(null)', options '(null)' | |
xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'evdev+aliases(qwerty)', types 'complete', compat 'complete', symbols 'pc+us+inet(evdev)' | |
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: WARNING: [XKB-770] Key <OUTP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KITG> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIDN> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIUP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <RO> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I192> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I193> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I194> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I195> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I196> not found in keycodes; Symbols ignored | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
Compiled '(null)' '(null)' '(null)' '(null)' '(null)' | |
---- | |
got 1 syms for keycode 38: [a] | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'evdev', model 'pc105', layout 'us', variant '(null)', options 'ctrl:nocaps' | |
xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'evdev+aliases(qwerty)', types 'complete', compat 'complete', symbols 'pc+us+inet(evdev)+ctrl(nocaps)' | |
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: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <CAPS>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-770] Key <OUTP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KITG> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIDN> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIUP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <RO> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I192> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I193> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I194> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I195> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I196> not found in keycodes; Symbols ignored | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
xkbcommon: WARNING: [XKB-965] Key "Caps_Lock" not found in symbol map; Modifier map entry for Lock not updated | |
Compiled '(null)' '(null)' '(null)' '(null)' '(null)' | |
---- | |
got 1 syms for keycode 66: [Control_L] | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'evdev', model 'pc105', layout 'us,ca', variant ',,,multix', options 'grp:alts_toggle' | |
xkbcommon: ERROR: Unrecognized RMLVO variant "multix" was ignored | |
xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'evdev+aliases(qwerty)', types 'complete', compat 'complete', symbols 'pc+us+ca:2+inet(evdev)+level3(ralt_switch_for_alts_toggle):1+level3(ralt_switch_for_alts_toggle):2+group(alts_toggle)' | |
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: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <LALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-893] Multiple definitions for group 1 type of key <RALT>; Using PC_ALT_LEVEL2, ignoring TWO_LEVEL | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <RALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <RALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <LALT> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-893] Multiple definitions for group 2 type of key <RALT>; Using PC_ALT_LEVEL2, ignoring ONE_LEVEL | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <RALT> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <LALT> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-893] Multiple definitions for group 1 type of key <RALT>; Using PC_LALT_LEVEL2, ignoring PC_ALT_LEVEL2 | |
xkbcommon: WARNING: [XKB-935] Symbol map for key <RALT> redefined; Using first definition for conflicting fields | |
xkbcommon: WARNING: [XKB-516] Type "PC_RALT_LEVEL2" has 2 levels, but <LALT> has 3 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-516] Type "PC_RALT_LEVEL2" has 2 levels, but <LALT> has 3 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-770] Key <OUTP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KITG> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIDN> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIUP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <RO> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I192> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I193> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I194> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I195> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I196> not found in keycodes; Symbols ignored | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
xkbcommon: WARNING: [XKB-965] Key "Alt_R" not found in symbol map; Modifier map entry for Mod1 not updated | |
xkbcommon: WARNING: [XKB-965] Key "Meta_R" not found in symbol map; Modifier map entry for Mod1 not updated | |
Compiled '(null)' '(null)' '(null)' '(null)' '(null)' | |
---- | |
got 1 syms for keycode 38: [a] | |
got 1 syms for keycode 64: [Alt_L] | |
got 1 syms for keycode 108: [ISO_Next_Group] | |
got 1 syms for keycode 108: [ISO_Level3_Shift] | |
got 1 syms for keycode 64: [Alt_L] | |
got 1 syms for keycode 49: [numbersign] | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'broken', model 'what-on-earth', layout 'invalid', variant '(null)', options '(null)' | |
xkbcommon: ERROR: [XKB-338] Couldn't find file "rules/broken" in include paths | |
xkbcommon: ERROR: [XKB-338] 1 include paths searched: | |
xkbcommon: ERROR: [XKB-338] /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data | |
xkbcommon: ERROR: Couldn't look up rules 'broken', model 'what-on-earth', layout 'invalid', variant '(null)', options '(null)' | |
Failed to compile RMLVO: '(null)', '(null)', '(null)', '(null)', '(null)' | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'base', model 'empty', layout 'empty', variant '(null)', options '(null)' | |
xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'empty+aliases(qwerty)', types 'complete', compat 'complete', symbols 'empty(basic)' | |
xkbcommon: DEBUG: Compiling xkb_keycodes "(unnamed)" | |
xkbcommon: WARNING: [XKB-770] Attempt to alias <LatQ> to non-existent key <AD01>; Ignored | |
xkbcommon: WARNING: [XKB-770] Attempt to alias <LatW> to non-existent key <AD02>; Ignored | |
xkbcommon: WARNING: [XKB-770] Attempt to alias <LatE> to non-existent key <AD03>; Ignored | |
xkbcommon: WARNING: [XKB-770] Attempt to alias <LatR> to non-existent key <AD04>; Ignored | |
xkbcommon: WARNING: [XKB-770] Attempt to alias <LatT> to non-existent key <AD05>; Ignored | |
xkbcommon: WARNING: [XKB-770] Attempt to alias <LatY> to non-existent key <AD06>; Ignored | |
xkbcommon: WARNING: [XKB-770] Attempt to alias <LatU> to non-existent key <AD07>; Ignored | |
xkbcommon: WARNING: [XKB-770] Attempt to alias <LatI> to non-existent key <AD08>; Ignored | |
xkbcommon: WARNING: [XKB-770] Attempt to alias <LatO> to non-existent key <AD09>; Ignored | |
xkbcommon: WARNING: [XKB-770] Attempt to alias <LatP> to non-existent key <AD10>; Ignored | |
xkbcommon: WARNING: [XKB-770] Attempt to alias <LatA> to non-existent key <AC01>; Ignored | |
xkbcommon: WARNING: [XKB-770] Attempt to alias <LatS> to non-existent key <AC02>; Ignored | |
xkbcommon: WARNING: [XKB-770] Attempt to alias <LatD> to non-existent key <AC03>; Ignored | |
xkbcommon: WARNING: [XKB-770] Attempt to alias <LatF> to non-existent key <AC04>; Ignored | |
xkbcommon: WARNING: [XKB-770] Attempt to alias <LatG> to non-existent key <AC05>; Ignored | |
xkbcommon: WARNING: [XKB-770] Attempt to alias <LatH> to non-existent key <AC06>; Ignored | |
xkbcommon: WARNING: [XKB-770] Attempt to alias <LatJ> to non-existent key <AC07>; Ignored | |
xkbcommon: WARNING: [XKB-770] Attempt to alias <LatK> to non-existent key <AC08>; Ignored | |
xkbcommon: WARNING: [XKB-770] Attempt to alias <LatL> to non-existent key <AC09>; Ignored | |
xkbcommon: WARNING: [XKB-770] Attempt to alias <LatZ> to non-existent key <AB01>; Ignored | |
xkbcommon: WARNING: [XKB-770] Attempt to alias <LatX> to non-existent key <AB02>; Ignored | |
xkbcommon: WARNING: [XKB-770] Attempt to alias <LatC> to non-existent key <AB03>; Ignored | |
xkbcommon: WARNING: [XKB-770] Attempt to alias <LatV> to non-existent key <AB04>; Ignored | |
xkbcommon: WARNING: [XKB-770] Attempt to alias <LatB> to non-existent key <AB05>; Ignored | |
xkbcommon: WARNING: [XKB-770] Attempt to alias <LatN> to non-existent key <AB06>; Ignored | |
xkbcommon: WARNING: [XKB-770] Attempt to alias <LatM> to non-existent key <AB07>; Ignored | |
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 "Caps Lock" was not declared in the keycodes section; Adding new indicator | |
xkbcommon: DEBUG: Indicator name "Num Lock" was not declared in the keycodes section; Adding new indicator | |
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: Indicator name "Scroll Lock" was not declared in the keycodes section; Adding new indicator | |
xkbcommon: DEBUG: Compiling xkb_symbols "(unnamed)" | |
Compiled '(null)' '(null)' '(null)' '(null)' '(null)' | |
---- | |
got 0 syms for keycode 38: [] | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'evdev', model 'pc105', layout 'cz', variant 'bksl', options '(null)' | |
xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'evdev+aliases(qwertz)', types 'complete', compat 'complete', symbols 'pc+cz(bksl)+inet(evdev)' | |
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: WARNING: [XKB-645] cz:76:19: unknown escape sequence (\|) in string literal | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <TLDE>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <TLDE>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <TLDE>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <TLDE>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AE01>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE01>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AE01>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <AE01>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AE02>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE02>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AE02>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <AE02>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AE03>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE03>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AE03>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <AE03>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AE04>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE04>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AE04>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <AE04>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AE05>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE05>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AE05>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <AE05>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AE06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AE06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <AE06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AE07>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE07>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AE07>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <AE07>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AE08>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE08>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AE08>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <AE08>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AE09>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE09>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AE09>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <AE09>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AE10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <AE10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AE11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <AE11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AE12>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AE12>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AE12>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <AE12>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AD01>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AD02>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AD03>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AD06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AD06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AD11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AD11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AD11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <AD11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AD12>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AD12>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AD12>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <AD12>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AC01>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AC02>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AC03>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AC04>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AC05>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AC06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AC07>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AC08>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AC09>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AC10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AC10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AC10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AC11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AC11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AC11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <AC11>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <BKSL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <BKSL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <BKSL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <BKSL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <BKSL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 4/group 1 on key <BKSL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AB01>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AB01>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AB01>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AB02>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AB03>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AB04>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AB05>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AB06>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AB07>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AB08>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AB08>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AB09>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AB09>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <AB10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <AB10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <AB10>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <BKSL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <BKSL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <BKSL>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <LSGT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 2/group 1 on key <LSGT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 3/group 1 on key <LSGT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-893] Multiple definitions for group 1 type of key <RALT>; Using ONE_LEVEL, ignoring TWO_LEVEL | |
xkbcommon: WARNING: [XKB-461] Multiple symbols for level 1/group 1 on key <RALT>; Using from, ignoring to | |
xkbcommon: WARNING: [XKB-516] Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 levels; Ignoring extra symbols | |
xkbcommon: WARNING: [XKB-770] Key <OUTP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KITG> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIDN> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIUP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <RO> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I192> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I193> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I194> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I195> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I196> not found in keycodes; Symbols ignored | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
xkbcommon: WARNING: [XKB-965] Key "Alt_R" not found in symbol map; Modifier map entry for Mod1 not updated | |
xkbcommon: WARNING: [XKB-965] Key "Meta_R" not found in symbol map; Modifier map entry for Mod1 not updated | |
Compiled '(null)' '(null)' '(null)' '(null)' '(null)' | |
---- | |
got 1 syms for keycode 38: [a] | |
xkbcommon: DEBUG: Include path added: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data | |
xkbcommon: DEBUG: Compiling from RMLVO: rules 'evdev', model 'pc105', layout 'us', variant '(null)', options '(null)' | |
xkbcommon: DEBUG: Compiling from KcCGST: keycodes 'evdev+aliases(qwerty)', types 'complete', compat 'complete', symbols 'pc+us+inet(evdev)' | |
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: WARNING: [XKB-770] Key <OUTP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KITG> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIDN> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <KIUP> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <RO> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I192> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I193> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I194> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I195> not found in keycodes; Symbols ignored | |
xkbcommon: WARNING: [XKB-770] Key <I196> not found in keycodes; Symbols ignored | |
xkbcommon: INFO: No symbols defined for <AB11> | |
xkbcommon: INFO: No symbols defined for <JPCM> | |
xkbcommon: INFO: No symbols defined for <I120> | |
xkbcommon: INFO: No symbols defined for <AE13> | |
xkbcommon: INFO: No symbols defined for <I149> | |
xkbcommon: INFO: No symbols defined for <I154> | |
xkbcommon: INFO: No symbols defined for <I168> | |
xkbcommon: INFO: No symbols defined for <I178> | |
xkbcommon: INFO: No symbols defined for <I183> | |
xkbcommon: INFO: No symbols defined for <I184> | |
xkbcommon: INFO: No symbols defined for <FK19> | |
xkbcommon: INFO: No symbols defined for <FK24> | |
xkbcommon: INFO: No symbols defined for <I217> | |
xkbcommon: INFO: No symbols defined for <I219> | |
xkbcommon: INFO: No symbols defined for <I222> | |
xkbcommon: INFO: No symbols defined for <I230> | |
xkbcommon: INFO: No symbols defined for <I247> | |
xkbcommon: INFO: No symbols defined for <I248> | |
xkbcommon: INFO: No symbols defined for <I249> | |
xkbcommon: INFO: No symbols defined for <I250> | |
xkbcommon: INFO: No symbols defined for <I252> | |
xkbcommon: INFO: No symbols defined for <I253> | |
Compiled '(null)' '(null)' '(null)' '(null)' '(null)' | |
---- | |
got 1 syms for keycode 38: [a] | |
xkbcommon: ERROR: xkb_keymap_new_from_names: unrecognized flags: 0xffffffff | |
xkbcommon: ERROR: xkb_keymap_new_from_names: unrecognized flags: 0x154d | |
============================================================================== | |
=================================== 15/24 ==================================== | |
test: libxkbcommon / compose | |
start time: 16:07:39 | |
duration: 0.39s | |
result: exit status 0 | |
command: HAVE_XKBCLI_INTERACTIVE_EVDEV=0 XKB_LOG_LEVEL=debug top_srcdir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0 XKB_LOG_VERBOSITY=10 HAVE_XKBCLI_INTERACTIVE_WAYLAND=0 HAVE_XKBCLI_LIST=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=26 top_builddir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build HAVE_XKBCLI_INTERACTIVE_X11=1 /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build/test-compose | |
----------------------------------- stderr ----------------------------------- | |
xkbcommon: DEBUG: Include path added: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data | |
xkbcommon: WARNING: (input string):2:24: this compose sequence is a prefix of another; skipping line | |
xkbcommon: WARNING: (input string):2:24: a sequence already exists which is a prefix of this sequence; overriding | |
xkbcommon: WARNING: (input string):2:24: this compose sequence is a duplicate of another; skipping line | |
xkbcommon: WARNING: (input string):2:24: this compose sequence already exists; overriding | |
xkbcommon: WARNING: (input string):2:24: this compose sequence already exists; overriding | |
xkbcommon: WARNING: (input string):2:24: this compose sequence already exists; overriding | |
xkbcommon: DEBUG: created compose table from locale blabla with path /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data/locale/en_US.UTF-8/Compose | |
xkbcommon: DEBUG: created compose table from locale en_US.UTF-8 with path /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data/locale/en_US.UTF-8/Compose | |
xkbcommon: DEBUG: created compose table from locale en_US.UTF-8 with path /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data/locale/en_US.UTF-8/Compose | |
xkbcommon: DEBUG: created compose table from locale en_US.UTF-8 with path /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data/locale/en_US.UTF-8/Compose | |
xkbcommon: DEBUG: created compose table from locale C with path /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data/locale/en_US.UTF-8/Compose | |
xkbcommon: ERROR: couldn't find a Compose file for locale "blabla" (mapped to "blabla") | |
xkbcommon: WARNING: (input string):12:21: this compose sequence is a duplicate of another; skipping line | |
xkbcommon: WARNING: (input string):13:21: this compose sequence is a duplicate of another; skipping line | |
xkbcommon: WARNING: (input string):14:21: this compose sequence is a duplicate of another; skipping line | |
xkbcommon: WARNING: (input string):15:21: this compose sequence is a duplicate of another; skipping line | |
xkbcommon: WARNING: (input string):16:21: this compose sequence is a duplicate of another; skipping line | |
xkbcommon: WARNING: (input string):17:21: this compose sequence is a duplicate of another; skipping line | |
xkbcommon: WARNING: (input string):18:21: this compose sequence is a duplicate of another; skipping line | |
xkbcommon: WARNING: (input string):19:21: this compose sequence is a duplicate of another; skipping line | |
xkbcommon: WARNING: (input string):20:21: this compose sequence is a duplicate of another; skipping line | |
xkbcommon: WARNING: (input string):21:26: this compose sequence is a duplicate of another; skipping line | |
<START bad input string> | |
xkbcommon: ERROR: (input string):1:3: unrecognized modifier "None" | |
xkbcommon: ERROR: (input string):2:3: unrecognized modifier "Foo" | |
xkbcommon: ERROR: (input string):3:6: unexpected token | |
xkbcommon: ERROR: (input string):4:3: unexpected token | |
xkbcommon: ERROR: (input string):5:5: unexpected token | |
xkbcommon: ERROR: (input string):6:3: unexpected token | |
xkbcommon: ERROR: (input string):7:8: unexpected token | |
xkbcommon: ERROR: (input string):8:19: unexpected token | |
xkbcommon: ERROR: (input string):9:19: unexpected token | |
xkbcommon: ERROR: (input string):10:6: unexpected token | |
xkbcommon: ERROR: (input string):11:21: unexpected token | |
xkbcommon: ERROR: (input string):11:21: too many errors | |
xkbcommon: ERROR: (input string):11:21: failed to parse file | |
<END bad input string> | |
xkbcommon: WARNING: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data/locale/en_US.UTF-8/Compose:33:43: this compose sequence already exists; overriding | |
xkbcommon: WARNING: (input string):3:35: this compose sequence already exists; overriding | |
xkbcommon: WARNING: (input string):3:49: a sequence already exists which is a prefix of this sequence; overriding | |
xkbcommon: WARNING: [XKB-193] (input string):1:11: illegal octal escape sequence (\401) in string literal | |
xkbcommon: WARNING: [XKB-193] (input string):1:11: illegal hexadecimal escape sequence (\x0) in string literal | |
xkbcommon: WARNING: [XKB-193] (input string):1:11: illegal octal escape sequence (\0) in string literal | |
============================================================================== | |
=================================== 16/24 ==================================== | |
test: libxkbcommon / utils | |
start time: 16:07:39 | |
duration: 0.36s | |
result: exit status 0 | |
command: HAVE_XKBCLI_INTERACTIVE_EVDEV=0 XKB_LOG_LEVEL=debug top_srcdir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0 XKB_LOG_VERBOSITY=10 HAVE_XKBCLI_INTERACTIVE_WAYLAND=0 HAVE_XKBCLI_LIST=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 top_builddir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build MALLOC_PERTURB_=152 HAVE_XKBCLI_INTERACTIVE_X11=1 /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build/test-utils | |
============================================================================== | |
=================================== 17/24 ==================================== | |
test: libxkbcommon / modifiers | |
start time: 16:07:40 | |
duration: 0.35s | |
result: exit status 0 | |
command: HAVE_XKBCLI_INTERACTIVE_EVDEV=0 XKB_LOG_LEVEL=debug top_srcdir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0 HAVE_XKBCLI_INTERACTIVE_WAYLAND=0 XKB_LOG_VERBOSITY=10 HAVE_XKBCLI_LIST=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 top_builddir=/private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build MALLOC_PERTURB_=240 HAVE_XKBCLI_INTERACTIVE_X11=1 /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/build/test-modifiers | |
----------------------------------- stderr ----------------------------------- | |
xkbcommon: DEBUG: Include path added: /private/tmp/libxkbcommon-20240313-51520-gsbqvl/libxkbcommon-1.6.0/test/data | |
xkbcommon: WARNING: [XKB-433] No map in include statement, but "(unknown file)" contains several; Using first defined map, "(unnamed)" | |
xkbcommon: DEBUG: Compiling xkb_keycodes "test" | |
xkbcommon: DEBUG: Compiling xkb_types "complete" | |
xkbcommon: DEBUG: Compiling xkb_compatibility "complete" | |
xkbcommon: DEBUG: The "locking" field in s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment