Build · 825adfb1Finished · errors ·
Pause
•••
Download raw log ↓
← Earlier output714 KiB captured
xjump-2.9.3
checking whether make supports the include directive... yes (GNU style)
checking dependency style of clang... none
checking how to run the C preprocessor... clang -E
checking for X... libraries , headers 
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for fcntl.h... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for stddef.h... yes
checking for sys/file.h... yes
checking for unistd.h... (cached) yes
checking for size_t... yes
checking for uid_t... yes
checking for gid_t... yes
checking for error_at_line... yes
checking for ftruncate... yes
checking for strchr... yes
checking for XCreateBitmapFromData in -lX11... yes
checking for XtAddEventHandler in -lXt... yes
checking for XpmReadFileToPixmap in -lXpm... yes
checking for formWidgetClass in -lXaw... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
make  all-am
make[1]: Entering directory '/build/source'
clang -DHAVE_CONFIG_H -I.  -D_FORTIFY_SOURCE=2 -DXJUMP_THEMES_DIR=\"/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/share/xjump/themes\" -DXJUMP_SPRITES_FILEPATH=\"/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/share/xjump/themes/"default".xpm\" -DXJUMP_HIGHSCORE_FILEPATH=\"/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/var/xjump/"highscores"\" -DXJUMP_HIGHSCORE_ENTRIES=20 -DXJUMP_GLOBAL_SETTINGS_DIR=\"/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/etc\" -DXJUMP_CONFIG_FILENAME=\""xjump.conf"\"  --std=c99 --pedantic -Wall -O2 -fPIE -g -O2 -c -o game.o `test -f 'src/game.c' || echo './'`src/game.c
clang -DHAVE_CONFIG_H -I.  -D_FORTIFY_SOURCE=2 -DXJUMP_THEMES_DIR=\"/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/share/xjump/themes\" -DXJUMP_SPRITES_FILEPATH=\"/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/share/xjump/themes/"default".xpm\" -DXJUMP_HIGHSCORE_FILEPATH=\"/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/var/xjump/"highscores"\" -DXJUMP_HIGHSCORE_ENTRIES=20 -DXJUMP_GLOBAL_SETTINGS_DIR=\"/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/etc\" -DXJUMP_CONFIG_FILENAME=\""xjump.conf"\"  --std=c99 --pedantic -Wall -O2 -fPIE -g -O2 -c -o main.o `test -f 'src/main.c' || echo './'`src/main.c
In file included from src/main.c:32:
src/safestr.h:6:59: warning: no newline at end of file [-Wnewline-eof]
    6 | char * try_strncpy(char *dest, const char *src, size_t n);
      |                                                           ^
src/main.c:279:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  279 | static void try_pause()
      |                      ^
      |                       void
src/main.c:288:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  288 | static void try_unpause()
      |                        ^
      |                         void
src/main.c:388:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  388 | static void print_help_message()
      |                               ^
      |                                void
4 warnings generated.
clang -DHAVE_CONFIG_H -I.  -D_FORTIFY_SOURCE=2 -DXJUMP_THEMES_DIR=\"/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/share/xjump/themes\" -DXJUMP_SPRITES_FILEPATH=\"/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/share/xjump/themes/"default".xpm\" -DXJUMP_HIGHSCORE_FILEPATH=\"/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/var/xjump/"highscores"\" -DXJUMP_HIGHSCORE_ENTRIES=20 -DXJUMP_GLOBAL_SETTINGS_DIR=\"/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/etc\" -DXJUMP_CONFIG_FILENAME=\""xjump.conf"\"  --std=c99 --pedantic -Wall -O2 -fPIE -g -O2 -c -o misc.o `test -f 'src/misc.c' || echo './'`src/misc.c
clang -DHAVE_CONFIG_H -I.  -D_FORTIFY_SOURCE=2 -DXJUMP_THEMES_DIR=\"/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/share/xjump/themes\" -DXJUMP_SPRITES_FILEPATH=\"/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/share/xjump/themes/"default".xpm\" -DXJUMP_HIGHSCORE_FILEPATH=\"/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/var/xjump/"highscores"\" -DXJUMP_HIGHSCORE_ENTRIES=20 -DXJUMP_GLOBAL_SETTINGS_DIR=\"/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/etc\" -DXJUMP_CONFIG_FILENAME=\""xjump.conf"\"  --std=c99 --pedantic -Wall -O2 -fPIE -g -O2 -c -o record.o `test -f 'src/record.c' || echo './'`src/record.c
clang -DHAVE_CONFIG_H -I.  -D_FORTIFY_SOURCE=2 -DXJUMP_THEMES_DIR=\"/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/share/xjump/themes\" -DXJUMP_SPRITES_FILEPATH=\"/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/share/xjump/themes/"default".xpm\" -DXJUMP_HIGHSCORE_FILEPATH=\"/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/var/xjump/"highscores"\" -DXJUMP_HIGHSCORE_ENTRIES=20 -DXJUMP_GLOBAL_SETTINGS_DIR=\"/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/etc\" -DXJUMP_CONFIG_FILENAME=\""xjump.conf"\"  --std=c99 --pedantic -Wall -O2 -fPIE -g -O2 -c -o resource.o `test -f 'src/resource.c' || echo './'`src/resource.c
clang -DHAVE_CONFIG_H -I.  -D_FORTIFY_SOURCE=2 -DXJUMP_THEMES_DIR=\"/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/share/xjump/themes\" -DXJUMP_SPRITES_FILEPATH=\"/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/share/xjump/themes/"default".xpm\" -DXJUMP_HIGHSCORE_FILEPATH=\"/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/var/xjump/"highscores"\" -DXJUMP_HIGHSCORE_ENTRIES=20 -DXJUMP_GLOBAL_SETTINGS_DIR=\"/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/etc\" -DXJUMP_CONFIG_FILENAME=\""xjump.conf"\"  --std=c99 --pedantic -Wall -O2 -fPIE -g -O2 -c -o safestr.o `test -f 'src/safestr.c' || echo './'`src/safestr.c
src/safestr.c:26:2: warning: no newline at end of file [-Wnewline-eof]
   26 | }
      |  ^
1 warning generated.
clang --std=c99 --pedantic -Wall -O2 -fPIE -g -O2 -pie  -o xjump game.o main.o misc.o record.o resource.o safestr.o  -lXaw -lXpm -lXt -lX11 
make[1]: Leaving directory '/build/source'
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
make[1]: Entering directory '/build/source'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/bin'
  /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c xjump '/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/bin'
make  install-exec-hook
make[2]: Entering directory '/build/source'
install -D -m 644 xjump.desktop   "/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/share/applications/xjump.desktop"
install -D -m 644 icons/xjump.xpm "/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/share/pixmaps/xjump.xpm"
for dim in '32x32'; do \
    install -D -m 644 "icons/${dim}.png"  "/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/share/icons/hicolor/${dim}/apps/xjump.png"; \
done
if [ ! -e  "/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/var/xjump/"highscores"" ]; then \
  mkdir -p "/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/var/xjump"; \
  echo   > "/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/var/xjump/"highscores""; \
fi # Make sure the highscore file has non-zero length to make rpmlint happy...
if [ $(id -u) = 0 ] && \
   getent group  games >/dev/null && \
   getent passwd games >/dev/null; \
then \
  chgrp games "/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/bin/xjump"; \
  chmod 2755  "/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/bin/xjump"; \
  chgrp games "/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/var/xjump/"highscores""; \
  chmod 0660  "/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/var/xjump/"highscores""; \
fi
make[2]: Leaving directory '/build/source'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/share/xjump/themes'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 themes/default.xpm themes/ion.xpm themes/jumpnbump.xpm '/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/share/xjump/themes'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/share/man/man6'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 xjump.6 '/nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/share/man/man6'
make[1]: Leaving directory '/build/source'
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3
shrinking /nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/bin/xjump
checking for references to /build/ in /nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3...
gzipping man pages under /nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/share/man/
patching script interpreter paths in /nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3
stripping (with command strip and flags -S -p) in  /nix/store/3ylz3j482ay6xrj2fll3pj3hhkbnhgh3-xjump-x86_64-unknown-linux-gnufilc0-2.9.3/bin
xkb-switch-1.8.5
Build started
→ unpackPhase
unpacking source archive /nix/store/k4hlqwjfl8bl75b4binxjhn8afksv3qd-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
fixing cmake files...
cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/gxzdpi5l1cd5rpbfnqn5b92mswvzf971-xkb-switch-x86_64-unknown-linux-gnufilc0-1.8.5/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/gxzdpi5l1cd5rpbfnqn5b92mswvzf971-xkb-switch-x86_64-unknown-linux-gnufilc0-1.8.5/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/gxzdpi5l1cd5rpbfnqn5b92mswvzf971-xkb-switch-x86_64-unknown-linux-gnufilc0-1.8.5/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/gxzdpi5l1cd5rpbfnqn5b92mswvzf971-xkb-switch-x86_64-unknown-linux-gnufilc0-1.8.5/share/doc/XKB-SWITCH -DCMAKE_INSTALL_INFODIR=/nix/store/gxzdpi5l1cd5rpbfnqn5b92mswvzf971-xkb-switch-x86_64-unknown-linux-gnufilc0-1.8.5/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/gxzdpi5l1cd5rpbfnqn5b92mswvzf971-xkb-switch-x86_64-unknown-linux-gnufilc0-1.8.5/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/gxzdpi5l1cd5rpbfnqn5b92mswvzf971-xkb-switch-x86_64-unknown-linux-gnufilc0-1.8.5/include -DCMAKE_INSTALL_SBINDIR=/nix/store/gxzdpi5l1cd5rpbfnqn5b92mswvzf971-xkb-switch-x86_64-unknown-linux-gnufilc0-1.8.5/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/gxzdpi5l1cd5rpbfnqn5b92mswvzf971-xkb-switch-x86_64-unknown-linux-gnufilc0-1.8.5/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/gxzdpi5l1cd5rpbfnqn5b92mswvzf971-xkb-switch-x86_64-unknown-linux-gnufilc0-1.8.5/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/strip -DCMAKE_RANLIB=/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/ranlib -DCMAKE_AR=/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/gxzdpi5l1cd5rpbfnqn5b92mswvzf971-xkb-switch-x86_64-unknown-linux-gnufilc0-1.8.5 -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env
CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.
  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.
-- The C compiler identification is Clang 20.1.8
-- The CXX compiler identification is Clang 20.1.8
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found X11: /nix/store/5yqscg1pqbzhz2h1wp7qkb8356d0ll0x-xorgproto-x86_64-unknown-linux-gnufilc0-2024.1/include
-- Looking for XOpenDisplay in /nix/store/s2iay6jlrjmh7vmp8vj083xk9pp368b8-libX11-x86_64-unknown-linux-gnufilc0-1.8.12/lib/libX11.so
-- Looking for XOpenDisplay in /nix/store/s2iay6jlrjmh7vmp8vj083xk9pp368b8-libX11-x86_64-unknown-linux-gnufilc0-1.8.12/lib/libX11.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Configuring done (0.9s)
-- Generating done (0.0s)
CMake Warning:
  Manually-specified variables were not used by the project:
    BUILD_TESTING
    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_INSTALL_BINDIR
    CMAKE_INSTALL_DOCDIR
    CMAKE_INSTALL_INCLUDEDIR
    CMAKE_INSTALL_INFODIR
    CMAKE_INSTALL_LIBDIR
    CMAKE_INSTALL_LIBEXECDIR
    CMAKE_INSTALL_LOCALEDIR
    CMAKE_INSTALL_MANDIR
    CMAKE_INSTALL_SBINDIR
