icu4c-66.1
clang++ ... punycode.cpp
tmux-3.5a
clang -DPACKAGE_NAME=\"tmux\" -DPACKAGE_TARNAME=\"tmux\" -DPACKAGE_VERSION=\"3.5a\" -DPACKAGE_STRING=\"tmux\ 3.5a\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tmux\" -DVERSION=\"3.5a\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DSTDC_HEADERS=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DIRENT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_PATHS_H=1 -DHAVE_PTY_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_LIBM=1 -DHAVE_DIRFD=1 -DHAVE_FLOCK=1 -DHAVE_PRCTL=1 -DHAVE_SYSCONF=1 -DHAVE_ASPRINTF=1 -DHAVE_CFMAKERAW=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_CLOSEFROM=1 -DHAVE_EXPLICIT_BZERO=1 -DHAVE_GETDTABLESIZE=1 -DHAVE_GETLINE=1 -DHAVE_MEMMEM=1 -DHAVE_SETENV=1 -DHAVE_STRCASESTR=1 -DHAVE_STRLCAT=1 -DHAVE_STRLCPY=1 -DHAVE_STRNDUP=1 -DHAVE_STRSEP=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_NCURSES_H=1 -DHAVE_TIPARM=1 -DHAVE_TIPARM_S=1 -DHAVE_UTEMPTER=1 -DHAVE_UTF8PROC=1 -DHAVE_SYSTEMD=1 -DENABLE_CGROUPS=1 -DENABLE_SIXEL=1 -DHAVE_B64_NTOP=1 -DHAVE_MALLOC_TRIM=1 -DHAVE_DAEMON=1 -DHAVE_FORKPTY=1 -DHAVE___PROGNAME=1 -DHAVE_PROGRAM_INVOCATION_SHORT_NAME=1 -DHAVE_PR_SET_NAME=1 -DHAVE_SO_PEERCRED=1 -DHAVE_PROC_PID=1 -I. -I/nix/store/q1vkyxv29gv1z5n7n1kndrs9hhgcdkmi-systemd-minimal-libs-256.4-x86_64-unknown-linux-gnufilc0-dev/include -DUTF8PROC_EXPORTS -I/nix/store/lp8cpgaam5yf1x6ix1wph4zvfa46jqw7-utf8proc-x86_64-unknown-linux-gnufilc0-2.10.0/include -DNCURSES_WIDECHAR -I/nix/store/1ypxkd42v5ijipjcxqsgy6ay23ixk35d-ncurses-x86_64-unknown-linux-gnufilc0-6.5-dev/include -I/nix/store/m87y21ch3k8iwp125zr4iv7dq7q2psxy-libevent-2.1.12-x86_64-unknown-linux-gnufilc0-dev/include -DTMUX_VERSION='"3.5a"' -DTMUX_CONF='"/etc/tmux.conf:~/.tmux.conf:$XDG_CONFIG_HOME/tmux/tmux.conf:~/.config/tmux/tmux.conf"' -DTMUX_LOCK_CMD='"lock -np"' -DTMUX_TERM='"screen"' -iquote. -std=gnu99 -O2 -c -o compat/imsg-buffer.o compat/imsg-buffer.c
tty.c:628:17: warning: passing 'u_char *' (aka '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]
628 | tty_add(tty, &ch, 1);
| ^~~
tty.c:586:38: note: passing argument to parameter 'buf' here
586 | tty_add(struct tty *tty, const char *buf, size_t len)
| ^
tty.c:630:16: warning: passing 'u_char *' (aka '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]
630 | tty_add(tty, &ch, 1);
| ^~~
tty.c:586:38: note: passing argument to parameter 'buf' here
586 | tty_add(struct tty *tty, const char *buf, size_t len)
| ^
tty.c:1369:31: warning: passing 'const u_char[21]' (aka 'const unsigned char[21]') 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]
1369 | c = tty_acs_reverse_get(tty, gc->data.data, gc->data.size);
| ^~~~~~~~~~~~~
./tmux.h:2493:53: note: passing argument to parameter here
2493 | int tty_acs_reverse_get(struct tty *, const char *, size_t);
| ^
tty.c:2236:11: warning: passing 'const char *' to parameter of type 'const unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
2236 | b64_ntop(buf, len, encoded, size);
| ^~~
/nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/resolv.h:244:37: note: passing argument to parameter here
244 | int b64_ntop (const unsigned char *, size_t, char *, size_t)
| ^
4 warnings generated.
clang -DPACKAGE_NAME=\"tmux\" -DPACKAGE_TARNAME=\"tmux\" -DPACKAGE_VERSION=\"3.5a\" -DPACKAGE_STRING=\"tmux\ 3.5a\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tmux\" -DVERSION=\"3.5a\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DSTDC_HEADERS=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DIRENT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_PATHS_H=1 -DHAVE_PTY_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_LIBM=1 -DHAVE_DIRFD=1 -DHAVE_FLOCK=1 -DHAVE_PRCTL=1 -DHAVE_SYSCONF=1 -DHAVE_ASPRINTF=1 -DHAVE_CFMAKERAW=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_CLOSEFROM=1 -DHAVE_EXPLICIT_BZERO=1 -DHAVE_GETDTABLESIZE=1 -DHAVE_GETLINE=1 -DHAVE_MEMMEM=1 -DHAVE_SETENV=1 -DHAVE_STRCASESTR=1 -DHAVE_STRLCAT=1 -DHAVE_STRLCPY=1 -DHAVE_STRNDUP=1 -DHAVE_STRSEP=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_NCURSES_H=1 -DHAVE_TIPARM=1 -DHAVE_TIPARM_S=1 -DHAVE_UTEMPTER=1 -DHAVE_UTF8PROC=1 -DHAVE_SYSTEMD=1 -DENABLE_CGROUPS=1 -DENABLE_SIXEL=1 -DHAVE_B64_NTOP=1 -DHAVE_MALLOC_TRIM=1 -DHAVE_DAEMON=1 -DHAVE_FORKPTY=1 -DHAVE___PROGNAME=1 -DHAVE_PROGRAM_INVOCATION_SHORT_NAME=1 -DHAVE_PR_SET_NAME=1 -DHAVE_SO_PEERCRED=1 -DHAVE_PROC_PID=1 -I. -I/nix/store/q1vkyxv29gv1z5n7n1kndrs9hhgcdkmi-systemd-minimal-libs-256.4-x86_64-unknown-linux-gnufilc0-dev/include -DUTF8PROC_EXPORTS -I/nix/store/lp8cpgaam5yf1x6ix1wph4zvfa46jqw7-utf8proc-x86_64-unknown-linux-gnufilc0-2.10.0/include -DNCURSES_WIDECHAR -I/nix/store/1ypxkd42v5ijipjcxqsgy6ay23ixk35d-ncurses-x86_64-unknown-linux-gnufilc0-6.5-dev/include -I/nix/store/m87y21ch3k8iwp125zr4iv7dq7q2psxy-libevent-2.1.12-x86_64-unknown-linux-gnufilc0-dev/include -DTMUX_VERSION='"3.5a"' -DTMUX_CONF='"/etc/tmux.conf:~/.tmux.conf:$XDG_CONFIG_HOME/tmux/tmux.conf:~/.config/tmux/tmux.conf"' -DTMUX_LOCK_CMD='"lock -np"' -DTMUX_TERM='"screen"' -iquote. -std=gnu99 -O2 -c -o compat/vis.o compat/vis.c
icu4c-66.1
clang++ ... util.cpp
clang++ ... util_props.cpp
tmux-3.5a
clang -DPACKAGE_NAME=\"tmux\" -DPACKAGE_TARNAME=\"tmux\" -DPACKAGE_VERSION=\"3.5a\" -DPACKAGE_STRING=\"tmux\ 3.5a\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tmux\" -DVERSION=\"3.5a\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DSTDC_HEADERS=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DIRENT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_PATHS_H=1 -DHAVE_PTY_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_LIBM=1 -DHAVE_DIRFD=1 -DHAVE_FLOCK=1 -DHAVE_PRCTL=1 -DHAVE_SYSCONF=1 -DHAVE_ASPRINTF=1 -DHAVE_CFMAKERAW=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_CLOSEFROM=1 -DHAVE_EXPLICIT_BZERO=1 -DHAVE_GETDTABLESIZE=1 -DHAVE_GETLINE=1 -DHAVE_MEMMEM=1 -DHAVE_SETENV=1 -DHAVE_STRCASESTR=1 -DHAVE_STRLCAT=1 -DHAVE_STRLCPY=1 -DHAVE_STRNDUP=1 -DHAVE_STRSEP=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_NCURSES_H=1 -DHAVE_TIPARM=1 -DHAVE_TIPARM_S=1 -DHAVE_UTEMPTER=1 -DHAVE_UTF8PROC=1 -DHAVE_SYSTEMD=1 -DENABLE_CGROUPS=1 -DENABLE_SIXEL=1 -DHAVE_B64_NTOP=1 -DHAVE_MALLOC_TRIM=1 -DHAVE_DAEMON=1 -DHAVE_FORKPTY=1 -DHAVE___PROGNAME=1 -DHAVE_PROGRAM_INVOCATION_SHORT_NAME=1 -DHAVE_PR_SET_NAME=1 -DHAVE_SO_PEERCRED=1 -DHAVE_PROC_PID=1 -I. -I/nix/store/q1vkyxv29gv1z5n7n1kndrs9hhgcdkmi-systemd-minimal-libs-256.4-x86_64-unknown-linux-gnufilc0-dev/include -DUTF8PROC_EXPORTS -I/nix/store/lp8cpgaam5yf1x6ix1wph4zvfa46jqw7-utf8proc-x86_64-unknown-linux-gnufilc0-2.10.0/include -DNCURSES_WIDECHAR -I/nix/store/1ypxkd42v5ijipjcxqsgy6ay23ixk35d-ncurses-x86_64-unknown-linux-gnufilc0-6.5-dev/include -I/nix/store/m87y21ch3k8iwp125zr4iv7dq7q2psxy-libevent-2.1.12-x86_64-unknown-linux-gnufilc0-dev/include -DTMUX_VERSION='"3.5a"' -DTMUX_CONF='"/etc/tmux.conf:~/.tmux.conf:$XDG_CONFIG_HOME/tmux/tmux.conf:~/.config/tmux/tmux.conf"' -DTMUX_LOCK_CMD='"lock -np"' -DTMUX_TERM='"screen"' -iquote. -std=gnu99 -O2 -c -o compat/unvis.o compat/unvis.c
icu4c-66.1
clang++ ... parsepos.cpp
tmux-3.5a
clang -DPACKAGE_NAME=\"tmux\" -DPACKAGE_TARNAME=\"tmux\" -DPACKAGE_VERSION=\"3.5a\" -DPACKAGE_STRING=\"tmux\ 3.5a\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tmux\" -DVERSION=\"3.5a\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DSTDC_HEADERS=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DIRENT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_PATHS_H=1 -DHAVE_PTY_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_LIBM=1 -DHAVE_DIRFD=1 -DHAVE_FLOCK=1 -DHAVE_PRCTL=1 -DHAVE_SYSCONF=1 -DHAVE_ASPRINTF=1 -DHAVE_CFMAKERAW=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_CLOSEFROM=1 -DHAVE_EXPLICIT_BZERO=1 -DHAVE_GETDTABLESIZE=1 -DHAVE_GETLINE=1 -DHAVE_MEMMEM=1 -DHAVE_SETENV=1 -DHAVE_STRCASESTR=1 -DHAVE_STRLCAT=1 -DHAVE_STRLCPY=1 -DHAVE_STRNDUP=1 -DHAVE_STRSEP=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_NCURSES_H=1 -DHAVE_TIPARM=1 -DHAVE_TIPARM_S=1 -DHAVE_UTEMPTER=1 -DHAVE_UTF8PROC=1 -DHAVE_SYSTEMD=1 -DENABLE_CGROUPS=1 -DENABLE_SIXEL=1 -DHAVE_B64_NTOP=1 -DHAVE_MALLOC_TRIM=1 -DHAVE_DAEMON=1 -DHAVE_FORKPTY=1 -DHAVE___PROGNAME=1 -DHAVE_PROGRAM_INVOCATION_SHORT_NAME=1 -DHAVE_PR_SET_NAME=1 -DHAVE_SO_PEERCRED=1 -DHAVE_PROC_PID=1 -I. -I/nix/store/q1vkyxv29gv1z5n7n1kndrs9hhgcdkmi-systemd-minimal-libs-256.4-x86_64-unknown-linux-gnufilc0-dev/include -DUTF8PROC_EXPORTS -I/nix/store/lp8cpgaam5yf1x6ix1wph4zvfa46jqw7-utf8proc-x86_64-unknown-linux-gnufilc0-2.10.0/include -DNCURSES_WIDECHAR -I/nix/store/1ypxkd42v5ijipjcxqsgy6ay23ixk35d-ncurses-x86_64-unknown-linux-gnufilc0-6.5-dev/include -I/nix/store/m87y21ch3k8iwp125zr4iv7dq7q2psxy-libevent-2.1.12-x86_64-unknown-linux-gnufilc0-dev/include -DTMUX_VERSION='"3.5a"' -DTMUX_CONF='"/etc/tmux.conf:~/.tmux.conf:$XDG_CONFIG_HOME/tmux/tmux.conf:~/.config/tmux/tmux.conf"' -DTMUX_LOCK_CMD='"lock -np"' -DTMUX_TERM='"screen"' -iquote. -std=gnu99 -O2 -c -o compat/fdforkpty.o compat/fdforkpty.c
icu4c-66.1
clang++ ... locbased.cpp
tmux-3.5a
clang -DPACKAGE_NAME=\"tmux\" -DPACKAGE_TARNAME=\"tmux\" -DPACKAGE_VERSION=\"3.5a\" -DPACKAGE_STRING=\"tmux\ 3.5a\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tmux\" -DVERSION=\"3.5a\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DSTDC_HEADERS=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DIRENT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_PATHS_H=1 -DHAVE_PTY_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_LIBM=1 -DHAVE_DIRFD=1 -DHAVE_FLOCK=1 -DHAVE_PRCTL=1 -DHAVE_SYSCONF=1 -DHAVE_ASPRINTF=1 -DHAVE_CFMAKERAW=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_CLOSEFROM=1 -DHAVE_EXPLICIT_BZERO=1 -DHAVE_GETDTABLESIZE=1 -DHAVE_GETLINE=1 -DHAVE_MEMMEM=1 -DHAVE_SETENV=1 -DHAVE_STRCASESTR=1 -DHAVE_STRLCAT=1 -DHAVE_STRLCPY=1 -DHAVE_STRNDUP=1 -DHAVE_STRSEP=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_NCURSES_H=1 -DHAVE_TIPARM=1 -DHAVE_TIPARM_S=1 -DHAVE_UTEMPTER=1 -DHAVE_UTF8PROC=1 -DHAVE_SYSTEMD=1 -DENABLE_CGROUPS=1 -DENABLE_SIXEL=1 -DHAVE_B64_NTOP=1 -DHAVE_MALLOC_TRIM=1 -DHAVE_DAEMON=1 -DHAVE_FORKPTY=1 -DHAVE___PROGNAME=1 -DHAVE_PROGRAM_INVOCATION_SHORT_NAME=1 -DHAVE_PR_SET_NAME=1 -DHAVE_SO_PEERCRED=1 -DHAVE_PROC_PID=1 -I. -I/nix/store/q1vkyxv29gv1z5n7n1kndrs9hhgcdkmi-systemd-minimal-libs-256.4-x86_64-unknown-linux-gnufilc0-dev/include -DUTF8PROC_EXPORTS -I/nix/store/lp8cpgaam5yf1x6ix1wph4zvfa46jqw7-utf8proc-x86_64-unknown-linux-gnufilc0-2.10.0/include -DNCURSES_WIDECHAR -I/nix/store/1ypxkd42v5ijipjcxqsgy6ay23ixk35d-ncurses-x86_64-unknown-linux-gnufilc0-6.5-dev/include -I/nix/store/m87y21ch3k8iwp125zr4iv7dq7q2psxy-libevent-2.1.12-x86_64-unknown-linux-gnufilc0-dev/include -DTMUX_VERSION='"3.5a"' -DTMUX_CONF='"/etc/tmux.conf:~/.tmux.conf:$XDG_CONFIG_HOME/tmux/tmux.conf:~/.config/tmux/tmux.conf"' -DTMUX_LOCK_CMD='"lock -np"' -DTMUX_TERM='"screen"' -iquote. -std=gnu99 -O2 -c -o cmd-parse.o cmd-parse.c
clang -DPACKAGE_NAME=\"tmux\" -DPACKAGE_TARNAME=\"tmux\" -DPACKAGE_VERSION=\"3.5a\" -DPACKAGE_STRING=\"tmux\ 3.5a\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tmux\" -DVERSION=\"3.5a\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DSTDC_HEADERS=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DIRENT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_PATHS_H=1 -DHAVE_PTY_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_LIBM=1 -DHAVE_DIRFD=1 -DHAVE_FLOCK=1 -DHAVE_PRCTL=1 -DHAVE_SYSCONF=1 -DHAVE_ASPRINTF=1 -DHAVE_CFMAKERAW=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_CLOSEFROM=1 -DHAVE_EXPLICIT_BZERO=1 -DHAVE_GETDTABLESIZE=1 -DHAVE_GETLINE=1 -DHAVE_MEMMEM=1 -DHAVE_SETENV=1 -DHAVE_STRCASESTR=1 -DHAVE_STRLCAT=1 -DHAVE_STRLCPY=1 -DHAVE_STRNDUP=1 -DHAVE_STRSEP=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_NCURSES_H=1 -DHAVE_TIPARM=1 -DHAVE_TIPARM_S=1 -DHAVE_UTEMPTER=1 -DHAVE_UTF8PROC=1 -DHAVE_SYSTEMD=1 -DENABLE_CGROUPS=1 -DENABLE_SIXEL=1 -DHAVE_B64_NTOP=1 -DHAVE_MALLOC_TRIM=1 -DHAVE_DAEMON=1 -DHAVE_FORKPTY=1 -DHAVE___PROGNAME=1 -DHAVE_PROGRAM_INVOCATION_SHORT_NAME=1 -DHAVE_PR_SET_NAME=1 -DHAVE_SO_PEERCRED=1 -DHAVE_PROC_PID=1 -I. -I/nix/store/q1vkyxv29gv1z5n7n1kndrs9hhgcdkmi-systemd-minimal-libs-256.4-x86_64-unknown-linux-gnufilc0-dev/include -DUTF8PROC_EXPORTS -I/nix/store/lp8cpgaam5yf1x6ix1wph4zvfa46jqw7-utf8proc-x86_64-unknown-linux-gnufilc0-2.10.0/include -DNCURSES_WIDECHAR -I/nix/store/1ypxkd42v5ijipjcxqsgy6ay23ixk35d-ncurses-x86_64-unknown-linux-gnufilc0-6.5-dev/include -I/nix/store/m87y21ch3k8iwp125zr4iv7dq7q2psxy-libevent-2.1.12-x86_64-unknown-linux-gnufilc0-dev/include -DTMUX_VERSION='"3.5a"' -DTMUX_CONF='"/etc/tmux.conf:~/.tmux.conf:$XDG_CONFIG_HOME/tmux/tmux.conf:~/.config/tmux/tmux.conf"' -DTMUX_LOCK_CMD='"lock -np"' -DTMUX_TERM='"screen"' -iquote. -std=gnu99 -O2 -c -o compat/systemd.o compat/systemd.c
clang -DPACKAGE_NAME=\"tmux\" -DPACKAGE_TARNAME=\"tmux\" -DPACKAGE_VERSION=\"3.5a\" -DPACKAGE_STRING=\"tmux\ 3.5a\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tmux\" -DVERSION=\"3.5a\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DSTDC_HEADERS=1 -D_ALL_SOURCE=1 -D_DARWIN_C_SOURCE=1 -D_GNU_SOURCE=1 -D_HPUX_ALT_XOPEN_SOCKET_API=1 -D_NETBSD_SOURCE=1 -D_OPENBSD_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D__STDC_WANT_IEC_60559_ATTRIBS_EXT__=1 -D__STDC_WANT_IEC_60559_BFP_EXT__=1 -D__STDC_WANT_IEC_60559_DFP_EXT__=1 -D__STDC_WANT_IEC_60559_EXT__=1 -D__STDC_WANT_IEC_60559_FUNCS_EXT__=1 -D__STDC_WANT_IEC_60559_TYPES_EXT__=1 -D__STDC_WANT_LIB_EXT2__=1 -D__STDC_WANT_MATH_SPEC_FUNCS__=1 -D_TANDEM_SOURCE=1 -D__EXTENSIONS__=1 -DHAVE_DIRENT_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_PATHS_H=1 -DHAVE_PTY_H=1 -DHAVE_STDINT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_LIBM=1 -DHAVE_DIRFD=1 -DHAVE_FLOCK=1 -DHAVE_PRCTL=1 -DHAVE_SYSCONF=1 -DHAVE_ASPRINTF=1 -DHAVE_CFMAKERAW=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_CLOSEFROM=1 -DHAVE_EXPLICIT_BZERO=1 -DHAVE_GETDTABLESIZE=1 -DHAVE_GETLINE=1 -DHAVE_MEMMEM=1 -DHAVE_SETENV=1 -DHAVE_STRCASESTR=1 -DHAVE_STRLCAT=1 -DHAVE_STRLCPY=1 -DHAVE_STRNDUP=1 -DHAVE_STRSEP=1 -DHAVE_EVENT2_EVENT_H=1 -DHAVE_NCURSES_H=1 -DHAVE_TIPARM=1 -DHAVE_TIPARM_S=1 -DHAVE_UTEMPTER=1 -DHAVE_UTF8PROC=1 -DHAVE_SYSTEMD=1 -DENABLE_CGROUPS=1 -DENABLE_SIXEL=1 -DHAVE_B64_NTOP=1 -DHAVE_MALLOC_TRIM=1 -DHAVE_DAEMON=1 -DHAVE_FORKPTY=1 -DHAVE___PROGNAME=1 -DHAVE_PROGRAM_INVOCATION_SHORT_NAME=1 -DHAVE_PR_SET_NAME=1 -DHAVE_SO_PEERCRED=1 -DHAVE_PROC_PID=1 -I. -I/nix/store/q1vkyxv29gv1z5n7n1kndrs9hhgcdkmi-systemd-minimal-libs-256.4-x86_64-unknown-linux-gnufilc0-dev/include -DUTF8PROC_EXPORTS -I/nix/store/lp8cpgaam5yf1x6ix1wph4zvfa46jqw7-utf8proc-x86_64-unknown-linux-gnufilc0-2.10.0/include -DNCURSES_WIDECHAR -I/nix/store/1ypxkd42v5ijipjcxqsgy6ay23ixk35d-ncurses-x86_64-unknown-linux-gnufilc0-6.5-dev/include -I/nix/store/m87y21ch3k8iwp125zr4iv7dq7q2psxy-libevent-2.1.12-x86_64-unknown-linux-gnufilc0-dev/include -DTMUX_VERSION='"3.5a"' -DTMUX_CONF='"/etc/tmux.conf:~/.tmux.conf:$XDG_CONFIG_HOME/tmux/tmux.conf:~/.config/tmux/tmux.conf"' -DTMUX_LOCK_CMD='"lock -np"' -DTMUX_TERM='"screen"' -iquote. -std=gnu99 -O2 -c -o compat/utf8proc.o compat/utf8proc.c
compat/utf8proc.c:51:26: warning: passing 'const char *' to parameter of type 'const utf8proc_uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
51 | slen = utf8proc_iterate(s, n, pwc);
| ^
/nix/store/lp8cpgaam5yf1x6ix1wph4zvfa46jqw7-utf8proc-x86_64-unknown-linux-gnufilc0-2.10.0/include/utf8proc.h:479:78: note: passing argument to parameter 'str' here
479 | UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_iterate(const utf8proc_uint8_t *str, utf8proc_ssize_t strlen, utf8proc_int32_t *codepoint_ref);
| ^
compat/utf8proc.c:65:35: warning: passing 'char *' to parameter of type 'utf8proc_uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
65 | return (utf8proc_encode_char(wc, s));
| ^
/nix/store/lp8cpgaam5yf1x6ix1wph4zvfa46jqw7-utf8proc-x86_64-unknown-linux-gnufilc0-2.10.0/include/utf8proc.h:498:104: note: passing argument to parameter 'dst' here
498 | UTF8PROC_DLLEXPORT utf8proc_ssize_t utf8proc_encode_char(utf8proc_int32_t codepoint, utf8proc_uint8_t *dst);
| ^
2 warnings generated.
icu4c-66.1
clang++ ... cwchar.cpp
clang++ ... wintz.cpp
clang++ ... dtintrv.cpp
clang++ ... ucnvsel.cpp
clang++ ... propsvec.cpp
clang++ ... ulist.cpp
clang++ ... uloc_tag.cpp
clang++ ... icudataver.cpp
clang++ ... icuplug.cpp
clang++ ... sharedobject.cpp
clang++ ... simpleformatter.cpp
clang++ ... unifiedcache.cpp
clang++ ... uloc_keytype.cpp
clang++ ... ubiditransform.cpp
tmux-3.5a
window-copy.c:557:13: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
557 | data, text, strlen(text));
| ^~~~
./tmux.h:2861:49: note: passing argument to parameter here
2861 | screen_write_init_ctx_cb, void *, u_char *, size_t);
| ^
window-copy.c:3354:10: warning: returning 'u_char *' (aka 'unsigned char *') from a function with result 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]
3354 | return (&gce->data.data);
| ^~~~~~~~~~~~~~~~~
window-copy.c:4810:39: warning: passing 'char *' to parameter of type 'u_char *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
4810 | screen_write_setselection(&ctx, "", buf, len);
| ^~~
./tmux.h:3037:15: note: passing argument to parameter here
3037 | u_char *, u_int);
| ^
3 warnings generated.
icu4c-66.1
clang++ ... pluralmap.cpp
clang++ ... static_unicode_sets.cpp
clang++ ... restrace.cpp
clang++ -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -Qunused-arguments -Wno-parentheses-equality -Wglobal-constructors -shared -Wl,-Bsymbolic -Wl,-soname -Wl,libicuuc.so.66 -o ../lib/libicuuc.so.66.1 errorcode.o putil.o umath.o utypes.o uinvchar.o umutex.o ucln_cmn.o uinit.o uobject.o cmemory.o charstr.o cstr.o udata.o ucmndata.o udatamem.o umapfile.o udataswp.o utrie_swap.o ucol_swp.o utrace.o uhash.o uhash_us.o uenum.o ustrenum.o uvector.o ustack.o uvectr32.o uvectr64.o ucnv.o ucnv_bld.o ucnv_cnv.o ucnv_io.o ucnv_cb.o ucnv_err.o ucnvlat1.o ucnv_u7.o ucnv_u8.o ucnv_u16.o ucnv_u32.o ucnvscsu.o ucnvbocu.o ucnv_ext.o ucnvmbcs.o ucnv2022.o ucnvhz.o ucnv_lmb.o ucnvisci.o ucnvdisp.o ucnv_set.o ucnv_ct.o resource.o uresbund.o ures_cnv.o uresdata.o resbund.o resbund_cnv.o ucurr.o localebuilder.o localeprioritylist.o messagepattern.o ucat.o locmap.o uloc.o locid.o locutil.o locavailable.o locdispnames.o locdspnm.o loclikely.o locresdata.o lsr.o loclikelysubtags.o locdistance.o localematcher.o bytestream.o stringpiece.o bytesinkutil.o stringtriebuilder.o bytestriebuilder.o bytestrie.o bytestrieiterator.o ucharstrie.o ucharstriebuilder.o ucharstrieiterator.o dictionarydata.o edits.o appendable.o ustr_cnv.o unistr_cnv.o unistr.o unistr_case.o unistr_props.o utf_impl.o ustring.o ustrcase.o ucasemap.o ucasemap_titlecase_brkiter.o cstring.o ustrfmt.o ustrtrns.o ustr_wcs.o utext.o unistr_case_locale.o ustrcase_locale.o unistr_titlecase_brkiter.o ustr_titlecase_brkiter.o normalizer2impl.o normalizer2.o filterednormalizer2.o normlzr.o unorm.o unormcmp.o loadednormalizer2impl.o chariter.o schriter.o uchriter.o uiter.o patternprops.o uchar.o uprops.o ucase.o propname.o ubidi_props.o characterproperties.o ubidi.o ubidiwrt.o ubidiln.o ushape.o uscript.o uscript_props.o usc_impl.o unames.o utrie.o utrie2.o utrie2_builder.o ucptrie.o umutablecptrie.o bmpset.o unisetspan.o uset_props.o uniset_props.o uniset_closure.o uset.o uniset.o usetiter.o ruleiter.o caniter.o unifilt.o unifunct.o uarrsort.o brkiter.o ubrk.o brkeng.o dictbe.o filteredbrk.o rbbi.o rbbidata.o rbbinode.o rbbirb.o rbbiscan.o rbbisetb.o rbbistbl.o rbbitblb.o rbbi_cache.o serv.o servnotf.o servls.o servlk.o servlkf.o servrbf.o servslkf.o uidna.o usprep.o uts46.o punycode.o util.o util_props.o parsepos.o locbased.o cwchar.o wintz.o dtintrv.o ucnvsel.o propsvec.o ulist.o uloc_tag.o icudataver.o icuplug.o sharedobject.o simpleformatter.o unifiedcache.o uloc_keytype.o ubiditransform.o pluralmap.o static_unicode_sets.o restrace.o -L../lib -L../stubdata -licudata -lpthread -lm
rm -f ../lib/libicuuc.so.66 && ln -s libicuuc.so.66.1 ../lib/libicuuc.so.66
rm -f ../lib/libicuuc.so && ln -s libicuuc.so.66.1 ../lib/libicuuc.so
make[1]: Leaving directory '/build/icu/source/common'
make[0]: Making `all' in `i18n'
make[1]: Entering directory '/build/icu/source/i18n'
(deps) fmtable.cpp
(deps) ucln_in.cpp
(deps) format.cpp
(deps) msgfmt.cpp
(deps) numfmt.cpp
(deps) umsg.cpp
(deps) unum.cpp
(deps) decimfmt.cpp
(deps) dcfmtsym.cpp
(deps) fmtable_cnv.cpp
(deps) choicfmt.cpp
(deps) datefmt.cpp
(deps) smpdtfmt.cpp
(deps) reldtfmt.cpp
(deps) dtfmtsym.cpp
(deps) udat.cpp
(deps) dtptngen.cpp
(deps) udatpg.cpp
(deps) nfrs.cpp
(deps) nfrule.cpp
(deps) nfsubs.cpp
(deps) rbnf.cpp
(deps) numsys.cpp
(deps) unumsys.cpp
(deps) ucsdet.cpp
(deps) ucal.cpp
(deps) calendar.cpp
(deps) gregocal.cpp
(deps) timezone.cpp
(deps) simpletz.cpp
(deps) olsontz.cpp
(deps) astro.cpp
(deps) taiwncal.cpp
(deps) buddhcal.cpp
(deps) persncal.cpp
(deps) islamcal.cpp
tmux-3.5a
clang -std=gnu99 -O2 -o tmux alerts.o arguments.o attributes.o cfg.o client.o cmd-attach-session.o cmd-bind-key.o cmd-break-pane.o cmd-capture-pane.o cmd-choose-tree.o cmd-command-prompt.o cmd-confirm-before.o cmd-copy-mode.o cmd-detach-client.o cmd-display-menu.o cmd-display-message.o cmd-display-panes.o cmd-find-window.o cmd-find.o cmd-if-shell.o cmd-join-pane.o cmd-kill-pane.o cmd-kill-server.o cmd-kill-session.o cmd-kill-window.o cmd-list-buffers.o cmd-list-clients.o cmd-list-keys.o cmd-list-panes.o cmd-list-sessions.o cmd-list-windows.o cmd-load-buffer.o cmd-lock-server.o cmd-move-window.o cmd-new-session.o cmd-new-window.o cmd-parse.o cmd-paste-buffer.o cmd-pipe-pane.o cmd-queue.o cmd-refresh-client.o cmd-rename-session.o cmd-rename-window.o cmd-resize-pane.o cmd-resize-window.o cmd-respawn-pane.o cmd-respawn-window.o cmd-rotate-window.o cmd-run-shell.o cmd-save-buffer.o cmd-select-layout.o cmd-select-pane.o cmd-select-window.o cmd-send-keys.o cmd-server-access.o cmd-set-buffer.o cmd-set-environment.o cmd-set-option.o cmd-show-environment.o cmd-show-messages.o cmd-show-options.o cmd-show-prompt-history.o cmd-source-file.o cmd-split-window.o cmd-swap-pane.o cmd-swap-window.o cmd-switch-client.o cmd-unbind-key.o cmd-wait-for.o cmd.o colour.o control-notify.o control.o environ.o file.o format.o format-draw.o grid-reader.o grid-view.o grid.o hyperlinks.o input-keys.o input.o job.o key-bindings.o key-string.o layout-custom.o layout-set.o layout.o log.o menu.o mode-tree.o names.o notify.o options-table.o options.o paste.o popup.o proc.o regsub.o resize.o screen-redraw.o screen-write.o screen.o server-acl.o server-client.o server-fn.o server.o session.o spawn.o status.o style.o tmux.o tty-acs.o tty-features.o tty-keys.o tty-term.o tty.o utf8-combined.o utf8.o window-buffer.o window-client.o window-clock.o window-copy.o window-customize.o window-tree.o window.o xmalloc.o image.o image-sixel.o osdep-linux.o compat/systemd.o compat/utf8proc.o compat/fgetln.o compat/freezero.o compat/getdtablecount.o compat/getpeereid.o compat/getprogname.o compat/htonll.o compat/ntohll.o compat/setproctitle.o compat/strtonum.o compat/reallocarray.o compat/recallocarray.o compat/getopt.o compat/imsg.o compat/imsg-buffer.o compat/vis.o compat/unvis.o compat/fdforkpty.o -L/nix/store/8lvghj0nrky212wvnc2rc5mq4fa6ww0a-systemd-minimal-libs-256.4-x86_64-unknown-linux-gnufilc0/lib -lsystemd -L/nix/store/lp8cpgaam5yf1x6ix1wph4zvfa46jqw7-utf8proc-x86_64-unknown-linux-gnufilc0-2.10.0/lib -lutf8proc -lutempter -L/nix/store/7wnmw3zc34b099g1kjmk5gwj3kgxq1df-ncurses-x86_64-unknown-linux-gnufilc0-6.5/lib -lncursesw -L/nix/store/1x7112izsz58f0pr7wj7ziabkdvvm779-libevent-2.1.12-x86_64-unknown-linux-gnufilc0/lib -levent_core -lm -lresolv
icu4c-66.1
(deps) japancal.cpp
(deps) gregoimp.cpp
(deps) hebrwcal.cpp
(deps) indiancal.cpp
(deps) chnsecal.cpp
(deps) cecal.cpp
(deps) coptccal.cpp
tmux-3.5a
→ installPhase
icu4c-66.1
(deps) dangical.cpp
tmux-3.5a
install flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash pkgconfigdir=/nix/store/zdphjb9iwcr8qmpbcf1zmc1avfv6cg7r-tmux-x86_64-unknown-linux-gnufilc0-3.5a/lib/pkgconfig m4datadir=/nix/store/zdphjb9iwcr8qmpbcf1zmc1avfv6cg7r-tmux-x86_64-unknown-linux-gnufilc0-3.5a/share/aclocal aclocaldir=/nix/store/zdphjb9iwcr8qmpbcf1zmc1avfv6cg7r-tmux-x86_64-unknown-linux-gnufilc0-3.5a/share/aclocal install
icu4c-66.1
(deps) ethpccal.cpp
(deps) coleitr.cpp
(deps) coll.cpp
(deps) sortkey.cpp
tmux-3.5a
make[1]: Entering directory '/build/source'
make[1]: Nothing to be done for 'install-data-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/zdphjb9iwcr8qmpbcf1zmc1avfv6cg7r-tmux-x86_64-unknown-linux-gnufilc0-3.5a/bin'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c tmux '/nix/store/zdphjb9iwcr8qmpbcf1zmc1avfv6cg7r-tmux-x86_64-unknown-linux-gnufilc0-3.5a/bin'
make install-exec-hook
make[2]: Entering directory '/build/source'
if test xmdoc = xmdoc; then \
sed -e "s|@SYSCONFDIR@|/etc|g" ./tmux.1 \
>./tmux.1.mdoc; \
else \
sed -e "s|@SYSCONFDIR@|/etc|g" ./tmux.1| \
gawk -f ./mdoc2man.awk >./tmux.1.man; \
fi
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p /nix/store/7dp1aw36888jch2jf7xxhsadq4k6mzwh-tmux-x86_64-unknown-linux-gnufilc0-3.5a-man/share/man/man1
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./tmux.1.mdoc \
/nix/store/7dp1aw36888jch2jf7xxhsadq4k6mzwh-tmux-x86_64-unknown-linux-gnufilc0-3.5a-man/share/man/man1/tmux.1
make[2]: Leaving directory '/build/source'
make[1]: Leaving directory '/build/source'
'/nix/store/8mw5n0inbs74dz0ch8w2djykyr68wksx-source/completions/tmux' -> '/nix/store/zdphjb9iwcr8qmpbcf1zmc1avfv6cg7r-tmux-x86_64-unknown-linux-gnufilc0-3.5a/share/bash-completion/completions/tmux'
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/zdphjb9iwcr8qmpbcf1zmc1avfv6cg7r-tmux-x86_64-unknown-linux-gnufilc0-3.5a
shrinking /nix/store/zdphjb9iwcr8qmpbcf1zmc1avfv6cg7r-tmux-x86_64-unknown-linux-gnufilc0-3.5a/bin/tmux
checking for references to /build/ in /nix/store/zdphjb9iwcr8qmpbcf1zmc1avfv6cg7r-tmux-x86_64-unknown-linux-gnufilc0-3.5a...
icu4c-66.1
(deps) bocsu.cpp
tmux-3.5a
patching script interpreter paths in /nix/store/zdphjb9iwcr8qmpbcf1zmc1avfv6cg7r-tmux-x86_64-unknown-linux-gnufilc0-3.5a
stripping (with command strip and flags -S -p) in /nix/store/zdphjb9iwcr8qmpbcf1zmc1avfv6cg7r-tmux-x86_64-unknown-linux-gnufilc0-3.5a/bin
icu4c-66.1
(deps) ucoleitr.cpp
(deps) ucol.cpp
(deps) ucol_res.cpp
(deps) ucol_sit.cpp
(deps) collation.cpp
(deps) collationsettings.cpp
tmux-3.5a
shrinking RPATHs of ELF executables and libraries in /nix/store/7dp1aw36888jch2jf7xxhsadq4k6mzwh-tmux-x86_64-unknown-linux-gnufilc0-3.5a-man
checking for references to /build/ in /nix/store/7dp1aw36888jch2jf7xxhsadq4k6mzwh-tmux-x86_64-unknown-linux-gnufilc0-3.5a-man...
gzipping man pages under /nix/store/7dp1aw36888jch2jf7xxhsadq4k6mzwh-tmux-x86_64-unknown-linux-gnufilc0-3.5a-man/share/man/
patching script interpreter paths in /nix/store/7dp1aw36888jch2jf7xxhsadq4k6mzwh-tmux-x86_64-unknown-linux-gnufilc0-3.5a-man
hostmux-1.4.1
Build started
icu4c-66.1
(deps) collationdata.cpp
(deps) collationtailoring.cpp
(deps) collationdatareader.cpp
(deps) collationdatawriter.cpp
(deps) collationfcd.cpp
(deps) collationiterator.cpp
(deps) utf16collationiterator.cpp
(deps) utf8collationiterator.cpp
(deps) uitercollationiterator.cpp
(deps) collationsets.cpp
(deps) collationcompare.cpp
hostmux-1.4.1
→ unpackPhase
unpacking source archive /nix/store/0l2b4y3wm0iq8ksyvnbfn71mzj26nk95-source
source root is source
→ patchPhase
substituteStream() in derivation hostmux-x86_64-unknown-linux-gnufilc0-1.4.1: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'hostmux')→ updateAutotoolsGnuConfigScriptsPhase
icu4c-66.1
(deps) collationfastlatin.cpp
hostmux-1.4.1
→ updateAutotoolsGnuConfigScriptsPhase
icu4c-66.1
(deps) collationkeys.cpp
hostmux-1.4.1
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
make: 'man/hostmux.1' is up to date.
→ installPhase
icu4c-66.1
(deps) rulebasedcollator.cpp
hostmux-1.4.1
→ fixupPhase
icu4c-66.1
(deps) collationroot.cpp
(deps) collationrootelements.cpp
(deps) collationdatabuilder.cpp
hostmux-1.4.1
shrinking RPATHs of ELF executables and libraries in /nix/store/7rg54i4bqa002fc1lfsq4330kjb4i61y-hostmux-x86_64-unknown-linux-gnufilc0-1.4.1
checking for references to /build/ in /nix/store/7rg54i4bqa002fc1lfsq4330kjb4i61y-hostmux-x86_64-unknown-linux-gnufilc0-1.4.1...
gzipping man pages under /nix/store/7rg54i4bqa002fc1lfsq4330kjb4i61y-hostmux-x86_64-unknown-linux-gnufilc0-1.4.1/share/man/
icu4c-66.1
(deps) collationweights.cpp
hostmux-1.4.1
patching script interpreter paths in /nix/store/7rg54i4bqa002fc1lfsq4330kjb4i61y-hostmux-x86_64-unknown-linux-gnufilc0-1.4.1
icu4c-66.1
(deps) collationruleparser.cpp
hostmux-1.4.1
stripping (with command strip and flags -S -p) in /nix/store/7rg54i4bqa002fc1lfsq4330kjb4i61y-hostmux-x86_64-unknown-linux-gnufilc0-1.4.1/bin
icu4c-66.1
(deps) collationbuilder.cpp
(deps) collationfastlatinbuilder.cpp
(deps) listformatter.cpp
(deps) ulistformatter.cpp
(deps) strmatch.cpp
(deps) usearch.cpp
(deps) search.cpp
(deps) stsearch.cpp
(deps) translit.cpp
(deps) utrans.cpp
(deps) esctrn.cpp
(deps) unesctrn.cpp
(deps) funcrepl.cpp
(deps) strrepl.cpp
(deps) tridpars.cpp
(deps) cpdtrans.cpp
(deps) rbt.cpp
(deps) rbt_data.cpp
(deps) rbt_pars.cpp
(deps) rbt_rule.cpp
(deps) rbt_set.cpp
(deps) nultrans.cpp
(deps) remtrans.cpp
(deps) casetrn.cpp
(deps) titletrn.cpp
(deps) tolowtrn.cpp
(deps) toupptrn.cpp
(deps) anytrans.cpp
(deps) name2uni.cpp
(deps) uni2name.cpp
(deps) nortrans.cpp
(deps) quant.cpp
(deps) transreg.cpp
(deps) brktrans.cpp
(deps) regexcmp.cpp
(deps) rematch.cpp
(deps) repattrn.cpp
(deps) regexst.cpp
(deps) regextxt.cpp
(deps) regeximp.cpp
(deps) uregex.cpp
(deps) uregexc.cpp
(deps) ulocdata.cpp
(deps) measfmt.cpp
(deps) currfmt.cpp
(deps) curramt.cpp
(deps) currunit.cpp
(deps) measure.cpp
(deps) utmscale.cpp
(deps) csdetect.cpp
(deps) csmatch.cpp
(deps) csr2022.cpp
(deps) csrecog.cpp
(deps) csrmbcs.cpp
(deps) csrsbcs.cpp
(deps) csrucode.cpp
(deps) csrutf8.cpp
(deps) inputext.cpp
(deps) wintzimpl.cpp
(deps) windtfmt.cpp
(deps) winnmfmt.cpp
(deps) basictz.cpp
(deps) dtrule.cpp
(deps) rbtz.cpp
(deps) tzrule.cpp
(deps) tztrans.cpp
(deps) vtzone.cpp
(deps) zonemeta.cpp
(deps) standardplural.cpp
(deps) upluralrules.cpp
(deps) plurrule.cpp
(deps) plurfmt.cpp
(deps) selfmt.cpp
(deps) dtitvfmt.cpp
(deps) dtitvinf.cpp
(deps) udateintervalformat.cpp
(deps) tmunit.cpp
(deps) tmutamt.cpp
(deps) tmutfmt.cpp
(deps) currpinf.cpp
(deps) uspoof.cpp
(deps) uspoof_impl.cpp
(deps) uspoof_build.cpp
(deps) uspoof_conf.cpp
(deps) smpdtfst.cpp
(deps) ztrans.cpp
(deps) zrule.cpp
(deps) vzone.cpp
(deps) fphdlimp.cpp
(deps) fpositer.cpp
(deps) ufieldpositer.cpp
(deps) decNumber.cpp
(deps) decContext.cpp
(deps) alphaindex.cpp
(deps) tznames.cpp
(deps) tznames_impl.cpp
(deps) tzgnames.cpp
(deps) tzfmt.cpp
(deps) compactdecimalformat.cpp
(deps) gender.cpp
(deps) region.cpp
(deps) scriptset.cpp
(deps) uregion.cpp
(deps) reldatefmt.cpp
(deps) quantityformatter.cpp
(deps) measunit.cpp
(deps) sharedbreakiterator.cpp
(deps) scientificnumberformatter.cpp
(deps) dayperiodrules.cpp
(deps) nounit.cpp
(deps) number_affixutils.cpp
(deps) number_compact.cpp
(deps) number_decimalquantity.cpp
(deps) number_decimfmtprops.cpp
(deps) number_fluent.cpp
(deps) number_formatimpl.cpp
(deps) number_grouping.cpp
(deps) number_integerwidth.cpp
(deps) number_longnames.cpp
(deps) number_modifiers.cpp
(deps) number_notation.cpp
(deps) number_output.cpp
(deps) number_padding.cpp
(deps) number_patternmodifier.cpp
(deps) number_patternstring.cpp
(deps) number_rounding.cpp
(deps) number_scientific.cpp
(deps) number_utils.cpp
(deps) number_asformat.cpp
(deps) number_mapper.cpp
(deps) number_multiplier.cpp
(deps) number_currencysymbols.cpp
(deps) number_skeletons.cpp
(deps) number_capi.cpp
(deps) double-conversion-string-to-double.cpp
(deps) double-conversion-double-to-string.cpp
(deps) double-conversion-bignum-dtoa.cpp
(deps) double-conversion-bignum.cpp
(deps) double-conversion-cached-powers.cpp
(deps) double-conversion-fast-dtoa.cpp
(deps) double-conversion-strtod.cpp
(deps) string_segment.cpp
(deps) numparse_parsednumber.cpp
(deps) numparse_impl.cpp
(deps) numparse_symbols.cpp
(deps) numparse_decimal.cpp
(deps) numparse_scientific.cpp
(deps) numparse_currency.cpp
(deps) numparse_affixes.cpp
(deps) numparse_compositions.cpp
(deps) numparse_validators.cpp
(deps) numrange_fluent.cpp
(deps) numrange_impl.cpp
(deps) erarules.cpp
(deps) formattedvalue.cpp
(deps) formattedval_iterimpl.cpp
(deps) formattedval_sbimpl.cpp
(deps) formatted_string_builder.cpp
clang++ ... ucln_in.cpp
clang++ ... fmtable.cpp
clang++ ... format.cpp
clang++ ... msgfmt.cpp
clang++ ... umsg.cpp
clang++ ... numfmt.cpp
clang++ ... unum.cpp
clang++ ... decimfmt.cpp
clang++ ... dcfmtsym.cpp
clang++ ... fmtable_cnv.cpp
clang++ ... choicfmt.cpp
clang++ ... datefmt.cpp
clang++ ... smpdtfmt.cpp
clang++ ... reldtfmt.cpp
clang++ ... dtfmtsym.cpp
clang++ ... udat.cpp
clang++ ... dtptngen.cpp
clang++ ... udatpg.cpp
clang++ ... nfrs.cpp
clang++ ... nfrule.cpp
clang++ ... nfsubs.cpp
clang++ ... rbnf.cpp
clang++ ... numsys.cpp
nfsubs.cpp:1313:17: warning: variable 'pow' set but not used [-Wunused-but-set-variable]
1313 | int32_t pow = 0;
| ^
1 warning generated.
clang++ ... unumsys.cpp
clang++ ... ucsdet.cpp
clang++ ... ucal.cpp
clang++ ... calendar.cpp
clang++ ... gregocal.cpp
clang++ ... timezone.cpp
clang++ ... simpletz.cpp
clang++ ... olsontz.cpp
clang++ ... astro.cpp
clang++ ... taiwncal.cpp
clang++ ... buddhcal.cpp
clang++ ... persncal.cpp
clang++ ... islamcal.cpp
clang++ ... japancal.cpp
clang++ ... gregoimp.cpp
clang++ ... hebrwcal.cpp
clang++ ... indiancal.cpp
clang++ ... chnsecal.cpp
clang++ ... cecal.cpp
clang++ ... coptccal.cpp
clang++ ... dangical.cpp
clang++ ... ethpccal.cpp
clang++ ... coleitr.cpp
clang++ ... coll.cpp
clang++ ... sortkey.cpp
clang++ ... bocsu.cpp
clang++ ... ucoleitr.cpp
clang++ ... ucol.cpp
clang++ ... ucol_res.cpp
clang++ ... ucol_sit.cpp
clang++ ... collation.cpp
clang++ ... collationsettings.cpp
clang++ ... collationdata.cpp
clang++ ... collationtailoring.cpp
clang++ ... collationdatareader.cpp
clang++ ... collationdatawriter.cpp
clang++ ... collationfcd.cpp
clang++ ... collationiterator.cpp
clang++ ... utf16collationiterator.cpp
clang++ ... utf8collationiterator.cpp
clang++ ... uitercollationiterator.cpp
clang++ ... collationsets.cpp
clang++ ... collationcompare.cpp
clang++ ... collationfastlatin.cpp
clang++ ... collationkeys.cpp
clang++ ... rulebasedcollator.cpp
clang++ ... collationroot.cpp
clang++ ... collationrootelements.cpp
clang++ ... collationdatabuilder.cpp
clang++ ... collationweights.cpp
clang++ ... collationruleparser.cpp
clang++ ... collationbuilder.cpp
clang++ ... collationfastlatinbuilder.cpp
clang++ ... listformatter.cpp
clang++ ... ulistformatter.cpp
clang++ ... strmatch.cpp
clang++ ... usearch.cpp
clang++ ... search.cpp
clang++ ... stsearch.cpp
clang++ ... translit.cpp
clang++ ... utrans.cpp
clang++ ... esctrn.cpp
clang++ ... unesctrn.cpp
clang++ ... funcrepl.cpp
clang++ ... strrepl.cpp
clang++ ... tridpars.cpp
clang++ ... cpdtrans.cpp
clang++ ... rbt.cpp
unesctrn.cpp:178:16: warning: variable 'j' set but not used [-Wunused-but-set-variable]
178 | int32_t i, j, ipat;
| ^
1 warning generated.
clang++ ... rbt_data.cpp
clang++ ... rbt_pars.cpp
clang++ ... rbt_rule.cpp
clang++ ... rbt_set.cpp
clang++ ... nultrans.cpp
clang++ ... remtrans.cpp
clang++ ... casetrn.cpp
clang++ ... titletrn.cpp
clang++ ... tolowtrn.cpp
clang++ ... toupptrn.cpp
clang++ ... anytrans.cpp
clang++ ... name2uni.cpp
clang++ ... uni2name.cpp
clang++ ... nortrans.cpp
clang++ ... quant.cpp
clang++ ... transreg.cpp
clang++ ... brktrans.cpp
clang++ ... regexcmp.cpp
clang++ ... rematch.cpp
clang++ ... repattrn.cpp
clang++ ... regexst.cpp
clang++ ... regextxt.cpp
clang++ ... regeximp.cpp
transreg.cpp:144:21: warning: variable 'transCount' set but not used [-Wunused-but-set-variable]
144 | int32_t transCount = anonymousRBTs * 2 + 1;
| ^
1 warning generated.
clang++ ... uregex.cpp
clang++ ... uregexc.cpp
clang++ ... ulocdata.cpp
clang++ ... measfmt.cpp
clang++ ... currfmt.cpp
clang++ ... curramt.cpp
clang++ ... currunit.cpp
clang++ ... measure.cpp
clang++ ... utmscale.cpp
clang++ ... csdetect.cpp
clang++ ... csmatch.cpp
clang++ ... csr2022.cpp
clang++ ... csrecog.cpp
clang++ ... csrmbcs.cpp
clang++ ... csrsbcs.cpp
clang++ ... csrucode.cpp
clang++ ... csrutf8.cpp
clang++ ... inputext.cpp
clang++ ... wintzimpl.cpp
clang++ ... windtfmt.cpp
clang++ ... winnmfmt.cpp
csrmbcs.cpp:149:13: warning: variable 'singleByteCharCount' set but not used [-Wunused-but-set-variable]
149 | int32_t singleByteCharCount = 0;
| ^
1 warning generated.
clang++ ... basictz.cpp
clang++ ... dtrule.cpp
clang++ ... rbtz.cpp
clang++ ... tzrule.cpp
clang++ ... tztrans.cpp
clang++ ... vtzone.cpp
clang++ ... zonemeta.cpp
clang++ ... standardplural.cpp
clang++ ... upluralrules.cpp
clang++ ... plurrule.cpp
clang++ ... plurfmt.cpp
clang++ ... selfmt.cpp
clang++ ... dtitvfmt.cpp
clang++ ... dtitvinf.cpp
clang++ ... udateintervalformat.cpp
clang++ ... tmunit.cpp
clang++ ... tmutamt.cpp
clang++ ... tmutfmt.cpp
clang++ ... currpinf.cpp
clang++ ... uspoof.cpp
clang++ ... uspoof_impl.cpp
plurrule.cpp:1664:24: warning: implicit conversion from 'int64_t' (aka 'long') to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
1664 | if (scaled > U_INT64_MAX) {| ~ ^~~~~~~~~~~
../common/unicode/umachine.h:248:33: note: expanded from macro 'U_INT64_MAX'
248 | # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
clang++ ... uspoof_build.cpp
clang++ ... uspoof_conf.cpp
clang++ ... smpdtfst.cpp
clang++ ... ztrans.cpp
clang++ ... zrule.cpp
uspoof_impl.cpp:948:34: warning: comparison between two arrays compare their addresses and will be deprecated in c++20; to compare array addresses, use unary '+' to decay operands to pointers [-Warray-compare]
948 | if (outputDH->fFormatVersion != spoofDH->fFormatVersion) {| ~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
clang++ ... vzone.cpp
clang++ ... fphdlimp.cpp
clang++ ... fpositer.cpp
clang++ ... ufieldpositer.cpp
clang++ ... decNumber.cpp
clang++ ... decContext.cpp
clang++ ... alphaindex.cpp
clang++ ... tznames.cpp
clang++ ... tznames_impl.cpp
clang++ ... tzgnames.cpp
clang++ ... tzfmt.cpp
clang++ ... compactdecimalformat.cpp
clang++ ... gender.cpp
clang++ ... region.cpp
clang++ ... scriptset.cpp
clang++ ... uregion.cpp
clang++ ... reldatefmt.cpp
clang++ ... quantityformatter.cpp
clang++ ... measunit.cpp
clang++ ... sharedbreakiterator.cpp
clang++ ... scientificnumberformatter.cpp
clang++ ... dayperiodrules.cpp
clang++ ... nounit.cpp
clang++ ... number_affixutils.cpp
clang++ ... number_compact.cpp
clang++ ... number_decimalquantity.cpp
clang++ ... number_decimfmtprops.cpp
clang++ ... number_fluent.cpp
clang++ ... number_formatimpl.cpp
clang++ ... number_grouping.cpp
clang++ ... number_integerwidth.cpp
clang++ ... number_longnames.cpp
clang++ ... number_modifiers.cpp
clang++ ... number_notation.cpp
clang++ ... number_output.cpp
clang++ ... number_padding.cpp
clang++ ... number_patternmodifier.cpp
clang++ ... number_patternstring.cpp
clang++ ... number_rounding.cpp
clang++ ... number_scientific.cpp
clang++ ... number_utils.cpp
clang++ ... number_asformat.cpp
clang++ ... number_mapper.cpp
clang++ ... number_multiplier.cpp
clang++ ... number_currencysymbols.cpp
clang++ ... number_skeletons.cpp
clang++ ... number_capi.cpp
clang++ ... double-conversion-string-to-double.cpp
clang++ ... double-conversion-double-to-string.cpp
clang++ ... double-conversion-bignum-dtoa.cpp
clang++ ... double-conversion-bignum.cpp
clang++ ... double-conversion-cached-powers.cpp
clang++ ... double-conversion-fast-dtoa.cpp
clang++ ... double-conversion-strtod.cpp
clang++ ... string_segment.cpp
clang++ ... numparse_parsednumber.cpp
clang++ ... numparse_impl.cpp
clang++ ... numparse_symbols.cpp
clang++ ... numparse_decimal.cpp
clang++ ... numparse_scientific.cpp
clang++ ... numparse_currency.cpp
clang++ ... numparse_affixes.cpp
clang++ ... numparse_compositions.cpp
clang++ ... numparse_validators.cpp
clang++ ... numrange_fluent.cpp
clang++ ... numrange_impl.cpp
clang++ ... erarules.cpp
clang++ ... formattedvalue.cpp
clang++ ... formattedval_iterimpl.cpp
clang++ ... formattedval_sbimpl.cpp
clang++ ... formatted_string_builder.cpp
clang++ -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -Qunused-arguments -Wno-parentheses-equality -Wglobal-constructors -shared -Wl,-Bsymbolic -Wl,-soname -Wl,libicui18n.so.66 -o ../lib/libicui18n.so.66.1 ucln_in.o fmtable.o format.o msgfmt.o umsg.o numfmt.o unum.o decimfmt.o dcfmtsym.o fmtable_cnv.o choicfmt.o datefmt.o smpdtfmt.o reldtfmt.o dtfmtsym.o udat.o dtptngen.o udatpg.o nfrs.o nfrule.o nfsubs.o rbnf.o numsys.o unumsys.o ucsdet.o ucal.o calendar.o gregocal.o timezone.o simpletz.o olsontz.o astro.o taiwncal.o buddhcal.o persncal.o islamcal.o japancal.o gregoimp.o hebrwcal.o indiancal.o chnsecal.o cecal.o coptccal.o dangical.o ethpccal.o coleitr.o coll.o sortkey.o bocsu.o ucoleitr.o ucol.o ucol_res.o ucol_sit.o collation.o collationsettings.o collationdata.o collationtailoring.o collationdatareader.o collationdatawriter.o collationfcd.o collationiterator.o utf16collationiterator.o utf8collationiterator.o uitercollationiterator.o collationsets.o collationcompare.o collationfastlatin.o collationkeys.o rulebasedcollator.o collationroot.o collationrootelements.o collationdatabuilder.o collationweights.o collationruleparser.o collationbuilder.o collationfastlatinbuilder.o listformatter.o ulistformatter.o strmatch.o usearch.o search.o stsearch.o translit.o utrans.o esctrn.o unesctrn.o funcrepl.o strrepl.o tridpars.o cpdtrans.o rbt.o rbt_data.o rbt_pars.o rbt_rule.o rbt_set.o nultrans.o remtrans.o casetrn.o titletrn.o tolowtrn.o toupptrn.o anytrans.o name2uni.o uni2name.o nortrans.o quant.o transreg.o brktrans.o regexcmp.o rematch.o repattrn.o regexst.o regextxt.o regeximp.o uregex.o uregexc.o ulocdata.o measfmt.o currfmt.o curramt.o currunit.o measure.o utmscale.o csdetect.o csmatch.o csr2022.o csrecog.o csrmbcs.o csrsbcs.o csrucode.o csrutf8.o inputext.o wintzimpl.o windtfmt.o winnmfmt.o basictz.o dtrule.o rbtz.o tzrule.o tztrans.o vtzone.o zonemeta.o standardplural.o upluralrules.o plurrule.o plurfmt.o selfmt.o dtitvfmt.o dtitvinf.o udateintervalformat.o tmunit.o tmutamt.o tmutfmt.o currpinf.o uspoof.o uspoof_impl.o uspoof_build.o uspoof_conf.o smpdtfst.o ztrans.o zrule.o vzone.o fphdlimp.o fpositer.o ufieldpositer.o decNumber.o decContext.o alphaindex.o tznames.o tznames_impl.o tzgnames.o tzfmt.o compactdecimalformat.o gender.o region.o scriptset.o uregion.o reldatefmt.o quantityformatter.o measunit.o sharedbreakiterator.o scientificnumberformatter.o dayperiodrules.o nounit.o number_affixutils.o number_compact.o number_decimalquantity.o number_decimfmtprops.o number_fluent.o number_formatimpl.o number_grouping.o number_integerwidth.o number_longnames.o number_modifiers.o number_notation.o number_output.o number_padding.o number_patternmodifier.o number_patternstring.o number_rounding.o number_scientific.o number_utils.o number_asformat.o number_mapper.o number_multiplier.o number_currencysymbols.o number_skeletons.o number_capi.o double-conversion-string-to-double.o double-conversion-double-to-string.o double-conversion-bignum-dtoa.o double-conversion-bignum.o double-conversion-cached-powers.o double-conversion-fast-dtoa.o double-conversion-strtod.o string_segment.o numparse_parsednumber.o numparse_impl.o numparse_symbols.o numparse_decimal.o numparse_scientific.o numparse_currency.o numparse_affixes.o numparse_compositions.o numparse_validators.o numrange_fluent.o numrange_impl.o erarules.o formattedvalue.o formattedval_iterimpl.o formattedval_sbimpl.o formatted_string_builder.o -L../lib -licuuc -L../stubdata -licudata -lpthread -lm
rm -f ../lib/libicui18n.so.66 && ln -s libicui18n.so.66.1 ../lib/libicui18n.so.66
rm -f ../lib/libicui18n.so && ln -s libicui18n.so.66.1 ../lib/libicui18n.so
make[1]: Leaving directory '/build/icu/source/i18n'
make[0]: Making `all' in `io'
make[1]: Entering directory '/build/icu/source/io'
(deps) locbund.cpp
(deps) ufile.cpp
(deps) ufmt_cmn.cpp
(deps) uprintf.cpp
(deps) uprntf_p.cpp
(deps) uscanf.cpp
(deps) uscanf_p.cpp
(deps) ustdio.cpp
(deps) sprintf.cpp
(deps) sscanf.cpp
(deps) ustream.cpp
(deps) ucln_io.cpp
clang++ ... locbund.cpp
clang++ ... ufile.cpp
clang++ ... ufmt_cmn.cpp
clang++ ... uprintf.cpp
clang++ ... uprntf_p.cpp
clang++ ... uscanf.cpp
clang++ ... uscanf_p.cpp
clang++ ... ustdio.cpp
clang++ ... sprintf.cpp
clang++ ... sscanf.cpp
clang++ ... ustream.cpp
clang++ ... ucln_io.cpp
clang++ -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -Qunused-arguments -Wno-parentheses-equality -Wglobal-constructors -shared -Wl,-Bsymbolic -Wl,-soname -Wl,libicuio.so.66 -o ../lib/libicuio.so.66.1 locbund.o ufile.o ufmt_cmn.o uprintf.o uprntf_p.o uscanf.o uscanf_p.o ustdio.o sprintf.o sscanf.o ustream.o ucln_io.o -L../lib -licuuc -L../stubdata -licudata -L../lib -licui18n -lpthread -lm
rm -f ../lib/libicuio.so.66 && ln -s libicuio.so.66.1 ../lib/libicuio.so.66
rm -f ../lib/libicuio.so && ln -s libicuio.so.66.1 ../lib/libicuio.so
make[1]: Leaving directory '/build/icu/source/io'
make[0]: Making `all' in `tools'
make[1]: Entering directory '/build/icu/source/tools'
make[1]: Making `all' in `toolutil'
make[2]: Entering directory '/build/icu/source/tools/toolutil'
(deps) filestrm.cpp
(deps) package.cpp
(deps) pkgitems.cpp
(deps) swapimpl.cpp
(deps) toolutil.cpp
(deps) unewdata.cpp
(deps) collationinfo.cpp
(deps) denseranges.cpp
(deps) ucm.cpp
(deps) ucmstate.cpp
(deps) uoptions.cpp
(deps) uparse.cpp
(deps) ucbuf.cpp
(deps) xmlparser.cpp
(deps) writesrc.cpp
(deps) pkg_icu.cpp
(deps) pkg_genc.cpp
(deps) pkg_gencmn.cpp
(deps) ppucd.cpp
(deps) flagparser.cpp
(deps) filetools.cpp
(deps) udbgutil.cpp
(deps) dbgutil.cpp
(deps) ucln_tu.cpp
clang++ ... filestrm.cpp
clang++ ... package.cpp
clang++ ... pkgitems.cpp
clang++ ... swapimpl.cpp
clang++ ... toolutil.cpp
clang++ ... unewdata.cpp
clang++ ... collationinfo.cpp
clang++ ... denseranges.cpp
clang++ ... ucm.cpp
clang++ ... ucmstate.cpp
clang++ ... uoptions.cpp
clang++ ... uparse.cpp
clang++ ... ucbuf.cpp
clang++ ... xmlparser.cpp
clang++ ... writesrc.cpp
clang++ ... pkg_icu.cpp
clang++ ... pkg_genc.cpp
clang++ ... pkg_gencmn.cpp
clang++ ... ppucd.cpp
clang++ ... flagparser.cpp
clang++ ... filetools.cpp
clang++ ... udbgutil.cpp
clang++ ... dbgutil.cpp
clang++ ... ucln_tu.cpp
clang++ -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -Qunused-arguments -Wno-parentheses-equality -Wglobal-constructors -shared -Wl,-Bsymbolic -Wl,-soname -Wl,libicutu.so.66 -o ../../lib/libicutu.so.66.1 filestrm.o package.o pkgitems.o swapimpl.o toolutil.o unewdata.o collationinfo.o denseranges.o ucm.o ucmstate.o uoptions.o uparse.o ucbuf.o xmlparser.o writesrc.o pkg_icu.o pkg_genc.o pkg_gencmn.o ppucd.o flagparser.o filetools.o udbgutil.o dbgutil.o ucln_tu.o -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm
rm -f ../../lib/libicutu.so.66 && ln -s libicutu.so.66.1 ../../lib/libicutu.so.66
rm -f ../../lib/libicutu.so && ln -s libicutu.so.66.1 ../../lib/libicutu.so
make[2]: Leaving directory '/build/icu/source/tools/toolutil'
make[1]: Making `all' in `ctestfw'
make[2]: Entering directory '/build/icu/source/tools/ctestfw'
(deps) ctest.c
(deps) tstdtmod.cpp
(deps) testdata.cpp
(deps) datamap.cpp
(deps) uperf.cpp
(deps) ucln_ct.c
clang ... ctest.c
clang++ ... tstdtmod.cpp
clang++ ... testdata.cpp
clang++ ... datamap.cpp
clang++ ... uperf.cpp
clang ... ucln_ct.c
In file included from ctest.c:20:
../../common/putilimp.h:444:40: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
444 | U_INTERNAL void uprv_tzname_clear_cache();
| ^
| void
ctest.c:652:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
652 | static void go_offline() {| ^
| void
ctest.c:656:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
656 | static void go_offline_err() {| ^
| void
ctest.c:660:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
660 | static void first_line_verbose() {| ^
| void
ctest.c:664:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
664 | static void first_line_err() {| ^
| void
ctest.c:668:28: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
668 | static void first_line_info() {| ^
| void
ctest.c:672:28: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
672 | static void first_line_test() {| ^
| void
7 warnings generated.
clang++ -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -Qunused-arguments -Wno-parentheses-equality -Wglobal-constructors -shared -Wl,-Bsymbolic -Wl,-soname -Wl,libicutest.so.66 -o libicutest.so.66.1 ctest.o tstdtmod.o testdata.o datamap.o uperf.o ucln_ct.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm
rm -f libicutest.so.66 && ln -s libicutest.so.66.1 libicutest.so.66
rm -f libicutest.so && ln -s libicutest.so.66.1 libicutest.so
make[2]: Leaving directory '/build/icu/source/tools/ctestfw'
make[1]: Making `all' in `makeconv'
make[2]: Entering directory '/build/icu/source/tools/makeconv'
(deps) makeconv.cpp
(deps) ucnvstat.c
(deps) genmbcs.cpp
(deps) gencnvex.c
cd ../.. \
&& CONFIG_FILES=tools/makeconv/makeconv.1 CONFIG_HEADERS= /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./config.status
clang ... ucnvstat.c
clang++ ... makeconv.cpp
clang++ ... genmbcs.cpp
clang ... gencnvex.c
config.status: creating tools/makeconv/makeconv.1
In file included from ucnvstat.c:18:
../../common/ucnv_bld.h:292:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
292 | ucnv_enableCleanup();
| ^
| void
1 warning generated.
In file included from gencnvex.c:29:
In file included from ./makeconv.h:23:
../../common/ucnv_bld.h:292:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
292 | ucnv_enableCleanup();
| ^
| void
1 warning generated.
clang++ -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -Qunused-arguments -Wno-parentheses-equality -o ../../bin/makeconv makeconv.o ucnvstat.o genmbcs.o gencnvex.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm
make[2]: Leaving directory '/build/icu/source/tools/makeconv'
make[1]: Making `all' in `genrb'
make[2]: Entering directory '/build/icu/source/tools/genrb'
(deps) errmsg.c
(deps) genrb.cpp
(deps) parse.cpp
(deps) read.c
(deps) reslist.cpp
(deps) ustr.c
(deps) rbutil.c
(deps) wrtjava.cpp
(deps) rle.c
(deps) wrtxml.cpp
(deps) prscmnts.cpp
(deps) filterrb.cpp
clang ... errmsg.c
clang++ ... genrb.cpp
clang++ ... parse.cpp
clang ... read.c
clang++ ... reslist.cpp
clang ... ustr.c
errmsg.c:43:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
43 | U_CFUNC UBool getShowWarning(){| ^
| void
errmsg.c:48:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
48 | U_CFUNC UBool isStrict(){| ^
| void
errmsg.c:55:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
55 | U_CFUNC UBool isVerbose(){| ^
| void
3 warnings generated.
clang ... rbutil.c
read.c:53:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
53 | U_CFUNC void resetLineNumber() {| ^
| void
1 warning generated.
clang++ ... wrtjava.cpp
clang ... rle.c
clang++ ... wrtxml.cpp
rle.c:109:13: warning: variable 'num' set but not used [-Wunused-but-set-variable]
109 | int32_t num=0;
| ^
1 warning generated.
clang++ ... prscmnts.cpp
clang++ ... filterrb.cpp
wrtjava.cpp:333:15: warning: variable 'i' set but not used [-Wunused-but-set-variable]
333 | uint32_t i = 0;
| ^
1 warning generated.
clang++ ... derb.cpp
cd ../.. \
&& CONFIG_FILES=tools/genrb/derb.1 CONFIG_HEADERS= /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./config.status
wrtxml.cpp:927:15: warning: variable 'i' set but not used [-Wunused-but-set-variable]
927 | uint32_t i = 0;
| ^
1 warning generated.
config.status: creating tools/genrb/derb.1
cd ../.. \
&& CONFIG_FILES=tools/genrb/genrb.1 CONFIG_HEADERS= /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./config.status
config.status: creating tools/genrb/genrb.1
clang++ -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -Qunused-arguments -Wno-parentheses-equality -o ../../bin/derb derb.o -L../../lib -licuio -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm
clang++ -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -Qunused-arguments -Wno-parentheses-equality -o ../../bin/genrb errmsg.o genrb.o parse.o read.o reslist.o ustr.o rbutil.o wrtjava.o rle.o wrtxml.o prscmnts.o filterrb.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm
make[2]: Leaving directory '/build/icu/source/tools/genrb'
make[1]: Making `all' in `genbrk'
make[2]: Entering directory '/build/icu/source/tools/genbrk'
(deps) genbrk.cpp
cd ../.. \
&& CONFIG_FILES=tools/genbrk/genbrk.1 CONFIG_HEADERS= /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./config.status
clang++ ... genbrk.cpp
config.status: creating tools/genbrk/genbrk.1
clang++ -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -Qunused-arguments -Wno-parentheses-equality -o ../../bin/genbrk genbrk.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm
make[2]: Leaving directory '/build/icu/source/tools/genbrk'
make[1]: Making `all' in `gencnval'
make[2]: Entering directory '/build/icu/source/tools/gencnval'
(deps) gencnval.c
cd ../.. \
&& CONFIG_FILES=tools/gencnval/gencnval.1 CONFIG_HEADERS= /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./config.status
clang ... gencnval.c
config.status: creating tools/gencnval/gencnval.1
clang++ -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -Qunused-arguments -Wno-parentheses-equality -o ../../bin/gencnval gencnval.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm
make[2]: Leaving directory '/build/icu/source/tools/gencnval'
make[1]: Making `all' in `gensprep'
make[2]: Entering directory '/build/icu/source/tools/gensprep'
(deps) gensprep.c
(deps) store.c
cd ../.. \
&& CONFIG_FILES=tools/gensprep/gensprep.8 CONFIG_HEADERS= /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./config.status
clang ... gensprep.c
clang ... store.c
config.status: creating tools/gensprep/gensprep.8
In file included from gensprep.c:34:
In file included from ../../common/sprpimpl.h:32:
In file included from ../../common/ubidi_props.h:26:
../../common/putilimp.h:444:40: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
444 | U_INTERNAL void uprv_tzname_clear_cache();
| ^
| void
1 warning generated.
In file included from store.c:30:
In file included from ./gensprep.h:23:
In file included from ../../common/sprpimpl.h:32:
In file included from ../../common/ubidi_props.h:26:
../../common/putilimp.h:444:40: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
444 | U_INTERNAL void uprv_tzname_clear_cache();
| ^
| void
store.c:200:5: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
200 | init() {| ^
| void
store.c:239:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
239 | storeMappingData(){| ^
| void
3 warnings generated.
clang++ -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -Qunused-arguments -Wno-parentheses-equality -o ../../bin/gensprep gensprep.o store.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm
make[2]: Leaving directory '/build/icu/source/tools/gensprep'
make[1]: Making `all' in `icuinfo'
make[2]: Entering directory '/build/icu/source/tools/icuinfo'
(deps) icuinfo.cpp
clang++ ... icuinfo.cpp
clang++ -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -Qunused-arguments -Wno-parentheses-equality -o icuinfo icuinfo.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm
make[2]: Leaving directory '/build/icu/source/tools/icuinfo'
make[1]: Making `all' in `genccode'
make[2]: Entering directory '/build/icu/source/tools/genccode'
(deps) genccode.c
cd ../.. \
&& CONFIG_FILES=tools/genccode/genccode.8 CONFIG_HEADERS= /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./config.status
clang ... genccode.c
config.status: creating tools/genccode/genccode.8
In file included from genccode.c:60:
In file included from ./../toolutil/pkg_genc.h:16:
../../common/putilimp.h:444:40: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
444 | U_INTERNAL void uprv_tzname_clear_cache();
| ^
| void
1 warning generated.
clang++ -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -Qunused-arguments -Wno-parentheses-equality -o ../../bin/genccode genccode.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm
make[2]: Leaving directory '/build/icu/source/tools/genccode'
make[1]: Making `all' in `gencmn'
make[2]: Entering directory '/build/icu/source/tools/gencmn'
(deps) gencmn.c
cd ../.. \
&& CONFIG_FILES=tools/gencmn/gencmn.8 CONFIG_HEADERS= /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./config.status
clang ... gencmn.c
config.status: creating tools/gencmn/gencmn.8
In file included from gencmn.c:33:
../../common/putilimp.h:444:40: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
444 | U_INTERNAL void uprv_tzname_clear_cache();
| ^
| void
1 warning generated.
clang++ -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -Qunused-arguments -Wno-parentheses-equality -o ../../bin/gencmn gencmn.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm
make[2]: Leaving directory '/build/icu/source/tools/gencmn'
make[1]: Making `all' in `icupkg'
make[2]: Entering directory '/build/icu/source/tools/icupkg'
(deps) icupkg.cpp
cd ../.. \
&& CONFIG_FILES=tools/icupkg/icupkg.8 CONFIG_HEADERS= /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./config.status
clang++ ... icupkg.cpp
config.status: creating tools/icupkg/icupkg.8
clang++ -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -Qunused-arguments -Wno-parentheses-equality -o ../../bin/icupkg icupkg.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm
make[2]: Leaving directory '/build/icu/source/tools/icupkg'
make[1]: Making `all' in `pkgdata'
make[2]: Entering directory '/build/icu/source/tools/pkgdata'
(deps) pkgdata.cpp
(deps) pkgtypes.c
cd ../.. \
&& CONFIG_FILES=tools/pkgdata/pkgdata.1 CONFIG_HEADERS= /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./config.status
clang++ ... pkgdata.cpp
clang ... pkgtypes.c
config.status: creating tools/pkgdata/pkgdata.1
In file included from pkgtypes.c:27:
../../common/putilimp.h:444:40: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
444 | U_INTERNAL void uprv_tzname_clear_cache();
| ^
| void
1 warning generated.
clang++ -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -Qunused-arguments -Wno-parentheses-equality -o ../../bin/pkgdata pkgdata.o pkgtypes.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm
make[2]: Leaving directory '/build/icu/source/tools/pkgdata'
make[1]: Making `all' in `gentest'
make[2]: Entering directory '/build/icu/source/tools/gentest'
(deps) gentest.c
(deps) genres32.c
clang ... gentest.c
clang ... genres32.c
clang++ -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -Qunused-arguments -Wno-parentheses-equality -o gentest gentest.o genres32.o -L../../tools/ctestfw -licutest -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm
make[2]: Leaving directory '/build/icu/source/tools/gentest'
make[1]: Making `all' in `gennorm2'
make[2]: Entering directory '/build/icu/source/tools/gennorm2'
(deps) gennorm2.cpp
(deps) n2builder.cpp
(deps) extradata.cpp
(deps) norms.cpp
clang++ ... gennorm2.cpp
clang++ ... n2builder.cpp
clang++ ... extradata.cpp
clang++ ... norms.cpp
gennorm2.cpp:82:1: warning: 'main' should not be 'extern "C"' [-Wmain]
82 | main(int argc, char* argv[]) {| ^
1 warning generated.
clang++ -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -Qunused-arguments -Wno-parentheses-equality -o ../../bin/gennorm2 gennorm2.o n2builder.o extradata.o norms.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm
make[2]: Leaving directory '/build/icu/source/tools/gennorm2'
make[1]: Making `all' in `gencfu'
make[2]: Entering directory '/build/icu/source/tools/gencfu'
(deps) gencfu.cpp
cd ../.. \
&& CONFIG_FILES=tools/gencfu/gencfu.1 CONFIG_HEADERS= /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./config.status
clang++ ... gencfu.cpp
config.status: creating tools/gencfu/gencfu.1
clang++ -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -Qunused-arguments -Wno-parentheses-equality -o ../../bin/gencfu gencfu.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm
make[2]: Leaving directory '/build/icu/source/tools/gencfu'
make[1]: Making `all' in `gendict'
make[2]: Entering directory '/build/icu/source/tools/gendict'
(deps) gendict.cpp
cd ../.. \
&& CONFIG_FILES=tools/gendict/gendict.1 CONFIG_HEADERS= /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./config.status
clang++ ... gendict.cpp
config.status: creating tools/gendict/gendict.1
clang++ -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -Qunused-arguments -Wno-parentheses-equality -o ../../bin/gendict gendict.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm
make[2]: Leaving directory '/build/icu/source/tools/gendict'
make[1]: Making `all' in `escapesrc'
make[2]: Entering directory '/build/icu/source/tools/escapesrc'
(deps) escapesrc.cpp
clang++ ... escapesrc.cpp
clang++ -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -Qunused-arguments -Wno-parentheses-equality -o ../../bin/escapesrc escapesrc.o -lpthread -lm
make[2]: Leaving directory '/build/icu/source/tools/escapesrc'
make[2]: Entering directory '/build/icu/source/tools'
make[2]: Nothing to be done for 'all-local'.
make[2]: Leaving directory '/build/icu/source/tools'
make[1]: Leaving directory '/build/icu/source/tools'
make[0]: Making `all' in `data'
make[1]: Entering directory '/build/icu/source/data'
make -f pkgdataMakefile
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../mkinstalldirs ./out/tmp ./out/build/icudt66l
make[2]: Entering directory '/build/icu/source/data'
rm -rf icupkg.inc
mkdir ./out
mkdir ./out/tmp
mkdir ./out/build
mkdir ./out/build/icudt66l
Unpacking ./in/icudt66l.dat and generating out/tmp/icudata.lst (list of data files)
LD_LIBRARY_PATH=/nix/store/slz3bxb2vfr5265vx4qgvhz96xz9zza7-icu4c-build-root-66.1/lib:/nix/store/slz3bxb2vfr5265vx4qgvhz96xz9zza7-icu4c-build-root-66.1/stubdata:/nix/store/slz3bxb2vfr5265vx4qgvhz96xz9zza7-icu4c-build-root-66.1/tools/ctestfw:$LD_LIBRARY_PATH /nix/store/slz3bxb2vfr5265vx4qgvhz96xz9zza7-icu4c-build-root-66.1/bin/icupkg -d ./out/build/icudt66l --list -x \* ./in/icudt66l.dat -o out/tmp/icudata.lst
make[2]: Leaving directory '/build/icu/source/data'
echo timestamp > build-local
LD_LIBRARY_PATH=/nix/store/slz3bxb2vfr5265vx4qgvhz96xz9zza7-icu4c-build-root-66.1/stubdata:/nix/store/slz3bxb2vfr5265vx4qgvhz96xz9zza7-icu4c-build-root-66.1/tools/ctestfw:/nix/store/slz3bxb2vfr5265vx4qgvhz96xz9zza7-icu4c-build-root-66.1/lib:$LD_LIBRARY_PATH /nix/store/slz3bxb2vfr5265vx4qgvhz96xz9zza7-icu4c-build-root-66.1/bin/pkgdata -O ../data/icupkg.inc -q -c -s /build/icu/source/data/out/build/icudt66l -d ../lib -e icudt66 -T ./out/tmp -p icudt66l -m dll -r 66.1 -L icudata ./out/tmp/icudata.lst
pkgdata: clang -D_REENTRANT -DU_HAVE_ELF_H=1 -DU_HAVE_STRTOD_L=1 -DU_HAVE_XLOCALE_H=0 -DU_HAVE_STRING_VIEW=1 -DU_ATTRIBUTE_DEPRECATED= -O2 -std=c11 -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Qunused-arguments -Wno-parentheses-equality -c -I../common -I../common -DPIC -fPIC -o ./out/tmp/icudt66l_dat.o ./out/tmp/icudt66l_dat.S
/nix/store/y2qxql0v1lb5dq17abn45xycriypv5ks-sarcasm-0-unstable-4867f1179f1c/lib/sarcasm/detect.luau:44: table overflow
stacktrace:
/nix/store/y2qxql0v1lb5dq17abn45xycriypv5ks-sarcasm-0-unstable-4867f1179f1c/lib/sarcasm/detect.luau:44 function sanitize
/nix/store/y2qxql0v1lb5dq17abn45xycriypv5ks-sarcasm-0-unstable-4867f1179f1c/lib/sarcasm/detect.luau:76 function detect
/nix/store/y2qxql0v1lb5dq17abn45xycriypv5ks-sarcasm-0-unstable-4867f1179f1c/lib/sarcasm/sarcasm.luau:1551 function main
/nix/store/y2qxql0v1lb5dq17abn45xycriypv5ks-sarcasm-0-unstable-4867f1179f1c/bin/.sarcasm-wrapped:4
clang-20: error: sarcasm assembler command failed with exit code 1 (use -v to see invocation)
-- return status = 256
Error creating with assembly code. Failed command: clang -D_REENTRANT -DU_HAVE_ELF_H=1 -DU_HAVE_STRTOD_L=1 -DU_HAVE_XLOCALE_H=0 -DU_HAVE_STRING_VIEW=1 -DU_ATTRIBUTE_DEPRECATED= -O2 -std=c11 -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Qunused-arguments -Wno-parentheses-equality -c -I../common -I../common -DPIC -fPIC -o ./out/tmp/icudt66l_dat.o ./out/tmp/icudt66l_dat.S
Error generating assembly code for data.
make[1]: *** [Makefile:171: packagedata] Error 1
make[1]: Leaving directory '/build/icu/source/data'
make: *** [Makefile:153: all-recursive] Error 2
error: Cannot build '/nix/store/wac40ni8in6yvb6bicfbxz6qw3l58yny-icu4c-x86_64-unknown-linux-gnufilc0-66.1.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/3zg4ial1r2lgf0md3margrx7s91g0dmy-icu4c-x86_64-unknown-linux-gnufilc0-66.1
/nix/store/n08a2w20cfri2n81gb5p9yrj6igp7rmf-icu4c-x86_64-unknown-linux-gnufilc0-66.1-dev
Last 25 log lines:
> rm -rf icupkg.inc
> mkdir ./out
> mkdir ./out/tmp
> mkdir ./out/build
> mkdir ./out/build/icudt66l
> Unpacking ./in/icudt66l.dat and generating out/tmp/icudata.lst (list of data files)
> LD_LIBRARY_PATH=/nix/store/slz3bxb2vfr5265vx4qgvhz96xz9zza7-icu4c-build-root-66.1/lib:/nix/store/slz3bxb2vfr5265vx4qgvhz96xz9zza7-icu4c-build-root-66.1/stubdata:/nix/store/slz3bxb2vfr5265vx4qgvhz96xz9zza7-icu4c-build-root-66.1/tools/ctestfw:$LD_LIBRARY_PATH /nix/store/slz3bxb2vfr5265vx4qgvhz96xz9zza7-icu4c-build-root-66.1/bin/icupkg -d ./out/build/icudt66l --list -x \* ./in/icudt66l.dat -o out/tmp/icudata.lst
> make[2]: Leaving directory '/build/icu/source/data'
> echo timestamp > build-local
> LD_LIBRARY_PATH=/nix/store/slz3bxb2vfr5265vx4qgvhz96xz9zza7-icu4c-build-root-66.1/stubdata:/nix/store/slz3bxb2vfr5265vx4qgvhz96xz9zza7-icu4c-build-root-66.1/tools/ctestfw:/nix/store/slz3bxb2vfr5265vx4qgvhz96xz9zza7-icu4c-build-root-66.1/lib:$LD_LIBRARY_PATH /nix/store/slz3bxb2vfr5265vx4qgvhz96xz9zza7-icu4c-build-root-66.1/bin/pkgdata -O ../data/icupkg.inc -q -c -s /build/icu/source/data/out/build/icudt66l -d ../lib -e icudt66 -T ./out/tmp -p icudt66l -m dll -r 66.1 -L icudata ./out/tmp/icudata.lst
> pkgdata: clang -D_REENTRANT -DU_HAVE_ELF_H=1 -DU_HAVE_STRTOD_L=1 -DU_HAVE_XLOCALE_H=0 -DU_HAVE_STRING_VIEW=1 -DU_ATTRIBUTE_DEPRECATED= -O2 -std=c11 -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Qunused-arguments -Wno-parentheses-equality -c -I../common -I../common -DPIC -fPIC -o ./out/tmp/icudt66l_dat.o ./out/tmp/icudt66l_dat.S
> /nix/store/y2qxql0v1lb5dq17abn45xycriypv5ks-sarcasm-0-unstable-4867f1179f1c/lib/sarcasm/detect.luau:44: table overflow
> stacktrace:
> /nix/store/y2qxql0v1lb5dq17abn45xycriypv5ks-sarcasm-0-unstable-4867f1179f1c/lib/sarcasm/detect.luau:44 function sanitize
> /nix/store/y2qxql0v1lb5dq17abn45xycriypv5ks-sarcasm-0-unstable-4867f1179f1c/lib/sarcasm/detect.luau:76 function detect
> /nix/store/y2qxql0v1lb5dq17abn45xycriypv5ks-sarcasm-0-unstable-4867f1179f1c/lib/sarcasm/sarcasm.luau:1551 function main
> /nix/store/y2qxql0v1lb5dq17abn45xycriypv5ks-sarcasm-0-unstable-4867f1179f1c/bin/.sarcasm-wrapped:4
>
> clang-20: error: sarcasm assembler command failed with exit code 1 (use -v to see invocation)
> -- return status = 256
> Error creating with assembly code. Failed command: clang -D_REENTRANT -DU_HAVE_ELF_H=1 -DU_HAVE_STRTOD_L=1 -DU_HAVE_XLOCALE_H=0 -DU_HAVE_STRING_VIEW=1 -DU_ATTRIBUTE_DEPRECATED= -O2 -std=c11 -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Qunused-arguments -Wno-parentheses-equality -c -I../common -I../common -DPIC -fPIC -o ./out/tmp/icudt66l_dat.o ./out/tmp/icudt66l_dat.S
> Error generating assembly code for data.
> make[1]: *** [Makefile:171: packagedata] Error 1
> make[1]: Leaving directory '/build/icu/source/data'
> make: *** [Makefile:153: all-recursive] Error 2
For full logs, run:
nix log /nix/store/wac40ni8in6yvb6bicfbxz6qw3l58yny-icu4c-x86_64-unknown-linux-gnufilc0-66.1.drvgitstatus-1.5.5
error: Cannot build '/nix/store/axb98ayq2pl6nk7qh37c1dg57k124h5p-gitstatus-x86_64-unknown-linux-gnufilc0-1.5.5.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/i6cmlc9m35d89fzg8lypbi0qwdibfmxy-gitstatus-x86_64-unknown-linux-gnufilc0-1.5.5
Last 25 log lines:
> clang++ obj/arena.o obj/check_dir_mtime.o obj/dir.o obj/git.o obj/gitstatus.o obj/index.o obj/logging.o obj/options.o obj/repo.o obj/repo_cache.o obj/request.o obj/response.o obj/strings.o obj/tag_db.o obj/thread_pool.o obj/timer.o -pthread -lgit2 -o usrbin/gitstatusd
> buildPhase completed in 33 seconds
> Running phase: installPhase
> substituteStream() in derivation gitstatus-x86_64-unknown-linux-gnufilc0-1.5.5: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'install')
> Running phase: fixupPhase
> shrinking RPATHs of ELF executables and libraries in /nix/store/i6cmlc9m35d89fzg8lypbi0qwdibfmxy-gitstatus-x86_64-unknown-linux-gnufilc0-1.5.5
> shrinking /nix/store/i6cmlc9m35d89fzg8lypbi0qwdibfmxy-gitstatus-x86_64-unknown-linux-gnufilc0-1.5.5/bin/gitstatusd
> checking for references to /build/ in /nix/store/i6cmlc9m35d89fzg8lypbi0qwdibfmxy-gitstatus-x86_64-unknown-linux-gnufilc0-1.5.5...
> patching script interpreter paths in /nix/store/i6cmlc9m35d89fzg8lypbi0qwdibfmxy-gitstatus-x86_64-unknown-linux-gnufilc0-1.5.5
> stripping (with command strip and flags -S -p) in /nix/store/i6cmlc9m35d89fzg8lypbi0qwdibfmxy-gitstatus-x86_64-unknown-linux-gnufilc0-1.5.5/bin
> Running phase: installCheckPhase
> hint: Using 'master' as the name for the initial branch. This default branch name
> hint: is subject to change. To configure the initial branch name to use in all
> hint: of your new repositories, which will suppress this warning, call:
> hint:
> hint: git config --global init.defaultBranch <name>
> hint:
> hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
> hint: 'development'. The just-created branch can be renamed via this command:
> hint:
> hint: git branch -m <name>
> hint:
> hint: Disable this message with "git config set advice.defaultBranchName false"
> Initialized empty Git repository in /build/tmp.hcCQIOByhY/.git/
> Something went wrong with gitstatus
For full logs, run:
nix log /nix/store/axb98ayq2pl6nk7qh37c1dg57k124h5p-gitstatus-x86_64-unknown-linux-gnufilc0-1.5.5.drvgutenprint-5.3.4
error: Cannot build '/nix/store/ldq0amaj7qkam8nwahilmravx2ysmp7f-gutenprint-x86_64-unknown-linux-gnufilc0-5.3.4.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/phgw3xphadnxiq578j5ljmap0d49x76p-gutenprint-x86_64-unknown-linux-gnufilc0-5.3.4
Last 25 log lines:
> | ^
> 14 warnings generated.
> CCLD rastertogutenprint.5.3
> rastertogutenprint.o:rastertogutenprint.c:function pizlonatedFI1073_ppdOpenFile:(.text+0x14bf1): error: undefined reference to 'pizlonated_ppdOpenFile'
> rastertogutenprint.o:rastertogutenprint.c:function pizlonatedFI1065_ppdClose:(.text+0x14db1): error: undefined reference to 'pizlonated_ppdClose'
> rastertogutenprint.o:rastertogutenprint.c:function pizlonatedFI131273_cupsParseOptions:(.text+0x1527f): error: undefined reference to 'pizlonated_cupsParseOptions'
> rastertogutenprint.o:rastertogutenprint.c:function pizlonatedFI1065_ppdMarkDefaults:(.text+0x15371): error: undefined reference to 'pizlonated_ppdMarkDefaults'
> rastertogutenprint.o:rastertogutenprint.c:function pizlonatedFI131273_cupsMarkOptions:(.text+0x1541f): error: undefined reference to 'pizlonated_cupsMarkOptions'
> rastertogutenprint.o:rastertogutenprint.c:function pizlonatedFI12777_ppdPageSize:(.text+0x1551b): error: undefined reference to 'pizlonated_ppdPageSize'
> rastertogutenprint.o:rastertogutenprint.c:function pizlonatedFI11838_cupsFreeOptions:(.text+0x161e7): error: undefined reference to 'pizlonated_cupsFreeOptions'
> rastertogutenprint.o:rastertogutenprint.c:function pizlonatedFI1605_cupsRasterOpen:(.text+0x162a1): error: undefined reference to 'pizlonated_cupsRasterOpen'
> rastertogutenprint.o:rastertogutenprint.c:function pizlonatedFI12770_cupsRasterReadHeader2:(.text+0x1646b): error: undefined reference to 'pizlonated_cupsRasterReadHeader2'
> rastertogutenprint.o:rastertogutenprint.c:function pizlonatedFI28863_cupsRasterReadPixels:(.text+0x190c2): error: undefined reference to 'pizlonated_cupsRasterReadPixels'
> rastertogutenprint.o:rastertogutenprint.c:function pizlonatedFI1065_cupsRasterClose:(.text+0x19341): error: undefined reference to 'pizlonated_cupsRasterClose'
> rastertogutenprint.o:rastertogutenprint.c:function pizlonatedFI131280_cupsGetOption:(.text+0x1962f): error: undefined reference to 'pizlonated_cupsGetOption'
> rastertogutenprint.o:rastertogutenprint.c:function pizlonatedFI12777_ppdFindOption:(.text+0x1973b): error: undefined reference to 'pizlonated_ppdFindOption'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[3]: *** [Makefile:1143: rastertogutenprint.5.3] Error 1
> make[3]: *** Waiting for unfinished jobs....
> make[3]: Leaving directory '/build/gutenprint-5.3.4/src/cups'
> make[2]: *** [Makefile:481: all-recursive] Error 1
> make[2]: Leaving directory '/build/gutenprint-5.3.4/src'
> make[1]: *** [Makefile:597: all-recursive] Error 1
> make[1]: Leaving directory '/build/gutenprint-5.3.4'
> make: *** [Makefile:528: all] Error 2
For full logs, run:
nix log /nix/store/ldq0amaj7qkam8nwahilmravx2ysmp7f-gutenprint-x86_64-unknown-linux-gnufilc0-5.3.4.drvhexcurse-1.60.0
error: Cannot build '/nix/store/n733bdns03pbc542k9bkgjyi46fb3b5j-hexcurse-x86_64-unknown-linux-gnufilc0-1.60.0.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/21j3n59cg7dslq2aj6pnjh2kwzjgggc4-hexcurse-x86_64-unknown-linux-gnufilc0-1.60.0
Last 25 log lines:
> checking for special C compiler options needed for large files... no
> checking for _FILE_OFFSET_BITS value needed for large files... no
> checking for _LARGEFILE_SOURCE value needed for large files... no
> checking return type of signal handlers... void
> 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 man/Makefile
> config.status: creating config.h
> config.status: executing depfiles commands
> Running phase: 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.. -I../include -Wall -Werror -Wextra -g -O2 -c -o file.o file.c
> error: unknown warning option '-Werror=stringop-overflow'; did you mean '-Werror=shift-overflow'? [-Werror,-Wunknown-warning-option]
> error: unknown warning option '-Werror=stringop-truncation'; did you mean '-Werror=format-truncation'? [-Werror,-Wunknown-warning-option]
> make[2]: *** [Makefile:363: file.o] Error 1
> make[2]: Leaving directory '/build/source/src'
> make[1]: *** [Makefile:362: all-recursive] Error 1
> make[1]: Leaving directory '/build/source'
> make: *** [Makefile:303: all] Error 2
For full logs, run:
nix log /nix/store/n733bdns03pbc542k9bkgjyi46fb3b5j-hexcurse-x86_64-unknown-linux-gnufilc0-1.60.0.drvhh-suite-3.3.0
error: Cannot build '/nix/store/4gj5zfdz2m1iw3jdxmwrapcqm272qhqr-hh-suite-x86_64-unknown-linux-gnufilc0-3.3.0.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/gba7p2l9za58d6f9c64ph6prhqghczxk-hh-suite-x86_64-unknown-linux-gnufilc0-3.3.0
Last 25 log lines:
> libHH_OBJECTS.a(hhfunc.cpp.o):hhfunc.cpp:function pizlonatedFI403_exp:(.text+0x12e11): error: undefined reference to 'pizlonated_exp'
> libHH_OBJECTS.a(hhfunc.cpp.o):hhfunc.cpp:function pizlonatedFI403_exp2:(.text+0x12ee1): error: undefined reference to 'pizlonated_exp2'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [src/CMakeFiles/hhmake.dir/build.make:106: src/hhmake] Error 1
> make[1]: *** [CMakeFiles/Makefile2:840: src/CMakeFiles/hhmake.dir/all] Error 2
> [ 97%] Linking CXX executable hhconsensus
> libHH_OBJECTS.a(hhmatrices.cpp.o):hhmatrices.cpp:function pizlonatedFI269_log2f:(.text+0x1e221): error: undefined reference to 'pizlonated_log2f'
> libHH_OBJECTS.a(hhalignment.cpp.o):hhalignment.cpp:function pizlonatedFI269_logf:(.text+0xa2ce1): error: undefined reference to 'pizlonated_logf'
> libHH_OBJECTS.a(hhhmm.cpp.o):hhhmm.cpp:function pizlonatedFI269_logf:(.text+0x91301): error: undefined reference to 'pizlonated_logf'
> libHH_OBJECTS.a(hhhmm.cpp.o):hhhmm.cpp:function pizlonatedFI4792_pow:(.text+0x914a6): error: undefined reference to 'pizlonated_pow'
> libHH_OBJECTS.a(hhhmm.cpp.o):hhhmm.cpp:function pizlonatedFI403_exp:(.text+0x917a1): error: undefined reference to 'pizlonated_exp'
> libHH_OBJECTS.a(hhhmm.cpp.o):hhhmm.cpp:function pizlonatedFI269_log2f:(.text+0x91871): error: undefined reference to 'pizlonated_log2f'
> libHH_OBJECTS.a(hhhmm.cpp.o):hhhmm.cpp:function pizlonatedFI3195_powf:(.text+0x919f7): error: undefined reference to 'pizlonated_powf'
> libHH_OBJECTS.a(hhhmm.cpp.o):hhhmm.cpp:function pizlonatedFI269_sqrtf:(.text+0x91af1): error: undefined reference to 'pizlonated_sqrtf'
> libHH_OBJECTS.a(hhhmm.cpp.o):hhhmm.cpp:function pizlonatedFI269_exp2f:(.text+0x92c91): error: undefined reference to 'pizlonated_exp2f'
> libHH_OBJECTS.a(hhhmm.cpp.o):hhhmm.cpp:function pizlonatedFI403_exp2:(.text+0x93941): error: undefined reference to 'pizlonated_exp2'
> libHH_OBJECTS.a(hhfunc.cpp.o):hhfunc.cpp:function pizlonatedFI403_log:(.text+0x110c1): error: undefined reference to 'pizlonated_log'
> libHH_OBJECTS.a(hhfunc.cpp.o):hhfunc.cpp:function pizlonatedFI4792_pow:(.text+0x11e76): error: undefined reference to 'pizlonated_pow'
> libHH_OBJECTS.a(hhfunc.cpp.o):hhfunc.cpp:function pizlonatedFI537_logl:(.text+0x12d33): error: undefined reference to 'pizlonated_logl'
> libHH_OBJECTS.a(hhfunc.cpp.o):hhfunc.cpp:function pizlonatedFI403_exp:(.text+0x12e11): error: undefined reference to 'pizlonated_exp'
> libHH_OBJECTS.a(hhfunc.cpp.o):hhfunc.cpp:function pizlonatedFI403_exp2:(.text+0x12ee1): error: undefined reference to 'pizlonated_exp2'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [src/CMakeFiles/hhconsensus.dir/build.make:106: src/hhconsensus] Error 1
> make[1]: *** [CMakeFiles/Makefile2:988: src/CMakeFiles/hhconsensus.dir/all] Error 2
> make: *** [Makefile:156: all] Error 2
For full logs, run:
nix log /nix/store/4gj5zfdz2m1iw3jdxmwrapcqm272qhqr-hh-suite-x86_64-unknown-linux-gnufilc0-3.3.0.drvhhpc-0.3.1
error: Cannot build '/nix/store/6742s7y1gykkh5rq9gpk3hgg5cwabyl6-hhpc-x86_64-unknown-linux-gnufilc0-0.3.1.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/8qacrjjk85kj0mkrmdkxiqyl6jg70y4b-hhpc-x86_64-unknown-linux-gnufilc0-0.3.1
Last 25 log lines:
> hhpc.c:51:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
> 51 | static int setupSignals() {
> | ^
> | void
> hhpc.c:240:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
> 240 | static void usage() {
> | ^
> | void
> 2 warnings generated.
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> clang -o hhpc hhpc.o -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=200809L -pedantic -std=c99 -s -O2 -DNDEBUG
> hhpc.o:hhpc.c:function pizlonatedFI1073_XOpenDisplay:(.text+0x2981): error: undefined reference to 'pizlonated_XOpenDisplay'
> hhpc.o:hhpc.c:function pizlonatedFI2255549_XCreateBitmapFromData:(.text+0x2d9b): error: undefined reference to 'pizlonated_XCreateBitmapFromData'
> hhpc.o:hhpc.c:function pizlonatedFI274050226_XCreatePixmapCursor:(.text+0x2ecd): error: undefined reference to 'pizlonated_XCreatePixmapCursor'
> hhpc.o:hhpc.c:function pizlonatedFI2529_XFreePixmap:(.text+0x3027): error: undefined reference to 'pizlonated_XFreePixmap'
> hhpc.o:hhpc.c:function pizlonatedFI31360705210_XGrabPointer:(.text+0x33bc): error: undefined reference to 'pizlonated_XGrabPointer'
> hhpc.o:hhpc.c:function pizlonatedFI18622_XAllowEvents:(.text+0x370b): error: undefined reference to 'pizlonated_XAllowEvents'
> hhpc.o:hhpc.c:function pizlonatedFI2529_XSync:(.text+0x37f7): error: undefined reference to 'pizlonated_XSync'
> hhpc.o:hhpc.c:function pizlonatedFI2529_XUngrabPointer:(.text+0x3a27): error: undefined reference to 'pizlonated_XUngrabPointer'
> hhpc.o:hhpc.c:function pizlonatedFI1066_XPending:(.text+0x3b11): error: undefined reference to 'pizlonated_XPending'
> hhpc.o:hhpc.c:function pizlonatedFI131273_XMaskEvent:(.text+0x3bdf): error: undefined reference to 'pizlonated_XMaskEvent'
> hhpc.o:hhpc.c:function pizlonatedFI2529_XFreeCursor:(.text+0x3cd7): error: undefined reference to 'pizlonated_XFreeCursor'
> hhpc.o:hhpc.c:function pizlonatedFI1066_XCloseDisplay:(.text+0x3dc1): error: undefined reference to 'pizlonated_XCloseDisplay'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make: *** [Makefile:76: hhpc] Error 1
For full logs, run:
nix log /nix/store/6742s7y1gykkh5rq9gpk3hgg5cwabyl6-hhpc-x86_64-unknown-linux-gnufilc0-0.3.1.drvhid-listen-1.01
error: Cannot build '/nix/store/4prkwwrv841d46g7gakm4712jif696d7-hid-listen-x86_64-unknown-linux-gnufilc0-1.01.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/vjl2wgnlpsrqpaqfi8vrlkddhlvg8vb9-hid-listen-x86_64-unknown-linux-gnufilc0-1.01
Last 17 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/0wbmr7q2qbmvzgrlzmcgd6ailckylcqa-hid_listen_1.01
> source root is hid_listen_1.01
> 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
> gcc -O2 -Wall -DLINUX -c -o hid_listen.o hid_listen.c
> gcc -O2 -Wall -DLINUX -c -o rawhid.o rawhid.c
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
> make: *** [<builtin>: hid_listen.o] Error 127
> make: *** Waiting for unfinished jobs....
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
> make: *** [<builtin>: rawhid.o] Error 127
For full logs, run:
nix log /nix/store/4prkwwrv841d46g7gakm4712jif696d7-hid-listen-x86_64-unknown-linux-gnufilc0-1.01.drvhidapitester-0.5
error: Cannot build '/nix/store/i2xi5swbmz43qvlrzg17106pxdp6d90h-hidapitester-x86_64-unknown-linux-gnufilc0-0.5.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/zchxvwq6dqzch7h6gw98bjnr1kgccf0j-hidapitester-x86_64-unknown-linux-gnufilc0-0.5
Last 25 log lines:
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> clang -I /build/hidapi/hidapi -DHIDAPITESTER_VERSION=\"0.5\" -c /build/hidapi/linux/hid.c -o /build/hidapi/linux/hid.o
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> clang -I /build/hidapi/hidapi -DHIDAPITESTER_VERSION=\"0.5\" -c hidapitester.c -o hidapitester.o
> /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
> clang -I /build/hidapi/hidapi -DHIDAPITESTER_VERSION=\"0.5\" /build/hidapi/linux/hid.o hidapitester.o -o hidapitester
> /build/hidapi/linux/hid.o:hid.c:function pizlonatedFI9_udev_new:(.text+0x2a70e): error: undefined reference to 'pizlonated_udev_new'
> /build/hidapi/linux/hid.o:hid.c:function pizlonatedFI1073_udev_enumerate_new:(.text+0x2a89b): error: undefined reference to 'pizlonated_udev_enumerate_new'
> /build/hidapi/linux/hid.o:hid.c:function pizlonatedFI12770_udev_enumerate_add_match_subsystem:(.text+0x2aa95): error: undefined reference to 'pizlonated_udev_enumerate_add_match_subsystem'
> /build/hidapi/linux/hid.o:hid.c:function pizlonatedFI1066_udev_enumerate_scan_devices:(.text+0x2ac48): error: undefined reference to 'pizlonated_udev_enumerate_scan_devices'
> /build/hidapi/linux/hid.o:hid.c:function pizlonatedFI1073_udev_enumerate_get_list_entry:(.text+0x2addb): error: undefined reference to 'pizlonated_udev_enumerate_get_list_entry'
> /build/hidapi/linux/hid.o:hid.c:function pizlonatedFI1073_udev_list_entry_get_name:(.text+0x2afcb): error: undefined reference to 'pizlonated_udev_list_entry_get_name'
> /build/hidapi/linux/hid.o:hid.c:function pizlonatedFI12777_udev_device_new_from_syspath:(.text+0x2b1c5): error: undefined reference to 'pizlonated_udev_device_new_from_syspath'
> /build/hidapi/linux/hid.o:hid.c:function pizlonatedFI1073_udev_device_unref:(.text+0x2b3db): error: undefined reference to 'pizlonated_udev_device_unref'
> /build/hidapi/linux/hid.o:hid.c:function pizlonatedFI1073_udev_list_entry_get_next:(.text+0x2b5cb): error: undefined reference to 'pizlonated_udev_list_entry_get_next'
> /build/hidapi/linux/hid.o:hid.c:function pizlonatedFI1073_udev_enumerate_unref:(.text+0x2b7bb): error: undefined reference to 'pizlonated_udev_enumerate_unref'
> /build/hidapi/linux/hid.o:hid.c:function pizlonatedFI1073_udev_unref:(.text+0x2b9ab): error: undefined reference to 'pizlonated_udev_unref'
> /build/hidapi/linux/hid.o:hid.c:function pizlonatedFI1073_udev_device_get_syspath:(.text+0x2c18b): error: undefined reference to 'pizlonated_udev_device_get_syspath'
> /build/hidapi/linux/hid.o:hid.c:function pizlonatedFI1073_udev_device_get_devnode:(.text+0x2c37b): error: undefined reference to 'pizlonated_udev_device_get_devnode'
> /build/hidapi/linux/hid.o:hid.c:function pizlonatedFI141521_udev_device_get_parent_with_subsystem_devtype:(.text+0x2c590): error: undefined reference to 'pizlonated_udev_device_get_parent_with_subsystem_devtype'
> /build/hidapi/linux/hid.o:hid.c:function pizlonatedFI12777_udev_device_get_sysattr_value:(.text+0x2c845): error: undefined reference to 'pizlonated_udev_device_get_sysattr_value'
> /build/hidapi/linux/hid.o:hid.c:function pizlonatedFI18629_udev_device_new_from_devnum:(.text+0x2e875): error: undefined reference to 'pizlonated_udev_device_new_from_devnum'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make: *** [Makefile:106: hidapitester] Error 1
For full logs, run:
nix log /nix/store/i2xi5swbmz43qvlrzg17106pxdp6d90h-hidapitester-x86_64-unknown-linux-gnufilc0-0.5.drvhighlight-pointer-1.1.3
error: Cannot build '/nix/store/0z4fr62lvk0lr3arfqpsydi9j4ad061x-highlight-pointer-x86_64-unknown-linux-gnufilc0-1.1.3.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/ss164kagxk7666ychzimhjzqngw47fyw-highlight-pointer-x86_64-unknown-linux-gnufilc0-1.1.3
Last 18 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/ziw4j9gkjwv1pxn9b5jws027356c7v87-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 highlight-pointer.c -o highlight-pointer -flto -O3 -Wall -Wextra -Wshadow -std=c99 -lX11 -lXext -lXfixes -lXi
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /nix/store/f7c5s76n67mj1pr39cy7aj0akjy1s4mn-filc0-git/bin/../lib/LLVMgold.so: could not load plugin library: /nix/store/f7c5s76n67mj1pr39cy7aj0akjy1s4mn-filc0-git/bin/../lib/LLVMgold.so: cannot open shared object file: No such file or directory
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/highlight-pointer-a6a6db.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/highlight-pointer-a6a6db.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/highlight-pointer-a6a6db.o: not an object or archive
> /nix/store/sn36kmszyx8bbq5fcz8xgwls8wdznj8p-filc-crt-lib/filc_crt.o:function main:(.text.unlikely.+0xb): error: undefined reference to 'pizlonated_main'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make: *** [makefile:2: highlight-pointer] Error 1
For full logs, run:
nix log /nix/store/0z4fr62lvk0lr3arfqpsydi9j4ad061x-highlight-pointer-x86_64-unknown-linux-gnufilc0-1.1.3.drvhisat2-2.2.1
error: Cannot build '/nix/store/8s866vvr8wlx6qj9ybynxsq1qgi400fk-hisat2-x86_64-unknown-linux-gnufilc0-2.2.1.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/nzglallal6f81lzvdahlvwq433yck20j-hisat2-x86_64-unknown-linux-gnufilc0-2.2.1
Last 25 log lines:
> Try 'dirname --help' for more information.
> which: no gcc in (/nix/store/79ysab89h735q0bhhw4hbgi4vkapikhn-unzip-6.0/bin:/nix/store/s0pv1byj75arx8wfmw659y11dy4a41hy-which-2.23/bin:/nix/store/g7i75czfbw9sy5f8v7rjbama6lr3ya3s-patchelf-0.15.0/bin:/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin:/nix/store/31l6alfx8axrfkp0zxza3z7f7gxzi8b3-filc-cc/bin:/nix/store/14i07vk4qkfcdyyha9amqryg033l3xcf-filc-sysroot-with-metadata/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/gqxsl4vfi43khmz1snzynr8jwwynkbbw-binutils-wrapper-2.43.1/bin:/nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/392hs9nhm6wfw4imjllbvb1wil1n39qx-findutils-4.10.0/bin:/nix/store/xw0mf3shymq3k7zlncf09rm8917sdi4h-diffutils-3.12/bin:/nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin:/nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin:/nix/store/c1z5j28ndxljf1ihqzag57bwpfpzms0g-gawk-5.3.2/bin:/nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin:/nix/store/xd9m9jkvrs8pbxvmkzkwviql33rd090j-gzip-1.14/bin:/nix/store/w1pxx760yidi7n9vbi5bhpii9xxl5vdj-bzip2-1.0.8-bin/bin:/nix/store/xk0d14zpm0njxzdm182dd722aqhav2cc-gnumake-4.4.1/bin:/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin:/nix/store/gj54zvf7vxll1mzzmqhqi1p4jiws3mfb-patch-2.7.6/bin:/nix/store/22rpb6790f346c55iqi6s9drr5qgmyjf-xz-5.8.1-bin/bin:/nix/store/xlmpcglsq8l09qh03rf0virz0331pjdc-file-5.45/bin)
> dirname: missing operand
> Try 'dirname --help' for more information.
> which: no gcc in (/nix/store/79ysab89h735q0bhhw4hbgi4vkapikhn-unzip-6.0/bin:/nix/store/s0pv1byj75arx8wfmw659y11dy4a41hy-which-2.23/bin:/nix/store/g7i75czfbw9sy5f8v7rjbama6lr3ya3s-patchelf-0.15.0/bin:/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin:/nix/store/31l6alfx8axrfkp0zxza3z7f7gxzi8b3-filc-cc/bin:/nix/store/14i07vk4qkfcdyyha9amqryg033l3xcf-filc-sysroot-with-metadata/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/gqxsl4vfi43khmz1snzynr8jwwynkbbw-binutils-wrapper-2.43.1/bin:/nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/392hs9nhm6wfw4imjllbvb1wil1n39qx-findutils-4.10.0/bin:/nix/store/xw0mf3shymq3k7zlncf09rm8917sdi4h-diffutils-3.12/bin:/nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin:/nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin:/nix/store/c1z5j28ndxljf1ihqzag57bwpfpzms0g-gawk-5.3.2/bin:/nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin:/nix/store/xd9m9jkvrs8pbxvmkzkwviql33rd090j-gzip-1.14/bin:/nix/store/w1pxx760yidi7n9vbi5bhpii9xxl5vdj-bzip2-1.0.8-bin/bin:/nix/store/xk0d14zpm0njxzdm182dd722aqhav2cc-gnumake-4.4.1/bin:/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin:/nix/store/gj54zvf7vxll1mzzmqhqi1p4jiws3mfb-patch-2.7.6/bin:/nix/store/22rpb6790f346c55iqi6s9drr5qgmyjf-xz-5.8.1-bin/bin:/nix/store/xlmpcglsq8l09qh03rf0virz0331pjdc-file-5.45/bin)
> dirname: missing operand
> Try 'dirname --help' for more information.
> which: no gcc in (/nix/store/79ysab89h735q0bhhw4hbgi4vkapikhn-unzip-6.0/bin:/nix/store/s0pv1byj75arx8wfmw659y11dy4a41hy-which-2.23/bin:/nix/store/g7i75czfbw9sy5f8v7rjbama6lr3ya3s-patchelf-0.15.0/bin:/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin:/nix/store/31l6alfx8axrfkp0zxza3z7f7gxzi8b3-filc-cc/bin:/nix/store/14i07vk4qkfcdyyha9amqryg033l3xcf-filc-sysroot-with-metadata/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/gqxsl4vfi43khmz1snzynr8jwwynkbbw-binutils-wrapper-2.43.1/bin:/nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/392hs9nhm6wfw4imjllbvb1wil1n39qx-findutils-4.10.0/bin:/nix/store/xw0mf3shymq3k7zlncf09rm8917sdi4h-diffutils-3.12/bin:/nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin:/nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin:/nix/store/c1z5j28ndxljf1ihqzag57bwpfpzms0g-gawk-5.3.2/bin:/nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin:/nix/store/xd9m9jkvrs8pbxvmkzkwviql33rd090j-gzip-1.14/bin:/nix/store/w1pxx760yidi7n9vbi5bhpii9xxl5vdj-bzip2-1.0.8-bin/bin:/nix/store/xk0d14zpm0njxzdm182dd722aqhav2cc-gnumake-4.4.1/bin:/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin:/nix/store/gj54zvf7vxll1mzzmqhqi1p4jiws3mfb-patch-2.7.6/bin:/nix/store/22rpb6790f346c55iqi6s9drr5qgmyjf-xz-5.8.1-bin/bin:/nix/store/xlmpcglsq8l09qh03rf0virz0331pjdc-file-5.45/bin)
> dirname: missing operand
> Try 'dirname --help' for more information.
> /g++ -O3 -m64 -msse2 -funroll-loops -g3 -DCOMPILER_OPTIONS="\"-O3 -m64 -msse2 -funroll-loops -g3 -DPOPCNT_CAPABILITY -std=c++11\"" -DPOPCNT_CAPABILITY -std=c++11 \
> -fno-strict-aliasing -DHISAT2_VERSION="\"`cat VERSION`\"" -DBUILD_HOST="\"`hostname`\"" -DBUILD_TIME="\"`date`\"" -DCOMPILER_VERSION="\"`/g++ -v 2>&1 | tail -1`\"" -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DBOWTIE_MM -DBOWTIE2 -DNDEBUG -Wall -DMASSIVE_DATA_RLCSA \
> -I. -I third_party \
> -o hisat2-build-s hisat2_build.cpp \
> ccnt_lut.cpp ref_read.cpp alphabet.cpp shmem.cpp edit.cpp gfm.cpp reference.cpp ds.cpp multikey_qsort.cpp limit.cpp random_source.cpp tinythread.cpp diff_sample.cpp hisat2_build_main.cpp \
> -lpthread
> which: no gcc in (/nix/store/79ysab89h735q0bhhw4hbgi4vkapikhn-unzip-6.0/bin:/nix/store/s0pv1byj75arx8wfmw659y11dy4a41hy-which-2.23/bin:/nix/store/g7i75czfbw9sy5f8v7rjbama6lr3ya3s-patchelf-0.15.0/bin:/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin:/nix/store/31l6alfx8axrfkp0zxza3z7f7gxzi8b3-filc-cc/bin:/nix/store/14i07vk4qkfcdyyha9amqryg033l3xcf-filc-sysroot-with-metadata/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/gqxsl4vfi43khmz1snzynr8jwwynkbbw-binutils-wrapper-2.43.1/bin:/nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/392hs9nhm6wfw4imjllbvb1wil1n39qx-findutils-4.10.0/bin:/nix/store/xw0mf3shymq3k7zlncf09rm8917sdi4h-diffutils-3.12/bin:/nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin:/nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin:/nix/store/c1z5j28ndxljf1ihqzag57bwpfpzms0g-gawk-5.3.2/bin:/nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin:/nix/store/xd9m9jkvrs8pbxvmkzkwviql33rd090j-gzip-1.14/bin:/nix/store/w1pxx760yidi7n9vbi5bhpii9xxl5vdj-bzip2-1.0.8-bin/bin:/nix/store/xk0d14zpm0njxzdm182dd722aqhav2cc-gnumake-4.4.1/bin:/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin:/nix/store/gj54zvf7vxll1mzzmqhqi1p4jiws3mfb-patch-2.7.6/bin:/nix/store/22rpb6790f346c55iqi6s9drr5qgmyjf-xz-5.8.1-bin/bin:/nix/store/xlmpcglsq8l09qh03rf0virz0331pjdc-file-5.45/bin)
> dirname: missing operand
> Try 'dirname --help' for more information.
> which: no gcc in (/nix/store/79ysab89h735q0bhhw4hbgi4vkapikhn-unzip-6.0/bin:/nix/store/s0pv1byj75arx8wfmw659y11dy4a41hy-which-2.23/bin:/nix/store/g7i75czfbw9sy5f8v7rjbama6lr3ya3s-patchelf-0.15.0/bin:/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin:/nix/store/31l6alfx8axrfkp0zxza3z7f7gxzi8b3-filc-cc/bin:/nix/store/14i07vk4qkfcdyyha9amqryg033l3xcf-filc-sysroot-with-metadata/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/gqxsl4vfi43khmz1snzynr8jwwynkbbw-binutils-wrapper-2.43.1/bin:/nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/392hs9nhm6wfw4imjllbvb1wil1n39qx-findutils-4.10.0/bin:/nix/store/xw0mf3shymq3k7zlncf09rm8917sdi4h-diffutils-3.12/bin:/nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin:/nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin:/nix/store/c1z5j28ndxljf1ihqzag57bwpfpzms0g-gawk-5.3.2/bin:/nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin:/nix/store/xd9m9jkvrs8pbxvmkzkwviql33rd090j-gzip-1.14/bin:/nix/store/w1pxx760yidi7n9vbi5bhpii9xxl5vdj-bzip2-1.0.8-bin/bin:/nix/store/xk0d14zpm0njxzdm182dd722aqhav2cc-gnumake-4.4.1/bin:/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin:/nix/store/gj54zvf7vxll1mzzmqhqi1p4jiws3mfb-patch-2.7.6/bin:/nix/store/22rpb6790f346c55iqi6s9drr5qgmyjf-xz-5.8.1-bin/bin:/nix/store/xlmpcglsq8l09qh03rf0virz0331pjdc-file-5.45/bin)
> dirname: missing operand
> Try 'dirname --help' for more information.
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: hostname: command not found
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: /g++: No such file or directory
> make: *** [Makefile:346: hisat2-build-s] Error 127
For full logs, run:
nix log /nix/store/8s866vvr8wlx6qj9ybynxsq1qgi400fk-hisat2-x86_64-unknown-linux-gnufilc0-2.2.1.drvhitch-1.8.0
error: Cannot build '/nix/store/ldbziikh5akc1vb4n9f76b8hbmsdym0a-hitch-x86_64-unknown-linux-gnufilc0-1.8.0.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/ifg39zya9a9c10w4i3zpdd3h1pdblz4v-hitch-x86_64-unknown-linux-gnufilc0-1.8.0
/nix/store/lqp5fdy85gixkksj8xl856vhcgbz00y2-hitch-x86_64-unknown-linux-gnufilc0-1.8.0-doc
/nix/store/n785wc7l1q9js6092qs948686gf8xkk5-hitch-x86_64-unknown-linux-gnufilc0-1.8.0-man
Last 25 log lines:
> checking for struct stat.st_mtimespec... no
> checking for stdlib.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking how to run the C preprocessor... clang -E
> 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 uid_t in sys/types.h... yes
> checking for inline... inline
> checking for int32_t... yes
> checking for pid_t... yes
> checking for size_t... yes
> checking for ssize_t... yes
> checking for uint32_t... yes
> checking for fork... yes
> checking for vfork... no
> checking for getpagesize... yes
> checking for working fork... cross
> configure: WARNING: result yes guessed because of cross compilation
> checking build system type... x86_64-unknown-linux-gnu
> checking host system type... x86_64-unknown-linux-gnufilc0
> checking for working mmap... yes
> checking for accept4... yes
> checking whether SO_REUSEPORT works... configure: error: in `/build/hitch-1.8.0':
> configure: error: cannot run test program while cross compiling
> See `config.log' for more details
For full logs, run:
nix log /nix/store/ldbziikh5akc1vb4n9f76b8hbmsdym0a-hitch-x86_64-unknown-linux-gnufilc0-1.8.0.drvpython3.12-hjson-3.0.2
error: Cannot build '/nix/store/dh37w22ik5sy5pyglia1bbchg0g13mg3-python3.12-hjson-3.0.2-x86_64-unknown-linux-gnufilc0.drv'.
Reason: builder failed with exit code 133.
Output paths:
/nix/store/kzz720002q581kb7znn6dzb8v71qp6cw-python3.12-hjson-3.0.2-x86_64-unknown-linux-gnufilc0-dist
/nix/store/wyii9y389fvzwwg0p0jwm8islmnmqs7j-python3.12-hjson-3.0.2-x86_64-unknown-linux-gnufilc0
Last 25 log lines:
> checking for references to /build/ in /nix/store/wyii9y389fvzwwg0p0jwm8islmnmqs7j-python3.12-hjson-3.0.2-x86_64-unknown-linux-gnufilc0...
> patching script interpreter paths in /nix/store/wyii9y389fvzwwg0p0jwm8islmnmqs7j-python3.12-hjson-3.0.2-x86_64-unknown-linux-gnufilc0
> stripping (with command strip and flags -S -p) in /nix/store/wyii9y389fvzwwg0p0jwm8islmnmqs7j-python3.12-hjson-3.0.2-x86_64-unknown-linux-gnufilc0/lib /nix/store/wyii9y389fvzwwg0p0jwm8islmnmqs7j-python3.12-hjson-3.0.2-x86_64-unknown-linux-gnufilc0/bin
> shrinking RPATHs of ELF executables and libraries in /nix/store/kzz720002q581kb7znn6dzb8v71qp6cw-python3.12-hjson-3.0.2-x86_64-unknown-linux-gnufilc0-dist
> checking for references to /build/ in /nix/store/kzz720002q581kb7znn6dzb8v71qp6cw-python3.12-hjson-3.0.2-x86_64-unknown-linux-gnufilc0-dist...
> patching script interpreter paths in /nix/store/kzz720002q581kb7znn6dzb8v71qp6cw-python3.12-hjson-3.0.2-x86_64-unknown-linux-gnufilc0-dist
> Rewriting #!/bin/sh to #!/nix/store/wk2cw6sgg9rdjpzwxvf0iq8aipy5yvhc-python3-3.12.5-x86_64-unknown-linux-gnufilc0
> Rewriting #! /nix/store/jlqnxj9kl1ry20gfsljspjrmlqgx33vw-bash-x86_64-unknown-linux-gnufilc0-5.2p37/bin/bash -e to #!/nix/store/wk2cw6sgg9rdjpzwxvf0iq8aipy5yvhc-python3-3.12.5-x86_64-unknown-linux-gnufilc0
> Executing pythonRemoveTestsDir
> Finished executing pythonRemoveTestsDir
> Running phase: installCheckPhase
> no Makefile or custom installCheckPhase, doing nothing
> Running phase: pythonRemoveBinBytecodePhase
> Running phase: pytestCheckPhase
> Executing pytestCheckPhase
> pytest flags: -m pytest --ignore-glob=hjson/tests/test_tool.py
> ============================= test session starts ==============================
> platform linux -- Python 3.12.5, pytest-8.3.5, pluggy-1.5.0
> rootdir: /build/source
> collected 108 items
>
> hjson/tests/test_bigint_as_string.py .... [ 3%]
> hjson/tests/test_bitsize_int_as_string.py ...... [ 9%]
> hjson/tests/test_check_circular.py ..... [ 13%]
> hjson/tests/test_decimal.py /nix/store/sc6s17cxg9skv7x1b1fnf5mn73dx4n7x-pytest-check-hook/nix-support/setup-hook: line 23: 293 Trace/breakpoint trap /nix/store/wk2cw6sgg9rdjpzwxvf0iq8aipy5yvhc-python3-3.12.5-x86_64-unknown-linux-gnufilc0/bin/python3.12 "${flagsArray[@]}"
For full logs, run:
nix log /nix/store/dh37w22ik5sy5pyglia1bbchg0g13mg3-python3.12-hjson-3.0.2-x86_64-unknown-linux-gnufilc0.drvhmmer-3.4
error: Cannot build '/nix/store/2ccgylkbddy2vr4r2yawlvghd2rgj741-hmmer-x86_64-unknown-linux-gnufilc0-3.4.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/1bylf4f3p38hz9w81fb1m46dc8k2z718-hmmer-x86_64-unknown-linux-gnufilc0-3.4
Last 25 log lines:
> exercise 292 [ msa-integrity] ... ok.
> exercise 293 [ hmmemit-consensus] ... ok.
> exercise 294 [ hmmconvert] ... ok.
> exercise 295 [ stdin_pipes] ... ok.
> exercise 296 [ nhmmer_generic] ... ok.
> exercise 297 [ hmmpgmd_ga] ... FAILED [crash!]
> exercise 298 [ rewind] ... ok.
> exercise 299 [ hmmpgmd_shard_ga] ... FAILED [crash!]
> exercise 300 [ bad-fasta] ... ok.
> exercise 301 [ brute-itest] ... ok.
> exercise 302 [ hmmpress-itest] ... ok.
> exercise 303 [ h39] ... ok.
> exercise 304 [ h45] ... ok.
> exercise 305 [ h50] ... ok.
> exercise 306 [ h82] ... ok.
> exercise 307 [ iss159] ... ok.
>
> 2 of 307 exercises at level <= 2 FAILED.
>
>
> System information:
> Mon Sep 14 01:03:23 UTC 2026
> Linux localhost 7.0.0-15-generic #15-Ubuntu SMP PREEMPT_DYNAMIC Wed Apr 22 16:06:43 UTC 2026 x86_64 GNU/Linux
> make[1]: *** [Makefile:41: check] Error 1
> make: *** [Makefile:118: check] Error 2
For full logs, run:
nix log /nix/store/2ccgylkbddy2vr4r2yawlvghd2rgj741-hmmer-x86_64-unknown-linux-gnufilc0-3.4.drvhorst-5.1
error: Cannot build '/nix/store/7bgph33rfdwrmr3x9kjiy14vpnl0a4y2-horst-x86_64-unknown-linux-gnufilc0-5.1.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/8dgsfszmm25191jlq89xqmziqn5w8706-horst-x86_64-unknown-linux-gnufilc0-5.1
Last 25 log lines:
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> clang -std=gnu99 -Wall -Wextra -g -I. -DVERSION=\"5.1\" -DDO_DEBUG -c -o listsort.o listsort.c
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> clang -std=gnu99 -Wall -Wextra -g -I. -DVERSION=\"5.1\" -DDO_DEBUG -c -o main.o main.c
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> clang -std=gnu99 -Wall -Wextra -g -I. -DVERSION=\"5.1\" -DDO_DEBUG -c -o network.o network.c
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> clang -std=gnu99 -Wall -Wextra -g -I. -DVERSION=\"5.1\" -DDO_DEBUG -c -o node.o node.c
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> clang -std=gnu99 -Wall -Wextra -g -I. -DVERSION=\"5.1\" -DDO_DEBUG -c -o protocol_parser.o protocol_parser.c
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> clang -std=gnu99 -Wall -Wextra -g -I. -DVERSION=\"5.1\" -DDO_DEBUG -c -o wlan_parser.o wlan_parser.c
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> clang -std=gnu99 -Wall -Wextra -g -I. -DVERSION=\"5.1\" -DDO_DEBUG -c -o radiotap/radiotap.o radiotap/radiotap.c
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> clang -std=gnu99 -Wall -Wextra -g -I. -DVERSION=\"5.1\" -DDO_DEBUG -c -o util.o util.c
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> clang -std=gnu99 -Wall -Wextra -g -I. -DVERSION=\"5.1\" -DDO_DEBUG -c -o wlan_util.o wlan_util.c
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> clang -std=gnu99 -Wall -Wextra -g -I. -DVERSION=\"5.1\" -DDO_DEBUG -c -o ifctrl-nl80211.o ifctrl-nl80211.c
> ifctrl-nl80211.c:28:10: fatal error: 'netlink/attr.h' file not found
> 28 | #include <netlink/attr.h>
> | ^~~~~~~~~~~~~~~~
> 1 error generated.
> make: *** [<builtin>: ifctrl-nl80211.o] Error 1
For full logs, run:
nix log /nix/store/7bgph33rfdwrmr3x9kjiy14vpnl0a4y2-horst-x86_64-unknown-linux-gnufilc0-5.1.drvpython3.12-hpccm-23.11.0
error: Cannot build '/nix/store/kgsnmqbdgcflr2k0vyx4153vdlprrscr-python3.12-hpccm-23.11.0-x86_64-unknown-linux-gnufilc0.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/2wk3hkwdqdvvs2q2254xish8hcn5fnaw-python3.12-hpccm-23.11.0-x86_64-unknown-linux-gnufilc0-dist
/nix/store/szqsswyykvc1aix6h1qllkkyf6j6x17q-python3.12-hpccm-23.11.0-x86_64-unknown-linux-gnufilc0hpe-ltfs-3.4.2_Z7550-02501
error: Cannot build '/nix/store/kb9xg2pkf1rwq9y0s13n551sx4fwdsii-hpe-ltfs-x86_64-unknown-linux-gnufilc0-3.4.2_Z7550-02501.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/g93l2n6c8bcbkch04zlmxa2vp5xc741j-hpe-ltfs-x86_64-unknown-linux-gnufilc0-3.4.2_Z7550-02501highlight-pointer-1.1.3
error: build of '/nix/store/0z4fr62lvk0lr3arfqpsydi9j4ad061x-highlight-pointer-x86_64-unknown-linux-gnufilc0-1.1.3.drv^*', '/nix/store/2ccgylkbddy2vr4r2yawlvghd2rgj741-hmmer-x86_64-unknown-linux-gnufilc0-3.4.drv^*', '/nix/store/4gj5zfdz2m1iw3jdxmwrapcqm272qhqr-hh-suite-x86_64-unknown-linux-gnufilc0-3.3.0.drv^*', '/nix/store/4prkwwrv841d46g7gakm4712jif696d7-hid-listen-x86_64-unknown-linux-gnufilc0-1.01.drv^*', '/nix/store/6742s7y1gykkh5rq9gpk3hgg5cwabyl6-hhpc-x86_64-unknown-linux-gnufilc0-0.3.1.drv^*', '/nix/store/7bgph33rfdwrmr3x9kjiy14vpnl0a4y2-horst-x86_64-unknown-linux-gnufilc0-5.1.drv^*', '/nix/store/8s866vvr8wlx6qj9ybynxsq1qgi400fk-hisat2-x86_64-unknown-linux-gnufilc0-2.2.1.drv^*', '/nix/store/axb98ayq2pl6nk7qh37c1dg57k124h5p-gitstatus-x86_64-unknown-linux-gnufilc0-1.5.5.drv^*', '/nix/store/dh37w22ik5sy5pyglia1bbchg0g13mg3-python3.12-hjson-3.0.2-x86_64-unknown-linux-gnufilc0.drv^*', '/nix/store/i2xi5swbmz43qvlrzg17106pxdp6d90h-hidapitester-x86_64-unknown-linux-gnufilc0-0.5.drv^*', '/nix/store/kb9xg2pkf1rwq9y0s13n551sx4fwdsii-hpe-ltfs-x86_64-unknown-linux-gnufilc0-3.4.2_Z7550-02501.drv^*', '/nix/store/kgsnmqbdgcflr2k0vyx4153vdlprrscr-python3.12-hpccm-23.11.0-x86_64-unknown-linux-gnufilc0.drv^*', '/nix/store/ldbziikh5akc1vb4n9f76b8hbmsdym0a-hitch-x86_64-unknown-linux-gnufilc0-1.8.0.drv^*', '/nix/store/ldq0amaj7qkam8nwahilmravx2ysmp7f-gutenprint-x86_64-unknown-linux-gnufilc0-5.3.4.drv^*', '/nix/store/n733bdns03pbc542k9bkgjyi46fb3b5j-hexcurse-x86_64-unknown-linux-gnufilc0-1.60.0.drv^*' failed
End of log