time-1.9
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
→ configurePhase
robodoc-4.99.44
checking for strstr... yes
time-1.9
patching script interpreter paths in ./configure
./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
configure flags: --disable-dependency-tracking --prefix=/nix/store/c40ak7si19vypya1lzi2j43h6q6ar9hl-time-x86_64-unknown-linux-gnufilc0-1.9 --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnufilc0
robodoc-4.99.44
checking for symlink... yes
time-1.9
checking for a BSD-compatible install... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-unknown-linux-gnufilc0-strip... strip
checking for a thread-safe mkdir -p... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for x86_64-unknown-linux-gnufilc0-gcc... clang
robodoc-4.99.44
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating makefile
config.status: creating Docs/makefile
time-1.9
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
robodoc-4.99.44
config.status: creating Docs/robodoc.1
config.status: creating Docs/robohdrs.1
config.status: creating Source/makefile
config.status: creating Source/config.h
time-1.9
checking for suffix of executables...
checking whether we are cross compiling... yes
robodoc-4.99.44
config.status: executing depfiles commands
time-1.9
checking for suffix of object files... o
robodoc-4.99.44
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
time-1.9
checking whether we are using the GNU C compiler... yes
robodoc-4.99.44
Making all in Source
make[1]: Entering directory '/build/source/Source'
make all-am
make[2]: Entering directory '/build/source/Source'
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o optioncheck.o optioncheck.c
time-1.9
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking dependency style of clang... none
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 ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
robodoc-4.99.44
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o analyser.o analyser.c
time-1.9
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for clang option to accept ISO C99... none needed
checking for clang option to accept ISO Standard C... (cached) none needed
checking how to run the C preprocessor... clang -E
checking whether clang needs -traditional... no
checking for inline... inline
checking for Minix Amsterdam compiler... no
checking for x86_64-unknown-linux-gnufilc0-ar... ar
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnufilc0
checking whether // is distinct from /... unknown, assuming no
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking for complete errno.h... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
robodoc-4.99.44
analyser.c:833:39: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
833 | if ( ( arg_item->lines[i]->format == 0 ) )
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
analyser.c:833:39: note: remove extraneous parentheses around the comparison to silence this warning
833 | if ( ( arg_item->lines[i]->format == 0 ) )
| ~ ^ ~
analyser.c:833:39: note: use '=' to turn this equality comparison into an assignment
833 | if ( ( arg_item->lines[i]->format == 0 ) )
| ^~
| =
1 warning generated.
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o generator.o generator.c
time-1.9
checking whether strerror_r returns char *... yes
checking for getopt.h... yes
checking for sys/cdefs.h... yes
checking for sys/time.h... yes
checking for sys/socket.h... yes
checking for limits.h... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for sys/resource.h... yes
checking for sys/wait.h... yes
checking for unistd.h... (cached) yes
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... guessing yes
checking for working GNU getopt function... guessing no
checking for getprogname... no
checking for getexecname... no
checking for getrusage... yes
checking for gettimeofday... yes
checking for _set_invalid_parameter_handler... no
checking for C/C++ restrict keyword... __restrict
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking whether gettimeofday is declared without a macro... yes
checking host CPU and C ABI... x86_64
checking whether limits.h has ULLONG_WIDTH etc.... yes
checking for wint_t... yes
robodoc-4.99.44
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o headers.o headers.c
time-1.9
checking whether wint_t is too small... no
checking for unsigned long long int... yes
checking for long long int... yes
checking whether stdint.h conforms to C99... guessing yes
checking whether stdint.h predates C++11... no
checking whether stdint.h has UINTMAX_WIDTH etc.... yes
checking whether imaxabs is declared without a macro... yes
checking whether imaxdiv is declared without a macro... yes
robodoc-4.99.44
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o headertypes.o headertypes.c
time-1.9
checking whether strtoimax is declared without a macro... yes
checking whether strtoumax is declared without a macro... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for a sed that does not truncate output... /nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin/sed
checking whether malloc, realloc, calloc are POSIX compliant... yes
robodoc-4.99.44
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o items.o items.c
time-1.9
checking for sigset_t... yes
robodoc-4.99.44
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o links.o links.c
time-1.9
checking for pid_t... yes
checking for uid_t in sys/types.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for wchar_t... yes
checking whether strerror(0) succeeds... guessing yes
checking whether ffsl is declared without a macro... yes
robodoc-4.99.44
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o globals.o globals.c
time-1.9
checking whether ffsll is declared without a macro... yes
robodoc-4.99.44
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o robodoc.o robodoc.c
time-1.9
checking whether memmem is declared without a macro... yes
checking whether mempcpy is declared without a macro... yes
checking whether memrchr is declared without a macro... yes
checking whether rawmemchr is declared without a macro... yes
checking whether stpcpy is declared without a macro... yes
checking whether stpncpy is declared without a macro... yes
checking whether strchrnul is declared without a macro... yes
checking whether strdup is declared without a macro... yes
checking whether strncat is declared without a macro... yes
checking whether strndup is declared without a macro... yes
checking whether strnlen is declared without a macro... yes
checking whether strpbrk is declared without a macro... yes
checking whether strsep is declared without a macro... yes
checking whether strcasestr is declared without a macro... yes
checking whether strtok_r is declared without a macro... yes
checking whether strerror_r is declared without a macro... yes
checking whether strsignal is declared without a macro... yes
checking whether strverscmp is declared without a macro... yes
robodoc-4.99.44
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o util.o util.c
time-1.9
checking for mode_t... yes
checking for struct timespec in <time.h>... yes
checking whether // is distinct from /... (cached) unknown, assuming no
checking for error_at_line... yes
checking for getpagesize... yes
checking whether getpagesize is declared... yes
checking whether program_invocation_name is declared... yes
checking whether program_invocation_short_name is declared... yes
checking whether __argv is declared... no
checking whether gettimeofday clobbers localtime buffer... guessing no
checking for gettimeofday with POSIX signature... yes
robodoc-4.99.44
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o html_generator.o html_generator.c
time-1.9
checking whether INT32_MAX < INTMAX_MAX... yes
checking whether INT64_MAX == LONG_MAX... yes
checking whether UINT32_MAX < UINTMAX_MAX... yes
checking whether UINT64_MAX == ULONG_MAX... yes
checking whether program_invocation_name is declared... (cached) yes
checking whether program_invocation_short_name is declared... (cached) yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... yes
checking whether pthread_sigmask is declared without a macro... yes
checking whether sigaction is declared without a macro... yes
checking whether sigaddset is declared without a macro... yes
checking whether sigdelset is declared without a macro... yes
checking whether sigemptyset is declared without a macro... yes
checking whether sigfillset is declared without a macro... yes
checking whether sigismember is declared without a macro... yes
checking whether sigpending is declared without a macro... yes
checking whether sigprocmask is declared without a macro... yes
checking for ssize_t... yes
checking for va_copy... yes
checking for max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking which flavor of printf attribute matches inttypes macros... system
checking whether dprintf is declared without a macro... yes
checking whether fpurge is declared without a macro... no
checking whether fseeko is declared without a macro... yes
robodoc-4.99.44
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o xmldocbook_generator.o xmldocbook_generator.c
time-1.9
checking whether ftello is declared without a macro... yes
checking whether getdelim is declared without a macro... yes
checking whether getline is declared without a macro... yes
checking whether gets is declared without a macro... no
checking whether pclose is declared without a macro... yes
robodoc-4.99.44
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o latex_generator.o latex_generator.c
time-1.9
checking whether popen is declared without a macro... yes
checking whether renameat is declared without a macro... yes
checking whether snprintf is declared without a macro... yes
checking whether tmpfile is declared without a macro... yes
checking whether vdprintf is declared without a macro... yes
checking whether vsnprintf is declared without a macro... yes
robodoc-4.99.44
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o rtf_generator.o rtf_generator.c
time-1.9
checking whether _Exit is declared without a macro... yes
checking whether atoll is declared without a macro... yes
checking whether canonicalize_file_name is declared without a macro... yes
checking whether getloadavg is declared without a macro... yes
robodoc-4.99.44
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o test_generator.o test_generator.c
time-1.9
checking whether getsubopt is declared without a macro... yes
checking whether grantpt is declared without a macro... yes
checking whether initstate is declared without a macro... yes
robodoc-4.99.44
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o ascii_generator.o ascii_generator.c
time-1.9
checking whether initstate_r is declared without a macro... yes
checking whether mkdtemp is declared without a macro... yes
checking whether mkostemp is declared without a macro... yes
robodoc-4.99.44
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o troff_generator.o troff_generator.c
time-1.9
checking whether mkostemps is declared without a macro... yes
checking whether mkstemp is declared without a macro... yes
checking whether mkstemps is declared without a macro... yes
checking whether posix_openpt is declared without a macro... yes
checking whether ptsname is declared without a macro... yes
checking whether ptsname_r is declared without a macro... yes
checking whether qsort_r is declared without a macro... yes
checking whether random is declared without a macro... yes
checking whether random_r is declared without a macro... yes
robodoc-4.99.44
troff_generator.c:563:24: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
563 | fprintf( dest_doc, line_number_string );
| ^~~~~~~~~~~~~~~~~~
troff_generator.c:563:24: note: treat the string as an argument to avoid this
563 | fprintf( dest_doc, line_number_string );
| ^
| "%s",
1 warning generated.
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o lua_generator.o lua_generator.c
time-1.9
checking whether reallocarray is declared without a macro... yes
robodoc-4.99.44
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o document.o document.c
time-1.9
checking whether realpath is declared without a macro... yes
checking whether rpmatch is declared without a macro... yes
checking whether secure_getenv is declared without a macro... yes
checking whether setenv is declared without a macro... yes
checking whether setstate is declared without a macro... yes
checking whether setstate_r is declared without a macro... yes
checking whether srandom is declared without a macro... yes
checking whether srandom_r is declared without a macro... yes
checking whether strtod is declared without a macro... yes
checking whether strtoll is declared without a macro... yes
robodoc-4.99.44
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o directory.o directory.c
time-1.9
checking whether strtoull is declared without a macro... yes
checking whether unlockpt is declared without a macro... yes
checking whether unsetenv is declared without a macro... yes
checking for working stdnoreturn.h... yes
checking for working strerror function... guessing yes
checking whether getrusage is declared without a macro... yes
checking whether waitpid is declared without a macro... yes
checking whether chdir is declared without a macro... yes
checking whether chown is declared without a macro... yes
robodoc-4.99.44
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o file.o file.c
time-1.9
checking whether dup is declared without a macro... yes
checking whether dup2 is declared without a macro... yes
checking whether dup3 is declared without a macro... yes
checking whether environ is declared without a macro... yes
robodoc-4.99.44
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o part.o part.c
time-1.9
checking whether euidaccess is declared without a macro... yes
checking whether faccessat is declared without a macro... yes
checking whether fchdir is declared without a macro... yes
robodoc-4.99.44
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o path.o path.c
time-1.9
checking whether fchownat is declared without a macro... yes
checking whether fdatasync is declared without a macro... yes
robodoc-4.99.44
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o roboconfig.o roboconfig.c
time-1.9
checking whether fsync is declared without a macro... yes
checking whether ftruncate is declared without a macro... yes
checking whether getcwd is declared without a macro... yes
checking whether getdomainname is declared without a macro... yes
checking whether getdtablesize is declared without a macro... yes
checking whether getgroups is declared without a macro... yes
checking whether gethostname is declared without a macro... yes
checking whether getlogin is declared without a macro... yes
checking whether getlogin_r is declared without a macro... yes
checking whether getpagesize is declared without a macro... yes
checking whether getusershell is declared without a macro... yes
checking whether setusershell is declared without a macro... yes
checking whether endusershell is declared without a macro... yes
checking whether group_member is declared without a macro... yes
checking whether isatty is declared without a macro... yes
checking whether lchown is declared without a macro... yes
checking whether link is declared without a macro... yes
checking whether linkat is declared without a macro... yes
robodoc-4.99.44
clang -g -O2 -o robodoc optioncheck.o analyser.o generator.o headers.o headertypes.o items.o links.o globals.o robodoc.o util.o html_generator.o xmldocbook_generator.o latex_generator.o rtf_generator.o test_generator.o ascii_generator.o troff_generator.o lua_generator.o document.o directory.o file.o part.o path.o roboconfig.o
time-1.9
checking whether lseek is declared without a macro... yes
robodoc-4.99.44
clang -DHAVE_CONFIG_H -I. -g -O2 -c -o robohdrs.o robohdrs.c
time-1.9
checking whether pipe is declared without a macro... yes
checking whether pipe2 is declared without a macro... yes
checking whether pread is declared without a macro... yes
checking whether pwrite is declared without a macro... yes
checking whether readlink is declared without a macro... yes
checking whether readlinkat is declared without a macro... yes
checking whether rmdir is declared without a macro... yes
checking whether sethostname is declared without a macro... yes
checking whether sleep is declared without a macro... yes
robodoc-4.99.44
robohdrs.c:746:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
746 | assert( ofp = fopen( dstpath, "w" ) );
| ~~~~^~~~~~~~~~~~~~~~~~~~~~~
/nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/assert.h:117:11: note: expanded from macro 'assert'
117 | if (expr) \
| ^~~~
robohdrs.c:746:17: note: place parentheses around the assignment to silence this warning
746 | assert( ofp = fopen( dstpath, "w" ) );
| ^
| (
/nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/assert.h:117:11: note: expanded from macro 'assert'
117 | if (expr) \
| ^
robohdrs.c:746:17: note: use '==' to turn this assignment into an equality comparison
746 | assert( ofp = fopen( dstpath, "w" ) );
| ^
| ==
/nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/assert.h:117:11: note: expanded from macro 'assert'
117 | if (expr) \
| ^
robohdrs.c:747:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
747 | assert( ifp = fopen( srcpath, "r" ) );
| ~~~~^~~~~~~~~~~~~~~~~~~~~~~
/nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/assert.h:117:11: note: expanded from macro 'assert'
117 | if (expr) \
| ^~~~
robohdrs.c:747:17: note: place parentheses around the assignment to silence this warning
747 | assert( ifp = fopen( srcpath, "r" ) );
| ^
| (
/nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/assert.h:117:11: note: expanded from macro 'assert'
117 | if (expr) \
| ^
robohdrs.c:747:17: note: use '==' to turn this assignment into an equality comparison
747 | assert( ifp = fopen( srcpath, "r" ) );
| ^
| ==
/nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/assert.h:117:11: note: expanded from macro 'assert'
117 | if (expr) \
| ^
2 warnings generated.
time-1.9
checking whether symlink is declared without a macro... yes
robodoc-4.99.44
clang -g -O2 -o robohdrs robohdrs.o headers.o util.o globals.o roboconfig.o headertypes.o
make[2]: Leaving directory '/build/source/Source'
make[1]: Leaving directory '/build/source/Source'
Making all in Docs
make[1]: Entering directory '/build/source/Docs'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/source/Docs'
make[1]: Entering directory '/build/source'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/build/source'
→ installPhase
time-1.9
checking whether symlinkat is declared without a macro... yes
robodoc-4.99.44
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
Making install in Source
make[1]: Entering directory '/build/source/Source'
make[2]: Entering directory '/build/source/Source'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/3dwdvkg228df903bvcvi5ylnsz7d8f09-robodoc-x86_64-unknown-linux-gnufilc0-4.99.44/bin'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c robodoc robohdrs '/nix/store/3dwdvkg228df903bvcvi5ylnsz7d8f09-robodoc-x86_64-unknown-linux-gnufilc0-4.99.44/bin'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/source/Source'
make[1]: Leaving directory '/build/source/Source'
Making install in Docs
make[1]: Entering directory '/build/source/Docs'
make[2]: Entering directory '/build/source/Docs'
make[2]: Nothing to be done for 'install-exec-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/3dwdvkg228df903bvcvi5ylnsz7d8f09-robodoc-x86_64-unknown-linux-gnufilc0-4.99.44/share/doc/robodoc'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 manual.html manual.css robodoc_example.rc '/nix/store/3dwdvkg228df903bvcvi5ylnsz7d8f09-robodoc-x86_64-unknown-linux-gnufilc0-4.99.44/share/doc/robodoc'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/3dwdvkg228df903bvcvi5ylnsz7d8f09-robodoc-x86_64-unknown-linux-gnufilc0-4.99.44/share/man/man1'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 robodoc.1 robohdrs.1 '/nix/store/3dwdvkg228df903bvcvi5ylnsz7d8f09-robodoc-x86_64-unknown-linux-gnufilc0-4.99.44/share/man/man1'
make[2]: Leaving directory '/build/source/Docs'
make[1]: Leaving directory '/build/source/Docs'
make[1]: Entering directory '/build/source'
make[2]: Entering directory '/build/source'
make[2]: Nothing to be done for 'install-exec-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/3dwdvkg228df903bvcvi5ylnsz7d8f09-robodoc-x86_64-unknown-linux-gnufilc0-4.99.44/share/doc/robodoc'
time-1.9
checking whether truncate is declared without a macro... yes
robodoc-4.99.44
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 AUTHORS COPYING ChangeLog INSTALL NEWS README UPGRADE '/nix/store/3dwdvkg228df903bvcvi5ylnsz7d8f09-robodoc-x86_64-unknown-linux-gnufilc0-4.99.44/share/doc/robodoc'
make[2]: Leaving directory '/build/source'
make[1]: Leaving directory '/build/source'
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/3dwdvkg228df903bvcvi5ylnsz7d8f09-robodoc-x86_64-unknown-linux-gnufilc0-4.99.44
shrinking /nix/store/3dwdvkg228df903bvcvi5ylnsz7d8f09-robodoc-x86_64-unknown-linux-gnufilc0-4.99.44/bin/robodoc
shrinking /nix/store/3dwdvkg228df903bvcvi5ylnsz7d8f09-robodoc-x86_64-unknown-linux-gnufilc0-4.99.44/bin/robohdrs
checking for references to /build/ in /nix/store/3dwdvkg228df903bvcvi5ylnsz7d8f09-robodoc-x86_64-unknown-linux-gnufilc0-4.99.44...
gzipping man pages under /nix/store/3dwdvkg228df903bvcvi5ylnsz7d8f09-robodoc-x86_64-unknown-linux-gnufilc0-4.99.44/share/man/
time-1.9
checking whether ttyname_r is declared without a macro... yes
robodoc-4.99.44
patching script interpreter paths in /nix/store/3dwdvkg228df903bvcvi5ylnsz7d8f09-robodoc-x86_64-unknown-linux-gnufilc0-4.99.44
stripping (with command strip and flags -S -p) in /nix/store/3dwdvkg228df903bvcvi5ylnsz7d8f09-robodoc-x86_64-unknown-linux-gnufilc0-4.99.44/bin
upx-5.0.1
Build started
time-1.9
checking whether unlink is declared without a macro... yes
checking whether unlinkat is declared without a macro... yes
upx-5.0.1
→ unpackPhase
unpacking source archive /nix/store/csr7s12y4hzykyzpk7qwcqgkwhnfmpca-source
time-1.9
checking whether usleep is declared without a macro... yes
upx-5.0.1
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
time-1.9
checking whether C compiler handles -Werror -Wunknown-warning-option... yes
upx-5.0.1
→ configurePhase
fixing cmake files...
time-1.9
checking whether C compiler handles -Wall... yes
upx-5.0.1
cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/ivbx35dw81clyv7q5a8vzkl6h903psd7-upx-x86_64-unknown-linux-gnufilc0-5.0.1/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/ivbx35dw81clyv7q5a8vzkl6h903psd7-upx-x86_64-unknown-linux-gnufilc0-5.0.1/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/ivbx35dw81clyv7q5a8vzkl6h903psd7-upx-x86_64-unknown-linux-gnufilc0-5.0.1/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/ivbx35dw81clyv7q5a8vzkl6h903psd7-upx-x86_64-unknown-linux-gnufilc0-5.0.1/share/doc/upx -DCMAKE_INSTALL_INFODIR=/nix/store/ivbx35dw81clyv7q5a8vzkl6h903psd7-upx-x86_64-unknown-linux-gnufilc0-5.0.1/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/ivbx35dw81clyv7q5a8vzkl6h903psd7-upx-x86_64-unknown-linux-gnufilc0-5.0.1/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/ivbx35dw81clyv7q5a8vzkl6h903psd7-upx-x86_64-unknown-linux-gnufilc0-5.0.1/include -DCMAKE_INSTALL_SBINDIR=/nix/store/ivbx35dw81clyv7q5a8vzkl6h903psd7-upx-x86_64-unknown-linux-gnufilc0-5.0.1/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/ivbx35dw81clyv7q5a8vzkl6h903psd7-upx-x86_64-unknown-linux-gnufilc0-5.0.1/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/ivbx35dw81clyv7q5a8vzkl6h903psd7-upx-x86_64-unknown-linux-gnufilc0-5.0.1/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/strip -DCMAKE_RANLIB=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ranlib -DCMAKE_AR=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/ivbx35dw81clyv7q5a8vzkl6h903psd7-upx-x86_64-unknown-linux-gnufilc0-5.0.1 -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env
-- CMAKE_VERSION = 3.31.6
-- CMAKE_GENERATOR = Unix Makefiles
-- ENV{CC} = 'clang'-- ENV{CXX} = 'clang++'-- UPX_VERSION_GITREV: disabled
time-1.9
checking whether C compiler handles -Wextra... yes
upx-5.0.1
-- The C compiler identification is Clang 20.1.8
time-1.9
checking whether C compiler handles -Wformat-security... yes
checking whether C compiler handles -Wswitch-enum... yes
upx-5.0.1
-- The CXX compiler identification is Clang 20.1.8
-- Detecting C compiler ABI info
time-1.9
checking whether C compiler handles -Wswitch-default... yes
upx-5.0.1
-- Detecting C compiler ABI info - done
time-1.9
checking whether C compiler handles -Wformat-nonliteral... yes
upx-5.0.1
-- Check for working C compiler: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
time-1.9
checking whether C compiler handles -Wunused-parameter... yes
checking whether C compiler handles -Wfloat-equal... yes
upx-5.0.1
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
time-1.9
checking whether C compiler handles -fdiagnostics-show-option... yes
checking whether C compiler handles -funit-at-a-time... no
checking whether C compiler handles -Wmissing-format-attribute... yes
checking whether C compiler handles -Wstrict-overflow... yes
checking whether C compiler handles -Wsuggest-attribute=const... no
checking whether C compiler handles -Wsuggest-attribute=pure... no
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for an ANSI C-conforming const... yes
checking for pid_t... (cached) yes
checking for size_t... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... no
checking for wait3 that fills in rusage... no
checking for strerror... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
rm -f lib/getopt.h-t lib/getopt.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''HAVE_GETOPT_H''@|1|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_GETOPT_H''@|<getopt.h>|g' \
-e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \
< ./lib/getopt.in.h; \
} > lib/getopt.h-t && \
mv -f lib/getopt.h-t lib/getopt.h
rm -f lib/getopt-cdefs.h-t lib/getopt-cdefs.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \sed -e 's|@''HAVE_SYS_CDEFS_H''@|1|g' \
< ./lib/getopt-cdefs.in.h; \
} > lib/getopt-cdefs.h-t && \
mv -f lib/getopt-cdefs.h-t lib/getopt-cdefs.h
rm -f lib/inttypes.h-t lib/inttypes.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \sed -e 's/@''HAVE_INTTYPES_H''@/1/g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_INTTYPES_H''@|<inttypes.h>|g' \
-e 's/@''PRI_MACROS_BROKEN''@/0/g' \
-e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
-e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
-e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
-e 's/@''PRIPTR_PREFIX''@/"l"/g' \
-e 's/@''GNULIB_IMAXABS''@/0/g' \
-e 's/@''GNULIB_IMAXDIV''@/0/g' \
-e 's/@''GNULIB_STRTOIMAX''@/0/g' \
-e 's/@''GNULIB_STRTOUMAX''@/0/g' \
-e 's/@''HAVE_DECL_IMAXABS''@/1/g' \
-e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \
-e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \
-e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \
-e 's/@''REPLACE_STRTOIMAX''@/0/g' \
-e 's/@''REPLACE_STRTOUMAX''@/0/g' \
-e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \
-e 's/@''INT64_MAX_EQ_LONG_MAX''@/1/g' \
-e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \
-e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/1/g' \
-e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \
< ./lib/inttypes.in.h; \
} > lib/inttypes.h-t && \
mv lib/inttypes.h-t lib/inttypes.h
rm -f lib/limits.h-t lib/limits.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_LIMITS_H''@|<limits.h>|g' \
< ./lib/limits.in.h; \
} > lib/limits.h-t && \
mv lib/limits.h-t lib/limits.h
rm -f lib/signal.h-t lib/signal.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SIGNAL_H''@|<signal.h>|g' \
-e 's/@''GNULIB_PTHREAD_SIGMASK''@/0/g' \
-e 's/@''GNULIB_RAISE''@/0/g' \
-e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/0/g' \
-e 's/@''GNULIB_SIGPROCMASK''@/0/g' \
-e 's/@''GNULIB_SIGACTION''@/0/g' \
-e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \
-e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \
-e 's|@''HAVE_RAISE''@|1|g' \
-e 's|@''HAVE_SIGSET_T''@|1|g' \
-e 's|@''HAVE_SIGINFO_T''@|1|g' \
-e 's|@''HAVE_SIGACTION''@|1|g' \
-e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \
-e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \
-e 's|@''HAVE_SIGHANDLER_T''@|1|g' \
-e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \
-e 's|@''REPLACE_RAISE''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \
< ./lib/signal.in.h; \
} > lib/signal.h-t && \
mv lib/signal.h-t lib/signal.h
rm -f lib/stdio.h-t lib/stdio.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
-e 's/@''GNULIB_DPRINTF''@/0/g' \
-e 's/@''GNULIB_FCLOSE''@/0/g' \
-e 's/@''GNULIB_FDOPEN''@/0/g' \
-e 's/@''GNULIB_FFLUSH''@/0/g' \
-e 's/@''GNULIB_FGETC''@/1/g' \
-e 's/@''GNULIB_FGETS''@/1/g' \
-e 's/@''GNULIB_FOPEN''@/0/g' \
-e 's/@''GNULIB_FPRINTF''@/1/g' \
-e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_FPURGE''@/0/g' \
-e 's/@''GNULIB_FPUTC''@/1/g' \
-e 's/@''GNULIB_FPUTS''@/1/g' \
-e 's/@''GNULIB_FREAD''@/1/g' \
-e 's/@''GNULIB_FREOPEN''@/0/g' \
-e 's/@''GNULIB_FSCANF''@/1/g' \
-e 's/@''GNULIB_FSEEK''@/0/g' \
-e 's/@''GNULIB_FSEEKO''@/0/g' \
-e 's/@''GNULIB_FTELL''@/0/g' \
-e 's/@''GNULIB_FTELLO''@/0/g' \
-e 's/@''GNULIB_FWRITE''@/1/g' \
-e 's/@''GNULIB_GETC''@/1/g' \
-e 's/@''GNULIB_GETCHAR''@/1/g' \
-e 's/@''GNULIB_GETDELIM''@/0/g' \
-e 's/@''GNULIB_GETLINE''@/0/g' \
-e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
-e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_PCLOSE''@/0/g' \
-e 's/@''GNULIB_PERROR''@/0/g' \
-e 's/@''GNULIB_POPEN''@/0/g' \
-e 's/@''GNULIB_PRINTF''@/1/g' \
-e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_PUTC''@/1/g' \
-e 's/@''GNULIB_PUTCHAR''@/1/g' \
-e 's/@''GNULIB_PUTS''@/1/g' \
-e 's/@''GNULIB_REMOVE''@/0/g' \
-e 's/@''GNULIB_RENAME''@/0/g' \
-e 's/@''GNULIB_RENAMEAT''@/0/g' \
-e 's/@''GNULIB_SCANF''@/1/g' \
-e 's/@''GNULIB_SNPRINTF''@/0/g' \
-e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
-e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \
-e 's/@''GNULIB_TMPFILE''@/0/g' \
-e 's/@''GNULIB_VASPRINTF''@/0/g' \
-e 's/@''GNULIB_VDPRINTF''@/0/g' \
-e 's/@''GNULIB_VFPRINTF''@/1/g' \
-e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_VFSCANF''@/0/g' \
-e 's/@''GNULIB_VSCANF''@/0/g' \
-e 's/@''GNULIB_VPRINTF''@/1/g' \
-e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_VSNPRINTF''@/0/g' \
-e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \
< ./lib/stdio.in.h | \
sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
-e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
-e 's|@''HAVE_DECL_FTELLO''@|1|g' \
-e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
-e 's|@''HAVE_DECL_GETLINE''@|1|g' \
-e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
-e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
-e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
-e 's|@''HAVE_DPRINTF''@|1|g' \
-e 's|@''HAVE_FSEEKO''@|1|g' \
-e 's|@''HAVE_FTELLO''@|1|g' \
-e 's|@''HAVE_PCLOSE''@|1|g' \
-e 's|@''HAVE_POPEN''@|1|g' \
-e 's|@''HAVE_RENAMEAT''@|1|g' \
-e 's|@''HAVE_VASPRINTF''@|1|g' \
-e 's|@''HAVE_VDPRINTF''@|1|g' \
-e 's|@''REPLACE_DPRINTF''@|0|g' \
-e 's|@''REPLACE_FCLOSE''@|0|g' \
-e 's|@''REPLACE_FDOPEN''@|0|g' \
-e 's|@''REPLACE_FFLUSH''@|0|g' \
-e 's|@''REPLACE_FOPEN''@|0|g' \
-e 's|@''REPLACE_FPRINTF''@|0|g' \
-e 's|@''REPLACE_FPURGE''@|0|g' \
-e 's|@''REPLACE_FREOPEN''@|0|g' \
-e 's|@''REPLACE_FSEEK''@|0|g' \
-e 's|@''REPLACE_FSEEKO''@|0|g' \
-e 's|@''REPLACE_FTELL''@|0|g' \
-e 's|@''REPLACE_FTELLO''@|0|g' \
-e 's|@''REPLACE_GETDELIM''@|0|g' \
-e 's|@''REPLACE_GETLINE''@|0|g' \
-e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
-e 's|@''REPLACE_PERROR''@|0|g' \
-e 's|@''REPLACE_POPEN''@|0|g' \
-e 's|@''REPLACE_PRINTF''@|0|g' \
-e 's|@''REPLACE_REMOVE''@|0|g' \
-e 's|@''REPLACE_RENAME''@|0|g' \
-e 's|@''REPLACE_RENAMEAT''@|0|g' \
-e 's|@''REPLACE_SNPRINTF''@|0|g' \
-e 's|@''REPLACE_SPRINTF''@|0|g' \
-e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
-e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
-e 's|@''REPLACE_TMPFILE''@|0|g' \
-e 's|@''REPLACE_VASPRINTF''@|0|g' \
-e 's|@''REPLACE_VDPRINTF''@|0|g' \
-e 's|@''REPLACE_VFPRINTF''@|0|g' \
-e 's|@''REPLACE_VPRINTF''@|0|g' \
-e 's|@''REPLACE_VSNPRINTF''@|0|g' \
-e 's|@''REPLACE_VSPRINTF''@|0|g' \
-e 's|@''ASM_SYMBOL_PREFIX''@||g' \
-e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h'; \
} > lib/stdio.h-t && \
mv lib/stdio.h-t lib/stdio.h
rm -f lib/stdlib.h-t lib/stdlib.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
-e 's/@''GNULIB__EXIT''@/0/g' \
-e 's/@''GNULIB_ATOLL''@/0/g' \
-e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \
-e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/0/g' \
-e 's/@''GNULIB_GETLOADAVG''@/0/g' \
-e 's/@''GNULIB_GETSUBOPT''@/0/g' \
-e 's/@''GNULIB_GRANTPT''@/0/g' \
-e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \
-e 's/@''GNULIB_MBTOWC''@/0/g' \
-e 's/@''GNULIB_MKDTEMP''@/0/g' \
-e 's/@''GNULIB_MKOSTEMP''@/0/g' \
-e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
-e 's/@''GNULIB_MKSTEMP''@/0/g' \
-e 's/@''GNULIB_MKSTEMPS''@/0/g' \
-e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
-e 's/@''GNULIB_PTSNAME''@/0/g' \
-e 's/@''GNULIB_PTSNAME_R''@/0/g' \
-e 's/@''GNULIB_PUTENV''@/0/g' \
-e 's/@''GNULIB_QSORT_R''@/0/g' \
-e 's/@''GNULIB_RANDOM''@/0/g' \
-e 's/@''GNULIB_RANDOM_R''@/0/g' \
-e 's/@''GNULIB_REALLOC_POSIX''@/0/g' \
-e 's/@''GNULIB_REALLOCARRAY''@/0/g' \
-e 's/@''GNULIB_REALPATH''@/0/g' \
-e 's/@''GNULIB_RPMATCH''@/0/g' \
-e 's/@''GNULIB_SECURE_GETENV''@/0/g' \
-e 's/@''GNULIB_SETENV''@/0/g' \
-e 's/@''GNULIB_STRTOD''@/0/g' \
-e 's/@''GNULIB_STRTOLL''@/0/g' \
-e 's/@''GNULIB_STRTOULL''@/0/g' \
-e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
-e 's/@''GNULIB_UNLOCKPT''@/0/g' \
-e 's/@''GNULIB_UNSETENV''@/0/g' \
-e 's/@''GNULIB_WCTOMB''@/0/g' \
< ./lib/stdlib.in.h | \
sed -e 's|@''HAVE__EXIT''@|1|g' \
-e 's|@''HAVE_ATOLL''@|1|g' \
-e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \
-e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
-e 's|@''HAVE_GETSUBOPT''@|1|g' \
-e 's|@''HAVE_GRANTPT''@|1|g' \
-e 's|@''HAVE_DECL_INITSTATE''@|1|g' \
-e 's|@''HAVE_MKDTEMP''@|1|g' \
-e 's|@''HAVE_MKOSTEMP''@|1|g' \
-e 's|@''HAVE_MKOSTEMPS''@|1|g' \
-e 's|@''HAVE_MKSTEMP''@|1|g' \
-e 's|@''HAVE_MKSTEMPS''@|1|g' \
-e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
-e 's|@''HAVE_PTSNAME''@|1|g' \
-e 's|@''HAVE_PTSNAME_R''@|1|g' \
-e 's|@''HAVE_QSORT_R''@|1|g' \
-e 's|@''HAVE_RANDOM''@|1|g' \
-e 's|@''HAVE_RANDOM_H''@|1|g' \
-e 's|@''HAVE_RANDOM_R''@|1|g' \
-e 's|@''HAVE_REALLOCARRAY''@|1|g' \
-e 's|@''HAVE_REALPATH''@|1|g' \
-e 's|@''HAVE_RPMATCH''@|1|g' \
-e 's|@''HAVE_SECURE_GETENV''@|1|g' \
-e 's|@''HAVE_DECL_SETENV''@|1|g' \
-e 's|@''HAVE_DECL_SETSTATE''@|1|g' \
-e 's|@''HAVE_STRTOD''@|1|g' \
-e 's|@''HAVE_STRTOLL''@|1|g' \
-e 's|@''HAVE_STRTOULL''@|1|g' \
-e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
-e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
-e 's|@''HAVE_UNLOCKPT''@|1|g' \
-e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
-e 's|@''REPLACE_CALLOC''@|0|g' \
-e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
-e 's|@''REPLACE_MALLOC''@|0|g' \
-e 's|@''REPLACE_MBTOWC''@|0|g' \
-e 's|@''REPLACE_MKSTEMP''@|0|g' \
-e 's|@''REPLACE_PTSNAME''@|0|g' \
-e 's|@''REPLACE_PTSNAME_R''@|0|g' \
-e 's|@''REPLACE_PUTENV''@|0|g' \
-e 's|@''REPLACE_QSORT_R''@|0|g' \
-e 's|@''REPLACE_RANDOM_R''@|0|g' \
-e 's|@''REPLACE_REALLOC''@|0|g' \
-e 's|@''REPLACE_REALPATH''@|0|g' \
-e 's|@''REPLACE_SETENV''@|0|g' \
-e 's|@''REPLACE_STRTOD''@|0|g' \
-e 's|@''REPLACE_UNSETENV''@|0|g' \
-e 's|@''REPLACE_WCTOMB''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \
-e '/definition of _Noreturn/r ./lib/_Noreturn.h' \
-e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h'; \
} > lib/stdlib.h-t && \
mv lib/stdlib.h-t lib/stdlib.h
rm -f lib/string.h-t lib/string.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_STRING_H''@|<string.h>|g' \
-e 's/@''GNULIB_EXPLICIT_BZERO''@/0/g' \
-e 's/@''GNULIB_FFSL''@/0/g' \
-e 's/@''GNULIB_FFSLL''@/0/g' \
-e 's/@''GNULIB_MBSLEN''@/0/g' \
-e 's/@''GNULIB_MBSNLEN''@/0/g' \
-e 's/@''GNULIB_MBSCHR''@/0/g' \
-e 's/@''GNULIB_MBSRCHR''@/0/g' \
-e 's/@''GNULIB_MBSSTR''@/0/g' \
-e 's/@''GNULIB_MBSCASECMP''@/0/g' \
-e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
-e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
-e 's/@''GNULIB_MBSCASESTR''@/0/g' \
-e 's/@''GNULIB_MBSCSPN''@/0/g' \
-e 's/@''GNULIB_MBSPBRK''@/0/g' \
-e 's/@''GNULIB_MBSSPN''@/0/g' \
-e 's/@''GNULIB_MBSSEP''@/0/g' \
-e 's/@''GNULIB_MBSTOK_R''@/0/g' \
-e 's/@''GNULIB_MEMCHR''@/0/g' \
-e 's/@''GNULIB_MEMMEM''@/0/g' \
-e 's/@''GNULIB_MEMPCPY''@/0/g' \
-e 's/@''GNULIB_MEMRCHR''@/0/g' \
-e 's/@''GNULIB_RAWMEMCHR''@/0/g' \
-e 's/@''GNULIB_STPCPY''@/0/g' \
-e 's/@''GNULIB_STPNCPY''@/0/g' \
-e 's/@''GNULIB_STRCHRNUL''@/0/g' \
-e 's/@''GNULIB_STRDUP''@/0/g' \
-e 's/@''GNULIB_STRNCAT''@/0/g' \
-e 's/@''GNULIB_STRNDUP''@/0/g' \
-e 's/@''GNULIB_STRNLEN''@/0/g' \
-e 's/@''GNULIB_STRPBRK''@/0/g' \
-e 's/@''GNULIB_STRSEP''@/0/g' \
-e 's/@''GNULIB_STRSTR''@/0/g' \
-e 's/@''GNULIB_STRCASESTR''@/0/g' \
-e 's/@''GNULIB_STRTOK_R''@/0/g' \
-e 's/@''GNULIB_STRERROR''@/1/g' \
-e 's/@''GNULIB_STRERROR_R''@/0/g' \
-e 's/@''GNULIB_STRSIGNAL''@/0/g' \
-e 's/@''GNULIB_STRVERSCMP''@/0/g' \
< ./lib/string.in.h | \
sed -e 's|@''HAVE_EXPLICIT_BZERO''@|1|g' \
-e 's|@''HAVE_FFSL''@|1|g' \
-e 's|@''HAVE_FFSLL''@|1|g' \
-e 's|@''HAVE_MBSLEN''@|0|g' \
-e 's|@''HAVE_MEMCHR''@|1|g' \
-e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
-e 's|@''HAVE_MEMPCPY''@|1|g' \
-e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
-e 's|@''HAVE_RAWMEMCHR''@|1|g' \
-e 's|@''HAVE_STPCPY''@|1|g' \
-e 's|@''HAVE_STPNCPY''@|1|g' \
-e 's|@''HAVE_STRCHRNUL''@|1|g' \
-e 's|@''HAVE_DECL_STRDUP''@|1|g' \
-e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
-e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
-e 's|@''HAVE_STRPBRK''@|1|g' \
-e 's|@''HAVE_STRSEP''@|1|g' \
-e 's|@''HAVE_STRCASESTR''@|1|g' \
-e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
-e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
-e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
-e 's|@''HAVE_STRVERSCMP''@|1|g' \
-e 's|@''REPLACE_MEMCHR''@|0|g' \
-e 's|@''REPLACE_MEMMEM''@|0|g' \
-e 's|@''REPLACE_STPNCPY''@|0|g' \
-e 's|@''REPLACE_STRCHRNUL''@|0|g' \
-e 's|@''REPLACE_STRDUP''@|0|g' \
-e 's|@''REPLACE_STRNCAT''@|0|g' \
-e 's|@''REPLACE_STRNDUP''@|0|g' \
-e 's|@''REPLACE_STRNLEN''@|0|g' \
-e 's|@''REPLACE_STRSTR''@|0|g' \
-e 's|@''REPLACE_STRCASESTR''@|0|g' \
-e 's|@''REPLACE_STRTOK_R''@|0|g' \
-e 's|@''REPLACE_STRERROR''@|0|g' \
-e 's|@''REPLACE_STRERROR_R''@|0|g' \
-e 's|@''REPLACE_STRSIGNAL''@|0|g' \
-e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h'; \
< ./lib/string.in.h; \
} > lib/string.h-t && \
mv lib/string.h-t lib/string.h
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p lib/sys
rm -f lib/sys/resource.h-t lib/sys/resource.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_RESOURCE_H''@|<sys/resource.h>|g' \
-e 's|@''HAVE_SYS_RESOURCE_H''@|1|g' \
-e 's/@''GNULIB_GETRUSAGE''@/1/g' \
-e 's/@''HAVE_GETRUSAGE''@/1/g' \
-e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \
< ./lib/sys_resource.in.h; \
} > lib/sys/resource.h-t && \
mv -f lib/sys/resource.h-t lib/sys/resource.h
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p lib/sys
rm -f lib/sys/time.h-t lib/sys/time.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's/@''HAVE_SYS_TIME_H''@/1/g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_TIME_H''@|<sys/time.h>|g' \
-e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
-e 's|@''HAVE_WINSOCK2_H''@|0|g' \
-e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \
-e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \
-e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \
-e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \
-e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \
< ./lib/sys_time.in.h; \
} > lib/sys/time.h-t && \
mv lib/sys/time.h-t lib/sys/time.h
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p lib/sys
rm -f lib/sys/types.h-t lib/sys/types.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
-e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
-e 's|@''WINDOWS_STAT_INODES''@|0|g' \
< ./lib/sys_types.in.h; \
} > lib/sys/types.h-t && \
mv lib/sys/types.h-t lib/sys/types.h
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p lib/sys
rm -f lib/sys/wait.h-t lib/sys/wait.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_WAIT_H''@|<sys/wait.h>|g' \
-e 's/@''GNULIB_WAITPID''@/0/g' \
-e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \
-e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \
< ./lib/sys_wait.in.h; \
} > lib/sys/wait.h-t && \
mv lib/sys/wait.h-t lib/sys/wait.h
rm -f lib/time.h-t lib/time.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_TIME_H''@|<time.h>|g' \
-e 's/@''GNULIB_CTIME''@/0/g' \
-e 's/@''GNULIB_LOCALTIME''@/0/g' \
-e 's/@''GNULIB_MKTIME''@/0/g' \
-e 's/@''GNULIB_NANOSLEEP''@/0/g' \
-e 's/@''GNULIB_STRFTIME''@/0/g' \
-e 's/@''GNULIB_STRPTIME''@/0/g' \
-e 's/@''GNULIB_TIMEGM''@/0/g' \
-e 's/@''GNULIB_TIME_R''@/0/g' \
-e 's/@''GNULIB_TIME_RZ''@/0/g' \
-e 's/@''GNULIB_TZSET''@/0/g' \
-e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
-e 's|@''HAVE_NANOSLEEP''@|1|g' \
-e 's|@''HAVE_STRPTIME''@|1|g' \
-e 's|@''HAVE_TIMEGM''@|1|g' \
-e 's|@''HAVE_TIMEZONE_T''@|0|g' \
-e 's|@''HAVE_TZSET''@|1|g' \
-e 's|@''REPLACE_CTIME''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_GMTIME''@|0|g' \
-e 's|@''REPLACE_LOCALTIME''@|0|g' \
-e 's|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_STRFTIME''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_TZSET''@|GNULIB_PORTCHECK|g' \
-e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
-e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
-e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
-e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h' \
< ./lib/time.in.h; \
} > lib/time.h-t && \
mv lib/time.h-t lib/time.h
rm -f lib/unistd.h-t lib/unistd.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''HAVE_UNISTD_H''@|1|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
-e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
-e 's/@''GNULIB_CHDIR''@/0/g' \
-e 's/@''GNULIB_CHOWN''@/0/g' \
-e 's/@''GNULIB_CLOSE''@/0/g' \
-e 's/@''GNULIB_DUP''@/0/g' \
-e 's/@''GNULIB_DUP2''@/0/g' \
-e 's/@''GNULIB_DUP3''@/0/g' \
-e 's/@''GNULIB_ENVIRON''@/0/g' \
-e 's/@''GNULIB_EUIDACCESS''@/0/g' \
-e 's/@''GNULIB_FACCESSAT''@/0/g' \
-e 's/@''GNULIB_FCHDIR''@/0/g' \
-e 's/@''GNULIB_FCHOWNAT''@/0/g' \
-e 's/@''GNULIB_FDATASYNC''@/0/g' \
-e 's/@''GNULIB_FSYNC''@/0/g' \
-e 's/@''GNULIB_FTRUNCATE''@/0/g' \
-e 's/@''GNULIB_GETCWD''@/0/g' \
-e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
-e 's/@''GNULIB_GETDTABLESIZE''@/0/g' \
-e 's/@''GNULIB_GETGROUPS''@/0/g' \
-e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
-e 's/@''GNULIB_GETLOGIN''@/0/g' \
-e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
-e 's/@''GNULIB_GETPAGESIZE''@/1/g' \
-e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
-e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
-e 's/@''GNULIB_ISATTY''@/0/g' \
-e 's/@''GNULIB_LCHOWN''@/0/g' \
-e 's/@''GNULIB_LINK''@/0/g' \
-e 's/@''GNULIB_LINKAT''@/0/g' \
-e 's/@''GNULIB_LSEEK''@/0/g' \
-e 's/@''GNULIB_PIPE''@/0/g' \
-e 's/@''GNULIB_PIPE2''@/0/g' \
-e 's/@''GNULIB_PREAD''@/0/g' \
-e 's/@''GNULIB_PWRITE''@/0/g' \
-e 's/@''GNULIB_READ''@/0/g' \
-e 's/@''GNULIB_READLINK''@/0/g' \
-e 's/@''GNULIB_READLINKAT''@/0/g' \
-e 's/@''GNULIB_RMDIR''@/0/g' \
-e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
-e 's/@''GNULIB_SLEEP''@/0/g' \
-e 's/@''GNULIB_SYMLINK''@/0/g' \
-e 's/@''GNULIB_SYMLINKAT''@/0/g' \
-e 's/@''GNULIB_TRUNCATE''@/0/g' \
-e 's/@''GNULIB_TTYNAME_R''@/0/g' \
-e 's/@''GNULIB_UNISTD_H_GETOPT''@/01/g' \
-e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
-e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \
-e 's/@''GNULIB_UNLINK''@/0/g' \
-e 's/@''GNULIB_UNLINKAT''@/0/g' \
-e 's/@''GNULIB_USLEEP''@/0/g' \
-e 's/@''GNULIB_WRITE''@/0/g' \
< ./lib/unistd.in.h | \
sed -e 's|@''HAVE_CHOWN''@|1|g' \
-e 's|@''HAVE_DUP2''@|1|g' \
-e 's|@''HAVE_DUP3''@|1|g' \
-e 's|@''HAVE_EUIDACCESS''@|1|g' \
-e 's|@''HAVE_FACCESSAT''@|1|g' \
-e 's|@''HAVE_FCHDIR''@|1|g' \
-e 's|@''HAVE_FCHOWNAT''@|1|g' \
-e 's|@''HAVE_FDATASYNC''@|1|g' \
-e 's|@''HAVE_FSYNC''@|1|g' \
-e 's|@''HAVE_FTRUNCATE''@|1|g' \
-e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
-e 's|@''HAVE_GETGROUPS''@|1|g' \
-e 's|@''HAVE_GETHOSTNAME''@|1|g' \
-e 's|@''HAVE_GETPAGESIZE''@|1|g' \
-e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
-e 's|@''HAVE_LCHOWN''@|1|g' \
-e 's|@''HAVE_LINK''@|1|g' \
-e 's|@''HAVE_LINKAT''@|1|g' \
-e 's|@''HAVE_PIPE''@|1|g' \
-e 's|@''HAVE_PIPE2''@|1|g' \
-e 's|@''HAVE_PREAD''@|1|g' \
-e 's|@''HAVE_PWRITE''@|1|g' \
-e 's|@''HAVE_READLINK''@|1|g' \
-e 's|@''HAVE_READLINKAT''@|1|g' \
-e 's|@''HAVE_SETHOSTNAME''@|1|g' \
-e 's|@''HAVE_SLEEP''@|1|g' \
-e 's|@''HAVE_SYMLINK''@|1|g' \
-e 's|@''HAVE_SYMLINKAT''@|1|g' \
-e 's|@''HAVE_TRUNCATE''@|1|g' \
-e 's|@''HAVE_UNLINKAT''@|1|g' \
-e 's|@''HAVE_USLEEP''@|1|g' \
-e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
-e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
-e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
-e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
-e 's|@''HAVE_DECL_GETLOGIN''@|1|g' \
-e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
-e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
-e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
-e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
-e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
-e 's|@''HAVE_OS_H''@|0|g' \
-e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
| \
sed -e 's|@''REPLACE_CHOWN''@|0|g' \
-e 's|@''REPLACE_CLOSE''@|0|g' \
-e 's|@''REPLACE_DUP''@|0|g' \
-e 's|@''REPLACE_DUP2''@|0|g' \
-e 's|@''REPLACE_FACCESSAT''@|0|g' \
-e 's|@''REPLACE_FCHOWNAT''@|0|g' \
-e 's|@''REPLACE_FTRUNCATE''@|0|g' \
-e 's|@''REPLACE_GETCWD''@|0|g' \
-e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
-e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \
-e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
-e 's|@''REPLACE_GETGROUPS''@|0|g' \
-e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
-e 's|@''REPLACE_ISATTY''@|0|g' \
-e 's|@''REPLACE_LCHOWN''@|0|g' \
-e 's|@''REPLACE_LINK''@|0|g' \
-e 's|@''REPLACE_LINKAT''@|0|g' \
-e 's|@''REPLACE_LSEEK''@|0|g' \
-e 's|@''REPLACE_PREAD''@|0|g' \
-e 's|@''REPLACE_PWRITE''@|0|g' \
-e 's|@''REPLACE_READ''@|0|g' \
-e 's|@''REPLACE_READLINK''@|0|g' \
-e 's|@''REPLACE_READLINKAT''@|0|g' \
-e 's|@''REPLACE_RMDIR''@|0|g' \
-e 's|@''REPLACE_SLEEP''@|0|g' \
-e 's|@''REPLACE_SYMLINK''@|0|g' \
-e 's|@''REPLACE_SYMLINKAT''@|0|g' \
-e 's|@''REPLACE_TRUNCATE''@|0|g' \
-e 's|@''REPLACE_TTYNAME_R''@|0|g' \
-e 's|@''REPLACE_UNLINK''@|0|g' \
-e 's|@''REPLACE_UNLINKAT''@|0|g' \
-e 's|@''REPLACE_USLEEP''@|0|g' \
-e 's|@''REPLACE_WRITE''@|0|g' \
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r ./lib/c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r ./lib/arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r ./lib/warn-on-use.h'; \
} > lib/unistd.h-t && \
mv lib/unistd.h-t lib/unistd.h
make all-am
make[1]: Entering directory '/build/time-1.9'
clang -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -I./lib/ -I./lib -g -O2 -c -o lib/lib_libtime_a-dirname-lgpl.o `test -f 'lib/dirname-lgpl.c' || echo './'`lib/dirname-lgpl.c
clang -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -I./lib/ -I./lib -g -O2 -c -o lib/lib_libtime_a-basename-lgpl.o `test -f 'lib/basename-lgpl.c' || echo './'`lib/basename-lgpl.c
clang -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -I./lib/ -I./lib -g -O2 -c -o lib/lib_libtime_a-stripslash.o `test -f 'lib/stripslash.c' || echo './'`lib/stripslash.c
clang -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -I./lib/ -I./lib -g -O2 -c -o lib/lib_libtime_a-getprogname.o `test -f 'lib/getprogname.c' || echo './'`lib/getprogname.c
clang -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -I./lib/ -I./lib -g -O2 -c -o lib/lib_libtime_a-progname.o `test -f 'lib/progname.c' || echo './'`lib/progname.c
clang -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -I./lib/ -I./lib -g -O2 -c -o lib/lib_libtime_a-unistd.o `test -f 'lib/unistd.c' || echo './'`lib/unistd.c
clang -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -I./lib/ -I./lib -g -O2 -c -o lib/lib_libtime_a-version-etc.o `test -f 'lib/version-etc.c' || echo './'`lib/version-etc.c
clang -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -I./lib/ -I./lib -g -O2 -c -o lib/lib_libtime_a-version-etc-fsf.o `test -f 'lib/version-etc-fsf.c' || echo './'`lib/version-etc-fsf.c
clang -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -g -O2 -c -o lib/getopt.o lib/getopt.c
clang -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -g -O2 -c -o lib/getopt1.o lib/getopt1.c
clang -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -g -O2 -c -o lib/localtime-buffer.o lib/localtime-buffer.c
rm -f lib/libtime.a
ar cr lib/libtime.a lib/lib_libtime_a-dirname-lgpl.o lib/lib_libtime_a-basename-lgpl.o lib/lib_libtime_a-stripslash.o lib/lib_libtime_a-getprogname.o lib/lib_libtime_a-progname.o lib/lib_libtime_a-unistd.o lib/lib_libtime_a-version-etc.o lib/lib_libtime_a-version-etc-fsf.o lib/getopt.o lib/getopt1.o lib/localtime-buffer.o
ranlib lib/libtime.a
upx-5.0.1
-- HAVE_symbol __PIC__
time-1.9
clang -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -Wall -Wextra -Wformat-security -Wswitch-enum -Wswitch-default -Wformat-nonliteral -Wunused-parameter -Wfloat-equal -fdiagnostics-show-option -Wmissing-format-attribute -Wstrict-overflow -g -O2 -c -o src/time-time.o `test -f 'src/time.c' || echo './'`src/time.c
upx-5.0.1
-- HAVE_symbol __pic__
-- HAVE_symbol __PIE__
-- HAVE_symbol __pie__
-- CMAKE_VERSION = 3.31.6
-- CMAKE_GENERATOR = Unix Makefiles
-- CMAKE_HOST_SYSTEM_NAME = Linux
-- CMAKE_HOST_SYSTEM_VERSION = 7.0.0-15-generic
-- CMAKE_HOST_SYSTEM_PROCESSOR = x86_64
-- CMAKE_SYSTEM_NAME = Linux
-- CMAKE_SYSTEM_PROCESSOR = x86_64
-- CMAKE_CROSSCOMPILING = TRUE
-- CMAKE_CROSSCOMPILING_EMULATOR = env
-- CMAKE_SIZEOF_VOID_P = 8
-- CMAKE_EXECUTABLE_FORMAT = ELF
-- CMAKE_AR = /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ar
-- CMAKE_RANLIB = /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ranlib
-- CMAKE_C_COMPILER = /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang
-- CMAKE_C_COMPILER_ID = Clang
-- CMAKE_C_COMPILER_VERSION = 20.1.8
-- CMAKE_C_COMPILER_FRONTEND_VARIANT = GNU
-- CMAKE_C_PLATFORM_ID = Linux
-- CMAKE_C_COMPILER_ABI = ELF
-- CMAKE_CXX_COMPILER = /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang++
-- CMAKE_CXX_COMPILER_ID = Clang
-- CMAKE_CXX_COMPILER_VERSION = 20.1.8
-- CMAKE_CXX_COMPILER_FRONTEND_VARIANT = GNU
-- CMAKE_CXX_PLATFORM_ID = Linux
-- CMAKE_CXX_COMPILER_ABI = ELF
-- PROPERTY_TARGET_SUPPORTS_SHARED_LIBS = TRUE
-- GNU_FRONTEND = 1
-- UNIX = 1
-- CMAKE_INSTALL_PREFIX = /nix/store/ivbx35dw81clyv7q5a8vzkl6h903psd7-upx-x86_64-unknown-linux-gnufilc0-5.0.1
-- CMAKE_TRY_COMPILE_CONFIGURATION = Release
-- CMAKE_BUILD_TYPE = Release
-- Configuring done (2.1s)
-- Generating done (0.0s)
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_FIND_USE_PACKAGE_REGISTRY
CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY
CMAKE_POLICY_DEFAULT_CMP0025
-- Build files have been written to: /build/source/build
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
[ 4%] Building C object CMakeFiles/upx_vendor_zlib.dir/vendor/zlib/crc32.c.o
[ 4%] Building C object CMakeFiles/upx_vendor_zlib.dir/vendor/zlib/adler32.c.o
[ 4%] Building C object CMakeFiles/upx_vendor_ucl.dir/vendor/ucl/src/alloc.c.o
[ 4%] Building C object CMakeFiles/upx_vendor_zlib.dir/vendor/zlib/deflate.c.o
[ 6%] Building C object CMakeFiles/upx_vendor_ucl.dir/vendor/ucl/src/n2b_99.c.o
[ 6%] Building C object CMakeFiles/upx_vendor_zlib.dir/vendor/zlib/gzclose.c.o
time-1.9
src/time.c:318:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
318 | fprintargv (fp, argv, filler)
| ^
src/time.c:344:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
344 | linear_argv (argv)
| ^
src/time.c:424:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
424 | summarize (fp, fmt, command, resp)
| ^
src/time.c:640:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
640 | getargs (argc, argv)
| ^
src/time.c:726:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
726 | run_command (cmd, resp)
| ^
src/time.c:772:16: warning: passing 'const char **' to parameter of type 'char *const *' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers]
772 | run_command (command_line, &res);
| ^~~~~~~~~~~~
src/time.c:762:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
762 | main (argc, argv)
| ^
7 warnings generated.
clang -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -Wall -Wextra -Wformat-security -Wswitch-enum -Wswitch-default -Wformat-nonliteral -Wunused-parameter -Wfloat-equal -fdiagnostics-show-option -Wmissing-format-attribute -Wstrict-overflow -g -O2 -c -o src/time-resuse.o `test -f 'src/resuse.c' || echo './'`src/resuse.c
upx-5.0.1
[ 7%] Building C object CMakeFiles/upx_vendor_zlib.dir/vendor/zlib/gzlib.c.o
[ 8%] Building C object CMakeFiles/upx_vendor_zlib.dir/vendor/zlib/gzread.c.o
[ 9%] Building C object CMakeFiles/upx_vendor_ucl.dir/vendor/ucl/src/n2b_d.c.o
time-1.9
src/resuse.c:51:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
51 | resuse_start (resp)
| ^
1 warning generated.
clang -DHAVE_CONFIG_H -I. -Ilib -I./lib -I./lib -Isrc -I./src -Wall -Wextra -Wformat-security -Wswitch-enum -Wswitch-default -Wformat-nonliteral -Wunused-parameter -Wfloat-equal -fdiagnostics-show-option -Wmissing-format-attribute -Wstrict-overflow -g -O2 -c -o src/time-rusage-kb.o `test -f 'src/rusage-kb.c' || echo './'`src/rusage-kb.c
upx-5.0.1
[ 10%] Building C object CMakeFiles/upx_vendor_zlib.dir/vendor/zlib/gzwrite.c.o
time-1.9
clang -Wall -Wextra -Wformat-security -Wswitch-enum -Wswitch-default -Wformat-nonliteral -Wunused-parameter -Wfloat-equal -fdiagnostics-show-option -Wmissing-format-attribute -Wstrict-overflow -g -O2 -o time src/time-time.o src/time-resuse.o src/time-rusage-kb.o ./lib/libtime.a
make[1]: Leaving directory '/build/time-1.9'
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
WARNING: unable to verify if 1.9 is the correct version
make install-am
make[1]: Entering directory '/build/time-1.9'
upx-5.0.1
[ 11%] Building C object CMakeFiles/upx_vendor_ucl.dir/vendor/ucl/src/n2b_ds.c.o
time-1.9
make[2]: Entering directory '/build/time-1.9'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/c40ak7si19vypya1lzi2j43h6q6ar9hl-time-x86_64-unknown-linux-gnufilc0-1.9/bin'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c time '/nix/store/c40ak7si19vypya1lzi2j43h6q6ar9hl-time-x86_64-unknown-linux-gnufilc0-1.9/bin'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/c40ak7si19vypya1lzi2j43h6q6ar9hl-time-x86_64-unknown-linux-gnufilc0-1.9/share/info'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./doc/time.info '/nix/store/c40ak7si19vypya1lzi2j43h6q6ar9hl-time-x86_64-unknown-linux-gnufilc0-1.9/share/info'
upx-5.0.1
[ 12%] Building C object CMakeFiles/upx_vendor_zlib.dir/vendor/zlib/infback.c.o
time-1.9
make[2]: Leaving directory '/build/time-1.9'
make[1]: Leaving directory '/build/time-1.9'
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/c40ak7si19vypya1lzi2j43h6q6ar9hl-time-x86_64-unknown-linux-gnufilc0-1.9
shrinking /nix/store/c40ak7si19vypya1lzi2j43h6q6ar9hl-time-x86_64-unknown-linux-gnufilc0-1.9/bin/time
checking for references to /build/ in /nix/store/c40ak7si19vypya1lzi2j43h6q6ar9hl-time-x86_64-unknown-linux-gnufilc0-1.9...
patching script interpreter paths in /nix/store/c40ak7si19vypya1lzi2j43h6q6ar9hl-time-x86_64-unknown-linux-gnufilc0-1.9
stripping (with command strip and flags -S -p) in /nix/store/c40ak7si19vypya1lzi2j43h6q6ar9hl-time-x86_64-unknown-linux-gnufilc0-1.9/bin
upx-5.0.1
[ 13%] Building C object CMakeFiles/upx_vendor_zlib.dir/vendor/zlib/inffast.c.o
[ 14%] Building C object CMakeFiles/upx_vendor_zlib.dir/vendor/zlib/inflate.c.o
[ 15%] Building C object CMakeFiles/upx_vendor_ucl.dir/vendor/ucl/src/n2b_to.c.o
[ 16%] Building C object CMakeFiles/upx_vendor_zlib.dir/vendor/zlib/inftrees.c.o
[ 17%] Building C object CMakeFiles/upx_vendor_zlib.dir/vendor/zlib/trees.c.o
[ 18%] Building C object CMakeFiles/upx_vendor_ucl.dir/vendor/ucl/src/n2d_99.c.o
[ 20%] Building C object CMakeFiles/upx_vendor_zlib.dir/vendor/zlib/zutil.c.o
[ 21%] Building C object CMakeFiles/upx_vendor_ucl.dir/vendor/ucl/src/n2d_d.c.o
[ 22%] Building C object CMakeFiles/upx_vendor_ucl.dir/vendor/ucl/src/n2d_ds.c.o
[ 23%] Building C object CMakeFiles/upx_vendor_ucl.dir/vendor/ucl/src/n2d_to.c.o
[ 24%] Building C object CMakeFiles/upx_vendor_ucl.dir/vendor/ucl/src/n2e_99.c.o
[ 25%] Building C object CMakeFiles/upx_vendor_ucl.dir/vendor/ucl/src/n2e_d.c.o
[ 26%] Building C object CMakeFiles/upx_vendor_ucl.dir/vendor/ucl/src/n2e_ds.c.o
[ 27%] Building C object CMakeFiles/upx_vendor_ucl.dir/vendor/ucl/src/n2e_to.c.o
[ 28%] Building C object CMakeFiles/upx_vendor_ucl.dir/vendor/ucl/src/ucl_crc.c.o
[ 29%] Building C object CMakeFiles/upx_vendor_ucl.dir/vendor/ucl/src/ucl_init.c.o
[ 30%] Building C object CMakeFiles/upx_vendor_ucl.dir/vendor/ucl/src/ucl_ptr.c.o
[ 31%] Building C object CMakeFiles/upx_vendor_ucl.dir/vendor/ucl/src/ucl_str.c.o
[ 32%] Building C object CMakeFiles/upx_vendor_ucl.dir/vendor/ucl/src/ucl_util.c.o
[ 33%] Linking C static library libupx_vendor_zlib.a
[ 33%] Built target upx_vendor_zlib
[ 34%] Linking C static library libupx_vendor_ucl.a
[ 34%] Built target upx_vendor_ucl
[ 36%] Building CXX object CMakeFiles/upx.dir/src/check/dt_check.cpp.o
[ 36%] Building CXX object CMakeFiles/upx.dir/src/check/dt_cxxlib.cpp.o
[ 38%] Building CXX object CMakeFiles/upx.dir/src/compress/compress_bzip2.cpp.o
[ 38%] Building CXX object CMakeFiles/upx.dir/src/compress/compress.cpp.o
[ 41%] Building CXX object CMakeFiles/upx.dir/src/check/dt_impl.cpp.o
[ 41%] Building CXX object CMakeFiles/upx.dir/src/check/dt_xspan.cpp.o
[ 42%] Building CXX object CMakeFiles/upx.dir/src/compress/compress_lzma.cpp.o
[ 43%] Building CXX object CMakeFiles/upx.dir/src/compress/compress_ucl.cpp.o
[ 44%] Building CXX object CMakeFiles/upx.dir/src/compress/compress_zlib.cpp.o
[ 45%] Building CXX object CMakeFiles/upx.dir/src/compress/compress_zstd.cpp.o
[ 46%] Building CXX object CMakeFiles/upx.dir/src/console/c_file.cpp.o
[ 47%] Building CXX object CMakeFiles/upx.dir/src/console/c_init.cpp.o
[ 48%] Building CXX object CMakeFiles/upx.dir/src/console/c_none.cpp.o
[ 49%] Building CXX object CMakeFiles/upx.dir/src/console/c_screen.cpp.o
[ 50%] Building CXX object CMakeFiles/upx.dir/src/console/s_djgpp2.cpp.o
[ 51%] Building CXX object CMakeFiles/upx.dir/src/console/s_object.cpp.o
[ 52%] Building CXX object CMakeFiles/upx.dir/src/console/s_vcsa.cpp.o
[ 53%] Building CXX object CMakeFiles/upx.dir/src/console/s_win32.cpp.o
[ 54%] Building CXX object CMakeFiles/upx.dir/src/except.cpp.o
[ 55%] Building CXX object CMakeFiles/upx.dir/src/file.cpp.o
[ 56%] Building CXX object CMakeFiles/upx.dir/src/filter.cpp.o
[ 57%] Building CXX object CMakeFiles/upx.dir/src/filter/filter_impl.cpp.o
[ 58%] Building CXX object CMakeFiles/upx.dir/src/help.cpp.o
[ 60%] Building CXX object CMakeFiles/upx.dir/src/lefile.cpp.o
[ 61%] Building CXX object CMakeFiles/upx.dir/src/linker.cpp.o
[ 62%] Building CXX object CMakeFiles/upx.dir/src/main.cpp.o
[ 63%] Building CXX object CMakeFiles/upx.dir/src/msg.cpp.o
[ 64%] Building CXX object CMakeFiles/upx.dir/src/options.cpp.o
[ 65%] Building CXX object CMakeFiles/upx.dir/src/p_com.cpp.o
[ 66%] Building CXX object CMakeFiles/upx.dir/src/p_djgpp2.cpp.o
[ 67%] Building CXX object CMakeFiles/upx.dir/src/p_exe.cpp.o
[ 68%] Building CXX object CMakeFiles/upx.dir/src/p_lx_elf.cpp.o
[ 69%] Building CXX object CMakeFiles/upx.dir/src/p_lx_exc.cpp.o
[ 70%] Building CXX object CMakeFiles/upx.dir/src/p_lx_interp.cpp.o
[ 71%] Building CXX object CMakeFiles/upx.dir/src/p_lx_sh.cpp.o
[ 72%] Building CXX object CMakeFiles/upx.dir/src/p_mach.cpp.o
[ 73%] Building CXX object CMakeFiles/upx.dir/src/p_ps1.cpp.o
[ 74%] Building CXX object CMakeFiles/upx.dir/src/p_sys.cpp.o
[ 75%] Building CXX object CMakeFiles/upx.dir/src/p_tmt.cpp.o
[ 76%] Building CXX object CMakeFiles/upx.dir/src/p_tos.cpp.o
[ 77%] Building CXX object CMakeFiles/upx.dir/src/p_unix.cpp.o
[ 78%] Building CXX object CMakeFiles/upx.dir/src/p_vmlinx.cpp.o
[ 80%] Building CXX object CMakeFiles/upx.dir/src/p_vmlinz.cpp.o
[ 81%] Building CXX object CMakeFiles/upx.dir/src/p_w32pe_i386.cpp.o
[ 82%] Building CXX object CMakeFiles/upx.dir/src/p_w64pe_amd64.cpp.o
[ 83%] Building CXX object CMakeFiles/upx.dir/src/p_w64pe_arm64.cpp.o
[ 84%] Building CXX object CMakeFiles/upx.dir/src/p_wcle.cpp.o
[ 85%] Building CXX object CMakeFiles/upx.dir/src/p_wince_arm.cpp.o
[ 86%] Building CXX object CMakeFiles/upx.dir/src/packer.cpp.o
[ 87%] Building CXX object CMakeFiles/upx.dir/src/packer_c.cpp.o
[ 88%] Building CXX object CMakeFiles/upx.dir/src/packer_f.cpp.o
[ 89%] Building CXX object CMakeFiles/upx.dir/src/packer_r.cpp.o
[ 90%] Building CXX object CMakeFiles/upx.dir/src/packhead.cpp.o
[ 91%] Building CXX object CMakeFiles/upx.dir/src/packmast.cpp.o
[ 92%] Building CXX object CMakeFiles/upx.dir/src/pefile.cpp.o
[ 93%] Building CXX object CMakeFiles/upx.dir/src/ui.cpp.o
[ 94%] Building CXX object CMakeFiles/upx.dir/src/util/membuffer.cpp.o
[ 95%] Building CXX object CMakeFiles/upx.dir/src/util/snprintf.cpp.o
[ 96%] Building CXX object CMakeFiles/upx.dir/src/util/util.cpp.o
[ 97%] Building CXX object CMakeFiles/upx.dir/src/util/xspan.cpp.o
[ 98%] Building CXX object CMakeFiles/upx.dir/src/work.cpp.o
[100%] Linking CXX executable upx
CMakeFiles/upx.dir/src/check/dt_impl.cpp.o:dt_impl.cpp:function pizlonatedFI403_log10:(.text+0xbbaf1): error: undefined reference to 'pizlonated_log10'
clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [CMakeFiles/upx.dir/build.make:1062: upx] Error 1
make[1]: *** [CMakeFiles/Makefile2:158: CMakeFiles/upx.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
error: Cannot build '/nix/store/85a7qy2rx8cd2j81gjj390abzz1m02n3-upx-x86_64-unknown-linux-gnufilc0-5.0.1.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/ivbx35dw81clyv7q5a8vzkl6h903psd7-upx-x86_64-unknown-linux-gnufilc0-5.0.1
Last 25 log lines:
> [ 80%] Building CXX object CMakeFiles/upx.dir/src/p_vmlinz.cpp.o
> [ 81%] Building CXX object CMakeFiles/upx.dir/src/p_w32pe_i386.cpp.o
> [ 82%] Building CXX object CMakeFiles/upx.dir/src/p_w64pe_amd64.cpp.o
> [ 83%] Building CXX object CMakeFiles/upx.dir/src/p_w64pe_arm64.cpp.o
> [ 84%] Building CXX object CMakeFiles/upx.dir/src/p_wcle.cpp.o
> [ 85%] Building CXX object CMakeFiles/upx.dir/src/p_wince_arm.cpp.o
> [ 86%] Building CXX object CMakeFiles/upx.dir/src/packer.cpp.o
> [ 87%] Building CXX object CMakeFiles/upx.dir/src/packer_c.cpp.o
> [ 88%] Building CXX object CMakeFiles/upx.dir/src/packer_f.cpp.o
> [ 89%] Building CXX object CMakeFiles/upx.dir/src/packer_r.cpp.o
> [ 90%] Building CXX object CMakeFiles/upx.dir/src/packhead.cpp.o
> [ 91%] Building CXX object CMakeFiles/upx.dir/src/packmast.cpp.o
> [ 92%] Building CXX object CMakeFiles/upx.dir/src/pefile.cpp.o
> [ 93%] Building CXX object CMakeFiles/upx.dir/src/ui.cpp.o
> [ 94%] Building CXX object CMakeFiles/upx.dir/src/util/membuffer.cpp.o
> [ 95%] Building CXX object CMakeFiles/upx.dir/src/util/snprintf.cpp.o
> [ 96%] Building CXX object CMakeFiles/upx.dir/src/util/util.cpp.o
> [ 97%] Building CXX object CMakeFiles/upx.dir/src/util/xspan.cpp.o
> [ 98%] Building CXX object CMakeFiles/upx.dir/src/work.cpp.o
> [100%] Linking CXX executable upx
> CMakeFiles/upx.dir/src/check/dt_impl.cpp.o:dt_impl.cpp:function pizlonatedFI403_log10:(.text+0xbbaf1): error: undefined reference to 'pizlonated_log10'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [CMakeFiles/upx.dir/build.make:1062: upx] Error 1
> make[1]: *** [CMakeFiles/Makefile2:158: CMakeFiles/upx.dir/all] Error 2
> make: *** [Makefile:136: all] Error 2
For full logs, run:
nix log /nix/store/85a7qy2rx8cd2j81gjj390abzz1m02n3-upx-x86_64-unknown-linux-gnufilc0-5.0.1.drvnix
error: output '/nix/store/3qdz7i8wp22wvwwk12pdca7mjw6cqyx9-responder-3.1.5.0-x86_64-unknown-linux-gnufilc0' is not allowed to refer to the following paths:
/nix/store/nn9ckj7v5gxzzajwz79lzr9kclpvf9pf-python3-3.12.11retdec-5.0
error: Cannot build '/nix/store/1yllwbbblh0qmwcgj6ikx62yx5c500mk-retdec-x86_64-unknown-linux-gnufilc0-5.0.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/yxkgc79r48xx69pbdwyj5m5v2xcbafay-retdec-x86_64-unknown-linux-gnufilc0-5.0rewritefs-unstable-2021-10-03
error: Cannot build '/nix/store/d2fy83y3g981mwds3jjj2lrlm747dycq-rewritefs-x86_64-unknown-linux-gnufilc0-unstable-2021-10-03.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/pjhzippnrf4i7y9dlr199aq2l5nfcjnz-rewritefs-x86_64-unknown-linux-gnufilc0-unstable-2021-10-03
Last 16 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/x154c101i1bp73f8n3828yq0y960ywwk-source
> source root is source
> Running phase: patchPhase
> substituteStream() in derivation rewritefs-x86_64-unknown-linux-gnufilc0-unstable-2021-10-03: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'Makefile')
> 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
> /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
> gcc -Wall -O2 -DHAVE_FDATASYNC=1 -DHAVE_SETXATTR=1 -c rewritefs.c -o rewritefs.o
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
> make: *** [Makefile:19: rewritefs.o] Error 127
For full logs, run:
nix log /nix/store/d2fy83y3g981mwds3jjj2lrlm747dycq-rewritefs-x86_64-unknown-linux-gnufilc0-unstable-2021-10-03.drvrgbds-0.9.2
error: Cannot build '/nix/store/j5w0hjkhmk1bdpqjn9aqayqsk07isd9n-rgbds-x86_64-unknown-linux-gnufilc0-0.9.2.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/qw66xi7xy1bmv19sd6zi3fhdwdnkjglm-rgbds-x86_64-unknown-linux-gnufilc0-0.9.2
Last 25 log lines:
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: src/asm/warning.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: src/extern/getopt.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: src/extern/getopt.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: src/extern/getopt.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: src/extern/utf8decoder.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: src/extern/utf8decoder.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: src/extern/utf8decoder.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: src/error.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: src/error.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: src/error.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: src/linkdefs.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: src/linkdefs.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: src/linkdefs.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: src/opmath.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: src/opmath.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: src/opmath.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: src/util.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: src/util.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: src/util.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/version-f0037b.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/version-f0037b.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/version-f0037b.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:113: rgbasm] Error 1
For full logs, run:
nix log /nix/store/j5w0hjkhmk1bdpqjn9aqayqsk07isd9n-rgbds-x86_64-unknown-linux-gnufilc0-0.9.2.drvrgxg-0.1.2
error: Cannot build '/nix/store/ax0ym5hrz91fw1nmvhxbk40p5219lapd-rgxg-x86_64-unknown-linux-gnufilc0-0.1.2.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/3sk7jcdh625mkl6cpyhrqds69bbyjd2x-rgxg-x86_64-unknown-linux-gnufilc0-0.1.2
Last 25 log lines:
> libtool: compile: clang -DHAVE_CONFIG_H -I. -I./include -I./lib -g -O2 -c lib/internal_utils.c -fPIC -DPIC -o lib/.libs/librgxg_la-internal_utils.o
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./include -I./lib -g -O2 -c -o lib/librgxg_la-number.lo `test -f 'lib/number.c' || echo './'`lib/number.c
> libtool: compile: clang -DHAVE_CONFIG_H -I. -I./include -I./lib -g -O2 -c lib/number.c -fPIC -DPIC -o lib/.libs/librgxg_la-number.o
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./include -I./lib -g -O2 -c -o lib/librgxg_la-utils.lo `test -f 'lib/utils.c' || echo './'`lib/utils.c
> libtool: compile: clang -DHAVE_CONFIG_H -I. -I./include -I./lib -g -O2 -c lib/utils.c -fPIC -DPIC -o lib/.libs/librgxg_la-utils.o
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I./include -I./lib -g -O2 -c -o lib/librgxg_la-net.lo `test -f 'lib/net.c' || echo './'`lib/net.c
> libtool: compile: clang -DHAVE_CONFIG_H -I. -I./include -I./lib -g -O2 -c lib/net.c -fPIC -DPIC -o lib/.libs/librgxg_la-net.o
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=link clang -I./include -I./lib -g -O2 -no-undefined -export-symbols-regex '^rgxg_' -version-info 0:1:0 -o librgxg.la -rpath /nix/store/3sk7jcdh625mkl6cpyhrqds69bbyjd2x-rgxg-x86_64-unknown-linux-gnufilc0-0.1.2/lib lib/librgxg_la-internal_utils.lo lib/librgxg_la-number.lo lib/librgxg_la-utils.lo lib/librgxg_la-net.lo
> libtool: link: nm lib/.libs/librgxg_la-internal_utils.o lib/.libs/librgxg_la-number.o lib/.libs/librgxg_la-utils.o lib/.libs/librgxg_la-net.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*pizlonated_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 pizlonated_\2 \2/p' | sed '/ __gnu_lto/d' | /nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin/sed 's/.* //' | sort | uniq > .libs/librgxg.exp
> libtool: link: /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -E -e "^rgxg_" ".libs/librgxg.exp" > ".libs/librgxg.expT"
> libtool: link: mv -f ".libs/librgxg.expT" ".libs/librgxg.exp"
> libtool: link: echo "{ global:" > .libs/librgxg.ver
> libtool: link: cat .libs/librgxg.exp | sed -e "s/\(.*\)/\1;/" >> .libs/librgxg.ver
> libtool: link: echo "local: *; };" >> .libs/librgxg.ver
> libtool: link: clang -shared -fPIC -DPIC lib/.libs/librgxg_la-internal_utils.o lib/.libs/librgxg_la-number.o lib/.libs/librgxg_la-utils.o lib/.libs/librgxg_la-net.o -g -O2 -Wl,-soname -Wl,librgxg.so.0 -Wl,-version-script -Wl,.libs/librgxg.ver -o .libs/librgxg.so.0.0.1
> libtool: link: (cd ".libs" && rm -f "librgxg.so.0" && ln -s "librgxg.so.0.0.1" "librgxg.so.0")
> libtool: link: (cd ".libs" && rm -f "librgxg.so" && ln -s "librgxg.so.0.0.1" "librgxg.so")
> libtool: link: ( cd ".libs" && rm -f "librgxg.la" && ln -s "../librgxg.la" "librgxg.la" )
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --tag=CC --mode=link clang -I./include -g -O2 -o rgxg src/rgxg-main.o src/rgxg-alternation.o src/rgxg-cidr.o src/rgxg-escape.o src/rgxg-range.o librgxg.la
> libtool: link: clang -I./include -g -O2 -o .libs/rgxg src/rgxg-main.o src/rgxg-alternation.o src/rgxg-cidr.o src/rgxg-escape.o src/rgxg-range.o ./.libs/librgxg.so -Wl,-rpath -Wl,/nix/store/3sk7jcdh625mkl6cpyhrqds69bbyjd2x-rgxg-x86_64-unknown-linux-gnufilc0-0.1.2/lib
> src/rgxg-main.o:main.c:function pizlonatedFI142_rpl_malloc:(.text+0x261d): error: undefined reference to 'pizlonated_rpl_malloc'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[1]: *** [Makefile:676: rgxg] Error 1
> make[1]: Leaving directory '/build/source'
> make: *** [Makefile:477: all] Error 2
For full logs, run:
nix log /nix/store/ax0ym5hrz91fw1nmvhxbk40p5219lapd-rgxg-x86_64-unknown-linux-gnufilc0-0.1.2.drvripser-1.2.1
error: Cannot build '/nix/store/syc9nggcwnih6i1600g3lya3qmg6vqnv-ripser-x86_64-unknown-linux-gnufilc0-1.2.1.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/acw1jc2v6mvk7mgkhkqyc6qi7y8az4aa-ripser-x86_64-unknown-linux-gnufilc0-1.2.1
Last 12 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/q3a16qpf88s45lglfw41kz37a1z3kjn5-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/ripser-9830cc.o:ripser.cpp:function pizlonatedFI403_sqrt:(.text+0x1c2e1): error: undefined reference to 'pizlonated_sqrt'
> /build/ripser-9830cc.o:ripser.cpp:function pizlonatedFI269_sqrtf:(.text+0x1c571): error: undefined reference to 'pizlonated_sqrtf'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
For full logs, run:
nix log /nix/store/syc9nggcwnih6i1600g3lya3qmg6vqnv-ripser-x86_64-unknown-linux-gnufilc0-1.2.1.drvriver-bnf-0-unstable-2023-10-10
error: Cannot build '/nix/store/0p9pk81jz8n92b0ag9i0mxhv6ga0qsai-river-bnf-x86_64-unknown-linux-gnufilc0-0-unstable-2023-10-10.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/y3zjk8xgha1q4f0vaf7q24j5d06iw138-river-bnf-x86_64-unknown-linux-gnufilc0-0-unstable-2023-10-10
Last 22 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/zxi4wnv9k2iapcjwvy677jkg9zvqvib2-source
> source root is source
> Running phase: patchPhase
> substituteStream() in derivation river-bnf-x86_64-unknown-linux-gnufilc0-0-unstable-2023-10-10: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'Makefile')
> 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
> wayland-scanner private-code < river-status-unstable-v1.xml > river-status-unstable-v1.c
> wayland-scanner client-header < river-status-unstable-v1.xml > river-status-unstable-v1.h
> wayland-scanner private-code < river-control-unstable-v1.xml > river-control-unstable-v1.c
> wayland-scanner client-header < river-control-unstable-v1.xml > river-control-unstable-v1.h
> clang -Wall -Werror -Wextra -Wpedantic -Wno-unused-parameter -Wconversion -Wformat-security -Wformat -Wsign-conversion -Wfloat-conversion -Wunused-result -c -o river-bnf.o river-bnf.c
> river-bnf.c:62:18: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
> 62 | static void noop ( ) { }
> | ^
> | void
> 1 error generated.
> make: *** [<builtin>: river-bnf.o] Error 1
For full logs, run:
nix log /nix/store/0p9pk81jz8n92b0ag9i0mxhv6ga0qsai-river-bnf-x86_64-unknown-linux-gnufilc0-0-unstable-2023-10-10.drvriver-tag-overlay-1.0.0
error: Cannot build '/nix/store/9da498x3frbmahvmddhxmzlczkam50by-river-tag-overlay-x86_64-unknown-linux-gnufilc0-1.0.0.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/6ckcjmcqjis5yksj4k7kh14cgxhxs7h8-river-tag-overlay-x86_64-unknown-linux-gnufilc0-1.0.0
Last 25 log lines:
> unpacking source archive /nix/store/fi1564p97zhis05gaz0qgvclfqk3ndpr-source
> source root is source
> Running phase: patchPhase
> applying patch /nix/store/3cg05272h85qlcm2lzxh82w642lpl12j-791eaadf46482121a4c811ffba13d03168d74d8f.patch
> patching file Makefile
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> no configure script, doing nothing
> Running phase: buildPhase
> build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash DESTDIR=/nix/store/6ckcjmcqjis5yksj4k7kh14cgxhxs7h8-river-tag-overlay-x86_64-unknown-linux-gnufilc0-1.0.0 PREFIX=
> wayland-scanner private-code < river-status-unstable-v1.xml > river-status-unstable-v1.c
> wayland-scanner client-header < river-status-unstable-v1.xml > river-status-unstable-v1.h
> wayland-scanner private-code < wlr-layer-shell-unstable-v1.xml > wlr-layer-shell-unstable-v1.c
> wayland-scanner client-header < wlr-layer-shell-unstable-v1.xml > wlr-layer-shell-unstable-v1.h
> wayland-scanner private-code < xdg-shell.xml > xdg-shell.c
> wayland-scanner client-header < xdg-shell.xml > xdg-shell.h
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> clang -Wall -Werror -Wextra -Wpedantic -Wno-unused-parameter -Wconversion -Wformat-security -Wformat -Wsign-conversion -Wfloat-conversion -Wunused-result -c -o river-tag-overlay.o river-tag-overlay.c
> river-tag-overlay.c:727:18: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
> 727 | static void noop ( ) { }
> | ^
> | void
> 1 error generated.
> make: *** [<builtin>: river-tag-overlay.o] Error 1
For full logs, run:
nix log /nix/store/9da498x3frbmahvmddhxmzlczkam50by-river-tag-overlay-x86_64-unknown-linux-gnufilc0-1.0.0.drvrkdeveloptool-unstable-2025-03-07
error: Cannot build '/nix/store/y8p1gwqszisz71588sbsq29q9sicn66z-rkdeveloptool-x86_64-unknown-linux-gnufilc0-unstable-2025-03-07.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/rd92k2a6wcxv4anqn7q444qf4s0xhh4z-rkdeveloptool-x86_64-unknown-linux-gnufilc0-unstable-2025-03-07
Last 25 log lines:
> config.status: creating Makefile
> config.status: creating cfg/config.h
> config.status: executing depfiles commands
> Running phase: buildPhase
> build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
> make[1]: Entering directory '/build/source'
> clang++ -DHAVE_CONFIG_H -I. -I./cfg -Wall -Werror -Wextra -Wreturn-type -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_LARGE_FILE -I/nix/store/mhz4q4xcp0jvyll6x25m2jvc0hfq6djm-libusb-x86_64-unknown-linux-gnufilc0-1.0.28-dev/include/libusb-1.0 -g -O2 -c -o main.o main.cpp
> main.cpp:2563:12: error: variable length arrays in C++ are a Clang extension [-Werror,-Wvla-cxx-extension]
> 2563 | BYTE pBuf[nSectorSize * DEFAULT_RW_LBA];
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> main.cpp:2563:12: note: read of non-const variable 'nSectorSize' is not allowed in a constant expression
> main.cpp:2562:6: note: declared here
> 2562 | int nSectorSize = 512;
> | ^
> main.cpp:2935:12: error: variable length arrays in C++ are a Clang extension [-Werror,-Wvla-cxx-extension]
> 2935 | BYTE pBuf[nSectorSize * DEFAULT_RW_LBA];
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> main.cpp:2935:12: note: read of non-const variable 'nSectorSize' is not allowed in a constant expression
> main.cpp:2934:6: note: declared here
> 2934 | int nSectorSize = 512;
> | ^
> 2 errors generated.
> make[1]: *** [Makefile:495: main.o] Error 1
> make[1]: Leaving directory '/build/source'
> make: *** [Makefile:511: all-recursive] Error 1
For full logs, run:
nix log /nix/store/y8p1gwqszisz71588sbsq29q9sicn66z-rkdeveloptool-x86_64-unknown-linux-gnufilc0-unstable-2025-03-07.drvrkdeveloptool-unstable-2021-09-04
error: Cannot build '/nix/store/4z0xxyk0j9kz3gryg2qdws72n2rmnzg2-rkdeveloptool-x86_64-unknown-linux-gnufilc0-unstable-2021-09-04.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/kjkv2ik9yg10k1scjyls30m4nb2nw73c-rkdeveloptool-x86_64-unknown-linux-gnufilc0-unstable-2021-09-04
Last 25 log lines:
> Build type: cross build
> Project name: rkdeveloptool
> Project version: 1.0.0
> C++ compiler for the host machine: clang++ (clang 20.1.8 "clang version 20.1.8 (Fil-C 0.684)")
> C++ linker for the host machine: clang++ ld.gold 2.43.1
> C++ compiler for the build machine: c++ (clang 20.1.8 "clang version 20.1.8 (Fil-C 0.684)")
> C++ linker for the build machine: c++ ld.gold 2.43.1
> Build machine cpu family: x86_64
> Build machine cpu: x86_64
> Host machine cpu family: x86_64
> Host machine cpu: x86_64
> Target machine cpu family: x86_64
> Target machine cpu: x86_64
> Found pkg-config: YES (/nix/store/f4iq3fjva198s44x56dwm0vpgymb67xg-x86_64-unknown-linux-gnufilc0-pkg-config-wrapper-0.29.2/bin/x86_64-unknown-linux-gnufilc0-pkg-config) 0.29.2
> Run-time dependency libusb-1.0 found: YES 1.0.28
> Configuring config.h using configuration
> Run-time dependency udev found: YES 256
> Did not find pkg-config by name 'pkg-config'
> Found pkg-config: NO
> Found CMake: /nix/store/sywrvcqgm7bf6njpfbkhd8iy4iaymhj2-cmake-3.31.6/bin/cmake (3.31.6)
> Build-time dependency scdoc found: NO (tried cmake)
>
> meson.build:34:8: ERROR: Dependency lookup for scdoc with method 'pkgconfig' failed: Pkg-config for machine build machine not found. Giving up.
>
> A full log can be found at /build/rkdeveloptool-17823e99898131a234ccdb39ad114dbaeebb7fc3/build/meson-logs/meson-log.txt
For full logs, run:
nix log /nix/store/4z0xxyk0j9kz3gryg2qdws72n2rmnzg2-rkdeveloptool-x86_64-unknown-linux-gnufilc0-unstable-2021-09-04.drvrkflashtool-6.1
error: Cannot build '/nix/store/1pyc5b1fmbr450w73d30qsj0icin2zjv-rkflashtool-x86_64-unknown-linux-gnufilc0-6.1.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/6886hbgpfxk4fdmsg0y2abynhksf9wyr-rkflashtool-x86_64-unknown-linux-gnufilc0-6.1
Last 17 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/bg9iyf0nrwc73fnjdwl88f5c3pzmgmld-rkflashtool-6.1-src.tar.bz2
> source root is rkflashtool-6.1-src
> setting SOURCE_DATE_EPOCH to timestamp 1489228684 of file "rkflashtool-6.1-src/rkunsign"
> 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
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
> gcc -O2 -W -Wall -Wextra -pedantic -std=c99 -D_XOPEN_SOURCE=600 -I/usr/include/libusb-1.0 rkcrc.c -o rkcrc -lusb-1.0
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
> make: *** [Makefile:54: rkcrc] Error 127
For full logs, run:
nix log /nix/store/1pyc5b1fmbr450w73d30qsj0icin2zjv-rkflashtool-x86_64-unknown-linux-gnufilc0-6.1.drvrng-tools-6.17
error: Cannot build '/nix/store/mwcal5w83wgqj9ssi5hrqrd3xz60cz1z-rng-tools-x86_64-unknown-linux-gnufilc0-6.17.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/fhln867ilaa5j5b8prh74rmknkbk3lpi-rng-tools-x86_64-unknown-linux-gnufilc0-6.17
Last 25 log lines:
> clang -DHAVE_CONFIG_H -I. -I/nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/include/ -DDEFAULT_PKCS11_ENGINE=\"/nix/store/d6ji7zfiwzkr7wcdp0jmz3v8k7yp1h20-opensc-x86_64-unknown-linux-gnufilc0-0.26.1/lib/opensc-pkcs11.so\" -I/nix/store/8yksfl71r3zqyr7js6a80i4nm1ladykg-libp11-x86_64-unknown-linux-gnufilc0-0.4.13/include -I/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include -I/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include -I/nix/store/jpnryz3a22d484iwgcxjracs7q2jrlwr-libcap-2.70-x86_64-unknown-linux-gnufilc0-dev/include -pthread -g -O2 -c -o rngd-ossl_helpers.o `test -f 'ossl_helpers.c' || echo './'`ossl_helpers.c
> clang -DHAVE_CONFIG_H -I. -I/nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/include/ -DDEFAULT_PKCS11_ENGINE=\"/nix/store/d6ji7zfiwzkr7wcdp0jmz3v8k7yp1h20-opensc-x86_64-unknown-linux-gnufilc0-0.26.1/lib/opensc-pkcs11.so\" -I/nix/store/8yksfl71r3zqyr7js6a80i4nm1ladykg-libp11-x86_64-unknown-linux-gnufilc0-0.4.13/include -I/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include -I/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include -I/nix/store/jpnryz3a22d484iwgcxjracs7q2jrlwr-libcap-2.70-x86_64-unknown-linux-gnufilc0-dev/include -pthread -g -O2 -c -o rngd-rngd_namedpipe.o `test -f 'rngd_namedpipe.c' || echo './'`rngd_namedpipe.c
> clang -DHAVE_CONFIG_H -I. -I/nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/include/ -DDEFAULT_PKCS11_ENGINE=\"/nix/store/d6ji7zfiwzkr7wcdp0jmz3v8k7yp1h20-opensc-x86_64-unknown-linux-gnufilc0-0.26.1/lib/opensc-pkcs11.so\" -I/nix/store/8yksfl71r3zqyr7js6a80i4nm1ladykg-libp11-x86_64-unknown-linux-gnufilc0-0.4.13/include -I/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include -I/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include -I/nix/store/jpnryz3a22d484iwgcxjracs7q2jrlwr-libcap-2.70-x86_64-unknown-linux-gnufilc0-dev/include -pthread -g -O2 -c -o rngd-rngd_rdrand.o `test -f 'rngd_rdrand.c' || echo './'`rngd_rdrand.c
> clang -DHAVE_CONFIG_H -I. -g -O2 -c -o rdrand_asm.o rdrand_asm.S
> clang -DHAVE_CONFIG_H -I. -I/nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/include/ -DDEFAULT_PKCS11_ENGINE=\"/nix/store/d6ji7zfiwzkr7wcdp0jmz3v8k7yp1h20-opensc-x86_64-unknown-linux-gnufilc0-0.26.1/lib/opensc-pkcs11.so\" -I/nix/store/8yksfl71r3zqyr7js6a80i4nm1ladykg-libp11-x86_64-unknown-linux-gnufilc0-0.4.13/include -I/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include -I/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include -I/nix/store/jpnryz3a22d484iwgcxjracs7q2jrlwr-libcap-2.70-x86_64-unknown-linux-gnufilc0-dev/include -pthread -g -O2 -c -o rngd-rngd_jitter.o `test -f 'rngd_jitter.c' || echo './'`rngd_jitter.c
> clang-20: error: sarcasm assembler command failed with exit code 1 (use -v to see invocation)
> sarcasm: /build/rdrand_asm-32cb10.s: instruction outside any function (only annotated functions are compiled): mov %esi, %eax
> make[2]: *** [Makefile:702: rdrand_asm.o] Error 1
> make[2]: *** Waiting for unfinished jobs....
> rngd.c:314:30: warning: use of GNU 'missing =' extension in designator [-Wgnu-designator]
> 314 | [QRYPT_OPT_MAX_ERROR_DELAY] {
> | ^
> | =
> rngd.c:330:26: warning: use of GNU 'missing =' extension in designator [-Wgnu-designator]
> 330 | [NAMEDPIPE_OPT_TIMEOUT] {
> | ^
> | =
> rngd.c:516:12: warning: result of comparison of constant 9223372036854775807 with expression of type 'int' is always false [-Wtautological-constant-out-of-range-compare]
> 516 | if ((idx == LONG_MAX) || (idx >= ENT_MAX)) {
> | ~~~ ^ ~~~~~~~~
> 3 warnings generated.
> make[2]: Leaving directory '/build/source'
> make[1]: *** [Makefile:1028: all-recursive] Error 1
> make[1]: Leaving directory '/build/source'
> make: *** [Makefile:503: all] Error 2
For full logs, run:
nix log /nix/store/mwcal5w83wgqj9ssi5hrqrd3xz60cz1z-rng-tools-x86_64-unknown-linux-gnufilc0-6.17.drvrnm-4.0.9
error: Cannot build '/nix/store/3rh3bhx3ifk11xqjvhb910pvf85jh0jz-rnm-x86_64-unknown-linux-gnufilc0-4.0.9.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/wd49h39z4hbcwd3al94b9mqczqyz24ak-rnm-x86_64-unknown-linux-gnufilc0-4.0.9
Last 25 log lines:
> checking for size_t... yes
> checking for ssize_t... yes
> checking for mkdir... yes
> checking for realpath... yes
> checking for strerror... yes
> checking that generated files are newer than configure... done
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: executing depfiles commands
>
> rnm configuration summary:
>
> Install prefix .................... : /nix/store/wd49h39z4hbcwd3al94b9mqczqyz24ak-rnm-x86_64-unknown-linux-gnufilc0-4.0.9
> C preprocessor .................... : clang
> C++ compiler ...................... : clang++
> C++ preprocessor flags ............ : -g -O2
> C++ compiler flags ................ : -g -O2
>
> Running phase: buildPhase
> build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
> clang++ -DPACKAGE_NAME=\"rnm\" -DPACKAGE_TARNAME=\"rnm\" -DPACKAGE_VERSION=\"4.0.9\" -DPACKAGE_STRING=\"rnm\ 4.0.9\" -DPACKAGE_BUGREPORT=\"http://github.com/neurobin/rnm/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rnm\" -DVERSION=\"4.0.9\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_MKDIR=1 -DHAVE_REALPATH=1 -DHAVE_STRERROR=1 -I. -I./jpcre2/src -g -O2 -c -o src/rnm-main.o `test -f 'src/main.cpp' || echo './'`src/main.cpp
> clang++ -g -O2 -o rnm src/rnm-main.o -lpcre2-8 -lgmpxx -lgmp
> src/rnm-main.o:main.cpp:function pizlonatedFI4792_fmod:(.text+0x1912e6): error: undefined reference to 'pizlonated_fmod'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make: *** [Makefile:448: rnm] Error 1
For full logs, run:
nix log /nix/store/3rh3bhx3ifk11xqjvhb910pvf85jh0jz-rnm-x86_64-unknown-linux-gnufilc0-4.0.9.drvrnv-1.7.11
error: Cannot build '/nix/store/cy6lb7isxfb0zqbaxplp8kcmhl3v6jyc-rnv-x86_64-unknown-linux-gnufilc0-1.7.11.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/sf6yrxq6qjgc99jfkfsr6wvhr4jk7zkb-rnv-x86_64-unknown-linux-gnufilc0-1.7.11
Last 25 log lines:
> 32 | char *bom=(char*)(BOM+BOMLEN);
> | ~~~^~~~~~~
> u.c:32:24: note: use array indexing to silence this warning
> 32 | char *bom=(char*)(BOM+BOMLEN);
> | ^
> | & [ ]
> 1 warning generated.
> clang -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rnv\" -DVERSION=\"1.7.11\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_FORK=1 -Dvfork=fork -DHAVE_WORKING_FORK=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=0 -Dmalloc=rpl_malloc -DHAVE_VPRINTF=1 -DHAVE_DUP2=1 -DHAVE_STRCHR=1 -DHAVE_STRERROR=1 -DHAVE_STRRCHR=1 -DHAVE_STRTOL=1 -DHAVE_LIBEXPAT=1 -I. -DUNISTD_H=\<unistd.h\> -I/nix/store/sf6yrxq6qjgc99jfkfsr6wvhr4jk7zkb-rnv-x86_64-unknown-linux-gnufilc0-1.7.11/include -DEXPAT_H=\<expat.h\> -g -O2 -c xmlc.c
> clang -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rnv\" -DVERSION=\"1.7.11\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_FORK=1 -Dvfork=fork -DHAVE_WORKING_FORK=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=0 -Dmalloc=rpl_malloc -DHAVE_VPRINTF=1 -DHAVE_DUP2=1 -DHAVE_STRCHR=1 -DHAVE_STRERROR=1 -DHAVE_STRRCHR=1 -DHAVE_STRTOL=1 -DHAVE_LIBEXPAT=1 -I. -DUNISTD_H=\<unistd.h\> -I/nix/store/sf6yrxq6qjgc99jfkfsr6wvhr4jk7zkb-rnv-x86_64-unknown-linux-gnufilc0-1.7.11/include -DEXPAT_H=\<expat.h\> -g -O2 -c xsd.c
> clang -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rnv\" -DVERSION=\"1.7.11\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_FORK=1 -Dvfork=fork -DHAVE_WORKING_FORK=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=0 -Dmalloc=rpl_malloc -DHAVE_VPRINTF=1 -DHAVE_DUP2=1 -DHAVE_STRCHR=1 -DHAVE_STRERROR=1 -DHAVE_STRRCHR=1 -DHAVE_STRTOL=1 -DHAVE_LIBEXPAT=1 -I. -DUNISTD_H=\<unistd.h\> -I/nix/store/sf6yrxq6qjgc99jfkfsr6wvhr4jk7zkb-rnv-x86_64-unknown-linux-gnufilc0-1.7.11/include -DEXPAT_H=\<expat.h\> -g -O2 -c xsd_tm.c
> rm -f librnv1.a
> ar cru librnv1.a ary.o drv.o er.o ht.o m.o rn.o rnc.o rnd.o rnl.o rnv.o rnx.o rx.o s.o sc.o u.o xmlc.o xsd.o xsd_tm.o
> ar: `u' modifier ignored since `D' is the default (see `U')
> ranlib librnv1.a
> clang -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rnv\" -DVERSION=\"1.7.11\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_FORK=1 -Dvfork=fork -DHAVE_WORKING_FORK=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=0 -Dmalloc=rpl_malloc -DHAVE_VPRINTF=1 -DHAVE_DUP2=1 -DHAVE_STRCHR=1 -DHAVE_STRERROR=1 -DHAVE_STRRCHR=1 -DHAVE_STRTOL=1 -DHAVE_LIBEXPAT=1 -I. -DUNISTD_H=\<unistd.h\> -I/nix/store/sf6yrxq6qjgc99jfkfsr6wvhr4jk7zkb-rnv-x86_64-unknown-linux-gnufilc0-1.7.11/include -DEXPAT_H=\<expat.h\> -g -O2 -c dxl.c
> clang -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rnv\" -DVERSION=\"1.7.11\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_FORK=1 -Dvfork=fork -DHAVE_WORKING_FORK=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=0 -Dmalloc=rpl_malloc -DHAVE_VPRINTF=1 -DHAVE_DUP2=1 -DHAVE_STRCHR=1 -DHAVE_STRERROR=1 -DHAVE_STRRCHR=1 -DHAVE_STRTOL=1 -DHAVE_LIBEXPAT=1 -I. -DUNISTD_H=\<unistd.h\> -I/nix/store/sf6yrxq6qjgc99jfkfsr6wvhr4jk7zkb-rnv-x86_64-unknown-linux-gnufilc0-1.7.11/include -DEXPAT_H=\<expat.h\> -g -O2 -c dsl.c
> rm -f librnv2.a
> ar cru librnv2.a dxl.o dsl.o
> ar: `u' modifier ignored since `D' is the default (see `U')
> ranlib librnv2.a
> clang -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rnv\" -DVERSION=\"1.7.11\" -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_FORK=1 -Dvfork=fork -DHAVE_WORKING_FORK=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=0 -Dmalloc=rpl_malloc -DHAVE_VPRINTF=1 -DHAVE_DUP2=1 -DHAVE_STRCHR=1 -DHAVE_STRERROR=1 -DHAVE_STRRCHR=1 -DHAVE_STRTOL=1 -DHAVE_LIBEXPAT=1 -I. -DRNV_VERSION=\"1.7.11\" -DUNISTD_H=\<unistd.h\> -I/nix/store/sf6yrxq6qjgc99jfkfsr6wvhr4jk7zkb-rnv-x86_64-unknown-linux-gnufilc0-1.7.11/include -DEXPAT_H=\<expat.h\> -g -O2 -c -o rnv-xcl.o `test -f 'xcl.c' || echo './'`xcl.c
> clang -g -O2 -L/nix/store/sf6yrxq6qjgc99jfkfsr6wvhr4jk7zkb-rnv-x86_64-unknown-linux-gnufilc0-1.7.11/lib -o rnv rnv-xcl.o librnv1.a librnv2.a -lexpat
> librnv1.a(m.o):m.c:function pizlonatedFI142_rpl_malloc:(.text+0x5fd): error: undefined reference to 'pizlonated_rpl_malloc'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make: *** [Makefile:444: rnv] Error 1
For full logs, run:
nix log /nix/store/cy6lb7isxfb0zqbaxplp8kcmhl3v6jyc-rnv-x86_64-unknown-linux-gnufilc0-1.7.11.drvriver-bnf-0-unstable-2023-10-10
error: build of '/nix/store/0p9pk81jz8n92b0ag9i0mxhv6ga0qsai-river-bnf-x86_64-unknown-linux-gnufilc0-0-unstable-2023-10-10.drv^*', '/nix/store/1pyc5b1fmbr450w73d30qsj0icin2zjv-rkflashtool-x86_64-unknown-linux-gnufilc0-6.1.drv^*', '/nix/store/1yllwbbblh0qmwcgj6ikx62yx5c500mk-retdec-x86_64-unknown-linux-gnufilc0-5.0.drv^*', '/nix/store/3rh3bhx3ifk11xqjvhb910pvf85jh0jz-rnm-x86_64-unknown-linux-gnufilc0-4.0.9.drv^*', '/nix/store/4z0xxyk0j9kz3gryg2qdws72n2rmnzg2-rkdeveloptool-x86_64-unknown-linux-gnufilc0-unstable-2021-09-04.drv^*', '/nix/store/9da498x3frbmahvmddhxmzlczkam50by-river-tag-overlay-x86_64-unknown-linux-gnufilc0-1.0.0.drv^*', '/nix/store/ax0ym5hrz91fw1nmvhxbk40p5219lapd-rgxg-x86_64-unknown-linux-gnufilc0-0.1.2.drv^*', '/nix/store/cy6lb7isxfb0zqbaxplp8kcmhl3v6jyc-rnv-x86_64-unknown-linux-gnufilc0-1.7.11.drv^*', '/nix/store/d2fy83y3g981mwds3jjj2lrlm747dycq-rewritefs-x86_64-unknown-linux-gnufilc0-unstable-2021-10-03.drv^*', '/nix/store/i81cgvggc952wlq3kjlcixqyi75zyz19-responder-3.1.5.0-x86_64-unknown-linux-gnufilc0.drv^*', '/nix/store/j5w0hjkhmk1bdpqjn9aqayqsk07isd9n-rgbds-x86_64-unknown-linux-gnufilc0-0.9.2.drv^*', '/nix/store/mwcal5w83wgqj9ssi5hrqrd3xz60cz1z-rng-tools-x86_64-unknown-linux-gnufilc0-6.17.drv^*', '/nix/store/syc9nggcwnih6i1600g3lya3qmg6vqnv-ripser-x86_64-unknown-linux-gnufilc0-1.2.1.drv^*', '/nix/store/y8p1gwqszisz71588sbsq29q9sicn66z-rkdeveloptool-x86_64-unknown-linux-gnufilc0-unstable-2025-03-07.drv^*' failed
End of log