-- Build files have been written to: /build/source/build
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j7 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
[ 16%] Compressing man file man/xkb-switch.1 to /build/source/build/xkb-switch.1.gzip
[ 33%] Building CXX object CMakeFiles/xkbswitch.dir/src/XKbSwitchApi.cpp.o
[ 50%] Building CXX object CMakeFiles/xkbswitch.dir/src/XKeyboard.cpp.o
[ 50%] Built target man_xkb-switch_1
[ 66%] Linking CXX shared library libxkbswitch.so
[ 66%] Built target xkbswitch
[ 83%] Building CXX object CMakeFiles/xkb-switch.dir/src/XKbSwitch.cpp.o
[100%] Linking CXX executable xkb-switch
[100%] Built target xkb-switch
→ installPhase
install flags: -j7 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
[ 16%] Built target man_xkb-switch_1
[ 66%] Built target xkbswitch
[100%] Built target xkb-switch
Install the project...
-- Install configuration: "Release"
-- Installing: /nix/store/gxzdpi5l1cd5rpbfnqn5b92mswvzf971-xkb-switch-x86_64-unknown-linux-gnufilc0-1.8.5/bin/xkb-switch
-- Set non-toolchain portion of runtime path of "/nix/store/gxzdpi5l1cd5rpbfnqn5b92mswvzf971-xkb-switch-x86_64-unknown-linux-gnufilc0-1.8.5/bin/xkb-switch" to ""
-- Installing: /nix/store/gxzdpi5l1cd5rpbfnqn5b92mswvzf971-xkb-switch-x86_64-unknown-linux-gnufilc0-1.8.5/lib/libxkbswitch.so.1.8.5
-- Installing: /nix/store/gxzdpi5l1cd5rpbfnqn5b92mswvzf971-xkb-switch-x86_64-unknown-linux-gnufilc0-1.8.5/lib/libxkbswitch.so.1
-- Installing: /nix/store/gxzdpi5l1cd5rpbfnqn5b92mswvzf971-xkb-switch-x86_64-unknown-linux-gnufilc0-1.8.5/lib/libxkbswitch.so
-- Installing: /nix/store/gxzdpi5l1cd5rpbfnqn5b92mswvzf971-xkb-switch-x86_64-unknown-linux-gnufilc0-1.8.5/share/man/man1/xkb-switch.1.gzip
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/gxzdpi5l1cd5rpbfnqn5b92mswvzf971-xkb-switch-x86_64-unknown-linux-gnufilc0-1.8.5
shrinking /nix/store/gxzdpi5l1cd5rpbfnqn5b92mswvzf971-xkb-switch-x86_64-unknown-linux-gnufilc0-1.8.5/bin/xkb-switch
shrinking /nix/store/gxzdpi5l1cd5rpbfnqn5b92mswvzf971-xkb-switch-x86_64-unknown-linux-gnufilc0-1.8.5/lib/libxkbswitch.so.1.8.5
checking for references to /build/ in /nix/store/gxzdpi5l1cd5rpbfnqn5b92mswvzf971-xkb-switch-x86_64-unknown-linux-gnufilc0-1.8.5...
gzipping man pages under /nix/store/gxzdpi5l1cd5rpbfnqn5b92mswvzf971-xkb-switch-x86_64-unknown-linux-gnufilc0-1.8.5/share/man/
patching script interpreter paths in /nix/store/gxzdpi5l1cd5rpbfnqn5b92mswvzf971-xkb-switch-x86_64-unknown-linux-gnufilc0-1.8.5
stripping (with command strip and flags -S -p) in  /nix/store/gxzdpi5l1cd5rpbfnqn5b92mswvzf971-xkb-switch-x86_64-unknown-linux-gnufilc0-1.8.5/lib /nix/store/gxzdpi5l1cd5rpbfnqn5b92mswvzf971-xkb-switch-x86_64-unknown-linux-gnufilc0-1.8.5/bin
xkbd-0.8.18
Build started
→ unpackPhase
unpacking source archive /nix/store/6ym2rnsdk1m357nvvjyd42i8abccpk70-source
source root is source
→ patchPhase
→ autoreconfPhase
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force 
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force 
autoreconf: running: /nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin/autoconf --force
configure.ac:5: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.ac:5: You should use the 'AC_CONFIG_HEADERS' macro instead.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:9926: AM_CONFIG_HEADER is expanded from...
configure.ac:5: the top level
configure.ac:54: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
configure.ac:54: You should run autoupdate.
aclocal.m4:122: AC_PROG_LIBTOOL is expanded from...
configure.ac:54: the top level
configure.ac:61: warning: The macro 'AC_HEADER_STDC' is obsolete.
configure.ac:61: You should run autoupdate.
./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from...
configure.ac:61: the top level
configure.ac:69: warning: The macro 'AC_TYPE_SIGNAL' is obsolete.
configure.ac:69: You should run autoupdate.
./lib/autoconf/types.m4:805: AC_TYPE_SIGNAL is expanded from...
configure.ac:69: the top level
configure.ac:75: warning: AC_OUTPUT should be used without arguments.
configure.ac:75: You should run autoupdate.
autoreconf: running: /nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:52: installing './compile'
configure.ac:54: installing './config.guess'
configure.ac:54: installing './config.sub'
configure.ac:4: installing './install-sh'
configure.ac:4: installing './missing'
src/Makefile.am: installing './depcomp'
src/Makefile.am:4: warning: 'CFLAGS' is a user variable, you should not override it;
src/Makefile.am:4: use 'AM_CFLAGS' instead
autoreconf: './install-sh' is updated
autoreconf: Leaving directory '.'
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./config.sub
Updating Autotools / GNU config script to a newer upstream version: ./config.guess
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./config.sub
Updating Autotools / GNU config script to a newer upstream version: ./config.guess
→ configurePhase
Fil-C: adapting libtool symbol probes in configure
fixing libtool script ./ltmain.sh
./configure
patching script interpreter paths in ./configure
./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18 --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnufilc0
checking for a BSD-compatible install... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-unknown-linux-gnufilc0-strip... strip
checking for a race-free mkdir -p... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for pkg-config... no
configure: WARNING: *** Could not find pkg-config entry for xft in your path, build may fail***
checking for xft-config... no
configure: WARNING: ***Could not find xft-config, build may fail. You may want --disable-xft ***
checking for x86_64-unknown-linux-gnufilc0-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether clang accepts -g... yes
checking for clang option to enable C11 features... none needed
checking whether clang understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of clang... none
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnufilc0
checking how to print strings... printf
checking for a sed that does not truncate output... /nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin/sed
checking for grep that handles long lines and -e... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep
checking for egrep... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -E
checking for fgrep... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -F
checking for ld used by clang... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 4718592
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnufilc0 format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for ld option to reload object files... -r
checking for file... file
checking for x86_64-unknown-linux-gnufilc0-objdump... objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for x86_64-unknown-linux-gnufilc0-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-unknown-linux-gnufilc0-ranlib... ranlib
checking for x86_64-unknown-linux-gnufilc0-ar... ar
checking for archiver @FILE support... @
checking for x86_64-unknown-linux-gnufilc0-strip... (cached) strip
checking command to parse nm output from clang object... ok
checking for sysroot... no
checking for a working dd... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/dd
checking how to truncate binary pipes... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/dd bs=4096 count=1
checking for x86_64-unknown-linux-gnufilc0-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C preprocessor... clang -E
checking for X... libraries , headers 
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... no
checking for egrep... (cached) /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -E
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/param.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for GNU libc compatible malloc... yes
checking return type of signal handlers... void
checking for strchr... yes
checking for strdup... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating data/Makefile
config.status: creating doc/Makefile
config.status: creating data/img/Makefile
config.status: creating packaging/Makefile
config.status: creating packaging/ipkg/Makefile
config.status: creating packaging/ipkg/control
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
make  all-recursive
make[1]: Entering directory '/build/source'
Making all in src
make[2]: Entering directory '/build/source/src'
clang -DHAVE_CONFIG_H -I. -I..     -DUSE_XFT -DUSE_XPM -DDEFAULTCONFIG=\"/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/share/xkbd/all.qwerty.xkbd\" -c -o xkbd.o xkbd.c
xkbd.c:71:9: warning: passing 'long *' to parameter of type 'unsigned long *' converts between pointers to integer types with different sign [-Wpointer-sign]
   71 |                       &nitems, &bytes_after, (unsigned char **)&xwindow);
      |                       ^~~~~~~
/nix/store/zaxsgn2b7d3jmganb77nsy4zsbc0rx1h-libX11-x86_64-unknown-linux-gnufilc0-1.8.12-dev/include/X11/Xlib.h:2696:39: note: passing argument to parameter here
 2696 |     unsigned long*      /* nitems_return */,
      |                                            ^
xkbd.c:71:18: warning: passing 'long *' to parameter of type 'unsigned long *' converts between pointers to integer types with different sign [-Wpointer-sign]
   71 |                       &nitems, &bytes_after, (unsigned char **)&xwindow);
      |                                ^~~~~~~~~~~~
/nix/store/zaxsgn2b7d3jmganb77nsy4zsbc0rx1h-libX11-x86_64-unknown-linux-gnufilc0-1.8.12-dev/include/X11/Xlib.h:2697:44: note: passing argument to parameter here
 2697 |     unsigned long*      /* bytes_after_return */,
      |                                                 ^
xkbd.c:85:27: warning: passing 'long *' to parameter of type 'unsigned long *' converts between pointers to integer types with different sign [-Wpointer-sign]
   85 |                                &type, &format, &nitems,
      |                                                ^~~~~~~
/nix/store/zaxsgn2b7d3jmganb77nsy4zsbc0rx1h-libX11-x86_64-unknown-linux-gnufilc0-1.8.12-dev/include/X11/Xlib.h:2696:39: note: passing argument to parameter here
 2696 |     unsigned long*      /* nitems_return */,
      |                                            ^
xkbd.c:86:11: warning: passing 'long *' to parameter of type 'unsigned long *' converts between pointers to integer types with different sign [-Wpointer-sign]
   86 |                                &bytes_after, (unsigned char **)&val);
      |                                ^~~~~~~~~~~~
/nix/store/zaxsgn2b7d3jmganb77nsy4zsbc0rx1h-libX11-x86_64-unknown-linux-gnufilc0-1.8.12-dev/include/X11/Xlib.h:2697:44: note: passing argument to parameter here
 2697 |     unsigned long*      /* bytes_after_return */,
      |                                                 ^
xkbd.c:97:20: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
   97 |   retval = strdup (val);
      |                    ^~~
/nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include/string.h:202:34: note: passing argument to parameter '__s' here
  202 | extern char *strdup (const char *__s)
      |                                  ^
xkbd.c:97:10: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
   97 |   retval = strdup (val);
      |          ^ ~~~~~~~~~~~~
xkbd.c:291:15: warning: assigning to 'char *' from 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  291 |       wm_name = get_current_window_manager_name ();
      |               ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xkbd.c:325:51: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  325 |           flags = XParseGeometry(geometry, &xret, &yret, &wret, &hret );
      |                                                          ^~~~~
/nix/store/zaxsgn2b7d3jmganb77nsy4zsbc0rx1h-libX11-x86_64-unknown-linux-gnufilc0-1.8.12-dev/include/X11/Xlib.h:2871:37: note: passing argument to parameter here
 2871 |     unsigned int*       /* width_return */,
      |                                           ^
xkbd.c:325:58: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign]
  325 |           flags = XParseGeometry(geometry, &xret, &yret, &wret, &hret );
      |                                                                 ^~~~~
/nix/store/zaxsgn2b7d3jmganb77nsy4zsbc0rx1h-libX11-x86_64-unknown-linux-gnufilc0-1.8.12-dev/include/X11/Xlib.h:2873:1: note: passing argument to parameter here
 2873 | );
      | ^
9 warnings generated.
clang -DHAVE_CONFIG_H -I. -I..     -DUSE_XFT -DUSE_XPM -DDEFAULTCONFIG=\"/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/share/xkbd/all.qwerty.xkbd\" -c -o libXkbd.o libXkbd.c
clang -DHAVE_CONFIG_H -I. -I..     -DUSE_XFT -DUSE_XPM -DDEFAULTCONFIG=\"/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/share/xkbd/all.qwerty.xkbd\" -c -o box.o box.c
box.c:99:30: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
   99 |       printf("size is %i\n", sizeof(*(ptr->data)));
      |                       ~~     ^~~~~~~~~~~~~~~~~~~~
      |                       %lu
