readline-7.0p5
| ^
../mbutil.c:79:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
79 | _rl_find_next_mbchar_internal (string, seed, count, find_non_zero)
| ^
../mbutil.c:149:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
149 | _rl_find_prev_mbchar_internal (string, seed, find_non_zero)
| ^
../mbutil.c:209:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
209 | _rl_get_char_len (src, ps)
| ^
../mbutil.c:240:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
240 | _rl_compare_chars (buf1, pos1, ps1, buf2, pos2, ps2)
| ^
../mbutil.c:269:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
269 | _rl_adjust_point (string, point, ps)
| ^
../mbutil.c:308:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
308 | _rl_is_mbchar_matched (string, seed, end, mbchar, length)
| ^
../mbutil.c:326:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
326 | _rl_char_value (buf, ind)
| ^
../mbutil.c:353:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
353 | _rl_find_next_mbchar (string, seed, count, flags)
| ^
../mbutil.c:369:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
369 | _rl_find_prev_mbchar (string, seed, flags)
| ^
10 warnings generated.
mv mbutil.o mbutil.so
rm -f tilde.so
clang -c -DHAVE_CONFIG_H -DCROSS_COMPILING -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fPIC -DREADLINE_LIBRARY -c -o tilde.o ../tilde.c
../tilde.c:128:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
128 | tilde_find_prefix (string, len)
| ^
../tilde.c:163:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
163 | tilde_find_suffix (string)
| ^
../tilde.c:192:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
192 | tilde_expand (string)
| ^
../tilde.c:199:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
199 | if (result = strchr (string, '~'))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
../tilde.c:199:14: note: place parentheses around the assignment to silence this warning
199 | if (result = strchr (string, '~'))
| ^
| ( )
../tilde.c:199:14: note: use '==' to turn this assignment into an equality comparison
199 | if (result = strchr (string, '~'))
| ^
| ==
../tilde.c:270:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
270 | isolate_tilde_prefix (fname, lenp)
| ^
../tilde.c:326:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
326 | glue_prefix_and_suffix (prefix, suffix, suffind)
| ^
../tilde.c:347:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
347 | tilde_expand_word (filename)
| ^
7 warnings generated.
mv tilde.o tilde.so
rm -f colors.so
clang -c -DHAVE_CONFIG_H -DCROSS_COMPILING -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fPIC -o colors.o ../colors.c
mv colors.o colors.so
rm -f parse-colors.so
clang -c -DHAVE_CONFIG_H -DCROSS_COMPILING -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fPIC -o parse-colors.o ../parse-colors.c
mv parse-colors.o parse-colors.so
rm -f xmalloc.so
clang -c -DHAVE_CONFIG_H -DCROSS_COMPILING -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fPIC -o xmalloc.o ../xmalloc.c
../xmalloc.c:45:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
45 | memory_error_and_abort (fname)
| ^
../xmalloc.c:56:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
56 | xmalloc (bytes)
| ^
../xmalloc.c:68:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
68 | xrealloc (pointer, bytes)
| ^
3 warnings generated.
mv xmalloc.o xmalloc.so
rm -f xfree.so
clang -c -DHAVE_CONFIG_H -DCROSS_COMPILING -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fPIC -o xfree.o ../xfree.c
../xfree.c:45:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
45 | xfree (string)
| ^
1 warning generated.
mv xfree.o xfree.so
rm -f compat.so
clang -c -DHAVE_CONFIG_H -DCROSS_COMPILING -I. -I.. -I.. -DRL_LIBRARY_VERSION='"7.0"' -g -O -fPIC -o compat.o ../compat.c
../compat.c:85:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
85 | alphabetic (c)
| ^
../compat.c:92:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
92 | completion_matches (s, f)
| ^
../compat.c:100:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
100 | username_completion_function (s, i)
| ^
../compat.c:108:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
108 | filename_completion_function (s, i)
| ^
4 warnings generated.
mv compat.o compat.so
rm -f libreadline.so.7.0
clang -shared -Wl,-soname,libreadline.so.7.0 -Wl,-rpath,/nix/store/1ak7jwd80iagqi9djd4xfsyi9qr47p15-readline-x86_64-unknown-linux-gnufilc0-7.0p5/lib -Wl,-soname,`basename libreadline.so.7.0 .0` -lncurses -o libreadline.so.7.0 readline.so vi_mode.so funmap.so keymaps.so parens.so search.so rltty.so complete.so bind.so isearch.so display.so signals.so util.so kill.so undo.so macro.so input.so callback.so terminal.so text.so nls.so misc.so history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so tilde.so colors.so parse-colors.so xmalloc.so xfree.so compat.so
rm -f libhistory.so.7.0
clang -shared -Wl,-soname,libhistory.so.7.0 -Wl,-rpath,/nix/store/1ak7jwd80iagqi9djd4xfsyi9qr47p15-readline-x86_64-unknown-linux-gnufilc0-7.0p5/lib -Wl,-soname,`basename libhistory.so.7.0 .0` -lncurses -o libhistory.so.7.0 history.so histexpand.so histfile.so histsearch.so shell.so mbutil.so xmalloc.so xfree.so
make[1]: Leaving directory '/build/readline-7.0/shlib'
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash pkgconfigdir=/nix/store/ig9vmk33v7hj3pxs41qxp8wnhc5a3r6f-readline-x86_64-unknown-linux-gnufilc0-7.0p5-dev/lib/pkgconfig m4datadir=/nix/store/ig9vmk33v7hj3pxs41qxp8wnhc5a3r6f-readline-x86_64-unknown-linux-gnufilc0-7.0p5-dev/share/aclocal aclocaldir=/nix/store/ig9vmk33v7hj3pxs41qxp8wnhc5a3r6f-readline-x86_64-unknown-linux-gnufilc0-7.0p5-dev/share/aclocal install
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./support/mkinstalldirs /nix/store/ig9vmk33v7hj3pxs41qxp8wnhc5a3r6f-readline-x86_64-unknown-linux-gnufilc0-7.0p5-dev/include \
/nix/store/ig9vmk33v7hj3pxs41qxp8wnhc5a3r6f-readline-x86_64-unknown-linux-gnufilc0-7.0p5-dev/include/readline /nix/store/1ak7jwd80iagqi9djd4xfsyi9qr47p15-readline-x86_64-unknown-linux-gnufilc0-7.0p5/lib \
/nix/store/50sfg2bmaxf9x6xv789iz9lh47l98qlc-readline-x86_64-unknown-linux-gnufilc0-7.0p5-info/share/info /nix/store/q5v76mj5m9g09fxjnjvss40cb7yrcr9a-readline-x86_64-unknown-linux-gnufilc0-7.0p5-man/share/man/man3 /nix/store/7ffp8q9yna6jk880gkxbppskb537qf51-readline-x86_64-unknown-linux-gnufilc0-7.0p5-doc/share/doc/readline
mkdir -p -- /nix/store/ig9vmk33v7hj3pxs41qxp8wnhc5a3r6f-readline-x86_64-unknown-linux-gnufilc0-7.0p5-dev/include /nix/store/ig9vmk33v7hj3pxs41qxp8wnhc5a3r6f-readline-x86_64-unknown-linux-gnufilc0-7.0p5-dev/include/readline /nix/store/1ak7jwd80iagqi9djd4xfsyi9qr47p15-readline-x86_64-unknown-linux-gnufilc0-7.0p5/lib /nix/store/50sfg2bmaxf9x6xv789iz9lh47l98qlc-readline-x86_64-unknown-linux-gnufilc0-7.0p5-info/share/info /nix/store/q5v76mj5m9g09fxjnjvss40cb7yrcr9a-readline-x86_64-unknown-linux-gnufilc0-7.0p5-man/share/man/man3 /nix/store/7ffp8q9yna6jk880gkxbppskb537qf51-readline-x86_64-unknown-linux-gnufilc0-7.0p5-doc/share/doc/readline
for f in readline.h chardefs.h keymaps.h history.h tilde.h rlstdc.h rlconf.h rltypedefs.h; do \
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./$f /nix/store/ig9vmk33v7hj3pxs41qxp8wnhc5a3r6f-readline-x86_64-unknown-linux-gnufilc0-7.0p5-dev/include/readline ; \
done
test -d shlib || mkdir shlib
( cd shlib ; make all )
make[1]: Entering directory '/build/readline-7.0/shlib'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/readline-7.0/shlib'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./CHANGES ./INSTALL ./README /nix/store/7ffp8q9yna6jk880gkxbppskb537qf51-readline-x86_64-unknown-linux-gnufilc0-7.0p5-doc/share/doc/readline
( if test -d doc ; then \
cd doc && \
make infodir=/nix/store/50sfg2bmaxf9x6xv789iz9lh47l98qlc-readline-x86_64-unknown-linux-gnufilc0-7.0p5-info/share/info DESTDIR= install; \
fi )
make[1]: Entering directory '/build/readline-7.0/doc'
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../support/mkdirs /nix/store/50sfg2bmaxf9x6xv789iz9lh47l98qlc-readline-x86_64-unknown-linux-gnufilc0-7.0p5-info/share/info /nix/store/q5v76mj5m9g09fxjnjvss40cb7yrcr9a-readline-x86_64-unknown-linux-gnufilc0-7.0p5-man/share/man/man3
if test -n "" ; then \
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../support/mkdirs ; \
fi
if test -f readline.info; then \
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 readline.info /nix/store/50sfg2bmaxf9x6xv789iz9lh47l98qlc-readline-x86_64-unknown-linux-gnufilc0-7.0p5-info/share/info/readline.info; \
else \
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./readline.info /nix/store/50sfg2bmaxf9x6xv789iz9lh47l98qlc-readline-x86_64-unknown-linux-gnufilc0-7.0p5-info/share/info/readline.info; \
fi
if test -f rluserman.info; then \
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 rluserman.info /nix/store/50sfg2bmaxf9x6xv789iz9lh47l98qlc-readline-x86_64-unknown-linux-gnufilc0-7.0p5-info/share/info/rluserman.info; \
else \
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./rluserman.info /nix/store/50sfg2bmaxf9x6xv789iz9lh47l98qlc-readline-x86_64-unknown-linux-gnufilc0-7.0p5-info/share/info/rluserman.info; \
fi
if test -f history.info; then \
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 history.info /nix/store/50sfg2bmaxf9x6xv789iz9lh47l98qlc-readline-x86_64-unknown-linux-gnufilc0-7.0p5-info/share/info/history.info; \
else \
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./history.info /nix/store/50sfg2bmaxf9x6xv789iz9lh47l98qlc-readline-x86_64-unknown-linux-gnufilc0-7.0p5-info/share/info/history.info; \
fi
if /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash -c 'install-info --version' >/dev/null 2>&1; then \
install-info --dir-file=/nix/store/50sfg2bmaxf9x6xv789iz9lh47l98qlc-readline-x86_64-unknown-linux-gnufilc0-7.0p5-info/share/info/dir \
/nix/store/50sfg2bmaxf9x6xv789iz9lh47l98qlc-readline-x86_64-unknown-linux-gnufilc0-7.0p5-info/share/info/readline.info ; \
install-info --dir-file=/nix/store/50sfg2bmaxf9x6xv789iz9lh47l98qlc-readline-x86_64-unknown-linux-gnufilc0-7.0p5-info/share/info/dir \
/nix/store/50sfg2bmaxf9x6xv789iz9lh47l98qlc-readline-x86_64-unknown-linux-gnufilc0-7.0p5-info/share/info/history.info ; \
install-info --dir-file=/nix/store/50sfg2bmaxf9x6xv789iz9lh47l98qlc-readline-x86_64-unknown-linux-gnufilc0-7.0p5-info/share/info/dir \
/nix/store/50sfg2bmaxf9x6xv789iz9lh47l98qlc-readline-x86_64-unknown-linux-gnufilc0-7.0p5-info/share/info/rluserman.info ; \
else true; fi
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./readline.3 /nix/store/q5v76mj5m9g09fxjnjvss40cb7yrcr9a-readline-x86_64-unknown-linux-gnufilc0-7.0p5-man/share/man/man3/readline.3
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./history.3 /nix/store/q5v76mj5m9g09fxjnjvss40cb7yrcr9a-readline-x86_64-unknown-linux-gnufilc0-7.0p5-man/share/man/man3/history.3
if test -n "" ; then \
if test -f readline.html; then \
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 readline.html /readline.html; \
else \
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./readline.html /readline.html; \
fi ; \
if test -f history.html; then \
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 history.html /history.html; \
else \
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./history.html /history.html; \
fi ; \
if test -f rluserman.html; then \
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 rluserman.html /rluserman.html; \
else \
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./rluserman.html /rluserman.html; \
fi ; \
fi
make[1]: Leaving directory '/build/readline-7.0/doc'
( cd shlib ; make DESTDIR= install )
make[1]: Entering directory '/build/readline-7.0/shlib'
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../support/mkdirs /nix/store/1ak7jwd80iagqi9djd4xfsyi9qr47p15-readline-x86_64-unknown-linux-gnufilc0-7.0p5/lib
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../support/mkdirs /nix/store/1ak7jwd80iagqi9djd4xfsyi9qr47p15-readline-x86_64-unknown-linux-gnufilc0-7.0p5/bin
mkdir /nix/store/1ak7jwd80iagqi9djd4xfsyi9qr47p15-readline-x86_64-unknown-linux-gnufilc0-7.0p5/bin
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../support/shlib-install -O linux-gnufilc0 -V unknown -d /nix/store/1ak7jwd80iagqi9djd4xfsyi9qr47p15-readline-x86_64-unknown-linux-gnufilc0-7.0p5/lib -b /nix/store/1ak7jwd80iagqi9djd4xfsyi9qr47p15-readline-x86_64-unknown-linux-gnufilc0-7.0p5/bin -i "/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644" libhistory.so.7.0
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../support/shlib-install -O linux-gnufilc0 -V unknown -d /nix/store/1ak7jwd80iagqi9djd4xfsyi9qr47p15-readline-x86_64-unknown-linux-gnufilc0-7.0p5/lib -b /nix/store/1ak7jwd80iagqi9djd4xfsyi9qr47p15-readline-x86_64-unknown-linux-gnufilc0-7.0p5/bin -i "/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644" libreadline.so.7.0
install: you may need to run ldconfig
make[1]: Leaving directory '/build/readline-7.0/shlib'
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/1ak7jwd80iagqi9djd4xfsyi9qr47p15-readline-x86_64-unknown-linux-gnufilc0-7.0p5
shrinking /nix/store/1ak7jwd80iagqi9djd4xfsyi9qr47p15-readline-x86_64-unknown-linux-gnufilc0-7.0p5/lib/libhistory.so.7.0
shrinking /nix/store/1ak7jwd80iagqi9djd4xfsyi9qr47p15-readline-x86_64-unknown-linux-gnufilc0-7.0p5/lib/libreadline.so.7.0
checking for references to /build/ in /nix/store/1ak7jwd80iagqi9djd4xfsyi9qr47p15-readline-x86_64-unknown-linux-gnufilc0-7.0p5...
patching script interpreter paths in /nix/store/1ak7jwd80iagqi9djd4xfsyi9qr47p15-readline-x86_64-unknown-linux-gnufilc0-7.0p5
stripping (with command strip and flags -S -p) in /nix/store/1ak7jwd80iagqi9djd4xfsyi9qr47p15-readline-x86_64-unknown-linux-gnufilc0-7.0p5/lib /nix/store/1ak7jwd80iagqi9djd4xfsyi9qr47p15-readline-x86_64-unknown-linux-gnufilc0-7.0p5/bin
shrinking RPATHs of ELF executables and libraries in /nix/store/ig9vmk33v7hj3pxs41qxp8wnhc5a3r6f-readline-x86_64-unknown-linux-gnufilc0-7.0p5-dev
checking for references to /build/ in /nix/store/ig9vmk33v7hj3pxs41qxp8wnhc5a3r6f-readline-x86_64-unknown-linux-gnufilc0-7.0p5-dev...
patching script interpreter paths in /nix/store/ig9vmk33v7hj3pxs41qxp8wnhc5a3r6f-readline-x86_64-unknown-linux-gnufilc0-7.0p5-dev
shrinking RPATHs of ELF executables and libraries in /nix/store/q5v76mj5m9g09fxjnjvss40cb7yrcr9a-readline-x86_64-unknown-linux-gnufilc0-7.0p5-man
checking for references to /build/ in /nix/store/q5v76mj5m9g09fxjnjvss40cb7yrcr9a-readline-x86_64-unknown-linux-gnufilc0-7.0p5-man...
gzipping man pages under /nix/store/q5v76mj5m9g09fxjnjvss40cb7yrcr9a-readline-x86_64-unknown-linux-gnufilc0-7.0p5-man/share/man/
patching script interpreter paths in /nix/store/q5v76mj5m9g09fxjnjvss40cb7yrcr9a-readline-x86_64-unknown-linux-gnufilc0-7.0p5-man
shrinking RPATHs of ELF executables and libraries in /nix/store/7ffp8q9yna6jk880gkxbppskb537qf51-readline-x86_64-unknown-linux-gnufilc0-7.0p5-doc
checking for references to /build/ in /nix/store/7ffp8q9yna6jk880gkxbppskb537qf51-readline-x86_64-unknown-linux-gnufilc0-7.0p5-doc...
patching script interpreter paths in /nix/store/7ffp8q9yna6jk880gkxbppskb537qf51-readline-x86_64-unknown-linux-gnufilc0-7.0p5-doc
shrinking RPATHs of ELF executables and libraries in /nix/store/50sfg2bmaxf9x6xv789iz9lh47l98qlc-readline-x86_64-unknown-linux-gnufilc0-7.0p5-info
checking for references to /build/ in /nix/store/50sfg2bmaxf9x6xv789iz9lh47l98qlc-readline-x86_64-unknown-linux-gnufilc0-7.0p5-info...
patching script interpreter paths in /nix/store/50sfg2bmaxf9x6xv789iz9lh47l98qlc-readline-x86_64-unknown-linux-gnufilc0-7.0p5-info
readosm-1.1.0a
Build started
→ unpackPhase
unpacking source archive /nix/store/qlzwpqaxxwj1zyl1cpcrnzwhh529s429-readosm-1.1.0a.tar.gz
source root is readosm-1.1.0a
setting SOURCE_DATE_EPOCH to timestamp 1598199950 of file "readosm-1.1.0a/tests/testdata/test.osm.pbf"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./config.sub
Updating Autotools / GNU config script to a newer upstream version: ./config.guess
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./config.sub
Updating Autotools / GNU config script to a newer upstream version: ./config.guess
→ configurePhase
Fil-C: adapting libtool symbol probes in configure
fixing libtool script ./ltmain.sh
patching script interpreter paths in ./configure
./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/2p3cp3x1dm29lzywi6iz71ln32hpihns-readosm-x86_64-unknown-linux-gnufilc0-1.1.0a --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnufilc0
checking for a BSD-compatible install... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c
checking whether build environment is sane... yes
/build/readosm-1.1.0a/missing: Unknown `--is-lightweight' option
Try `/build/readosm-1.1.0a/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
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 whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports the include directive... yes (GNU style)
checking for x86_64-unknown-linux-gnufilc0-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether 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
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 for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for memory.h... (cached) yes
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking dependency style of clang++... none
checking for x86_64-unknown-linux-gnufilc0-gcc... (cached) clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking whether clang understands -c and -o together... (cached) yes
checking dependency style of clang... (cached) none
checking how to run the C preprocessor... clang -E
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnufilc0
checking how to print strings... printf
checking for a sed that does not truncate output... /nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin/sed
checking for fgrep... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -F
checking for ld used by clang... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking the maximum length of command line arguments... 4718592
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnufilc0 format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for ld option to reload object files... -r
checking for x86_64-unknown-linux-gnufilc0-objdump... objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for x86_64-unknown-linux-gnufilc0-dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-unknown-linux-gnufilc0-ar... ar
checking for archiver @FILE support... @
checking for x86_64-unknown-linux-gnufilc0-strip... (cached) strip
checking for x86_64-unknown-linux-gnufilc0-ranlib... ranlib
checking command to parse nm output from clang object... ok
checking for sysroot... no
./configure: line 8388: /usr/bin/file: No such file or directory
checking for x86_64-unknown-linux-gnufilc0-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... clang++ -E
checking for ld used by clang++... ld
checking if the linker (ld) is GNU ld... yes
checking whether the clang++ linker (ld) supports shared libraries... yes
checking for clang++ option to produce PIC... -fPIC -DPIC
checking if clang++ PIC flag -fPIC -DPIC works... yes
checking if clang++ static flag -static works... no
checking if clang++ supports -c -o file.o... yes
checking if clang++ supports -c -o file.o... (cached) yes
checking whether the clang++ linker (ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working volatile... yes
checking whether lstat correctly handles trailing slash... no
checking whether lstat accepts an empty string... yes
checking whether lstat correctly handles trailing slash... (cached) no
checking for working memcmp... no
checking whether stat accepts an empty string... yes
checking for strftime... yes
checking for sqrt... no
reactphysics3d-0.10.2
[100%] Linking CXX static library libreactphysics3d.a
readosm-1.1.0a
checking for strcasecmp... yes
checking for strerror... yes
reactphysics3d-0.10.2
[100%] Built target reactphysics3d
→ installPhase
install flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
readosm-1.1.0a
checking for strncasecmp... yes
checking for strstr... yes
checking for strerror... (cached) yes
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for XML_ParserCreate in -lexpat... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for uncompress in -lz... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
reactphysics3d-0.10.2
[100%] Built target reactphysics3d
Install the project...
-- Install configuration: "Release"
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/lib/libreactphysics3d.a
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/body
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/body/Body.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/body/RigidBody.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/Collider.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/CollisionCallback.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/ContactManifold.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/ContactManifoldInfo.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/ContactPair.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/ContactPointInfo.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/ConvexMesh.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/HalfEdgeStructure.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/HeightField.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/OverlapCallback.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/PolygonVertexArray.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/RaycastInfo.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/TriangleMesh.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/TriangleVertexArray.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/VertexArray.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/broadphase
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/broadphase/DynamicAABBTree.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/narrowphase
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/narrowphase/CapsuleVsCapsuleAlgorithm.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/narrowphase/CapsuleVsConvexPolyhedronAlgorithm.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/narrowphase/CollisionDispatch.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/narrowphase/ConvexPolyhedronVsConvexPolyhedronAlgorithm.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/narrowphase/GJK
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/narrowphase/GJK/GJKAlgorithm.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/narrowphase/GJK/VoronoiSimplex.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/narrowphase/NarrowPhaseAlgorithm.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/narrowphase/NarrowPhaseInfoBatch.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/narrowphase/NarrowPhaseInput.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/narrowphase/SAT
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/narrowphase/SAT/SATAlgorithm.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/narrowphase/SphereVsCapsuleAlgorithm.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/narrowphase/SphereVsConvexPolyhedronAlgorithm.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/narrowphase/SphereVsSphereAlgorithm.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/shapes
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/shapes/AABB.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/shapes/BoxShape.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/shapes/CapsuleShape.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/shapes/CollisionShape.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/shapes/ConcaveMeshShape.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/shapes/ConcaveShape.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/shapes/ConvexMeshShape.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/shapes/ConvexPolyhedronShape.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/shapes/ConvexShape.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/shapes/HeightFieldShape.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/shapes/SphereShape.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/collision/shapes/TriangleShape.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/components
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/components/BallAndSocketJointComponents.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/components/BodyComponents.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/components/ColliderComponents.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/components/Components.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/components/FixedJointComponents.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/components/HingeJointComponents.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/components/JointComponents.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/components/RigidBodyComponents.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/components/SliderJointComponents.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/components/TransformComponents.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/configuration.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/constraint
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/constraint/BallAndSocketJoint.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/constraint/ContactPoint.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/constraint/FixedJoint.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/constraint/HingeJoint.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/constraint/Joint.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/constraint/SliderJoint.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/containers
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/containers/Array.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/containers/Deque.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/containers/LinkedList.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/containers/Map.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/containers/Pair.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/containers/Set.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/containers/Stack.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/containers/containers_common.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/decimal.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/engine
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/engine/Entity.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/engine/EntityManager.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/engine/EventListener.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/engine/Island.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/engine/Islands.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/engine/Material.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/engine/OverlappingPairs.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/engine/PhysicsCommon.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/engine/PhysicsWorld.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/mathematics
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/mathematics/Matrix2x2.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/mathematics/Matrix3x3.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/mathematics/Quaternion.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/mathematics/Ray.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/mathematics/Transform.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/mathematics/Vector2.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/mathematics/Vector3.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/mathematics/mathematics.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/mathematics/mathematics_common.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/mathematics/mathematics_functions.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/memory
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/memory/DefaultAllocator.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/memory/HeapAllocator.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/memory/MemoryAllocator.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/memory/MemoryManager.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/memory/PoolAllocator.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/memory/SingleFrameAllocator.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/reactphysics3d.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/systems
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/systems/BroadPhaseSystem.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/systems/CollisionDetectionSystem.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/systems/ConstraintSolverSystem.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/systems/ContactSolverSystem.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/systems/DynamicsSystem.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/systems/SolveBallAndSocketJointSystem.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/systems/SolveFixedJointSystem.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/systems/SolveHingeJointSystem.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/systems/SolveSliderJointSystem.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/utils
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/utils/DebugRenderer.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/utils/DefaultLogger.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/utils/Logger.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/utils/Message.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/utils/Profiler.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/utils/quickhull
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/utils/quickhull/QHHalfEdgeStructure.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/include/reactphysics3d/utils/quickhull/QuickHull.h
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/lib/cmake/ReactPhysics3D/ReactPhysics3DConfig.cmake
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/lib/cmake/ReactPhysics3D/ReactPhysics3DConfig-release.cmake
-- Installing: /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/lib/cmake/ReactPhysics3D/ReactPhysics3DConfigVersion.cmake
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2
checking for references to /build/ in /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2...
patching script interpreter paths in /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2
stripping (with command strip and flags -S -p) in /nix/store/nfr489cbgns988i8pl00d3ifpmdznbfy-reactphysics3d-x86_64-unknown-linux-gnufilc0-0.10.2/lib
readstat-1.1.9
Build started
→ unpackPhase
unpacking source archive /nix/store/j3kn506if3vbqc6008y644v9hm8ixrji-source
source root is source
→ patchPhase
applying patch /nix/store/qah73aii7ckl38z5750npaxdm8d408pb-211c342a1cfe46fb7fb984730dd7a29ff4752f35.patch
patching file src/bin/readstat.c
patching file src/readstat_bits.c
patching file src/readstat_parser.c
patching file src/readstat_variable.c
patching file src/readstat_writer.c
patching file src/sas/ieee.c
patching file src/sas/readstat_sas.c
readosm-1.1.0a
config.status: creating Makefile
readstat-1.1.9
patching file src/sas/readstat_xport_read.c
patching file src/spss/readstat_por.c
patching file src/spss/readstat_por_write.c
applying patch /nix/store/jhj21vg9ajh8jh8m0s483wiyz23i0iym-718d49155e327471ed9bf4a8c157f849f285b46c.patch
patching file src/bin/readstat.c
→ autoreconfPhase
readosm-1.1.0a
config.status: creating headers/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
readstat-1.1.9
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
readosm-1.1.0a
config.status: creating examples/Makefile
config.status: creating Doxyfile
config.status: creating readosm.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
→ buildPhase
build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
make all-recursive
make[1]: Entering directory '/build/readosm-1.1.0a'
Making all in headers
make[2]: Entering directory '/build/readosm-1.1.0a/headers'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/readosm-1.1.0a/headers'
Making all in src
make[2]: Entering directory '/build/readosm-1.1.0a/src'
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../headers -I.. -fvisibility=hidden -g -O2 -c -o libreadosm_la-readosm.lo `test -f 'readosm.c' || echo './'`readosm.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../headers -I.. -fvisibility=hidden -g -O2 -c -o libreadosm_la-osm_objects.lo `test -f 'osm_objects.c' || echo './'`osm_objects.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../headers -I.. -fvisibility=hidden -g -O2 -c -o libreadosm_la-osmxml.lo `test -f 'osmxml.c' || echo './'`osmxml.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../headers -I.. -fvisibility=hidden -g -O2 -c -o libreadosm_la-protobuf.lo `test -f 'protobuf.c' || echo './'`protobuf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../headers -I.. -fvisibility=hidden -g -O2 -c osm_objects.c -fPIC -DPIC -o .libs/libreadosm_la-osm_objects.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../headers -I.. -fvisibility=hidden -g -O2 -c osmxml.c -fPIC -DPIC -o .libs/libreadosm_la-osmxml.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../headers -I.. -fvisibility=hidden -g -O2 -c readosm.c -fPIC -DPIC -o .libs/libreadosm_la-readosm.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../headers -I.. -fvisibility=hidden -g -O2 -c protobuf.c -fPIC -DPIC -o .libs/libreadosm_la-protobuf.o
readstat-1.1.9
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force
autoreconf: running: /nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:20: installing './compile'
configure.ac:20: installing './config.guess'
configure.ac:20: installing './config.sub'
configure.ac:3: installing './install-sh'
configure.ac:3: installing './missing'
readosm-1.1.0a
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=link clang -fvisibility=hidden -g -O2 -version-info 1:1:0 -no-undefined -o libreadosm.la -rpath /nix/store/2p3cp3x1dm29lzywi6iz71ln32hpihns-readosm-x86_64-unknown-linux-gnufilc0-1.1.0a/lib libreadosm_la-readosm.lo libreadosm_la-osm_objects.lo libreadosm_la-osmxml.lo libreadosm_la-protobuf.lo -lz -lexpat
readstat-1.1.9
Makefile.am: installing './depcomp'
readosm-1.1.0a
libtool: link: clang -shared -fPIC -DPIC .libs/libreadosm_la-readosm.o .libs/libreadosm_la-osm_objects.o .libs/libreadosm_la-osmxml.o .libs/libreadosm_la-protobuf.o -Wl,-rpath -Wl,/nix/store/z7jh2py1rrxw3dphnhn6xcspzmsmn8y7-expat-2.7.1-x86_64-unknown-linux-gnufilc0/lib -Wl,-rpath -Wl,/nix/store/z7jh2py1rrxw3dphnhn6xcspzmsmn8y7-expat-2.7.1-x86_64-unknown-linux-gnufilc0/lib -lz /nix/store/z7jh2py1rrxw3dphnhn6xcspzmsmn8y7-expat-2.7.1-x86_64-unknown-linux-gnufilc0/lib/libexpat.so -O2 -Wl,-soname -Wl,libreadosm.so.1 -o .libs/libreadosm.so.1.0.1
libtool: link: (cd ".libs" && rm -f "libreadosm.so.1" && ln -s "libreadosm.so.1.0.1" "libreadosm.so.1")
libtool: link: (cd ".libs" && rm -f "libreadosm.so" && ln -s "libreadosm.so.1.0.1" "libreadosm.so")
libtool: link: ( cd ".libs" && rm -f "libreadosm.la" && ln -s "../libreadosm.la" "libreadosm.la" )
make[2]: Leaving directory '/build/readosm-1.1.0a/src'
Making all in tests
make[2]: Entering directory '/build/readosm-1.1.0a/tests'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/readosm-1.1.0a/tests'
Making all in examples
make[2]: Entering directory '/build/readosm-1.1.0a/examples'
clang -DHAVE_CONFIG_H -I. -I.. -I./../headers -g -O2 -c -o test_osm1.o test_osm1.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../headers -g -O2 -c -o test_osm2.o test_osm2.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../headers -g -O2 -c -o test_osm3.o test_osm3.c
readstat-1.1.9
parallel-tests: installing './test-driver'
autoreconf: './install-sh' is updated
autoreconf: Leaving directory '.'
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./config.sub
Updating Autotools / GNU config script to a newer upstream version: ./config.guess
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./config.sub
Updating Autotools / GNU config script to a newer upstream version: ./config.guess
→ configurePhase
readosm-1.1.0a
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=link clang -I./../headers -g -O2 -L../src -lreadosm -lz -o test_osm3 test_osm3.o -lz -lexpat
readstat-1.1.9
Fil-C: adapting libtool symbol probes in configure
fixing libtool script ./ltmain.sh
readosm-1.1.0a
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=link clang -I./../headers -g -O2 -L../src -lreadosm -lz -o test_osm2 test_osm2.o -lz -lexpat
readstat-1.1.9
./configure
patching script interpreter paths in ./configure
readosm-1.1.0a
libtool: link: clang -I./../headers -g -O2 -o .libs/test_osm3 test_osm3.o -L../src /build/readosm-1.1.0a/src/.libs/libreadosm.so -lz /nix/store/z7jh2py1rrxw3dphnhn6xcspzmsmn8y7-expat-2.7.1-x86_64-unknown-linux-gnufilc0/lib/libexpat.so -Wl,-rpath -Wl,/nix/store/2p3cp3x1dm29lzywi6iz71ln32hpihns-readosm-x86_64-unknown-linux-gnufilc0-1.1.0a/lib -Wl,-rpath -Wl,/nix/store/z7jh2py1rrxw3dphnhn6xcspzmsmn8y7-expat-2.7.1-x86_64-unknown-linux-gnufilc0/lib
readstat-1.1.9
./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/gzr62a349gs52xrnz7i4lwljj39hd610-readstat-x86_64-unknown-linux-gnufilc0-1.1.9 --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnufilc0
readosm-1.1.0a
libtool: link: clang -I./../headers -g -O2 -o .libs/test_osm2 test_osm2.o -L../src /build/readosm-1.1.0a/src/.libs/libreadosm.so -lz /nix/store/z7jh2py1rrxw3dphnhn6xcspzmsmn8y7-expat-2.7.1-x86_64-unknown-linux-gnufilc0/lib/libexpat.so -Wl,-rpath -Wl,/nix/store/2p3cp3x1dm29lzywi6iz71ln32hpihns-readosm-x86_64-unknown-linux-gnufilc0-1.1.0a/lib -Wl,-rpath -Wl,/nix/store/z7jh2py1rrxw3dphnhn6xcspzmsmn8y7-expat-2.7.1-x86_64-unknown-linux-gnufilc0/lib
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=link clang -I./../headers -g -O2 -L../src -lreadosm -lz -o test_osm1 test_osm1.o -lz -lexpat
readstat-1.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
readosm-1.1.0a
libtool: link: clang -I./../headers -g -O2 -o .libs/test_osm1 test_osm1.o -L../src /build/readosm-1.1.0a/src/.libs/libreadosm.so -lz /nix/store/z7jh2py1rrxw3dphnhn6xcspzmsmn8y7-expat-2.7.1-x86_64-unknown-linux-gnufilc0/lib/libexpat.so -Wl,-rpath -Wl,/nix/store/2p3cp3x1dm29lzywi6iz71ln32hpihns-readosm-x86_64-unknown-linux-gnufilc0-1.1.0a/lib -Wl,-rpath -Wl,/nix/store/z7jh2py1rrxw3dphnhn6xcspzmsmn8y7-expat-2.7.1-x86_64-unknown-linux-gnufilc0/lib
readstat-1.1.9
checking for a race-free mkdir -p... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnufilc0
checking how to print strings... printf
checking whether make supports the include directive... yes (GNU style)
checking for x86_64-unknown-linux-gnufilc0-gcc... clang
readosm-1.1.0a
make[2]: Leaving directory '/build/readosm-1.1.0a/examples'
make[2]: Entering directory '/build/readosm-1.1.0a'
make[2]: Leaving directory '/build/readosm-1.1.0a'
make[1]: Leaving directory '/build/readosm-1.1.0a'
→ checkPhase
check flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash VERBOSE=y check
Making check in headers
make[1]: Entering directory '/build/readosm-1.1.0a/headers'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/build/readosm-1.1.0a/headers'
Making check in src
make[1]: Entering directory '/build/readosm-1.1.0a/src'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/build/readosm-1.1.0a/src'
Making check in tests
make[1]: Entering directory '/build/readosm-1.1.0a/tests'
make check_osm check_pbf check_err
make[2]: Entering directory '/build/readosm-1.1.0a/tests'
clang -DHAVE_CONFIG_H -I. -I.. -I./../headers -g -O2 -c -o check_osm.o check_osm.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../headers -g -O2 -c -o check_pbf.o check_pbf.c
clang -DHAVE_CONFIG_H -I. -I.. -I./../headers -g -O2 -c -o check_err.o check_err.c
readstat-1.1.9
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
readosm-1.1.0a
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=link clang -I./../headers -g -O2 -L../src -lreadosm -lz -o check_osm check_osm.o -lz -lexpat
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=link clang -I./../headers -g -O2 -L../src -lreadosm -lz -o check_pbf check_pbf.o -lz -lexpat
readstat-1.1.9
checking for suffix of executables...
checking whether we are cross compiling... yes
readosm-1.1.0a
libtool: link: clang -I./../headers -g -O2 -o .libs/check_osm check_osm.o -L../src /build/readosm-1.1.0a/src/.libs/libreadosm.so -lz /nix/store/z7jh2py1rrxw3dphnhn6xcspzmsmn8y7-expat-2.7.1-x86_64-unknown-linux-gnufilc0/lib/libexpat.so -Wl,-rpath -Wl,/nix/store/2p3cp3x1dm29lzywi6iz71ln32hpihns-readosm-x86_64-unknown-linux-gnufilc0-1.1.0a/lib -Wl,-rpath -Wl,/nix/store/z7jh2py1rrxw3dphnhn6xcspzmsmn8y7-expat-2.7.1-x86_64-unknown-linux-gnufilc0/lib
readstat-1.1.9
checking for suffix of object files... o
readosm-1.1.0a
libtool: link: clang -I./../headers -g -O2 -o .libs/check_pbf check_pbf.o -L../src /build/readosm-1.1.0a/src/.libs/libreadosm.so -lz /nix/store/z7jh2py1rrxw3dphnhn6xcspzmsmn8y7-expat-2.7.1-x86_64-unknown-linux-gnufilc0/lib/libexpat.so -Wl,-rpath -Wl,/nix/store/2p3cp3x1dm29lzywi6iz71ln32hpihns-readosm-x86_64-unknown-linux-gnufilc0-1.1.0a/lib -Wl,-rpath -Wl,/nix/store/z7jh2py1rrxw3dphnhn6xcspzmsmn8y7-expat-2.7.1-x86_64-unknown-linux-gnufilc0/lib
readstat-1.1.9
checking whether the compiler supports GNU C... yes
checking whether clang accepts -g... yes
checking for clang option to enable C11 features... none needed
checking whether clang understands -c and -o together... yes
checking dependency style of clang... none
checking for a sed that does not truncate output... /nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin/sed
checking for grep that handles long lines and -e... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep
checking for egrep... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -E
checking for fgrep... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -F
checking for ld used by clang... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
readosm-1.1.0a
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --tag=CC --mode=link clang -I./../headers -g -O2 -L../src -lreadosm -lz -o check_err check_err.o -lz -lexpat
readstat-1.1.9
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 4718592
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnufilc0 format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for ld option to reload object files... -r
checking for file... file
checking for x86_64-unknown-linux-gnufilc0-objdump... objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for x86_64-unknown-linux-gnufilc0-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-unknown-linux-gnufilc0-ranlib... ranlib
checking for x86_64-unknown-linux-gnufilc0-ar... ar
readosm-1.1.0a
libtool: link: clang -I./../headers -g -O2 -o .libs/check_err check_err.o -L../src /build/readosm-1.1.0a/src/.libs/libreadosm.so -lz /nix/store/z7jh2py1rrxw3dphnhn6xcspzmsmn8y7-expat-2.7.1-x86_64-unknown-linux-gnufilc0/lib/libexpat.so -Wl,-rpath -Wl,/nix/store/2p3cp3x1dm29lzywi6iz71ln32hpihns-readosm-x86_64-unknown-linux-gnufilc0-1.1.0a/lib -Wl,-rpath -Wl,/nix/store/z7jh2py1rrxw3dphnhn6xcspzmsmn8y7-expat-2.7.1-x86_64-unknown-linux-gnufilc0/lib
readstat-1.1.9
checking for archiver @FILE support... @
checking for x86_64-unknown-linux-gnufilc0-strip... (cached) strip
readosm-1.1.0a
make[2]: Leaving directory '/build/readosm-1.1.0a/tests'
make check-TESTS
make[2]: Entering directory '/build/readosm-1.1.0a/tests'
make[3]: Entering directory '/build/readosm-1.1.0a/tests'
readstat-1.1.9
checking command to parse nm output from clang object... ok
checking for sysroot... no
checking for a working dd... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/dd
checking how to truncate binary pipes... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/dd bs=4096 count=1
checking for x86_64-unknown-linux-gnufilc0-mt... no
checking for mt... no
readosm-1.1.0a
PASS: check_osm
readstat-1.1.9
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
readosm-1.1.0a
PASS: check_pbf
readstat-1.1.9
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
readosm-1.1.0a
PASS: check_err
readstat-1.1.9
checking for dlfcn.h... yes
checking for objdir... .libs
readosm-1.1.0a
============================================================================
Testsuite summary for readosm 1.1.0a
============================================================================
# TOTAL: 3
# PASS: 3
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
make[3]: Leaving directory '/build/readosm-1.1.0a/tests'
make[2]: Leaving directory '/build/readosm-1.1.0a/tests'
make[1]: Leaving directory '/build/readosm-1.1.0a/tests'
Making check in examples
make[1]: Entering directory '/build/readosm-1.1.0a/examples'
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '/build/readosm-1.1.0a/examples'
make[1]: Entering directory '/build/readosm-1.1.0a'
make[1]: Leaving directory '/build/readosm-1.1.0a'
→ installPhase
install flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
Making install in headers
make[1]: Entering directory '/build/readosm-1.1.0a/headers'
make[2]: Entering directory '/build/readosm-1.1.0a/headers'
make[2]: Nothing to be done for 'install-exec-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/2p3cp3x1dm29lzywi6iz71ln32hpihns-readosm-x86_64-unknown-linux-gnufilc0-1.1.0a/include'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 readosm.h '/nix/store/2p3cp3x1dm29lzywi6iz71ln32hpihns-readosm-x86_64-unknown-linux-gnufilc0-1.1.0a/include'
make[2]: Leaving directory '/build/readosm-1.1.0a/headers'
make[1]: Leaving directory '/build/readosm-1.1.0a/headers'
Making install in src
make[1]: Entering directory '/build/readosm-1.1.0a/src'
make[2]: Entering directory '/build/readosm-1.1.0a/src'
make[2]: Nothing to be done for 'install-data-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/2p3cp3x1dm29lzywi6iz71ln32hpihns-readosm-x86_64-unknown-linux-gnufilc0-1.1.0a/lib'
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c libreadosm.la '/nix/store/2p3cp3x1dm29lzywi6iz71ln32hpihns-readosm-x86_64-unknown-linux-gnufilc0-1.1.0a/lib'
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libreadosm.so.1.0.1 /nix/store/2p3cp3x1dm29lzywi6iz71ln32hpihns-readosm-x86_64-unknown-linux-gnufilc0-1.1.0a/lib/libreadosm.so.1.0.1
libtool: install: (cd /nix/store/2p3cp3x1dm29lzywi6iz71ln32hpihns-readosm-x86_64-unknown-linux-gnufilc0-1.1.0a/lib && { ln -s -f libreadosm.so.1.0.1 libreadosm.so.1 || { rm -f libreadosm.so.1 && ln -s libreadosm.so.1.0.1 libreadosm.so.1; }; })libtool: install: (cd /nix/store/2p3cp3x1dm29lzywi6iz71ln32hpihns-readosm-x86_64-unknown-linux-gnufilc0-1.1.0a/lib && { ln -s -f libreadosm.so.1.0.1 libreadosm.so || { rm -f libreadosm.so && ln -s libreadosm.so.1.0.1 libreadosm.so; }; })libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libreadosm.lai /nix/store/2p3cp3x1dm29lzywi6iz71ln32hpihns-readosm-x86_64-unknown-linux-gnufilc0-1.1.0a/lib/libreadosm.la
libtool: finish: PATH="/nix/store/392hs9nhm6wfw4imjllbvb1wil1n39qx-findutils-4.10.0/bin:/nix/store/f4iq3fjva198s44x56dwm0vpgymb67xg-x86_64-unknown-linux-gnufilc0-pkg-config-wrapper-0.29.2/bin:/nix/store/g7i75czfbw9sy5f8v7rjbama6lr3ya3s-patchelf-0.15.0/bin:/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin:/nix/store/31l6alfx8axrfkp0zxza3z7f7gxzi8b3-filc-cc/bin:/nix/store/14i07vk4qkfcdyyha9amqryg033l3xcf-filc-sysroot-with-metadata/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/gqxsl4vfi43khmz1snzynr8jwwynkbbw-binutils-wrapper-2.43.1/bin:/nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/392hs9nhm6wfw4imjllbvb1wil1n39qx-findutils-4.10.0/bin:/nix/store/xw0mf3shymq3k7zlncf09rm8917sdi4h-diffutils-3.12/bin:/nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin:/nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin:/nix/store/c1z5j28ndxljf1ihqzag57bwpfpzms0g-gawk-5.3.2/bin:/nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin:/nix/store/xd9m9jkvrs8pbxvmkzkwviql33rd090j-gzip-1.14/bin:/nix/store/w1pxx760yidi7n9vbi5bhpii9xxl5vdj-bzip2-1.0.8-bin/bin:/nix/store/xk0d14zpm0njxzdm182dd722aqhav2cc-gnumake-4.4.1/bin:/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin:/nix/store/gj54zvf7vxll1mzzmqhqi1p4jiws3mfb-patch-2.7.6/bin:/nix/store/22rpb6790f346c55iqi6s9drr5qgmyjf-xz-5.8.1-bin/bin:/nix/store/xlmpcglsq8l09qh03rf0virz0331pjdc-file-5.45/bin:/sbin" ldconfig -n /nix/store/2p3cp3x1dm29lzywi6iz71ln32hpihns-readosm-x86_64-unknown-linux-gnufilc0-1.1.0a/lib
/build/readosm-1.1.0a/libtool: line 1107: ldconfig: command not found
----------------------------------------------------------------------
Libraries have been installed in:
/nix/store/2p3cp3x1dm29lzywi6iz71ln32hpihns-readosm-x86_64-unknown-linux-gnufilc0-1.1.0a/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator run these commands:
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Leaving directory '/build/readosm-1.1.0a/src'
make[1]: Leaving directory '/build/readosm-1.1.0a/src'
Making install in tests
make[1]: Entering directory '/build/readosm-1.1.0a/tests'
make[2]: Entering directory '/build/readosm-1.1.0a/tests'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/readosm-1.1.0a/tests'
make[1]: Leaving directory '/build/readosm-1.1.0a/tests'
Making install in examples
make[1]: Entering directory '/build/readosm-1.1.0a/examples'
make[2]: Entering directory '/build/readosm-1.1.0a/examples'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/readosm-1.1.0a/examples'
make[1]: Leaving directory '/build/readosm-1.1.0a/examples'
make[1]: Entering directory '/build/readosm-1.1.0a'
readstat-1.1.9
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
readosm-1.1.0a
make[2]: Entering directory '/build/readosm-1.1.0a'
make[2]: Nothing to be done for 'install-exec-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/2p3cp3x1dm29lzywi6iz71ln32hpihns-readosm-x86_64-unknown-linux-gnufilc0-1.1.0a/lib/pkgconfig'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 readosm.pc '/nix/store/2p3cp3x1dm29lzywi6iz71ln32hpihns-readosm-x86_64-unknown-linux-gnufilc0-1.1.0a/lib/pkgconfig'
make[2]: Leaving directory '/build/readosm-1.1.0a'
make[1]: Leaving directory '/build/readosm-1.1.0a'
→ fixupPhase
readstat-1.1.9
checking if clang PIC flag -fPIC -DPIC works... yes
readosm-1.1.0a
shrinking RPATHs of ELF executables and libraries in /nix/store/2p3cp3x1dm29lzywi6iz71ln32hpihns-readosm-x86_64-unknown-linux-gnufilc0-1.1.0a
shrinking /nix/store/2p3cp3x1dm29lzywi6iz71ln32hpihns-readosm-x86_64-unknown-linux-gnufilc0-1.1.0a/lib/libreadosm.so.1.0.1
checking for references to /build/ in /nix/store/2p3cp3x1dm29lzywi6iz71ln32hpihns-readosm-x86_64-unknown-linux-gnufilc0-1.1.0a...
patching script interpreter paths in /nix/store/2p3cp3x1dm29lzywi6iz71ln32hpihns-readosm-x86_64-unknown-linux-gnufilc0-1.1.0a
stripping (with command strip and flags -S -p) in /nix/store/2p3cp3x1dm29lzywi6iz71ln32hpihns-readosm-x86_64-unknown-linux-gnufilc0-1.1.0a/lib
readstat-1.1.9
checking if clang static flag -static works... no
reap-0.3-unreleased
Build started
readstat-1.1.9
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
reap-0.3-unreleased
→ unpackPhase
readstat-1.1.9
checking whether the clang linker (ld -m elf_x86_64) supports shared libraries... yes
reap-0.3-unreleased
unpacking source archive /nix/store/zz9w6k450gwm1hq1xvyyf70aa9vsr09l-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
readstat-1.1.9
checking whether -lc should be explicitly linked in... no
reap-0.3-unreleased
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash PREFIX=/nix/store/k1n0vq17vm4b0g6rl72jaa0j92s28sc8-reap-x86_64-unknown-linux-gnufilc0-0.3-unreleased
clang -g -O2 -Wall -Wno-switch -Wextra -Wwrite-strings reap.c -o reap
readstat-1.1.9
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for x86_64-unknown-linux-gnufilc0-gcc... (cached) clang
checking whether the compiler supports GNU C... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to enable C11 features... (cached) none needed
checking whether clang understands -c and -o together... (cached) yes
checking dependency style of clang... (cached) none
checking whether the compiler supports GNU C++... yes
checking whether clang++ accepts -g... yes
checking for clang++ option to enable C++11 features... none needed
checking dependency style of clang++... none
reap-0.3-unreleased
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash PREFIX=/nix/store/k1n0vq17vm4b0g6rl72jaa0j92s28sc8-reap-x86_64-unknown-linux-gnufilc0-0.3-unreleased install
mkdir -p /nix/store/k1n0vq17vm4b0g6rl72jaa0j92s28sc8-reap-x86_64-unknown-linux-gnufilc0-0.3-unreleased/bin /nix/store/k1n0vq17vm4b0g6rl72jaa0j92s28sc8-reap-x86_64-unknown-linux-gnufilc0-0.3-unreleased/share/man/man1
install -m0755 reap /nix/store/k1n0vq17vm4b0g6rl72jaa0j92s28sc8-reap-x86_64-unknown-linux-gnufilc0-0.3-unreleased/bin
install -m0644 reap.1 /nix/store/k1n0vq17vm4b0g6rl72jaa0j92s28sc8-reap-x86_64-unknown-linux-gnufilc0-0.3-unreleased/share/man/man1
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/k1n0vq17vm4b0g6rl72jaa0j92s28sc8-reap-x86_64-unknown-linux-gnufilc0-0.3-unreleased
shrinking /nix/store/k1n0vq17vm4b0g6rl72jaa0j92s28sc8-reap-x86_64-unknown-linux-gnufilc0-0.3-unreleased/bin/reap
checking for references to /build/ in /nix/store/k1n0vq17vm4b0g6rl72jaa0j92s28sc8-reap-x86_64-unknown-linux-gnufilc0-0.3-unreleased...
readstat-1.1.9
checking how to run the C++ preprocessor... clang++ -E
reap-0.3-unreleased
gzipping man pages under /nix/store/k1n0vq17vm4b0g6rl72jaa0j92s28sc8-reap-x86_64-unknown-linux-gnufilc0-0.3-unreleased/share/man/
patching script interpreter paths in /nix/store/k1n0vq17vm4b0g6rl72jaa0j92s28sc8-reap-x86_64-unknown-linux-gnufilc0-0.3-unreleased
stripping (with command strip and flags -S -p) in /nix/store/k1n0vq17vm4b0g6rl72jaa0j92s28sc8-reap-x86_64-unknown-linux-gnufilc0-0.3-unreleased/bin
rtl-sdr-blog-1.3.5
Build started
→ unpackPhase
unpacking source archive /nix/store/gl5ca4lkfmrizqd0yvdhdx97fmslc3sg-source
source root is source
→ patchPhase
substituteStream() in derivation rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'CMakeLists.txt')substituteStream() in derivation rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5: WARNING: pattern MODE:=\"0666\" doesn't match anything in file 'rtl-sdr.rules'
→ updateAutotoolsGnuConfigScriptsPhase
readstat-1.1.9
checking for ld used by clang++... ld -m elf_x86_64
rtl-sdr-blog-1.3.5
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
readstat-1.1.9
checking if the linker (ld -m elf_x86_64) is GNU ld... yes
checking whether the clang++ linker (ld -m elf_x86_64) supports shared libraries... yes
rtl-sdr-blog-1.3.5
fixing cmake files...
cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/share/doc/rtlsdr -DCMAKE_INSTALL_INFODIR=/nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/include -DCMAKE_INSTALL_SBINDIR=/nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/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/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5 -DINSTALL_UDEV_RULES=ON -DWITH_RPC=ON -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env
CMake Deprecation Warning at CMakeLists.txt:22 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
readstat-1.1.9
checking for clang++ option to produce PIC... -fPIC -DPIC
checking if clang++ PIC flag -fPIC -DPIC works... yes
rtl-sdr-blog-1.3.5
-- The C compiler identification is Clang 20.1.8
-- Detecting C compiler ABI info
readstat-1.1.9
checking if clang++ static flag -static works... no
checking if clang++ supports -c -o file.o... yes
checking if clang++ supports -c -o file.o... (cached) yes
checking whether the clang++ linker (ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for ld... ld -m elf_x86_64
checking if the linker (ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
rtl-sdr-blog-1.3.5
-- Detecting C compiler ABI info - done
readstat-1.1.9
checking 32-bit host C ABI... no
rtl-sdr-blog-1.3.5
-- Check for working C compiler: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
readstat-1.1.9
checking how to run the C preprocessor... clang -E
checking for egrep -e... (cached) /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -E
checking for ELF binary format... yes
checking for the common suffixes of directories in the library search path... lib,lib,lib
rtl-sdr-blog-1.3.5
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found PkgConfig: /nix/store/f4iq3fjva198s44x56dwm0vpgymb67xg-x86_64-unknown-linux-gnufilc0-pkg-config-wrapper-0.29.2/bin/x86_64-unknown-linux-gnufilc0-pkg-config (found version "0.29.2")
-- Checking for module 'libusb-1.0'
readstat-1.1.9
checking for iconv... yes
checking for working iconv... guessing yes
rtl-sdr-blog-1.3.5
-- Found libusb-1.0, version 1.0.28
-- Building with kernel driver detaching disabled, use -DDETACH_KERNEL_DRIVER=ON to enable
-- Building with usbfs zero-copy support disabled, use -DENABLE_ZEROCOPY=ON to enable
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
readstat-1.1.9
checking whether iconv is compatible with its POSIX signature... yes
checking for ragel... true
checking for workbook_new in -lxlsxwriter... no
rtl-sdr-blog-1.3.5
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
readstat-1.1.9
checking for csv_parse in -lcsv... no
checking for deflate in -lz... no
checking that generated files are newer than configure... done
configure: creating ./config.status
rtl-sdr-blog-1.3.5
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
-- Building for version: 0.6.5 / 0.6.5
-- Using install prefix: /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5
-- Configuring done (0.5s)
-- Generating done (0.0s)
CMake Warning:
Manually-specified variables were not used by the project:
BUILD_TESTING
CMAKE_CXX_COMPILER
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_POLICY_DEFAULT_CMP0025
WITH_RPC
-- 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
[ 6%] Building C object src/CMakeFiles/convenience_static.dir/convenience/convenience.c.o
[ 6%] Building C object src/CMakeFiles/rtlsdr.dir/librtlsdr.c.o
[ 12%] Building C object src/CMakeFiles/rtlsdr.dir/tuner_fc0013.c.o
[ 15%] Building C object src/CMakeFiles/rtlsdr.dir/tuner_fc0012.c.o
[ 15%] Building C object src/CMakeFiles/rtlsdr.dir/tuner_e4k.c.o
[ 18%] Building C object src/CMakeFiles/rtlsdr_static.dir/librtlsdr.c.o
[ 21%] Building C object src/CMakeFiles/rtlsdr_static.dir/tuner_e4k.c.o
[ 25%] Building C object src/CMakeFiles/rtlsdr.dir/tuner_fc2580.c.o
readstat-1.1.9
config.status: creating Makefile
rtl-sdr-blog-1.3.5
[ 28%] Linking C static library libconvenience_static.a
readstat-1.1.9
config.status: executing depfiles commands
config.status: executing libtool commands
rtl-sdr-blog-1.3.5
[ 28%] Built target convenience_static
[ 31%] Building C object src/CMakeFiles/rtlsdr.dir/tuner_r82xx.c.o
readstat-1.1.9
Configuration:
C compiler: clang
CFLAGS: -g -O2
LD: ld -m elf_x86_64
C++ compiler: clang++
CXXFLAGS: -g -O2
CXXLD:
Host: x86_64-unknown-linux-gnufilc0
Extra warnings:
Extra libs: -lm
Extra ld flags:
Fuzzing engine:
Ragel: true
Ragel flags:
→ buildPhase
build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
CC src/bin/readstat-readstat.o
CC src/bin/util/readstat-file_format.o
CC src/bin/util/readstat-quote_and_escape.o
CC src/bin/util/readstat-readstat_dta_days.o
CC src/bin/util/readstat-readstat_sav_date.o
CC src/bin/extract_metadata-extract_metadata.o
CC src/bin/write/json/extract_metadata-write_missing_values.o
CC src/bin/write/json/extract_metadata-write_value_labels.o
rtl-sdr-blog-1.3.5
[ 34%] Building C object src/CMakeFiles/rtlsdr_static.dir/tuner_fc0012.c.o
readstat-1.1.9
CC src/bin/util/extract_metadata-file_format.o
CC src/bin/util/extract_metadata-quote_and_escape.o
CC src/bin/util/extract_metadata-readstat_dta_days.o
CC src/bin/util/extract_metadata-readstat_sav_date.o
CC src/libreadstat_la-CKHashTable.lo
CC src/libreadstat_la-readstat_bits.lo
rtl-sdr-blog-1.3.5
[ 37%] Building C object src/CMakeFiles/rtlsdr_static.dir/tuner_fc0013.c.o
[ 40%] Building C object src/CMakeFiles/rtlsdr_static.dir/tuner_fc2580.c.o
readstat-1.1.9
CC src/libreadstat_la-readstat_convert.lo
CC src/libreadstat_la-readstat_error.lo
rtl-sdr-blog-1.3.5
[ 43%] Building C object src/CMakeFiles/rtlsdr_static.dir/tuner_r82xx.c.o
readstat-1.1.9
CC src/libreadstat_la-readstat_io_unistd.lo
CC src/libreadstat_la-readstat_malloc.lo
CC src/libreadstat_la-readstat_metadata.lo
CC src/libreadstat_la-readstat_parser.lo
CC src/libreadstat_la-readstat_value.lo
CC src/libreadstat_la-readstat_variable.lo
CC src/libreadstat_la-readstat_writer.lo
CC src/sas/libreadstat_la-ieee.lo
CC src/sas/libreadstat_la-readstat_sas.lo
CC src/sas/libreadstat_la-readstat_sas7bcat_read.lo
CC src/sas/libreadstat_la-readstat_sas7bcat_write.lo
CC src/sas/libreadstat_la-readstat_sas7bdat_read.lo
CC src/sas/libreadstat_la-readstat_sas7bdat_write.lo
rtl-sdr-blog-1.3.5
[ 46%] Linking C static library librtlsdr.a
[ 46%] Built target rtlsdr_static
[ 50%] Linking C shared library librtlsdr.so
readstat-1.1.9
CC src/sas/libreadstat_la-readstat_sas_rle.lo
rtl-sdr-blog-1.3.5
[ 50%] Built target rtlsdr
[ 56%] Building C object src/CMakeFiles/rtl_eeprom.dir/rtl_eeprom.c.o
[ 56%] Building C object src/CMakeFiles/rtl_sdr.dir/rtl_sdr.c.o
[ 59%] Building C object src/CMakeFiles/rtl_fm.dir/rtl_fm.c.o
[ 62%] Building C object src/CMakeFiles/rtl_tcp.dir/rtl_tcp.c.o
[ 65%] Building C object src/CMakeFiles/rtl_test.dir/rtl_test.c.o
[ 68%] Building C object src/CMakeFiles/rtl_adsb.dir/rtl_adsb.c.o
readstat-1.1.9
CC src/sas/libreadstat_la-readstat_xport.lo
CC src/sas/libreadstat_la-readstat_xport_read.lo
CC src/sas/libreadstat_la-readstat_xport_write.lo
CC src/sas/libreadstat_la-readstat_xport_parse_format.lo
CC src/spss/libreadstat_la-readstat_por.lo
rtl-sdr-blog-1.3.5
[ 71%] Linking C executable rtl_sdr
readstat-1.1.9
CC src/spss/libreadstat_la-readstat_por_parse.lo
rtl-sdr-blog-1.3.5
[ 71%] Built target rtl_sdr
[ 75%] Building C object src/CMakeFiles/rtl_power.dir/rtl_power.c.o
[ 78%] Linking C executable rtl_test
[ 78%] Built target rtl_test
readstat-1.1.9
CC src/spss/libreadstat_la-readstat_por_read.lo
rtl-sdr-blog-1.3.5
[ 81%] Building C object src/CMakeFiles/rtl_biast.dir/rtl_biast.c.o
readstat-1.1.9
CC src/spss/libreadstat_la-readstat_por_write.lo
rtl-sdr-blog-1.3.5
[ 84%] Linking C executable rtl_eeprom
[ 87%] Linking C executable rtl_adsb
readstat-1.1.9
CC src/spss/libreadstat_la-readstat_sav.lo
rtl-sdr-blog-1.3.5
[ 87%] Built target rtl_eeprom
[ 90%] Linking C executable rtl_biast
[ 90%] Built target rtl_adsb
readstat-1.1.9
CC src/spss/libreadstat_la-readstat_sav_compress.lo
rtl-sdr-blog-1.3.5
[ 90%] Built target rtl_biast
readstat-1.1.9
CC src/spss/libreadstat_la-readstat_sav_parse.lo
CC src/spss/libreadstat_la-readstat_sav_parse_timestamp.lo
CC src/spss/libreadstat_la-readstat_sav_read.lo
CC src/spss/libreadstat_la-readstat_sav_write.lo
rtl-sdr-blog-1.3.5
[ 93%] Linking C executable rtl_tcp
[ 93%] Built target rtl_tcp
readstat-1.1.9
CC src/spss/libreadstat_la-readstat_spss.lo
CC src/spss/libreadstat_la-readstat_spss_parse.lo
rtl-sdr-blog-1.3.5
[ 96%] Linking C executable rtl_fm
[ 96%] Built target rtl_fm
readstat-1.1.9
CC src/stata/libreadstat_la-readstat_dta.lo
CC src/stata/libreadstat_la-readstat_dta_parse_timestamp.lo
CC src/stata/libreadstat_la-readstat_dta_read.lo
CC src/stata/libreadstat_la-readstat_dta_write.lo
rtl-sdr-blog-1.3.5
[100%] Linking C executable rtl_power
[100%] Built target rtl_power
→ installPhase
readstat-1.1.9
CC src/txt/libreadstat_la-commands_util.lo
rtl-sdr-blog-1.3.5
install flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
readstat-1.1.9
CC src/txt/libreadstat_la-readstat_copy.lo
rtl-sdr-blog-1.3.5
[ 6%] Built target convenience_static
[ 50%] Built target rtlsdr_static
[ 50%] Built target rtlsdr
[ 68%] Built target rtl_eeprom
[ 68%] Built target rtl_test
[ 68%] Built target rtl_sdr
[ 81%] Built target rtl_fm
[ 81%] Built target rtl_adsb
[ 87%] Built target rtl_tcp
[ 93%] Built target rtl_power
[100%] Built target rtl_biast
Install the project...
-- Install configuration: "Release"
-- Installing: /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/etc/udev/rules.d/rtl-sdr.rules
-- Installing: /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/include/rtl-sdr.h
-- Installing: /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/include/rtl-sdr_export.h
-- Installing: /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/lib/pkgconfig/librtlsdr.pc
-- Installing: /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/lib/cmake/rtlsdr/rtlsdrTargets.cmake
-- Installing: /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/lib/cmake/rtlsdr/rtlsdrTargets-release.cmake
-- Installing: /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/lib/cmake/rtlsdr/rtlsdrConfig.cmake
-- Installing: /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/lib/cmake/rtlsdr/rtlsdrConfigVersion.cmake
-- Installing: /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/lib/librtlsdr.so.0.6.5
-- Installing: /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/lib/librtlsdr.so.0
-- Installing: /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/lib/librtlsdr.so
-- Installing: /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/lib/librtlsdr.a
-- Installing: /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/bin/rtl_sdr
-- Set non-toolchain portion of runtime path of "/nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/bin/rtl_sdr" to ""
-- Installing: /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/bin/rtl_tcp
-- Set non-toolchain portion of runtime path of "/nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/bin/rtl_tcp" to ""
-- Installing: /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/bin/rtl_test
-- Set non-toolchain portion of runtime path of "/nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/bin/rtl_test" to ""
-- Installing: /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/bin/rtl_fm
-- Set non-toolchain portion of runtime path of "/nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/bin/rtl_fm" to ""
-- Installing: /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/bin/rtl_eeprom
-- Set non-toolchain portion of runtime path of "/nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/bin/rtl_eeprom" to ""
-- Installing: /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/bin/rtl_adsb
-- Set non-toolchain portion of runtime path of "/nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/bin/rtl_adsb" to ""
-- Installing: /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/bin/rtl_power
-- Set non-toolchain portion of runtime path of "/nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/bin/rtl_power" to ""
-- Installing: /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/bin/rtl_biast
-- Set non-toolchain portion of runtime path of "/nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/bin/rtl_biast" to ""
→ fixupPhase
readstat-1.1.9
CC src/txt/libreadstat_la-readstat_sas_commands_read.lo
rtl-sdr-blog-1.3.5
shrinking RPATHs of ELF executables and libraries in /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5
shrinking /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/lib/librtlsdr.so.0.6.5
readstat-1.1.9
CC src/txt/libreadstat_la-readstat_spss_commands_read.lo
rtl-sdr-blog-1.3.5
shrinking /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/bin/rtl_sdr
shrinking /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/bin/rtl_tcp
shrinking /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/bin/rtl_test
shrinking /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/bin/rtl_fm
shrinking /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/bin/rtl_eeprom
shrinking /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/bin/rtl_adsb
shrinking /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/bin/rtl_power
shrinking /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/bin/rtl_biast
checking for references to /build/ in /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5...
patching script interpreter paths in /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5
stripping (with command strip and flags -S -p) in /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/lib /nix/store/sh5zck5vn97f5z3xhry7jv20gjys2lhx-rtl-sdr-blog-x86_64-unknown-linux-gnufilc0-1.3.5/bin
readsb-3.14.1641
Build started
→ unpackPhase
unpacking source archive /nix/store/8059xgzl3q2msq42ic5v1ar6mg7dmrjg-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
readstat-1.1.9
CC src/txt/libreadstat_la-readstat_schema.lo
readsb-3.14.1641
no configure script, doing nothing
→ buildPhase
readstat-1.1.9
CC src/txt/libreadstat_la-readstat_stata_dictionary_read.lo
readsb-3.14.1641
build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash READSB_VERSION=3.14.1641 RTLSDR=yes
readstat-1.1.9
CC src/txt/libreadstat_la-readstat_txt_read.lo
readsb-3.14.1641
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c argp.c -o argp.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c anet.c -o anet.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c interactive.c -o interactive.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c mode_ac.c -o mode_ac.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c mode_s.c -o mode_s.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c comm_b.c -o comm_b.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
readstat-1.1.9
CC src/bin/read_csv/readstat-jsmn.o
CC src/bin/read_csv/readstat-json_metadata.o
readsb-3.14.1641
clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c json_out.c -o json_out.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
readstat-1.1.9
CC src/bin/read_csv/readstat-mod_csv.o
CC src/bin/read_csv/readstat-mod_dta.o
CC src/bin/read_csv/readstat-mod_sav.o
CC src/bin/read_csv/readstat-value.o
readsb-3.14.1641
clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c net_io.c -o net_io.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
readstat-1.1.9
CC src/bin/write/readstat-double_decimals.o
CC src/bin/write/readstat-mod_csv.o
readsb-3.14.1641
clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c crc.c -o crc.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
readstat-1.1.9
CC src/bin/write/readstat-mod_readstat.o
readsb-3.14.1641
clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c demod_2400.c -o demod_2400.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c uat2esnt/uat2esnt.c -o uat2esnt/uat2esnt.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
readstat-1.1.9
CC src/bin/write/readstat-module_util.o
CCLD libreadstat.la
readsb-3.14.1641
clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c uat2esnt/uat_decode.c -o uat2esnt/uat_decode.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
readstat-1.1.9
CCLD extract_metadata
CCLD readstat
readsb-3.14.1641
clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c stats.c -o stats.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c cpr.c -o cpr.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
readstat-1.1.9
→ installPhase
install flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
make[1]: Entering directory '/build/source'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/gzr62a349gs52xrnz7i4lwljj39hd610-readstat-x86_64-unknown-linux-gnufilc0-1.1.9/lib'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/gzr62a349gs52xrnz7i4lwljj39hd610-readstat-x86_64-unknown-linux-gnufilc0-1.1.9/include'
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c libreadstat.la '/nix/store/gzr62a349gs52xrnz7i4lwljj39hd610-readstat-x86_64-unknown-linux-gnufilc0-1.1.9/lib'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/gzr62a349gs52xrnz7i4lwljj39hd610-readstat-x86_64-unknown-linux-gnufilc0-1.1.9/share/man/man1'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 src/readstat.h '/nix/store/gzr62a349gs52xrnz7i4lwljj39hd610-readstat-x86_64-unknown-linux-gnufilc0-1.1.9/include'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 'man/readstat.man' '/nix/store/gzr62a349gs52xrnz7i4lwljj39hd610-readstat-x86_64-unknown-linux-gnufilc0-1.1.9/share/man/man1/readstat.1'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 'man/extract_metadata.man' '/nix/store/gzr62a349gs52xrnz7i4lwljj39hd610-readstat-x86_64-unknown-linux-gnufilc0-1.1.9/share/man/man1/extract_metadata.1'
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libreadstat.so.1.1.8 /nix/store/gzr62a349gs52xrnz7i4lwljj39hd610-readstat-x86_64-unknown-linux-gnufilc0-1.1.9/lib/libreadstat.so.1.1.8
libtool: install: (cd /nix/store/gzr62a349gs52xrnz7i4lwljj39hd610-readstat-x86_64-unknown-linux-gnufilc0-1.1.9/lib && { ln -s -f libreadstat.so.1.1.8 libreadstat.so.1 || { rm -f libreadstat.so.1 && ln -s libreadstat.so.1.1.8 libreadstat.so.1; }; })libtool: install: (cd /nix/store/gzr62a349gs52xrnz7i4lwljj39hd610-readstat-x86_64-unknown-linux-gnufilc0-1.1.9/lib && { ln -s -f libreadstat.so.1.1.8 libreadstat.so || { rm -f libreadstat.so && ln -s libreadstat.so.1.1.8 libreadstat.so; }; })libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libreadstat.lai /nix/store/gzr62a349gs52xrnz7i4lwljj39hd610-readstat-x86_64-unknown-linux-gnufilc0-1.1.9/lib/libreadstat.la
libtool: finish: PATH="/nix/store/f4iq3fjva198s44x56dwm0vpgymb67xg-x86_64-unknown-linux-gnufilc0-pkg-config-wrapper-0.29.2/bin:/nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin:/nix/store/3ah4cvhhimlxvb2dqk07n1xlbb0dk81f-automake-1.16.5/bin:/nix/store/ava9h9a35fg419f4r1h3ib2hwqx6lr8k-gettext-0.22.5/bin:/nix/store/b7kv2xx2ga3w0fa4h7g0c3y64wkr3i57-libtool-2.5.4/bin:/nix/store/16yz1jny3j9irq4g8zkcx39nr77xwnvx-gnum4-1.4.19/bin:/nix/store/9rsc6g3vlfnp7lvq3pl1xpir5acd1ax0-file-5.45/bin:/nix/store/g7i75czfbw9sy5f8v7rjbama6lr3ya3s-patchelf-0.15.0/bin:/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin:/nix/store/31l6alfx8axrfkp0zxza3z7f7gxzi8b3-filc-cc/bin:/nix/store/14i07vk4qkfcdyyha9amqryg033l3xcf-filc-sysroot-with-metadata/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/gqxsl4vfi43khmz1snzynr8jwwynkbbw-binutils-wrapper-2.43.1/bin:/nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/392hs9nhm6wfw4imjllbvb1wil1n39qx-findutils-4.10.0/bin:/nix/store/xw0mf3shymq3k7zlncf09rm8917sdi4h-diffutils-3.12/bin:/nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin:/nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin:/nix/store/c1z5j28ndxljf1ihqzag57bwpfpzms0g-gawk-5.3.2/bin:/nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin:/nix/store/xd9m9jkvrs8pbxvmkzkwviql33rd090j-gzip-1.14/bin:/nix/store/w1pxx760yidi7n9vbi5bhpii9xxl5vdj-bzip2-1.0.8-bin/bin:/nix/store/xk0d14zpm0njxzdm182dd722aqhav2cc-gnumake-4.4.1/bin:/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin:/nix/store/gj54zvf7vxll1mzzmqhqi1p4jiws3mfb-patch-2.7.6/bin:/nix/store/22rpb6790f346c55iqi6s9drr5qgmyjf-xz-5.8.1-bin/bin:/nix/store/xlmpcglsq8l09qh03rf0virz0331pjdc-file-5.45/bin:/sbin" ldconfig -n /nix/store/gzr62a349gs52xrnz7i4lwljj39hd610-readstat-x86_64-unknown-linux-gnufilc0-1.1.9/lib
/build/source/libtool: line 1900: ldconfig: command not found
----------------------------------------------------------------------
Libraries have been installed in:
/nix/store/gzr62a349gs52xrnz7i4lwljj39hd610-readstat-x86_64-unknown-linux-gnufilc0-1.1.9/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator run these commands:
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/gzr62a349gs52xrnz7i4lwljj39hd610-readstat-x86_64-unknown-linux-gnufilc0-1.1.9/bin'
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c extract_metadata readstat '/nix/store/gzr62a349gs52xrnz7i4lwljj39hd610-readstat-x86_64-unknown-linux-gnufilc0-1.1.9/bin'
readsb-3.14.1641
clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c icao_filter.c -o icao_filter.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
readstat-1.1.9
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/extract_metadata /nix/store/gzr62a349gs52xrnz7i4lwljj39hd610-readstat-x86_64-unknown-linux-gnufilc0-1.1.9/bin/extract_metadata
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/readstat /nix/store/gzr62a349gs52xrnz7i4lwljj39hd610-readstat-x86_64-unknown-linux-gnufilc0-1.1.9/bin/readstat
make[1]: Leaving directory '/build/source'
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/gzr62a349gs52xrnz7i4lwljj39hd610-readstat-x86_64-unknown-linux-gnufilc0-1.1.9
shrinking /nix/store/gzr62a349gs52xrnz7i4lwljj39hd610-readstat-x86_64-unknown-linux-gnufilc0-1.1.9/lib/libreadstat.so.1.1.8
shrinking /nix/store/gzr62a349gs52xrnz7i4lwljj39hd610-readstat-x86_64-unknown-linux-gnufilc0-1.1.9/bin/extract_metadata
shrinking /nix/store/gzr62a349gs52xrnz7i4lwljj39hd610-readstat-x86_64-unknown-linux-gnufilc0-1.1.9/bin/readstat
checking for references to /build/ in /nix/store/gzr62a349gs52xrnz7i4lwljj39hd610-readstat-x86_64-unknown-linux-gnufilc0-1.1.9...
gzipping man pages under /nix/store/gzr62a349gs52xrnz7i4lwljj39hd610-readstat-x86_64-unknown-linux-gnufilc0-1.1.9/share/man/
patching script interpreter paths in /nix/store/gzr62a349gs52xrnz7i4lwljj39hd610-readstat-x86_64-unknown-linux-gnufilc0-1.1.9
stripping (with command strip and flags -S -p) in /nix/store/gzr62a349gs52xrnz7i4lwljj39hd610-readstat-x86_64-unknown-linux-gnufilc0-1.1.9/lib /nix/store/gzr62a349gs52xrnz7i4lwljj39hd610-readstat-x86_64-unknown-linux-gnufilc0-1.1.9/bin
readsb-3.14.1641
clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c track.c -o track.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c util.c -o util.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c fasthash.c -o fasthash.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c convert.c -o convert.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c sdr_ifile.c -o sdr_ifile.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c sdr_beast.c -o sdr_beast.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c sdr.c -o sdr.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c ais_charset.c -o ais_charset.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c globe_index.c -o globe_index.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c geomag.c -o geomag.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c receiver.c -o receiver.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c aircraft.c -o aircraft.o
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
geomag.c:488:9: error: variable 'res' set but not used [-Werror,-Wunused-but-set-variable]
488 | int res = 0;
| ^
geomag.c:580:9: error: variable 'res' set but not used [-Werror,-Wunused-but-set-variable]
580 | int res = 0;
| ^
2 errors generated.
make: *** [Makefile:147: geomag.o] Error 1
make: *** Waiting for unfinished jobs....
globe_index.c:1117:9: error: variable 'last_high_index' set but not used [-Werror,-Wunused-but-set-variable]
1117 | int last_high_index = 0;
| ^
globe_index.c:1128:9: error: variable 'last_10min_gap_index' set but not used [-Werror,-Wunused-but-set-variable]
1128 | int last_10min_gap_index = -1;
| ^
2 errors generated.
make: *** [Makefile:147: globe_index.o] Error 1
rastertoezpl-1.1.12
error: Cannot build '/nix/store/l591szyspiylh86ppknnqaq2ys4rzy7l-rastertoezpl-x86_64-unknown-linux-gnufilc0-1.1.12.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/kb44jzw1y1mb1j64yh1jf49r3lr50xcd-rastertoezpl-x86_64-unknown-linux-gnufilc0-1.1.12
Last 25 log lines:
> 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 x86_64-unknown-linux-gnufilc0-gcc... clang
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables...
> checking whether we are cross compiling... yes
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether clang accepts -g... yes
> checking for clang option to accept ISO C89... none needed
> checking whether clang understands -c and -o together... yes
> checking whether make supports the include directive... yes (GNU style)
> checking dependency style of clang... none
> checking whether ln -s works... yes
> checking for find... /nix/store/392hs9nhm6wfw4imjllbvb1wil1n39qx-findutils-4.10.0/bin/find
> checking for ppdc... no
> configure: WARNING: This program is required for build PPDs file!
> checking for cups-config... no
> configure: error: This program is required!
For full logs, run:
nix log /nix/store/l591szyspiylh86ppknnqaq2ys4rzy7l-rastertoezpl-x86_64-unknown-linux-gnufilc0-1.1.12.drvratmen-2.2.3
error: Cannot build '/nix/store/dyjilzq243547blc5snb365kyv13j5hd-ratmen-x86_64-unknown-linux-gnufilc0-2.2.3.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/s42gzqf6wsdhm2f8sp2bsy6vjdb8z3zc-ratmen-x86_64-unknown-linux-gnufilc0-2.2.3
Last 14 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/03dz4xlip7fg4xs3a5xi0jli6vmhf0nz-ratmen-2.2.3.tar.gz
> source root is ratmen-2.2.3
> setting SOURCE_DATE_EPOCH to timestamp 1193320280 of file "ratmen-2.2.3/Makefile"
> 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 PREFIX=\$\(out\)
> pod2man -s1 -c '' -nratmen -r"Zrajm C Akfohg" ratmen.c ratmen.1
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pod2man: command not found
> make: *** [Makefile:53: ratmen.1] Error 127
For full logs, run:
nix log /nix/store/dyjilzq243547blc5snb365kyv13j5hd-ratmen-x86_64-unknown-linux-gnufilc0-2.2.3.drvratools-0.6.2
error: Cannot build '/nix/store/53fg0f2dpwvnzrrlrpclbcf1vjyfz0mx-ratools-x86_64-unknown-linux-gnufilc0-0.6.2.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/hi07dvs9baqmwza01rhg5g374wnk8xgi-ratools-x86_64-unknown-linux-gnufilc0-0.6.2
Last 15 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/w66wcv5ai8i32zfz29bjki9f5la6bdvi-source
> source root is source
> Running phase: patchPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> no configure script, doing nothing
> Running phase: buildPhase
> build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash -C src
> make: Entering directory '/build/source/src'
> gcc -O2 -std=gnu99 -pedantic -Wall -Wextra -pthread -c library.c
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
> make: *** [Makefile:52: library.o] Error 127
> make: Leaving directory '/build/source/src'
For full logs, run:
nix log /nix/store/53fg0f2dpwvnzrrlrpclbcf1vjyfz0mx-ratools-x86_64-unknown-linux-gnufilc0-0.6.2.drvratpoints-2.1.3.p4
error: Cannot build '/nix/store/p6fpnlsh6v5ikrxhzm0bqwpd99c9xfr3-ratpoints-x86_64-unknown-linux-gnufilc0-2.1.3.p4.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/1isw3ry1jz0h7bsvqm0xnrcs7m8a3sny-ratpoints-x86_64-unknown-linux-gnufilc0-2.1.3.p4
Last 25 log lines:
> | ^~~~~~~~~~~~~~~~~~~
> ./rp-private.h:62:19: note: expanded from macro 'AND'
> 62 | #define AND(a,b) ((ratpoints_bit_array)__builtin_ia32_andps((__v4sf)(a), (__v4sf)(b)))
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> sift.c:236:16: error: use of unknown builtin '__builtin_ia32_andps' [-Wimplicit-function-declaration]
> 236 | nums = AND(nums, ssp->ptr[mod(i + ssp->offset, p)]);
> | ^
> ./rp-private.h:62:40: note: expanded from macro 'AND'
> 62 | #define AND(a,b) ((ratpoints_bit_array)__builtin_ia32_andps((__v4sf)(a), (__v4sf)(b)))
> | ^
> sift.c:236:16: error: invalid conversion between vector type 'ratpoints_bit_array' (aka '__v2di') and integer type 'int' of different size
> 236 | nums = AND(nums, ssp->ptr[mod(i + ssp->offset, p)]);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ./rp-private.h:62:19: note: expanded from macro 'AND'
> 62 | #define AND(a,b) ((ratpoints_bit_array)__builtin_ia32_andps((__v4sf)(a), (__v4sf)(b)))
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 10 errors generated.
> make: *** [Makefile:100: sift.o] Error 1
> make: *** Waiting for unfinished jobs....
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: cannot find -lgcc
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make: *** [Makefile:130: gen_init_sieve_h] Error 1
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: cannot find -lgcc
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make: *** [Makefile:133: gen_find_points_h] Error 1
For full logs, run:
nix log /nix/store/p6fpnlsh6v5ikrxhzm0bqwpd99c9xfr3-ratpoints-x86_64-unknown-linux-gnufilc0-2.1.3.p4.drvratslap-0.4.1
error: Cannot build '/nix/store/q9zyn7q7ijr6773fh7njvg17h7q4blyq-ratslap-x86_64-unknown-linux-gnufilc0-0.4.1.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/p8iwmhfr2cdhc86cncdyfw44j1wpv2mr-ratslap-x86_64-unknown-linux-gnufilc0-0.4.1
Last 25 log lines:
> Running phase: buildPhase
> build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash -W\ gitup VDIRTY= MAJVER=0.4.1 APPBRANCH=main BINNAME=ratslap MARKDOWN_GEN= BUILD_DATE=2020-08-25\ 00:17:29+1000 BUILD_MONTH=August BUILD_YEAR=2020
> Generating tags file...
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: ctags: command not found
> No ctags found, skipping tags file...
> RatSlap
> Pulling from origin...
> There is no tracking information for the current branch.
> Please specify which branch you want to merge with.
> See git-pull(1) for details.
>
> git pull <remote> <branch>
>
> If you wish to set tracking information for this branch you can do so with:
>
> git branch --set-upstream-to=<remote>/<branch> fetchgit
>
> Generating Changelog...
> Generating man page file...
> Generating git header file...
> Generating log header file...
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> gcc -march=native -O2 -pipe -Wall -Werror -ggdb -DDEBUG -DINFO -c "log.c" -o "log.o"
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
> make: *** [Makefile:270: log.o] Error 127
For full logs, run:
nix log /nix/store/q9zyn7q7ijr6773fh7njvg17h7q4blyq-ratslap-x86_64-unknown-linux-gnufilc0-0.4.1.drvRAxML-8.2.13
error: Cannot build '/nix/store/a61qkynfdrpy1pbz91ldsq1wn0j89ysk-RAxML-x86_64-unknown-linux-gnufilc0-8.2.13.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/90za3x04jbz8pm6n3ndhbc7d6rg9wag1-RAxML-x86_64-unknown-linux-gnufilc0-8.2.13
Last 13 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/lwbvkaigkm0hv6z93d0iqvw3n1336066-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
> rm -f *.o raxmlHPC-PTHREADS-SSE3
> gcc -D_USE_PTHREADS -D__SIM_SSE3 -D_GNU_SOURCE -msse3 -O2 -fomit-frame-pointer -funroll-loops -c -o axml.o axml.c
> make: gcc: No such file or directory
> make: *** [<builtin>: axml.o] Error 127
For full logs, run:
nix log /nix/store/a61qkynfdrpy1pbz91ldsq1wn0j89ysk-RAxML-x86_64-unknown-linux-gnufilc0-8.2.13.drvrdup-1.1.15
error: Cannot build '/nix/store/pcbk7j2f7kcaqgrx09y4pk4rp3n63c2v-rdup-x86_64-unknown-linux-gnufilc0-1.1.15.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/43sdzn2qw7yllpshwn2kchcqkzlmvh3b-rdup-x86_64-unknown-linux-gnufilc0-1.1.15
Last 25 log lines:
> checking whether clang accepts -g... yes
> checking for clang option to enable C11 features... none needed
> checking for stdio.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for strings.h... yes
> checking for sys/stat.h... yes
> checking for sys/types.h... yes
> checking for unistd.h... yes
> checking for wchar.h... yes
> 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 x86_64-unknown-linux-gnufilc0-gcc... (cached) clang
> checking whether the compiler supports GNU C... (cached) yes
> checking whether clang accepts -g... (cached) yes
> checking for clang option to enable C11 features... (cached) none needed
> checking whether make sets $(MAKE)... yes
> checking for pkg-config... no
> checking for GLIB - version >= 2.0.0... no
> *** A new enough version of pkg-config was not found.
> *** See http://www.freedesktop.org/software/pkgconfig/
> configure: error: ** No glib2-dev library found.
For full logs, run:
nix log /nix/store/pcbk7j2f7kcaqgrx09y4pk4rp3n63c2v-rdup-x86_64-unknown-linux-gnufilc0-1.1.15.drvre-Isearch-2.20220925.4.0a-unstable-2025-03-16
error: Cannot build '/nix/store/hmdlkc8pdcpncr1xmqjn96nvw02dn9dc-re-Isearch-x86_64-unknown-linux-gnufilc0-2.20220925.4.0a-unstable-2025-03-16.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/7v38rwd3mn9c0ny4h4awm1pzvplxxq78-re-Isearch-x86_64-unknown-linux-gnufilc0-2.20220925.4.0a-unstable-2025-03-16
Last 25 log lines:
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Updating Autotools / GNU config script to a newer upstream version: ./other-code/magic/file-4.26/config.sub
> Updating Autotools / GNU config script to a newer upstream version: ./other-code/magic/file-4.26/config.guess
> Running phase: configurePhase
> Fil-C: adapting libtool symbol probes in other-code/magic/file-4.26/configure
> fixing libtool script ./other-code/magic/file-4.26/ltmain.sh
> no configure script, doing nothing
> Running phase: buildPhase
> rm -f *.o ../src/*.o ../doctype/*.o ../doctype/*.sob core ../lib/lib*.dylib ../lib/lib*.so
> rm conf.h.inc
> build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash CC=g++ cc=gcc LD=g++ EXTRA_INC=-I/nix/store/75fryhh9gx72gv6apm7saj60mp8bnzg2-db-x86_64-unknown-linux-gnufilc0-5.3.28-dev/include\ -I/nix/store/jmacq5iyswdvv7a8gi0xbc5za82v4qcv-file-x86_64-unknown-linux-gnufilc0-5.45-dev/include LD_PATH=-L../lib\ -L/nix/store/z4sjp6s22fml100vnzjjg43355ij7w6m-db-x86_64-unknown-linux-gnufilc0-5.3.28/lib\ -L/nix/store/c28vjs8zfxa0zzhdl8i34svdzqfzl856-file-x86_64-unknown-linux-gnufilc0-5.45/lib\ -L/nix/store/nliim68h4wgk91flncdzhbvynl42hipx-libnsl-x86_64-unknown-linux-gnufilc0-2.0.1/lib
> make -f Makefile.ubuntu
> make[1]: Entering directory '/build/source/build'
> Makefile.ubuntu:649: warning: ignoring prerequisites on suffix rule definition
> touch conf.h.inc
> /bin/sh ./configure.linux.sh gcc
> ./configure.linux.sh: line 3: gcc: not found
> ./configure.bin: line 1: syntax error: unexpected redirection
> ./configure.linux.sh: line 6: gcc: not found
> mkdir -p ~/.ib/lib/plugins
> g++ -c -fpic -O3 -ftree-vectorize -ffast-math -s -pthread -DUSE_LIBMAGIC -DSVR4 -DWWW_SUPPORT -D__CSTRING__ -DBSN_EXTENSIONS=2 -DO_BUILD_IB64=1 -I. -I../doctype -I../src -I/nix/store/75fryhh9gx72gv6apm7saj60mp8bnzg2-db-x86_64-unknown-linux-gnufilc0-5.3.28-dev/include -I/nix/store/jmacq5iyswdvv7a8gi0xbc5za82v4qcv-file-x86_64-unknown-linux-gnufilc0-5.45-dev/include -o ../src/io.o ../src/io.cxx
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: g++: command not found
> make[1]: *** [Makefile.ubuntu:642: ../src/io.o] Error 127
> make[1]: Leaving directory '/build/source/build'
> make: *** [Makefile:8: all] Error 2
For full logs, run:
nix log /nix/store/hmdlkc8pdcpncr1xmqjn96nvw02dn9dc-re-Isearch-x86_64-unknown-linux-gnufilc0-2.20220925.4.0a-unstable-2025-03-16.drvreadsb-3.14.1641
error: Cannot build '/nix/store/2avcqn0fw5mvmm4a4lbqiwk9hiywgyy5-readsb-x86_64-unknown-linux-gnufilc0-3.14.1641.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/r46kdiwvhqy7ikvv551knpb9pscfiwy5-readsb-x86_64-unknown-linux-gnufilc0-3.14.1641
Last 25 log lines:
> clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c globe_index.c -o globe_index.o
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c geomag.c -o geomag.o
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c receiver.c -o receiver.o
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> clang -std=c11 -W -D_GNU_SOURCE -D_DEFAULT_SOURCE -Wall -Werror -fno-common -O2 -DMODES_READSB_VERSION=\"3.14.1641\" -Wdate-time -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -Wformat -Werror=format-security -Wno-format-truncation -DENABLE_RTLSDR -g -c aircraft.c -o aircraft.o
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
> geomag.c:488:9: error: variable 'res' set but not used [-Werror,-Wunused-but-set-variable]
> 488 | int res = 0;
> | ^
> geomag.c:580:9: error: variable 'res' set but not used [-Werror,-Wunused-but-set-variable]
> 580 | int res = 0;
> | ^
> 2 errors generated.
> make: *** [Makefile:147: geomag.o] Error 1
> make: *** Waiting for unfinished jobs....
> globe_index.c:1117:9: error: variable 'last_high_index' set but not used [-Werror,-Wunused-but-set-variable]
> 1117 | int last_high_index = 0;
> | ^
> globe_index.c:1128:9: error: variable 'last_10min_gap_index' set but not used [-Werror,-Wunused-but-set-variable]
> 1128 | int last_10min_gap_index = -1;
> | ^
> 2 errors generated.
> make: *** [Makefile:147: globe_index.o] Error 1
For full logs, run:
nix log /nix/store/2avcqn0fw5mvmm4a4lbqiwk9hiywgyy5-readsb-x86_64-unknown-linux-gnufilc0-3.14.1641.drvready-check-1.2.6
error: Cannot build '/nix/store/w7wpvl272asvyyqr565f77j1wqbyhvqd-ready-check-1.2.6-x86_64-unknown-linux-gnufilc0.drv'.
Reason: 1 dependency failed.
Output paths:
/nix/store/2mlkf2mnfly88ammhs0d8i5h81hl3yas-ready-check-1.2.6-x86_64-unknown-linux-gnufilc0
/nix/store/hx2qqwc63rdmm5vdm475q31ssa4lzyf3-ready-check-1.2.6-x86_64-unknown-linux-gnufilc0-distreadsb-3.14.1641
error: build of '/nix/store/2avcqn0fw5mvmm4a4lbqiwk9hiywgyy5-readsb-x86_64-unknown-linux-gnufilc0-3.14.1641.drv^*', '/nix/store/53fg0f2dpwvnzrrlrpclbcf1vjyfz0mx-ratools-x86_64-unknown-linux-gnufilc0-0.6.2.drv^*', '/nix/store/a61qkynfdrpy1pbz91ldsq1wn0j89ysk-RAxML-x86_64-unknown-linux-gnufilc0-8.2.13.drv^*', '/nix/store/dyjilzq243547blc5snb365kyv13j5hd-ratmen-x86_64-unknown-linux-gnufilc0-2.2.3.drv^*', '/nix/store/hmdlkc8pdcpncr1xmqjn96nvw02dn9dc-re-Isearch-x86_64-unknown-linux-gnufilc0-2.20220925.4.0a-unstable-2025-03-16.drv^*', '/nix/store/l591szyspiylh86ppknnqaq2ys4rzy7l-rastertoezpl-x86_64-unknown-linux-gnufilc0-1.1.12.drv^*', '/nix/store/p6fpnlsh6v5ikrxhzm0bqwpd99c9xfr3-ratpoints-x86_64-unknown-linux-gnufilc0-2.1.3.p4.drv^*', '/nix/store/pcbk7j2f7kcaqgrx09y4pk4rp3n63c2v-rdup-x86_64-unknown-linux-gnufilc0-1.1.15.drv^*', '/nix/store/q9zyn7q7ijr6773fh7njvg17h7q4blyq-ratslap-x86_64-unknown-linux-gnufilc0-0.4.1.drv^*', '/nix/store/w7wpvl272asvyyqr565f77j1wqbyhvqd-ready-check-1.2.6-x86_64-unknown-linux-gnufilc0.drv^*' failed
End of log