1 warning generated.
clang -DHAVE_CONFIG_H -I. -I..     -DUSE_XFT -DUSE_XPM -DDEFAULTCONFIG=\"/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/share/xkbd/all.qwerty.xkbd\" -c -o button.o button.c
clang -DHAVE_CONFIG_H -I. -I..     -DUSE_XFT -DUSE_XPM -DDEFAULTCONFIG=\"/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/share/xkbd/all.qwerty.xkbd\" -c -o kb.o kb.c
clang -DHAVE_CONFIG_H -I. -I..     -DUSE_XFT -DUSE_XPM -DDEFAULTCONFIG=\"/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/share/xkbd/all.qwerty.xkbd\" -c -o libvirtkeys.o libvirtkeys.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool  --tag=CC   --mode=link clang  -DUSE_XFT -DUSE_XPM -DDEFAULTCONFIG=\"/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/share/xkbd/all.qwerty.xkbd\"   -o xkbd xkbd.o libXkbd.o box.o button.o kb.o libvirtkeys.o -lX11 -lXtst -lXpm -lXft 
libtool: link: clang -DUSE_XFT -DUSE_XPM -DDEFAULTCONFIG=\"/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/share/xkbd/all.qwerty.xkbd\" -o xkbd xkbd.o libXkbd.o box.o button.o kb.o libvirtkeys.o  /nix/store/s2iay6jlrjmh7vmp8vj083xk9pp368b8-libX11-x86_64-unknown-linux-gnufilc0-1.8.12/lib/libX11.so /nix/store/dm75yfx143a647p6vs57gmvxg7ib2l6m-libXtst-x86_64-unknown-linux-gnufilc0-1.2.5/lib/libXtst.so /nix/store/mn73l2g6k1dz8dykyi042kxzhz67ix90-libXpm-x86_64-unknown-linux-gnufilc0-3.5.17/lib/libXpm.so /nix/store/ap9d92sy84zi4ijhcfh0ax8mvx92zvc1-libXft-x86_64-unknown-linux-gnufilc0-2.3.9/lib/libXft.so -pthread -Wl,-rpath -Wl,/nix/store/s2iay6jlrjmh7vmp8vj083xk9pp368b8-libX11-x86_64-unknown-linux-gnufilc0-1.8.12/lib -Wl,-rpath -Wl,/nix/store/dm75yfx143a647p6vs57gmvxg7ib2l6m-libXtst-x86_64-unknown-linux-gnufilc0-1.2.5/lib -Wl,-rpath -Wl,/nix/store/mn73l2g6k1dz8dykyi042kxzhz67ix90-libXpm-x86_64-unknown-linux-gnufilc0-3.5.17/lib -Wl,-rpath -Wl,/nix/store/ap9d92sy84zi4ijhcfh0ax8mvx92zvc1-libXft-x86_64-unknown-linux-gnufilc0-2.3.9/lib -Wl,-rpath -Wl,/nix/store/s2iay6jlrjmh7vmp8vj083xk9pp368b8-libX11-x86_64-unknown-linux-gnufilc0-1.8.12/lib -Wl,-rpath -Wl,/nix/store/dm75yfx143a647p6vs57gmvxg7ib2l6m-libXtst-x86_64-unknown-linux-gnufilc0-1.2.5/lib -Wl,-rpath -Wl,/nix/store/mn73l2g6k1dz8dykyi042kxzhz67ix90-libXpm-x86_64-unknown-linux-gnufilc0-3.5.17/lib -Wl,-rpath -Wl,/nix/store/ap9d92sy84zi4ijhcfh0ax8mvx92zvc1-libXft-x86_64-unknown-linux-gnufilc0-2.3.9/lib
make[2]: Leaving directory '/build/source/src'
Making all in data
make[2]: Entering directory '/build/source/data'
Making all in img
make[3]: Entering directory '/build/source/data/img'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/source/data/img'
make[3]: Entering directory '/build/source/data'
sed -e "s,@pkgdatadir@,/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/share/xkbd," \
en_GB.qwerty.xkbd.in > en_GB.qwerty.xkbd 
sed -e "s,@pkgdatadir@,/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/share/xkbd," \
en_GB.qwerty.tiny.xkbd.in > en_GB.qwerty.tiny.xkbd 
sed -e "s,@pkgdatadir@,/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/share/xkbd," \
en_US.qwerty.xkbd.in > en_US.qwerty.xkbd 
sed -e "s,@pkgdatadir@,/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/share/xkbd," \
en_all.fitaly.xkbd.in >  en_all.fitaly.xkbd 
sed -e "s,@pkgdatadir@,/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/share/xkbd," \
kbdconfig.numsonly.in >  kbdconfig.numsonly 
sed -e "s,@pkgdatadir@,/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/share/xkbd," \
en_GB.qwerty.tabletpc.xkbd.in > en_GB.qwerty.tabletpc.xkbd 
sed -e "s,@pkgdatadir@,/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/share/xkbd," \
all.qwerty.xkbd.in > all.qwerty.xkbd 
make[3]: Leaving directory '/build/source/data'
make[2]: Leaving directory '/build/source/data'
Making all in packaging
make[2]: Entering directory '/build/source/packaging'
Making all in ipkg
make[3]: Entering directory '/build/source/packaging/ipkg'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/source/packaging/ipkg'
make[3]: Entering directory '/build/source/packaging'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/source/packaging'
make[2]: Leaving directory '/build/source/packaging'
Making all in doc
make[2]: Entering directory '/build/source/doc'
sed -e "s,@pkgdatadir@,/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/share/xkbd," xkbd.1.in > xkbd.1
make[2]: Leaving directory '/build/source/doc'
make[2]: Entering directory '/build/source'
make[2]: Leaving directory '/build/source'
make[1]: Leaving directory '/build/source'
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
Making install in src
make[1]: Entering directory '/build/source/src'
make[2]: Entering directory '/build/source/src'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/bin'
  /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool   --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c xkbd '/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/bin'
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c xkbd /nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/bin/xkbd
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/source/src'
make[1]: Leaving directory '/build/source/src'
Making install in data
make[1]: Entering directory '/build/source/data'
Making install in img
make[2]: Entering directory '/build/source/data/img'
make[3]: Entering directory '/build/source/data/img'
make[3]: Nothing to be done for 'install-exec-am'.
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/share/xkbd/img'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 backspace.xpm kbd.xpm return.xpm shift.xpm tab.xpm capslock.xpm '/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/share/xkbd/img'
make[3]: Leaving directory '/build/source/data/img'
make[2]: Leaving directory '/build/source/data/img'
make[2]: Entering directory '/build/source/data'
make[3]: Entering directory '/build/source/data'
make[3]: Nothing to be done for 'install-exec-am'.
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/share/xkbd'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 en_GB.qwerty.xkbd en_GB.qwerty.tiny.xkbd en_US.qwerty.xkbd en_all.fitaly.xkbd kbdconfig.numsonly en_GB.qwerty.tabletpc.xkbd all.qwerty.xkbd xkbd-config xkbd-kp-f.conf xkbd-kp.conf xkbd-onoff xkbd-small-f.conf xkbd-small.conf xkbd-small1.conf '/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/share/xkbd'
make[3]: Leaving directory '/build/source/data'
make[2]: Leaving directory '/build/source/data'
make[1]: Leaving directory '/build/source/data'
Making install in packaging
make[1]: Entering directory '/build/source/packaging'
Making install in ipkg
make[2]: Entering directory '/build/source/packaging/ipkg'
make[3]: Entering directory '/build/source/packaging/ipkg'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/source/packaging/ipkg'
make[2]: Leaving directory '/build/source/packaging/ipkg'
make[2]: Entering directory '/build/source/packaging'
make[3]: Entering directory '/build/source/packaging'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/source/packaging'
make[2]: Leaving directory '/build/source/packaging'
make[1]: Leaving directory '/build/source/packaging'
Making install in doc
make[1]: Entering directory '/build/source/doc'
make[2]: Entering directory '/build/source/doc'
make[2]: Nothing to be done for 'install-exec-am'.
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/share/man/man1'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 xkbd.1 '/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/share/man/man1'
make[2]: Leaving directory '/build/source/doc'
make[1]: Leaving directory '/build/source/doc'
make[1]: Entering directory '/build/source'
make[2]: Entering directory '/build/source'
make[2]: Nothing to be done for 'install-exec-am'.
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/share/applications/inputmethods'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 xkbd.desktop xkbd-onoff.desktop '/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/share/applications/inputmethods'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/share/pixmaps/'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 xkbd.png '/nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/share/pixmaps/'
make[2]: Leaving directory '/build/source'
make[1]: Leaving directory '/build/source'
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18
shrinking /nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/bin/xkbd
checking for references to /build/ in /nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18...
gzipping man pages under /nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/share/man/
patching script interpreter paths in /nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18
stripping (with command strip and flags -S -p) in  /nix/store/sb94n42r55jn3vvqq4xgj3d0l0fm9qrg-xkbd-x86_64-unknown-linux-gnufilc0-0.8.18/bin
xkblayout-state-1b
Build started
→ unpackPhase
unpacking source archive /nix/store/nwkhzk9f4hmisi43v522jmcprl3yh3jk-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
g++ -c -Wall -O2 XKeyboard.cpp -o XKeyboard.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: g++: command not found
make: *** [Makefile:4: XKeyboard.o] Error 127
xkbmon-0.4
Build started
→ unpackPhase
unpacking source archive /nix/store/lij0xhwg7xbn6ndz1s4nlpb9c0lvvmv8-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
clang -Wall -Wextra -Werror -Wconversion -pedantic -std=c99 -O2 main.c -o xkbmon -lxcb -lxcb-xkb
main.c:42:17: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
   42 | void print_usage()
      |                 ^
      |                  void
1 error generated.
make: *** [Makefile:5: xkbmon] Error 1
xkbset-0.6
Build started
→ unpackPhase
unpacking source archive /nix/store/8lq3z4d24w3f4fgx8wwwspcwxnfk9442-xkbset-0.6.tar.gz
source root is xkbset-0.6
setting SOURCE_DATE_EPOCH to timestamp 1609361964 of file "xkbset-0.6/README"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
perl create_getargs
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: perl: command not found
make: *** [Makefile:32: getargs.c] Error 127
xkbvalidate
Build started
xkeysnail-0.4
Build started
Sourcing python-remove-tests-dir-hook
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Sourcing pypa-install-hook
Using pypaInstallPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
→ unpackPhase
unpacking source archive /nix/store/0pjnmc5dq27v7iby6x3n0yww2q8iqh44-source
source root is source
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/xkeysnail/transform.py"
→ patchPhase
applying patch /nix/store/bp3nqzwcsj7l1hygrdfnyj1hc2qfcrxw-457ab424fb32c4bfc6e6ea307752a2ce5d77853b.patch
patching file xkeysnail/input.py
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
Executing setuptoolsBuildPhase
setup.py build flags: ''
running bdist_wheel
running build
running build_py
creating build/lib/xkeysnail
copying xkeysnail/__init__.py -> build/lib/xkeysnail
copying xkeysnail/info.py -> build/lib/xkeysnail
copying xkeysnail/key.py -> build/lib/xkeysnail
copying xkeysnail/output.py -> build/lib/xkeysnail
copying xkeysnail/transform.py -> build/lib/xkeysnail
copying xkeysnail/input.py -> build/lib/xkeysnail
running build_scripts
creating build/scripts-3.12
copying and adjusting bin/xkeysnail -> build/scripts-3.12
changing mode of build/scripts-3.12/xkeysnail from 644 to 755
/nix/store/01sa4zsjg3117lf3wjg3ab2dmpmrpb9q-python3.12-setuptools-78.1.1-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.
        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************
!!
  self.initialize_options()
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/xkeysnail
copying build/lib/xkeysnail/__init__.py -> build/bdist.linux-x86_64/wheel/./xkeysnail
copying build/lib/xkeysnail/info.py -> build/bdist.linux-x86_64/wheel/./xkeysnail
copying build/lib/xkeysnail/key.py -> build/bdist.linux-x86_64/wheel/./xkeysnail
copying build/lib/xkeysnail/output.py -> build/bdist.linux-x86_64/wheel/./xkeysnail
copying build/lib/xkeysnail/transform.py -> build/bdist.linux-x86_64/wheel/./xkeysnail
copying build/lib/xkeysnail/input.py -> build/bdist.linux-x86_64/wheel/./xkeysnail
running install_egg_info
running egg_info
creating xkeysnail.egg-info
writing xkeysnail.egg-info/PKG-INFO
writing dependency_links to xkeysnail.egg-info/dependency_links.txt
writing requirements to xkeysnail.egg-info/requires.txt
writing top-level names to xkeysnail.egg-info/top_level.txt
writing manifest file 'xkeysnail.egg-info/SOURCES.txt'
reading manifest file 'xkeysnail.egg-info/SOURCES.txt'
writing manifest file 'xkeysnail.egg-info/SOURCES.txt'
Copying xkeysnail.egg-info to build/bdist.linux-x86_64/wheel/./xkeysnail-0.4.0-py3.12.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/xkeysnail-0.4.0.data/scripts
copying build/scripts-3.12/xkeysnail -> build/bdist.linux-x86_64/wheel/xkeysnail-0.4.0.data/scripts
changing mode of build/bdist.linux-x86_64/wheel/xkeysnail-0.4.0.data/scripts/xkeysnail to 755
creating build/bdist.linux-x86_64/wheel/xkeysnail-0.4.0.dist-info/WHEEL
creating 'dist/xkeysnail-0.4.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'xkeysnail/__init__.py'
adding 'xkeysnail/info.py'
adding 'xkeysnail/input.py'
adding 'xkeysnail/key.py'
adding 'xkeysnail/output.py'
adding 'xkeysnail/transform.py'
adding 'xkeysnail-0.4.0.data/scripts/xkeysnail'
adding 'xkeysnail-0.4.0.dist-info/METADATA'
adding 'xkeysnail-0.4.0.dist-info/WHEEL'
adding 'xkeysnail-0.4.0.dist-info/top_level.txt'
adding 'xkeysnail-0.4.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
→ installPhase
Executing pypaInstallPhase
Successfully installed xkeysnail-0.4.0-py3-none-any.whl
Finished executing pypaInstallPhase
→ pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/zwkzrrfdjr48sy3jrx1wqcal804qc1yv-xkeysnail-0.4-x86_64-unknown-linux-gnufilc0
checking for references to /build/ in /nix/store/zwkzrrfdjr48sy3jrx1wqcal804qc1yv-xkeysnail-0.4-x86_64-unknown-linux-gnufilc0...
patching script interpreter paths in /nix/store/zwkzrrfdjr48sy3jrx1wqcal804qc1yv-xkeysnail-0.4-x86_64-unknown-linux-gnufilc0
stripping (with command strip and flags -S -p) in  /nix/store/zwkzrrfdjr48sy3jrx1wqcal804qc1yv-xkeysnail-0.4-x86_64-unknown-linux-gnufilc0/lib /nix/store/zwkzrrfdjr48sy3jrx1wqcal804qc1yv-xkeysnail-0.4-x86_64-unknown-linux-gnufilc0/bin
shrinking RPATHs of ELF executables and libraries in /nix/store/nxhn8fzsx1v845n8jvxwf316g9g5mkza-xkeysnail-0.4-x86_64-unknown-linux-gnufilc0-dist
checking for references to /build/ in /nix/store/nxhn8fzsx1v845n8jvxwf316g9g5mkza-xkeysnail-0.4-x86_64-unknown-linux-gnufilc0-dist...
patching script interpreter paths in /nix/store/nxhn8fzsx1v845n8jvxwf316g9g5mkza-xkeysnail-0.4-x86_64-unknown-linux-gnufilc0-dist
Rewriting #!/nix/store/nn9ckj7v5gxzzajwz79lzr9kclpvf9pf-python3-3.12.11/bin/python3.12 to #!/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0
wrapping `/nix/store/zwkzrrfdjr48sy3jrx1wqcal804qc1yv-xkeysnail-0.4-x86_64-unknown-linux-gnufilc0/bin/xkeysnail'...
Rewriting #! /nix/store/rg84zrpdgarpgljvpm7pi8wiwjh2gf67-bash-x86_64-unknown-linux-gnufilc0-5.2p37/bin/bash -e to #!/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
→ installCheckPhase
no Makefile or custom installCheckPhase, doing nothing
→ pythonRemoveBinBytecodePhase
xl2tpd-1.3.19
Build started
→ unpackPhase
unpacking source archive /nix/store/j270zmm8qhg1rrpngabawr93bnqlj9qv-source
source root is source
→ patchPhase
substituteStream() in derivation xl2tpd-x86_64-unknown-linux-gnufilc0-1.3.19: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'l2tp.h')
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash PREFIX=\$\(out\)
clang -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION   -c -o xl2tpd.o xl2tpd.c
clang -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION   -c -o pty.o pty.c
clang -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION   -c -o misc.o misc.c
clang -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION   -c -o control.o control.c
clang -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION   -c -o avp.o avp.c
clang -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION   -c -o call.o call.c
clang -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION   -c -o network.o network.c
clang -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION   -c -o avpsend.o avpsend.c
clang -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION   -c -o scheduler.o scheduler.c
clang -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION   -c -o file.o file.c
clang -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION   -c -o aaa.o aaa.c
clang -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION   -c -o md5.o md5.c
clang  -o xl2tpd xl2tpd.o pty.o misc.o control.o avp.o call.o network.o avpsend.o scheduler.o file.o aaa.o md5.o 
clang -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c contrib/pfc.c
clang  -o pfc pfc.o -lpcap 
clang -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION  xl2tpd-control.c -o xl2tpd-control
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash PREFIX=\$\(out\) install
install -d -m 0755 /nix/store/7jy691wpzil3r8mfkgrj8dfdy7gjng27-xl2tpd-x86_64-unknown-linux-gnufilc0-1.3.19/sbin
install -m 0755 xl2tpd /nix/store/7jy691wpzil3r8mfkgrj8dfdy7gjng27-xl2tpd-x86_64-unknown-linux-gnufilc0-1.3.19/sbin/xl2tpd
install -d -m 0755 /nix/store/7jy691wpzil3r8mfkgrj8dfdy7gjng27-xl2tpd-x86_64-unknown-linux-gnufilc0-1.3.19/share/man/man5
install -d -m 0755 /nix/store/7jy691wpzil3r8mfkgrj8dfdy7gjng27-xl2tpd-x86_64-unknown-linux-gnufilc0-1.3.19/share/man/man8
install -m 0644 doc/xl2tpd.8 /nix/store/7jy691wpzil3r8mfkgrj8dfdy7gjng27-xl2tpd-x86_64-unknown-linux-gnufilc0-1.3.19/share/man/man8/
install -m 0644 doc/xl2tpd-control.8 /nix/store/7jy691wpzil3r8mfkgrj8dfdy7gjng27-xl2tpd-x86_64-unknown-linux-gnufilc0-1.3.19/share/man/man8/
install -m 0644 doc/xl2tpd.conf.5 doc/l2tp-secrets.5 \
	 /nix/store/7jy691wpzil3r8mfkgrj8dfdy7gjng27-xl2tpd-x86_64-unknown-linux-gnufilc0-1.3.19/share/man/man5/
# pfc
install -d -m 0755 /nix/store/7jy691wpzil3r8mfkgrj8dfdy7gjng27-xl2tpd-x86_64-unknown-linux-gnufilc0-1.3.19/bin
install -m 0755 pfc /nix/store/7jy691wpzil3r8mfkgrj8dfdy7gjng27-xl2tpd-x86_64-unknown-linux-gnufilc0-1.3.19/bin/pfc
install -d -m 0755 /nix/store/7jy691wpzil3r8mfkgrj8dfdy7gjng27-xl2tpd-x86_64-unknown-linux-gnufilc0-1.3.19/share/man/man1
install -m 0644 contrib/pfc.1 /nix/store/7jy691wpzil3r8mfkgrj8dfdy7gjng27-xl2tpd-x86_64-unknown-linux-gnufilc0-1.3.19/share/man/man1/
# control exec
install -d -m 0755 /nix/store/7jy691wpzil3r8mfkgrj8dfdy7gjng27-xl2tpd-x86_64-unknown-linux-gnufilc0-1.3.19/sbin
install -m 0755 xl2tpd-control /nix/store/7jy691wpzil3r8mfkgrj8dfdy7gjng27-xl2tpd-x86_64-unknown-linux-gnufilc0-1.3.19/sbin/xl2tpd-control
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/7jy691wpzil3r8mfkgrj8dfdy7gjng27-xl2tpd-x86_64-unknown-linux-gnufilc0-1.3.19
shrinking /nix/store/7jy691wpzil3r8mfkgrj8dfdy7gjng27-xl2tpd-x86_64-unknown-linux-gnufilc0-1.3.19/sbin/xl2tpd
shrinking /nix/store/7jy691wpzil3r8mfkgrj8dfdy7gjng27-xl2tpd-x86_64-unknown-linux-gnufilc0-1.3.19/sbin/xl2tpd-control
shrinking /nix/store/7jy691wpzil3r8mfkgrj8dfdy7gjng27-xl2tpd-x86_64-unknown-linux-gnufilc0-1.3.19/bin/pfc
checking for references to /build/ in /nix/store/7jy691wpzil3r8mfkgrj8dfdy7gjng27-xl2tpd-x86_64-unknown-linux-gnufilc0-1.3.19...
gzipping man pages under /nix/store/7jy691wpzil3r8mfkgrj8dfdy7gjng27-xl2tpd-x86_64-unknown-linux-gnufilc0-1.3.19/share/man/
moving /nix/store/7jy691wpzil3r8mfkgrj8dfdy7gjng27-xl2tpd-x86_64-unknown-linux-gnufilc0-1.3.19/sbin/* to /nix/store/7jy691wpzil3r8mfkgrj8dfdy7gjng27-xl2tpd-x86_64-unknown-linux-gnufilc0-1.3.19/bin
patching script interpreter paths in /nix/store/7jy691wpzil3r8mfkgrj8dfdy7gjng27-xl2tpd-x86_64-unknown-linux-gnufilc0-1.3.19
stripping (with command strip and flags -S -p) in  /nix/store/7jy691wpzil3r8mfkgrj8dfdy7gjng27-xl2tpd-x86_64-unknown-linux-gnufilc0-1.3.19/bin /nix/store/7jy691wpzil3r8mfkgrj8dfdy7gjng27-xl2tpd-x86_64-unknown-linux-gnufilc0-1.3.19/sbin
xlayoutdisplay-1.5.0
Build started
→ unpackPhase
unpacking source archive /nix/store/xil87r3apn1sphr6j17zb7qy3aypbpnv-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: -j7 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash PREFIX=/nix/store/zvryva1lvk6knj04r5mflbbff24q2g7s-xlayoutdisplay-x86_64-unknown-linux-gnufilc0-1.5.0
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
g++ -pedantic -Wall -Wextra -Werror -O3 -std=c++14     -DVERSION=\"1.5.0\"  -c -o src/Edid.o src/Edid.cpp
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: g++: command not found
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
make: *** [<builtin>: src/Edid.o] Error 127
xlibinput-calibrator-0.11
Build started
→ unpackPhase
unpacking source archive /nix/store/d3pykv44spr0zj4i352xk3pkqa341mcp-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: -j7 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
make -C src
make[1]: Entering directory '/build/source/src'
clang++ -MT main.o -MMD -MP -MF .d/main.Td -Wall -pedantic -std=c++17 -DHAVE_X11_XRANDR   -c -o main.o main.cc
clang++ -MT gui_x11.o -MMD -MP -MF .d/gui_x11.Td -Wall -pedantic -std=c++17 -DHAVE_X11_XRANDR   -c -o gui_x11.o gui_x11.cc
echo "const char *gitversion = \"<undef>\";" > version.cc
clang++ -MT xinput.o -MMD -MP -MF .d/xinput.Td -Wall -pedantic -std=c++17 -DHAVE_X11_XRANDR   -c -o xinput.o xinput.cc
clang++ -MT mat9.o -MMD -MP -MF .d/mat9.Td -Wall -pedantic -std=c++17 -DHAVE_X11_XRANDR   -c -o mat9.o mat9.cc
clang++ -MT calibrator.o -MMD -MP -MF .d/calibrator.Td -Wall -pedantic -std=c++17 -DHAVE_X11_XRANDR   -c -o calibrator.o calibrator.cc
clang++ -MT version.o -MMD -MP -MF .d/version.Td -Wall -pedantic -std=c++17 -DHAVE_X11_XRANDR   -c -o version.o version.cc
mv -f .d/version.Td .d/version.d
mv -f .d/mat9.Td .d/mat9.d
xed-2024.02.22
[WRITING] obj/DEC-OUT.txt
[WRITING] obj/DEC-ERR.txt
[DEC-GEN] Return code: 0
R: 1 P: 0 C: 2 E: 0 / 86 secs [encgen]
	BUILT: /build/source/obj/DECGEN-OUTPUT-FILES.txt
xlibinput-calibrator-0.11
In file included from gui_x11.cc:39:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:652:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string_view:947:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/algorithm:1854:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__algorithm/for_each.h:16:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ranges/movable_box.h:21:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/optional:1300:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iterator:745:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/variant:500:39: error: too few arguments provided to function-like macro invocation
  500 |     return __at(__fmatrix, __vs.index()...)(std::forward<_Visitor>(__visitor), std::forward<_Vs>(__vs).__as_base()...);
      |                                       ^
/nix/store/5yqscg1pqbzhz2h1wp7qkb8356d0ll0x-xorgproto-x86_64-unknown-linux-gnufilc0-2024.1/include/X11/Xos.h:67:12: note: macro 'index' defined here
   67 | #   define index(s,c) (strchr((s),(c)))
      |            ^
In file included from gui_x11.cc:39:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:652:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string_view:947:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/algorithm:1854:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__algorithm/for_each.h:16:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ranges/movable_box.h:21:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/optional:1300:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iterator:745:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/variant:725:95: error: too few arguments provided to function-like macro invocation
  725 |   _LIBCPP_HIDE_FROM_ABI constexpr bool valueless_by_exception() const noexcept { return index() == variant_npos; }
      |                                                                                               ^
/nix/store/5yqscg1pqbzhz2h1wp7qkb8356d0ll0x-xorgproto-x86_64-unknown-linux-gnufilc0-2024.1/include/X11/Xos.h:67:12: note: macro 'index' defined here
   67 | #   define index(s,c) (strchr((s),(c)))
      |            ^
In file included from gui_x11.cc:39:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:652:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string_view:947:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/algorithm:1854:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__algorithm/for_each.h:16:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ranges/movable_box.h:21:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/optional:1300:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iterator:745:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/variant:727:48: error: too few arguments provided to function-like macro invocation
  727 |   _LIBCPP_HIDE_FROM_ABI constexpr size_t index() const noexcept {
      |                                                ^
/nix/store/5yqscg1pqbzhz2h1wp7qkb8356d0ll0x-xorgproto-x86_64-unknown-linux-gnufilc0-2024.1/include/X11/Xos.h:67:12: note: macro 'index' defined here
   67 | #   define index(s,c) (strchr((s),(c)))
      |            ^
In file included from gui_x11.cc:39:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:652:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string_view:947:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/algorithm:1854:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__algorithm/for_each.h:16:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ranges/movable_box.h:21:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/optional:1300:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iterator:745:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/variant:727:25: error: non-static data member cannot be constexpr; did you intend to make it const?
  727 |   _LIBCPP_HIDE_FROM_ABI constexpr size_t index() const noexcept {
      |                         ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/variant:727:3: error: '__abi_tag__' attribute only applies to structs, variables, functions, and namespaces
  727 |   _LIBCPP_HIDE_FROM_ABI constexpr size_t index() const noexcept {
      |   ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__config:536:22: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI'
  536 |       __attribute__((__abi_tag__(_LIBCPP_TOSTRING(_LIBCPP_ODR_SIGNATURE))))
      |                      ^
In file included from gui_x11.cc:39:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:652:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string_view:947:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/algorithm:1854:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__algorithm/for_each.h:16:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ranges/movable_box.h:21:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/optional:1300:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iterator:745:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/variant:727:47: error: expected ';' at end of declaration list
  727 |   _LIBCPP_HIDE_FROM_ABI constexpr size_t index() const noexcept {
      |                                               ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/variant:719:9: error: member initializer '__data' does not name a non-static data member or base class
  719 |       : __data(__tag), __index(__variant_npos<__index_t>) {}
      |         ^~~~~~~~~~~~~
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/variant:723:9: error: member initializer '__data' does not name a non-static data member or base class
  723 |       : __data(in_place_index<_Ip>, std::forward<_Args>(__args)...), __index(_Ip) {}
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/variant:813:38: error: too few arguments provided to function-like macro invocation
  813 |       auto __rhs_index = __rhs.index();
      |                                      ^
/nix/store/5yqscg1pqbzhz2h1wp7qkb8356d0ll0x-xorgproto-x86_64-unknown-linux-gnufilc0-2024.1/include/X11/Xos.h:67:12: note: macro 'index' defined here
   67 | #   define index(s,c) (strchr((s),(c)))
      |            ^
In file included from gui_x11.cc:39:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:652:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string_view:947:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/algorithm:1854:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__algorithm/for_each.h:16:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ranges/movable_box.h:21:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/optional:1300:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iterator:745:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/variant:919:21: error: too few arguments provided to function-like macro invocation
  919 |     if (this->index() == _Ip) {
      |                     ^
/nix/store/5yqscg1pqbzhz2h1wp7qkb8356d0ll0x-xorgproto-x86_64-unknown-linux-gnufilc0-2024.1/include/X11/Xos.h:67:12: note: macro 'index' defined here
   67 | #   define index(s,c) (strchr((s),(c)))
      |            ^
In file included from gui_x11.cc:39:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:652:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string_view:947:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/algorithm:1854:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__algorithm/for_each.h:16:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ranges/movable_box.h:21:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/optional:1300:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iterator:745:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/variant:944:24: error: too few arguments provided to function-like macro invocation
  944 |           __that.index(),
      |                        ^
/nix/store/5yqscg1pqbzhz2h1wp7qkb8356d0ll0x-xorgproto-x86_64-unknown-linux-gnufilc0-2024.1/include/X11/Xos.h:67:12: note: macro 'index' defined here
   67 | #   define index(s,c) (strchr((s),(c)))
      |            ^
In file included from gui_x11.cc:39:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:652:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string_view:947:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/algorithm:1854:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__algorithm/for_each.h:16:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ranges/movable_box.h:21:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/optional:1300:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iterator:745:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/variant:1050:28: error: too few arguments provided to function-like macro invocation
 1050 |     } else if (this->index() == __that.index()) {
      |                            ^
/nix/store/5yqscg1pqbzhz2h1wp7qkb8356d0ll0x-xorgproto-x86_64-unknown-linux-gnufilc0-2024.1/include/X11/Xos.h:67:12: note: macro 'index' defined here
   67 | #   define index(s,c) (strchr((s),(c)))
      |            ^
In file included from gui_x11.cc:39:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:652:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string_view:947:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/algorithm:1854:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__algorithm/for_each.h:16:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ranges/movable_box.h:21:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/optional:1300:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iterator:745:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/variant:1050:46: error: too few arguments provided to function-like macro invocation
 1050 |     } else if (this->index() == __that.index()) {
      |                                              ^
/nix/store/5yqscg1pqbzhz2h1wp7qkb8356d0ll0x-xorgproto-x86_64-unknown-linux-gnufilc0-2024.1/include/X11/Xos.h:67:12: note: macro 'index' defined here
   67 | #   define index(s,c) (strchr((s),(c)))
      |            ^
In file included from gui_x11.cc:39:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:652:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string_view:947:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/algorithm:1854:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__algorithm/for_each.h:16:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ranges/movable_box.h:21:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/optional:1300:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iterator:745:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/variant:1052:23: error: too few arguments provided to function-like macro invocation
 1052 |           this->index(),
      |                       ^
/nix/store/5yqscg1pqbzhz2h1wp7qkb8356d0ll0x-xorgproto-x86_64-unknown-linux-gnufilc0-2024.1/include/X11/Xos.h:67:12: note: macro 'index' defined here
   67 | #   define index(s,c) (strchr((s),(c)))
      |            ^
In file included from gui_x11.cc:39:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:652:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string_view:947:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/algorithm:1854:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__algorithm/for_each.h:16:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ranges/movable_box.h:21:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/optional:1300:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iterator:745:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/variant:1094:68: error: too few arguments provided to function-like macro invocation
 1094 |     return this->valueless_by_exception() || __results[this->index()];
      |                                                                    ^
/nix/store/5yqscg1pqbzhz2h1wp7qkb8356d0ll0x-xorgproto-x86_64-unknown-linux-gnufilc0-2024.1/include/X11/Xos.h:67:12: note: macro 'index' defined here
   67 | #   define index(s,c) (strchr((s),(c)))
      |            ^
In file included from gui_x11.cc:39:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:652:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string_view:947:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/algorithm:1854:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__algorithm/for_each.h:16:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ranges/movable_box.h:21:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/optional:1300:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iterator:745:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/variant:1293:48: error: too few arguments provided to function-like macro invocation
 1293 |   _LIBCPP_HIDE_FROM_ABI constexpr size_t index() const noexcept { return __impl_.index(); }
      |                                                ^
/nix/store/5yqscg1pqbzhz2h1wp7qkb8356d0ll0x-xorgproto-x86_64-unknown-linux-gnufilc0-2024.1/include/X11/Xos.h:67:12: note: macro 'index' defined here
   67 | #   define index(s,c) (strchr((s),(c)))
      |            ^
In file included from gui_x11.cc:39:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:652:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string_view:947:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/algorithm:1854:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__algorithm/for_each.h:16:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ranges/movable_box.h:21:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/optional:1300:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iterator:745:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/variant:1293:25: error: non-static data member cannot be constexpr; did you intend to make it const?
 1293 |   _LIBCPP_HIDE_FROM_ABI constexpr size_t index() const noexcept { return __impl_.index(); }
      |                         ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/variant:1293:3: error: '__abi_tag__' attribute only applies to structs, variables, functions, and namespaces
 1293 |   _LIBCPP_HIDE_FROM_ABI constexpr size_t index() const noexcept { return __impl_.index(); }
      |   ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__config:536:22: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI'
  536 |       __attribute__((__abi_tag__(_LIBCPP_TOSTRING(_LIBCPP_ODR_SIGNATURE))))
      |                      ^
In file included from gui_x11.cc:39:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:652:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string_view:947:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/algorithm:1854:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__algorithm/for_each.h:16:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ranges/movable_box.h:21:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/optional:1300:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iterator:745:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/variant:1293:47: error: expected ';' at end of declaration list
 1293 |   _LIBCPP_HIDE_FROM_ABI constexpr size_t index() const noexcept { return __impl_.index(); }
      |                                               ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[1]: *** [Makefile:47: gui_x11.o] Error 1
make[1]: *** Waiting for unfinished jobs....
mv -f .d/calibrator.Td .d/calibrator.d
mv -f .d/xinput.Td .d/xinput.d
mv -f .d/main.Td .d/main.d
make[1]: Leaving directory '/build/source/src'
make: *** [Makefile:6: src/xlibinput_calibrator] Error 2
xed-2024.02.22
R: 1 P: 0 C: 2 E: 0 / 96 secs [encgen]
[WRITING] obj/ENC-OUT.txt
[WRITING] obj/ENC-ERR.txt
[ENC-GEN] Return code: 0
R: 0 P: 0 C: 3 E: 0 / 97 secs 
	BUILT: /build/source/obj/ENCGEN-OUTPUT-FILES.txt
R: 4 P: 114 C: 0 E: 0 / 17 msecs 
[MBUILD WARNING] Command execution failed. Waiting for remaining jobs and exiting.
R: 3 P: 114 C: 1 E: 1 / 75 msecs 
[COMMAND     ] gcc -I./include/private -I./include/public/xed -I./include/public -Iobj -Iobj/include-private        -m64  -std=c99  -pedantic  -Wall -Wunused -Werror -Wno-long-long -Wno-unknown-pragmas -fmessage-length=0 -pipe -fomit-frame-pointer -fno-exceptions -Wno-format -Wno-format-security -Wstrict-prototypes -Wwrite-strings -Wredundant-decls -DXED_VERSION="v2023.12.19" -DXED_AMD_ENABLED -DXED_VIA_ENABLED -DXED_AVX -DXED_SUPPORTS_AVX512 -DXED_MPX -DXED_CET -DXED_APX -DXED_SUPPORTS_SHA -DXED_SUPPORTS_WBNOINVD -DXED_DECODER -DXED_ENCODER -DXED_SUPPORTS_LZCNT_TZCNT -DXED_BUILD -c -o obj/xed-reg-enum.o /build/source/obj/xed-reg-enum.c
[EXIT_STATUS ] 399
[STDERR] 
COMMAND ENCOUNTERD AN EXCEPTION
Traceback (most recent call last):
  File "/nix/store/5pr7pczdy18zncda6zyfn5lzxqhk0g22-python3.12-mbuild-2022.07.28-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/mbuild/util.py", line 1049, in run
    self.sub = subprocess.Popen(cmd_args,
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/subprocess.py", line 1026, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/subprocess.py", line 1955, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'gcc'
[MBUILD WARNING] Command execution failed. Waiting for remaining jobs and exiting.
R: 2 P: 114 C: 2 E: 2 / 75 msecs 
[COMMAND     ] gcc -I./include/private -I./include/public/xed -I./include/public -Iobj -Iobj/include-private        -m64  -std=c99  -pedantic  -Wall -Wunused -Werror -Wno-long-long -Wno-unknown-pragmas -fmessage-length=0 -pipe -fomit-frame-pointer -fno-exceptions -Wno-format -Wno-format-security -Wstrict-prototypes -Wwrite-strings -Wredundant-decls -DXED_VERSION="v2023.12.19" -DXED_AMD_ENABLED -DXED_VIA_ENABLED -DXED_AVX -DXED_SUPPORTS_AVX512 -DXED_MPX -DXED_CET -DXED_APX -DXED_SUPPORTS_SHA -DXED_SUPPORTS_WBNOINVD -DXED_DECODER -DXED_ENCODER -DXED_SUPPORTS_LZCNT_TZCNT -DXED_BUILD -c -o obj/xed-operand-ctype-enum.o /build/source/obj/xed-operand-ctype-enum.c
[EXIT_STATUS ] 399
[STDERR] 
COMMAND ENCOUNTERD AN EXCEPTION
Traceback (most recent call last):
  File "/nix/store/5pr7pczdy18zncda6zyfn5lzxqhk0g22-python3.12-mbuild-2022.07.28-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/mbuild/util.py", line 1049, in run
    self.sub = subprocess.Popen(cmd_args,
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/subprocess.py", line 1026, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/subprocess.py", line 1955, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'gcc'
[MBUILD WARNING] Command execution failed. Waiting for remaining jobs and exiting.
R: 1 P: 114 C: 3 E: 3 / 75 msecs 
[COMMAND     ] gcc -I./include/private -I./include/public/xed -I./include/public -Iobj -Iobj/include-private        -m64  -std=c99  -pedantic  -Wall -Wunused -Werror -Wno-long-long -Wno-unknown-pragmas -fmessage-length=0 -pipe -fomit-frame-pointer -fno-exceptions -Wno-format -Wno-format-security -Wstrict-prototypes -Wwrite-strings -Wredundant-decls -DXED_VERSION="v2023.12.19" -DXED_AMD_ENABLED -DXED_VIA_ENABLED -DXED_AVX -DXED_SUPPORTS_AVX512 -DXED_MPX -DXED_CET -DXED_APX -DXED_SUPPORTS_SHA -DXED_SUPPORTS_WBNOINVD -DXED_DECODER -DXED_ENCODER -DXED_SUPPORTS_LZCNT_TZCNT -DXED_BUILD -c -o obj/xed-operand-enum.o /build/source/obj/xed-operand-enum.c
[EXIT_STATUS ] 399
[STDERR] 
COMMAND ENCOUNTERD AN EXCEPTION
Traceback (most recent call last):
  File "/nix/store/5pr7pczdy18zncda6zyfn5lzxqhk0g22-python3.12-mbuild-2022.07.28-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/mbuild/util.py", line 1049, in run
    self.sub = subprocess.Popen(cmd_args,
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/subprocess.py", line 1026, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/subprocess.py", line 1955, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'gcc'
[MBUILD WARNING] Command execution failed. Waiting for remaining jobs and exiting.
R: 0 P: 114 C: 4 E: 4 / 75 msecs 
[COMMAND     ] gcc -I./include/private -I./include/public/xed -I./include/public -Iobj -Iobj/include-private        -m64  -std=c99  -pedantic  -Wall -Wunused -Werror -Wno-long-long -Wno-unknown-pragmas -fmessage-length=0 -pipe -fomit-frame-pointer -fno-exceptions -Wno-format -Wno-format-security -Wstrict-prototypes -Wwrite-strings -Wredundant-decls -DXED_VERSION="v2023.12.19" -DXED_AMD_ENABLED -DXED_VIA_ENABLED -DXED_AVX -DXED_SUPPORTS_AVX512 -DXED_MPX -DXED_CET -DXED_APX -DXED_SUPPORTS_SHA -DXED_SUPPORTS_WBNOINVD -DXED_DECODER -DXED_ENCODER -DXED_SUPPORTS_LZCNT_TZCNT -DXED_BUILD -c -o obj/xed-reg-class-enum.o /build/source/obj/xed-reg-class-enum.c
[EXIT_STATUS ] 399
[STDERR] 
COMMAND ENCOUNTERD AN EXCEPTION
Traceback (most recent call last):
  File "/nix/store/5pr7pczdy18zncda6zyfn5lzxqhk0g22-python3.12-mbuild-2022.07.28-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/mbuild/util.py", line 1049, in run
    self.sub = subprocess.Popen(cmd_args,
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/subprocess.py", line 1026, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/subprocess.py", line 1955, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'gcc'
ABORT: Library build failed
xdiskusage-1.60
error: Cannot build '/nix/store/4cy5cp4k5ppbc1aj0zpfyq595b0nhcpn-xdiskusage-x86_64-unknown-linux-gnufilc0-1.60.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/w9i3q1pbi6f8g6w2y3jfscr9kjklzz43-xdiskusage-x86_64-unknown-linux-gnufilc0-1.60
       Last 25 log lines:
       > configure flags: --prefix=/nix/store/w9i3q1pbi6f8g6w2y3jfscr9kjklzz43-xdiskusage-x86_64-unknown-linux-gnufilc0-1.60 --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnufilc0
       > checking for x86_64-unknown-linux-gnufilc0-gcc... clang
       > checking whether the C compiler works... yes
       > checking for C compiler default output file name... a.out
       > checking for suffix of executables...
       > checking whether we are cross compiling... yes
       > checking for suffix of object files... o
       > checking whether we are using the GNU C compiler... yes
       > checking whether clang accepts -g... yes
       > checking for clang option to accept ISO C89... none needed
       > checking whether we are using the GNU C++ compiler... yes
       > checking whether clang++ accepts -g... yes
       > checking for a BSD-compatible install... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c
       > configure: creating ./config.status
       > config.status: creating makeinclude
       > Running phase: buildPhase
       > build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
       > fluid -c panels.fl
       > clang++  -Wall -O2 -c panels.C
       > In file included from panels.C:3:
       > ./panels.H:5:10: fatal error: 'FL/Fl.H' file not found
       >     5 | #include <FL/Fl.H>
       >       |          ^~~~~~~~~
       > 1 error generated.
       > make: *** [Makefile:32: panels.o] Error 1
       For full logs, run:
         nix log /nix/store/4cy5cp4k5ppbc1aj0zpfyq595b0nhcpn-xdiskusage-x86_64-unknown-linux-gnufilc0-1.60.drv
xearth-1.1
error: Cannot build '/nix/store/1cvajhy8qyvc4s8k3hrlxxyaa98mvry2-xearth-x86_64-unknown-linux-gnufilc0-1.1.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/n7dsihxm7klzmc0hddmxjrgjgg5wd18n-xearth-x86_64-unknown-linux-gnufilc0-1.1
       Last 22 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/hjv983pf4487kngdzyni9paq909y8ain-xearth-1.1.tar.gz
       > source root is xearth-1.1
       > setting SOURCE_DATE_EPOCH to timestamp 941963349 of file "xearth-1.1/INSTALL"
       > Running phase: patchPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > configuring with imake: ''
       > imake -DUseInstalled -I/nix/store/7ygaarqq0iakwhyhl2yin5wwnc6npaqk-imake-1.0.10/lib/X11/config
       > make Makefiles
       > make: Nothing to be done for 'Makefiles'.
       > make includes
       > make: Nothing to be done for 'includes'.
       > make depend
       > gccmakedep  --   -I/nix/store/asqjniq235hn7kbhmq91kkhjpj1q7a9k-xorg-cf-files-1.0.8/include    -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L 				-D_POSIX_SOURCE -D_XOPEN_SOURCE 				-D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 				  				  -DFUNCPROTO=15 -DNARROWPROTO      -- xearth.c dither.c extarr.c gif.c gifout.c mapdata.c                   markers.c ppm.c render.c resources.c scan.c sunpos.c                   x11.c
       > /nix/store/zrijqkx2j5i5mr45sjv633lv29k2j390-gccmakedep-1.0.4/bin/gccmakedep: line 122: gcc: command not found
       > Running phase: buildPhase
       > build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
       > gcc -O2 -fno-strength-reduce -fno-strict-aliasing      -I/nix/store/asqjniq235hn7kbhmq91kkhjpj1q7a9k-xorg-cf-files-1.0.8/include    -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L 				-D_POSIX_SOURCE -D_XOPEN_SOURCE 				-D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 				  				  -DFUNCPROTO=15 -DNARROWPROTO       -c -o xearth.o xearth.c
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
       > make: *** [<builtin>: xearth.o] Error 127
       For full logs, run:
         nix log /nix/store/1cvajhy8qyvc4s8k3hrlxxyaa98mvry2-xearth-x86_64-unknown-linux-gnufilc0-1.1.drv
xed-2024.02.22
error: Cannot build '/nix/store/4xli8g2v38lx5gwrp5cjcnlxkjg4m1zs-xed-x86_64-unknown-linux-gnufilc0-2024.02.22.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/1cras3p95g0a69ms1ddwczn36am2k2vn-xed-x86_64-unknown-linux-gnufilc0-2024.02.22
       Last 25 log lines:
       >                ^^^^^^^^^^^^^^^^^^^^^^^^^^
       >   File "/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/subprocess.py", line 1026, in __init__
       >     self._execute_child(args, executable, preexec_fn, close_fds,
       >   File "/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/subprocess.py", line 1955, in _execute_child
       >     raise child_exception_type(errno_num, err_msg, err_filename)
       > FileNotFoundError: [Errno 2] No such file or directory: 'gcc'
       >
       > [MBUILD WARNING] Command execution failed. Waiting for remaining jobs and exiting.
       > R: 0 P: 114 C: 4 E: 4 / 75 msecs
       > [COMMAND     ] gcc -I./include/private -I./include/public/xed -I./include/public -Iobj -Iobj/include-private        -m64  -std=c99  -pedantic  -Wall -Wunused -Werror -Wno-long-long -Wno-unknown-pragmas -fmessage-length=0 -pipe -fomit-frame-pointer -fno-exceptions -Wno-format -Wno-format-security -Wstrict-prototypes -Wwrite-strings -Wredundant-decls -DXED_VERSION="v2023.12.19" -DXED_AMD_ENABLED -DXED_VIA_ENABLED -DXED_AVX -DXED_SUPPORTS_AVX512 -DXED_MPX -DXED_CET -DXED_APX -DXED_SUPPORTS_SHA -DXED_SUPPORTS_WBNOINVD -DXED_DECODER -DXED_ENCODER -DXED_SUPPORTS_LZCNT_TZCNT -DXED_BUILD -c -o obj/xed-reg-class-enum.o /build/source/obj/xed-reg-class-enum.c
       > [EXIT_STATUS ] 399
       > [STDERR]
       >
       > COMMAND ENCOUNTERD AN EXCEPTION
       > Traceback (most recent call last):
       >   File "/nix/store/5pr7pczdy18zncda6zyfn5lzxqhk0g22-python3.12-mbuild-2022.07.28-x86_64-unknown-linux-gnufilc0/lib/python3.12/site-packages/mbuild/util.py", line 1049, in run
       >     self.sub = subprocess.Popen(cmd_args,
       >                ^^^^^^^^^^^^^^^^^^^^^^^^^^
       >   File "/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/subprocess.py", line 1026, in __init__
       >     self._execute_child(args, executable, preexec_fn, close_fds,
       >   File "/nix/store/l4f8rn6y0jymzbmr08rayygy4xvchpxb-python3-3.12.5-x86_64-unknown-linux-gnufilc0/lib/python3.12/subprocess.py", line 1955, in _execute_child
       >     raise child_exception_type(errno_num, err_msg, err_filename)
       > FileNotFoundError: [Errno 2] No such file or directory: 'gcc'
       >
       > ABORT: Library build failed
       For full logs, run:
         nix log /nix/store/4xli8g2v38lx5gwrp5cjcnlxkjg4m1zs-xed-x86_64-unknown-linux-gnufilc0-2024.02.22.drv
xedit-1.2.4
error: Cannot build '/nix/store/mn5wpafqqlp13gv1wipli0m2sxxizgpn-xedit-x86_64-unknown-linux-gnufilc0-1.2.4.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/srkx59yh7v9q0sxrdrv8qhva6kzn3hvl-xedit-x86_64-unknown-linux-gnufilc0-1.2.4
       Last 25 log lines:
       > 31 clang-20  0x0000000000b840b4 main + 100
       > 32 libc.so.6 0x00007ffff7c2a47e
       > 33 libc.so.6 0x00007ffff7c2a539 __libc_start_main + 137
       > 34 clang-20  0x0000000000c74e95 _start + 37
       > clang-20: error: clang frontend command failed with exit code 134 (use -v to see invocation)
       > clang version 20.1.8 (Fil-C 0.685)
       > Target: x86_64-pc-linux-gnu
       > Thread model: posix
       > InstalledDir: /nix/store/hmjzrg1ppdzlcqry73nyyb8p9wzgryjq-filc0-git/bin
       > Build config: +assertions
       > clang-20: note: diagnostic msg:
       > ********************
       >
       > PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
       > Preprocessed source(s) and associated run script(s) are located at:
       > clang-20: note: diagnostic msg: /build/bytecode-2858a0.c
       > clang-20: note: diagnostic msg: /build/bytecode-2858a0.sh
       > clang-20: note: diagnostic msg:
       >
       > ********************
       > make[2]: *** [Makefile:939: lisp/liblisp_a-bytecode.o] Error 1
       > make[2]: Leaving directory '/build/source'
       > make[1]: *** [Makefile:1620: all-recursive] Error 1
       > make[1]: Leaving directory '/build/source'
       > make: *** [Makefile:652: all] Error 2
       For full logs, run:
         nix log /nix/store/mn5wpafqqlp13gv1wipli0m2sxxizgpn-xedit-x86_64-unknown-linux-gnufilc0-1.2.4.drv
xevd-0.5.0
error: Cannot build '/nix/store/maczfc0yfkxyggg4597y8ad499m9qw1q-xevd-x86_64-unknown-linux-gnufilc0-0.5.0.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/4iwxxhxfv6fwqzl6fziifjjap72v8bim-xevd-x86_64-unknown-linux-gnufilc0-0.5.0
         /nix/store/87lmjrb7fylmw1mm0mgqadmz9bqfc53z-xevd-x86_64-unknown-linux-gnufilc0-0.5.0-lib
         /nix/store/wpp8nj2fsi98mhjlcz0xcgd95bvikngq-xevd-x86_64-unknown-linux-gnufilc0-0.5.0-dev
       Last 25 log lines:
       > /build/source/src_base/xevd_mc.c:444:37: error: shifting a negative signed value is undefined [-Werror,-Wshift-negative-value]
       >   444 |     min_clip[MV_Y] = (-MAX_CU_SIZE) << 2;
       >       |                      ~~~~~~~~~~~~~~ ^
       > 2 errors generated.
       > make[2]: *** [src_main/CMakeFiles/xevd_dynamic.dir/build.make:163: src_main/CMakeFiles/xevd_dynamic.dir/__/src_base/xevd_mc.c.o] Error 1
       > make[2]: *** Waiting for unfinished jobs....
       > [ 16%] Building C object src_main/CMakeFiles/xevd.dir/__/src_base/xevd_df.c.o
       > [ 18%] Building C object src_main/CMakeFiles/xevd.dir/__/src_base/xevd_eco.c.o
       > [ 19%] Building C object src_main/CMakeFiles/xevd.dir/__/src_base/xevd_ipred.c.o
       > [ 20%] Building C object src_main/CMakeFiles/xevd.dir/__/src_base/xevd_itdq.c.o
       > [ 22%] Building C object src_main/CMakeFiles/xevd.dir/__/src_base/xevd_mc.c.o
       > [ 23%] Building C object src_main/CMakeFiles/xevd.dir/__/src_base/xevd_picman.c.o
       > /build/source/src_base/xevd_mc.c:443:37: error: shifting a negative signed value is undefined [-Werror,-Wshift-negative-value]
       >   443 |     min_clip[MV_X] = (-MAX_CU_SIZE) << 2;
       >       |                      ~~~~~~~~~~~~~~ ^
       > /build/source/src_base/xevd_mc.c:444:37: error: shifting a negative signed value is undefined [-Werror,-Wshift-negative-value]
       >   444 |     min_clip[MV_Y] = (-MAX_CU_SIZE) << 2;
       >       |                      ~~~~~~~~~~~~~~ ^
       > 2 errors generated.
       > make[2]: *** [src_main/CMakeFiles/xevd.dir/build.make:163: src_main/CMakeFiles/xevd.dir/__/src_base/xevd_mc.c.o] Error 1
       > make[2]: *** Waiting for unfinished jobs....
       > make[1]: *** [CMakeFiles/Makefile2:165: src_main/CMakeFiles/xevd.dir/all] Error 2
       > make[1]: *** Waiting for unfinished jobs....
       > make[1]: *** [CMakeFiles/Makefile2:197: src_main/CMakeFiles/xevd_dynamic.dir/all] Error 2
       > make: *** [Makefile:156: all] Error 2
       For full logs, run:
         nix log /nix/store/maczfc0yfkxyggg4597y8ad499m9qw1q-xevd-x86_64-unknown-linux-gnufilc0-0.5.0.drv
xeve-0.5.1
error: Cannot build '/nix/store/7hdraar8r76bq9dlv66sxmbaqrny5llc-xeve-x86_64-unknown-linux-gnufilc0-0.5.1.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/pxnxlcxqz2fc8jywjwivsxc643337kaw-xeve-x86_64-unknown-linux-gnufilc0-0.5.1-lib
         /nix/store/v37dw8pfj8xdrbgzx35jpw7im6xrbck4-xeve-x86_64-unknown-linux-gnufilc0-0.5.1-dev
         /nix/store/w5fs4jj2s4ilc29kwzrcw3h4yg026907-xeve-x86_64-unknown-linux-gnufilc0-0.5.1
       Last 25 log lines:
       > /build/source/src_base/xeve_mc.c:325:37: error: shifting a negative signed value is undefined [-Werror,-Wshift-negative-value]
       >   325 |     min_clip[MV_Y] = (-MAX_CU_SIZE) << 2;
       >       |                      ~~~~~~~~~~~~~~ ^
       > 2 errors generated.
       > make[2]: *** [src_main/CMakeFiles/xeve_dynamic.dir/build.make:191: src_main/CMakeFiles/xeve_dynamic.dir/__/src_base/xeve_mc.c.o] Error 1
       > make[2]: *** Waiting for unfinished jobs....
       > [ 16%] Building C object src_main/CMakeFiles/xeve.dir/__/src_base/xeve_enc.c.o
       > [ 17%] Building C object src_main/CMakeFiles/xeve.dir/__/src_base/xeve_fcst.c.o
       > [ 18%] Building C object src_main/CMakeFiles/xeve.dir/__/src_base/xeve_ipred.c.o
       > [ 19%] Building C object src_main/CMakeFiles/xeve.dir/__/src_base/xeve_itdq.c.o
       > [ 20%] Building C object src_main/CMakeFiles/xeve.dir/__/src_base/xeve_mc.c.o
       > [ 21%] Building C object src_main/CMakeFiles/xeve.dir/__/src_base/xeve_mode.c.o
       > /build/source/src_base/xeve_mc.c:324:37: error: shifting a negative signed value is undefined [-Werror,-Wshift-negative-value]
       >   324 |     min_clip[MV_X] = (-MAX_CU_SIZE) << 2;
       >       |                      ~~~~~~~~~~~~~~ ^
       > /build/source/src_base/xeve_mc.c:325:37: error: shifting a negative signed value is undefined [-Werror,-Wshift-negative-value]
       >   325 |     min_clip[MV_Y] = (-MAX_CU_SIZE) << 2;
       >       |                      ~~~~~~~~~~~~~~ ^
       > 2 errors generated.
       > make[2]: *** [src_main/CMakeFiles/xeve.dir/build.make:191: src_main/CMakeFiles/xeve.dir/__/src_base/xeve_mc.c.o] Error 1
       > make[2]: *** Waiting for unfinished jobs....
       > make[1]: *** [CMakeFiles/Makefile2:197: src_main/CMakeFiles/xeve_dynamic.dir/all] Error 2
       > make[1]: *** Waiting for unfinished jobs....
       > make[1]: *** [CMakeFiles/Makefile2:165: src_main/CMakeFiles/xeve.dir/all] Error 2
       > make: *** [Makefile:156: all] Error 2
       For full logs, run:
         nix log /nix/store/7hdraar8r76bq9dlv66sxmbaqrny5llc-xeve-x86_64-unknown-linux-gnufilc0-0.5.1.drv
xfel-1.3.2
error: Cannot build '/nix/store/bg7bg9gzzbqff0gjyrjj1sfldnaykkyv-xfel-x86_64-unknown-linux-gnufilc0-1.3.2.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/c3l5a5ild7qad38kph5zxh6p0n6fv4xd-xfel-x86_64-unknown-linux-gnufilc0-1.3.2
       Last 14 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/b37k81f8k5pn11wmc9mw2fc70arajp2i-source
       > source root is source
       > Running phase: patchPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > no configure script, doing nothing
       > Running phase: buildPhase
       > build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash DESTDIR=\$\(out\) PREFIX=/
       > [CC] ecdsa256.c
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
       > make: *** [Makefile:61: ecdsa256.o] Error 127
       For full logs, run:
         nix log /nix/store/bg7bg9gzzbqff0gjyrjj1sfldnaykkyv-xfel-x86_64-unknown-linux-gnufilc0-1.3.2.drv
xgalaga++-0.9
error: Cannot build '/nix/store/10bnp9ckiqns7v4cgkqlb80mqa5z5mph-xgalaga++-x86_64-unknown-linux-gnufilc0-0.9.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/ylmm44km8k5qdjqbwng8g4yvk0fi7g3x-xgalaga++-x86_64-unknown-linux-gnufilc0-0.9
       Last 25 log lines:
       > [ -s posix_stream.d ] || rm -f posix_stream.d'
       > sh: line 1: g++: command not found
       > sh -ec 'g++ -MM -I. -I/usr/local/include  score.cc |\
       > sed '\''s@\(score\)\.o[ :]*@./\1.o score.d: $(goal_flag_file) @g'\'' > score.d;\
       > [ -s score.d ] || rm -f score.d'
       > sh: line 1: g++: command not found
       > sh -ec 'g++ -MM -I. -I/usr/local/include  sprites.cc |\
       > sed '\''s@\(sprites\)\.o[ :]*@./\1.o sprites.d: $(goal_flag_file) @g'\'' > sprites.d;\
       > [ -s sprites.d ] || rm -f sprites.d'
       > sh: line 1: g++: command not found
       > sh -ec 'g++ -MM -I. -I/usr/local/include  stars.cc |\
       > sed '\''s@\(stars\)\.o[ :]*@./\1.o stars.d: $(goal_flag_file) @g'\'' > stars.d;\
       > [ -s stars.d ] || rm -f stars.d'
       > sh: line 1: g++: command not found
       > sh -ec 'g++ -MM -I. -I/usr/local/include  time_util.cc |\
       > sed '\''s@\(time_util\)\.o[ :]*@./\1.o time_util.d: $(goal_flag_file) @g'\'' > time_util.d;\
       > [ -s time_util.d ] || rm -f time_util.d'
       > sh: line 1: g++: command not found
       > sh -ec 'g++ -MM -I. -I/usr/local/include  xpms.cc |\
       > sed '\''s@\(xpms\)\.o[ :]*@./\1.o xpms.d: $(goal_flag_file) @g'\'' > xpms.d;\
       > [ -s xpms.d ] || rm -f xpms.d'
       > sh: line 1: g++: command not found
       > g++ -c config.cc -I. -I/usr/local/include -s -DHIGH_SCORES_FILE=.xgalaga++.scores -Wall -ansi -Os -fomit-frame-pointer   -o config.o
       > make: g++: No such file or directory
       > make: *** [Makefile:203: config.o] Error 127
       For full logs, run:
         nix log /nix/store/10bnp9ckiqns7v4cgkqlb80mqa5z5mph-xgalaga++-x86_64-unknown-linux-gnufilc0-0.9.drv
xgeometry-select-0.1
error: Cannot build '/nix/store/jpk83bdlb93bfv5a20pg3vnc1jch0n1g-xgeometry-select-x86_64-unknown-linux-gnufilc0-0.1.drv'.
       Reason: builder failed with exit code 127.
       Output paths:
         /nix/store/sn42zw834dsj16g3chs9irvd3cvfjr8c-xgeometry-select-x86_64-unknown-linux-gnufilc0-0.1
       Last 7 log lines:
       > Running phase: patchPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > no configure script, doing nothing
       > Running phase: buildPhase
       > /nix/store/vhkryxjrmsz87jfvdvyinp2q6q2fd48z-stdenv-linux/setup: line 1763: gcc: command not found
       For full logs, run:
         nix log /nix/store/jpk83bdlb93bfv5a20pg3vnc1jch0n1g-xgeometry-select-x86_64-unknown-linux-gnufilc0-0.1.drv
xidel-unstable-2022-11-01
error: Cannot build '/nix/store/0d1jfcg5kjsj7dpy1l3x0na2w0nmswcb-xidel-x86_64-unknown-linux-gnufilc0-unstable-2022-11-01.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/g0f8haxcb16diavypb8nd4k19k4hb5qb-xidel-x86_64-unknown-linux-gnufilc0-unstable-2022-11-01
       Last 25 log lines:
       > Compiling ./import/synapse/synsock.pas
       > ssfpc.inc(713,26) Warning: Symbol "HostToNet" is deprecated
       > ssfpc.inc(779,27) Warning: Local variable "f2" does not seem to be initialized
       > ssfpc.inc(823,18) Warning: Symbol "HostToNet" is deprecated
       > ssfpc.inc(883,25) Warning: Symbol "NetToHost" is deprecated
       > Compiling ./import/synapse/synautil.pas
       > synautil.pas(640,96) Warning: Symbol "TimeSeparator" is deprecated
       > synautil.pas(1984,3) Note: Local variable "BackStop" is assigned but never used
       > synautil.pas(2124,88) Warning: Symbol "ShortMonthNames" is deprecated
       > synautil.pas(2125,87) Warning: Symbol "ShortMonthNames" is deprecated
       > Compiling ./import/synapse/synacode.pas
       > Compiling ./import/synapse/synaip.pas
       > Compiling ./internettools/internet/synapse_ssl_openssl_override.pas
       > Compiling ./import/synapse/ssl_openssl_lib.pas
       > synapse_ssl_openssl_override.pas(1067,3) Note: Local variable "b" not used
       > synapse_ssl_openssl_override.pas(1068,3) Note: Local variable "err" not used
       > Writing Resource String Table file: synapse_ssl_openssl_override.rsj
       > Writing Resource String Table file: synapseinternetaccess.rsj
       > Linking ./xidel
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: ./link100.res:263:8: syntax error, unexpected STRING
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: fatal error: unable to parse script file ./link100.res
       > xidel.pas(85,1) Error: Error while linking
       > xidel.pas(85,1) Fatal: There were 1 errors compiling module, stopping
       > Fatal: Compilation aborted
       > Error: /nix/store/sa9aksnfl8vhxy5sz7p3ym95s61fzzyp-fpc-3.2.2/bin/ppcx64 returned an error exitcode
       For full logs, run:
         nix log /nix/store/0d1jfcg5kjsj7dpy1l3x0na2w0nmswcb-xidel-x86_64-unknown-linux-gnufilc0-unstable-2022-11-01.drv
xilinx-bootgen-xilinx_v2024.2
error: Cannot build '/nix/store/6wvyh2vhpbppvmfb1yxp38qrczrwcqa2-xilinx-bootgen-x86_64-unknown-linux-gnufilc0-xilinx_v2024.2.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/gpgw4nbp25hd255wjykhwqda6qsrwp3x-xilinx-bootgen-x86_64-unknown-linux-gnufilc0-xilinx_v2024.2
       Last 25 log lines:
       > Running phase: patchPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > no configure script, doing nothing
       > Running phase: buildPhase
       > build flags: -j7 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: g++: command not found
       > expr: syntax error: unexpected argument '9'
       > g++ -c -std=c++0x -O -Wall -Wno-reorder -Wno-deprecated-declarations   -I. Keccak-compact-versal.cpp
       > g++ -c -std=c++0x -O -Wall -Wno-reorder -Wno-deprecated-declarations   -I. Keccak-compact.cpp
       > g++ -c -std=c++0x -O -Wall -Wno-reorder -Wno-deprecated-declarations   -I. authentication-versal.cpp
       > g++ -c -std=c++0x -O -Wall -Wno-reorder -Wno-deprecated-declarations   -I. authentication-zynq.cpp
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: g++: command not found
       > g++ -c -std=c++0x -O -Wall -Wno-reorder -Wno-deprecated-declarations   -I. authentication-zynqmp.cpp
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: g++: command not found
       > make: *** [Makefile:71: Keccak-compact-versal.o] Error 127
       > make: *** Waiting for unfinished jobs....
       > make: *** [Makefile:71: Keccak-compact.o] Error 127
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: g++: command not found
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: g++: command not found
       > make: *** [Makefile:71: authentication-versal.o] Error 127
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: g++: command not found
       > make: *** [Makefile:71: authentication-zynq.o] Error 127
       > make: *** [Makefile:71: authentication-zynqmp.o] Error 127
       For full logs, run:
         nix log /nix/store/6wvyh2vhpbppvmfb1yxp38qrczrwcqa2-xilinx-bootgen-x86_64-unknown-linux-gnufilc0-xilinx_v2024.2.drv
xinput_calibrator-0.7.5
error: Cannot build '/nix/store/8lhxk7i0s00hxs237qa8hh5s0zjwgiyk-xinput_calibrator-x86_64-unknown-linux-gnufilc0-0.7.5.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/5v64wqmqs4ag4db5ff20nrkkpzicmm4k-xinput_calibrator-x86_64-unknown-linux-gnufilc0-0.7.5
       Last 22 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/wlqvg4741kzm8n9hmz80kvqz1mnxdg4j-source
       > source root is source
       > Running phase: patchPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > autoreconf: export WARNINGS=
       > autoreconf: Entering directory '.'
       > autoreconf: configure.ac: not using Gettext
       > autoreconf: running: aclocal
       > autoreconf: configure.ac: tracing
       > autoreconf: configure.ac: not using Libtool
       > autoreconf: configure.ac: not using Intltool
       > autoreconf: configure.ac: not using Gtkdoc
       > autoreconf: running: /nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin/autoconf
       > configure.ac:82: warning: AC_OUTPUT should be used without arguments.
       > configure.ac:82: You should run autoupdate.
       > configure.ac:34: error: possibly undefined macro: AC_PROG_LIBTOOL
       >       If this token and others are legitimate, please use m4_pattern_allow.
       >       See the Autoconf documentation.
       > autoreconf: error: /nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin/autoconf failed with exit status: 1
       For full logs, run:
         nix log /nix/store/8lhxk7i0s00hxs237qa8hh5s0zjwgiyk-xinput_calibrator-x86_64-unknown-linux-gnufilc0-0.7.5.drv
xkblayout-state-1b
error: Cannot build '/nix/store/m225w6c5js6jsxv995743iq6ryqzhxap-xkblayout-state-x86_64-unknown-linux-gnufilc0-1b.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/sfdjp3v9dhadnrf9q55l46kv09qjz3nz-xkblayout-state-x86_64-unknown-linux-gnufilc0-1b
       Last 13 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/nwkhzk9f4hmisi43v522jmcprl3yh3jk-source
       > source root is source
       > Running phase: patchPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > no configure script, doing nothing
       > Running phase: buildPhase
       > build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
       > g++ -c -Wall -O2 XKeyboard.cpp -o XKeyboard.o
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: g++: command not found
       > make: *** [Makefile:4: XKeyboard.o] Error 127
       For full logs, run:
         nix log /nix/store/m225w6c5js6jsxv995743iq6ryqzhxap-xkblayout-state-x86_64-unknown-linux-gnufilc0-1b.drv
xkbmon-0.4
error: Cannot build '/nix/store/gfdg7fj4hhcypi2zgpn1j7k1k4rbggc2-xkbmon-x86_64-unknown-linux-gnufilc0-0.4.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/k7l146lvvichn3ykbl45vk1ibd6ixlc8-xkbmon-x86_64-unknown-linux-gnufilc0-0.4
       Last 17 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/lij0xhwg7xbn6ndz1s4nlpb9c0lvvmv8-source
       > source root is source
       > Running phase: patchPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > no configure script, doing nothing
       > Running phase: buildPhase
       > build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
       > clang -Wall -Wextra -Werror -Wconversion -pedantic -std=c99 -O2 main.c -o xkbmon -lxcb -lxcb-xkb
       > main.c:42:17: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
       >    42 | void print_usage()
       >       |                 ^
       >       |                  void
       > 1 error generated.
       > make: *** [Makefile:5: xkbmon] Error 1
       For full logs, run:
         nix log /nix/store/gfdg7fj4hhcypi2zgpn1j7k1k4rbggc2-xkbmon-x86_64-unknown-linux-gnufilc0-0.4.drv
xkbset-0.6
error: Cannot build '/nix/store/a4qkvxfb3a4z33g4xlklifqmacpqbycs-xkbset-x86_64-unknown-linux-gnufilc0-0.6.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/hajz6zwi2ax2z1sz0585xz33ayqxzrk9-xkbset-x86_64-unknown-linux-gnufilc0-0.6
       Last 14 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/8lq3z4d24w3f4fgx8wwwspcwxnfk9442-xkbset-0.6.tar.gz
       > source root is xkbset-0.6
       > setting SOURCE_DATE_EPOCH to timestamp 1609361964 of file "xkbset-0.6/README"
       > Running phase: patchPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > no configure script, doing nothing
       > Running phase: buildPhase
       > build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
       > perl create_getargs
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: perl: command not found
       > make: *** [Makefile:32: getargs.c] Error 127
       For full logs, run:
         nix log /nix/store/a4qkvxfb3a4z33g4xlklifqmacpqbycs-xkbset-x86_64-unknown-linux-gnufilc0-0.6.drv
xlayoutdisplay-1.5.0
error: Cannot build '/nix/store/543gygm5x0zdakl8vcns2z96nh7yniyl-xlayoutdisplay-x86_64-unknown-linux-gnufilc0-1.5.0.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/zvryva1lvk6knj04r5mflbbff24q2g7s-xlayoutdisplay-x86_64-unknown-linux-gnufilc0-1.5.0
       Last 17 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/xil87r3apn1sphr6j17zb7qy3aypbpnv-source
       > source root is source
       > Running phase: patchPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > no configure script, doing nothing
       > Running phase: buildPhase
       > build flags: -j7 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash PREFIX=/nix/store/zvryva1lvk6knj04r5mflbbff24q2g7s-xlayoutdisplay-x86_64-unknown-linux-gnufilc0-1.5.0
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
       > g++ -pedantic -Wall -Wextra -Werror -O3 -std=c++14     -DVERSION=\"1.5.0\"  -c -o src/Edid.o src/Edid.cpp
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: g++: command not found
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
       > make: *** [<builtin>: src/Edid.o] Error 127
       For full logs, run:
         nix log /nix/store/543gygm5x0zdakl8vcns2z96nh7yniyl-xlayoutdisplay-x86_64-unknown-linux-gnufilc0-1.5.0.drv
xlibinput-calibrator-0.11
error: Cannot build '/nix/store/gz39k6mm0xqb6ndgiqcs5l302nsfvm80-xlibinput-calibrator-x86_64-unknown-linux-gnufilc0-0.11.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/bhpa6s54l68mx74j1kwp31rgs7gf565i-xlibinput-calibrator-x86_64-unknown-linux-gnufilc0-0.11
       Last 25 log lines:
       >  1293 |   _LIBCPP_HIDE_FROM_ABI constexpr size_t index() const noexcept { return __impl_.index(); }
       >       |   ^
       > /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__config:536:22: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI'
       >   536 |       __attribute__((__abi_tag__(_LIBCPP_TOSTRING(_LIBCPP_ODR_SIGNATURE))))
       >       |                      ^
       > In file included from gui_x11.cc:39:
       > In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:652:
       > In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string_view:947:
       > In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/algorithm:1854:
       > In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__algorithm/for_each.h:16:
       > In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__ranges/movable_box.h:21:
       > In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/optional:1300:
       > In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/iterator:745:
       > /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/variant:1293:47: error: expected ';' at end of declaration list
       >  1293 |   _LIBCPP_HIDE_FROM_ABI constexpr size_t index() const noexcept { return __impl_.index(); }
       >       |                                               ^
       > fatal error: too many errors emitted, stopping now [-ferror-limit=]
       > 20 errors generated.
       > make[1]: *** [Makefile:47: gui_x11.o] Error 1
       > make[1]: *** Waiting for unfinished jobs....
       > mv -f .d/calibrator.Td .d/calibrator.d
       > mv -f .d/xinput.Td .d/xinput.d
       > mv -f .d/main.Td .d/main.d
       > make[1]: Leaving directory '/build/source/src'
       > make: *** [Makefile:6: src/xlibinput_calibrator] Error 2
       For full logs, run:
         nix log /nix/store/gz39k6mm0xqb6ndgiqcs5l302nsfvm80-xlibinput-calibrator-x86_64-unknown-linux-gnufilc0-0.11.drv
xidel-unstable-2022-11-01
error: build of '/nix/store/0d1jfcg5kjsj7dpy1l3x0na2w0nmswcb-xidel-x86_64-unknown-linux-gnufilc0-unstable-2022-11-01.drv^*', '/nix/store/10bnp9ckiqns7v4cgkqlb80mqa5z5mph-xgalaga++-x86_64-unknown-linux-gnufilc0-0.9.drv^*', '/nix/store/1cvajhy8qyvc4s8k3hrlxxyaa98mvry2-xearth-x86_64-unknown-linux-gnufilc0-1.1.drv^*', '/nix/store/4cy5cp4k5ppbc1aj0zpfyq595b0nhcpn-xdiskusage-x86_64-unknown-linux-gnufilc0-1.60.drv^*', '/nix/store/4xli8g2v38lx5gwrp5cjcnlxkjg4m1zs-xed-x86_64-unknown-linux-gnufilc0-2024.02.22.drv^*', '/nix/store/543gygm5x0zdakl8vcns2z96nh7yniyl-xlayoutdisplay-x86_64-unknown-linux-gnufilc0-1.5.0.drv^*', '/nix/store/6wvyh2vhpbppvmfb1yxp38qrczrwcqa2-xilinx-bootgen-x86_64-unknown-linux-gnufilc0-xilinx_v2024.2.drv^*', '/nix/store/7hdraar8r76bq9dlv66sxmbaqrny5llc-xeve-x86_64-unknown-linux-gnufilc0-0.5.1.drv^*', '/nix/store/8lhxk7i0s00hxs237qa8hh5s0zjwgiyk-xinput_calibrator-x86_64-unknown-linux-gnufilc0-0.7.5.drv^*', '/nix/store/a4qkvxfb3a4z33g4xlklifqmacpqbycs-xkbset-x86_64-unknown-linux-gnufilc0-0.6.drv^*', '/nix/store/bg7bg9gzzbqff0gjyrjj1sfldnaykkyv-xfel-x86_64-unknown-linux-gnufilc0-1.3.2.drv^*', '/nix/store/gfdg7fj4hhcypi2zgpn1j7k1k4rbggc2-xkbmon-x86_64-unknown-linux-gnufilc0-0.4.drv^*', '/nix/store/gz39k6mm0xqb6ndgiqcs5l302nsfvm80-xlibinput-calibrator-x86_64-unknown-linux-gnufilc0-0.11.drv^*', '/nix/store/jpk83bdlb93bfv5a20pg3vnc1jch0n1g-xgeometry-select-x86_64-unknown-linux-gnufilc0-0.1.drv^*', '/nix/store/m225w6c5js6jsxv995743iq6ryqzhxap-xkblayout-state-x86_64-unknown-linux-gnufilc0-1b.drv^*', '/nix/store/maczfc0yfkxyggg4597y8ad499m9qw1q-xevd-x86_64-unknown-linux-gnufilc0-0.5.0.drv^*', '/nix/store/mn5wpafqqlp13gv1wipli0m2sxxizgpn-xedit-x86_64-unknown-linux-gnufilc0-1.2.4.drv^*' failed

End of log