nethack-x11-3.6.7
| ^
lev_main.c:505:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
505 | set_opvar_int(ov, val)
| ^
lev_main.c:517:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
517 | set_opvar_coord(ov, val)
| ^
lev_main.c:529:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
529 | set_opvar_region(ov, val)
| ^
lev_main.c:541:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
541 | set_opvar_mapchar(ov, val)
| ^
lev_main.c:553:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
553 | set_opvar_monst(ov, val)
| ^
lev_main.c:565:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
565 | set_opvar_obj(ov, val)
| ^
lev_main.c:577:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
577 | set_opvar_str(ov, val)
| ^
lev_main.c:589:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
589 | set_opvar_var(ov, val)
| ^
lev_main.c:737:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
737 | break_stmt_end(splev)
| ^
lev_main.c:764:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
764 | break_stmt_new(splev, i)
| ^
lev_main.c:780:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
780 | funcdef_new(addr, name)
| ^
lev_main.c:803:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
803 | funcdef_free_all(fchain)
| ^
lev_main.c:825:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
825 | funcdef_paramtypes(f)
| ^
lev_main.c:843:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
843 | funcdef_defined(f, name, casesense)
| ^
lev_main.c:862:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
862 | vardef_new(typ, name)
| ^
lev_main.c:881:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
881 | vardef_free_all(fchain)
| ^
lev_main.c:898:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
898 | vardef_defined(f, name, casesense)
| ^
lev_main.c:917:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
917 | spovar2str(spovar)
| ^
lev_main.c:963:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
963 | vardef_used(vd, varname)
| ^
lev_main.c:974:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
974 | check_vardef_type(vd, varname, vartype)
| ^
lev_main.c:992:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
992 | add_vardef_type(vd, varname, vartype)
| ^
lev_main.c:1014:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1014 | reverse_jmp_opcode(opcode)
| ^
lev_main.c:1039:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1039 | opvar_clone(ov)
| ^
lev_main.c:1084:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1084 | splev_add_from(splev, from_splev)
| ^
lev_main.c:1097:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1097 | start_level_def(splev, ldfname)
| ^
lev_main.c:1125:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1125 | get_floor_type(c)
| ^
lev_main.c:1143:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1143 | get_room_type(s)
| ^
lev_main.c:1159:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1159 | get_trap_type(s)
| ^
lev_main.c:1175:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1175 | get_monster_id(s, c)
| ^
lev_main.c:1206:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1206 | get_object_id(s, c)
| ^
lev_main.c:1258:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1258 | check_monster_char(c)
| ^
lev_main.c:1268:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1268 | check_object_char(c)
| ^
lev_main.c:1278:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1278 | what_map_char(c)
| ^
lev_main.c:1332:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1332 | add_opcode(sp, opc, dat)
| ^
lev_main.c:1370:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1370 | scan_map(map, sp)
| ^
lev_main.c:1460:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1460 | write_common_data(fd)
| ^
lev_main.c:1477:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1477 | write_maze(fd, maze)
| ^
lev_main.c:1554:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1554 | write_level_file(filename, lvl)
| ^
lev_main.c:1591:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
1591 | case_insensitive_comp(s1, s2)
| ^
46 warnings generated.
clang -o lev_comp lev_yacc.o lev_lex.o lev_main.o ../src/alloc.o panic.o ../src/drawing.o ../src/decl.o ../src/monst.o ../src/objects.o
make[1]: Leaving directory '/build/NetHack-3.6.7/util'
( cd dat ; make spec_levs )
make[1]: Entering directory '/build/NetHack-3.6.7/dat'
/nix/store/vrfgpnl0cmpzqzw745a572lfqh4fdgw8-nethack-3.6.7/libexec/nethack/lev_comp bigroom.des
/nix/store/vrfgpnl0cmpzqzw745a572lfqh4fdgw8-nethack-3.6.7/libexec/nethack/lev_comp castle.des
ngircd-27
checking for ssize_t... yes
nethack-x11-3.6.7
/nix/store/vrfgpnl0cmpzqzw745a572lfqh4fdgw8-nethack-3.6.7/libexec/nethack/lev_comp endgame.des
/nix/store/vrfgpnl0cmpzqzw745a572lfqh4fdgw8-nethack-3.6.7/libexec/nethack/lev_comp gehennom.des
ngircd-27
checking how to run the C preprocessor... clang -E
nethack-x11-3.6.7
/nix/store/vrfgpnl0cmpzqzw745a572lfqh4fdgw8-nethack-3.6.7/libexec/nethack/lev_comp knox.des
/nix/store/vrfgpnl0cmpzqzw745a572lfqh4fdgw8-nethack-3.6.7/libexec/nethack/lev_comp medusa.des
/nix/store/vrfgpnl0cmpzqzw745a572lfqh4fdgw8-nethack-3.6.7/libexec/nethack/lev_comp mines.des
ngircd-27
checking for uid_t in sys/types.h... yes
nethack-x11-3.6.7
/nix/store/vrfgpnl0cmpzqzw745a572lfqh4fdgw8-nethack-3.6.7/libexec/nethack/lev_comp oracle.des
/nix/store/vrfgpnl0cmpzqzw745a572lfqh4fdgw8-nethack-3.6.7/libexec/nethack/lev_comp sokoban.des
/nix/store/vrfgpnl0cmpzqzw745a572lfqh4fdgw8-nethack-3.6.7/libexec/nethack/lev_comp tower.des
/nix/store/vrfgpnl0cmpzqzw745a572lfqh4fdgw8-nethack-3.6.7/libexec/nethack/lev_comp yendor.des
ngircd-27
checking for uint16_t... yes
nethack-x11-3.6.7
touch spec_levs
make[1]: Leaving directory '/build/NetHack-3.6.7/dat'
( cd dat ; make quest_levs )
make[1]: Entering directory '/build/NetHack-3.6.7/dat'
/nix/store/vrfgpnl0cmpzqzw745a572lfqh4fdgw8-nethack-3.6.7/libexec/nethack/lev_comp Arch.des
/nix/store/vrfgpnl0cmpzqzw745a572lfqh4fdgw8-nethack-3.6.7/libexec/nethack/lev_comp Barb.des
/nix/store/vrfgpnl0cmpzqzw745a572lfqh4fdgw8-nethack-3.6.7/libexec/nethack/lev_comp Caveman.des
/nix/store/vrfgpnl0cmpzqzw745a572lfqh4fdgw8-nethack-3.6.7/libexec/nethack/lev_comp Healer.des
ngircd-27
checking for uint32_t... yes
nethack-x11-3.6.7
/nix/store/vrfgpnl0cmpzqzw745a572lfqh4fdgw8-nethack-3.6.7/libexec/nethack/lev_comp Knight.des
/nix/store/vrfgpnl0cmpzqzw745a572lfqh4fdgw8-nethack-3.6.7/libexec/nethack/lev_comp Monk.des
/nix/store/vrfgpnl0cmpzqzw745a572lfqh4fdgw8-nethack-3.6.7/libexec/nethack/lev_comp Priest.des
/nix/store/vrfgpnl0cmpzqzw745a572lfqh4fdgw8-nethack-3.6.7/libexec/nethack/lev_comp Ranger.des
/nix/store/vrfgpnl0cmpzqzw745a572lfqh4fdgw8-nethack-3.6.7/libexec/nethack/lev_comp Rogue.des
ngircd-27
checking for uint8_t... yes
nethack-x11-3.6.7
/nix/store/vrfgpnl0cmpzqzw745a572lfqh4fdgw8-nethack-3.6.7/libexec/nethack/lev_comp Samurai.des
/nix/store/vrfgpnl0cmpzqzw745a572lfqh4fdgw8-nethack-3.6.7/libexec/nethack/lev_comp Tourist.des
/nix/store/vrfgpnl0cmpzqzw745a572lfqh4fdgw8-nethack-3.6.7/libexec/nethack/lev_comp Valkyrie.des
/nix/store/vrfgpnl0cmpzqzw745a572lfqh4fdgw8-nethack-3.6.7/libexec/nethack/lev_comp Wizard.des
touch quest_levs
make[1]: Leaving directory '/build/NetHack-3.6.7/dat'
true;
if test -n '/nix/store/p9a1zsaagkfjq9sdby9cyz3262d71g80-nethack-x11-x86_64-unknown-linux-gnufilc0-3.6.7/games'; then \
mkdir -p /nix/store/p9a1zsaagkfjq9sdby9cyz3262d71g80-nethack-x11-x86_64-unknown-linux-gnufilc0-3.6.7/games; fi
ngircd-27
checking for struct sockaddr_in.sin_len... no
nethack-x11-3.6.7
rm -rf /nix/store/p9a1zsaagkfjq9sdby9cyz3262d71g80-nethack-x11-x86_64-unknown-linux-gnufilc0-3.6.7/games/lib/nethackdir /nix/store/p9a1zsaagkfjq9sdby9cyz3262d71g80-nethack-x11-x86_64-unknown-linux-gnufilc0-3.6.7/games/lib/nethackdir
mkdir -p /nix/store/p9a1zsaagkfjq9sdby9cyz3262d71g80-nethack-x11-x86_64-unknown-linux-gnufilc0-3.6.7/games/lib/nethackdir /nix/store/p9a1zsaagkfjq9sdby9cyz3262d71g80-nethack-x11-x86_64-unknown-linux-gnufilc0-3.6.7/games/lib/nethackdir /nix/store/p9a1zsaagkfjq9sdby9cyz3262d71g80-nethack-x11-x86_64-unknown-linux-gnufilc0-3.6.7/games/lib/nethackdir/save
if test -d ./-p; then rmdir ./-p; fi
true /nix/store/p9a1zsaagkfjq9sdby9cyz3262d71g80-nethack-x11-x86_64-unknown-linux-gnufilc0-3.6.7/games/lib/nethackdir /nix/store/p9a1zsaagkfjq9sdby9cyz3262d71g80-nethack-x11-x86_64-unknown-linux-gnufilc0-3.6.7/games/lib/nethackdir /nix/store/p9a1zsaagkfjq9sdby9cyz3262d71g80-nethack-x11-x86_64-unknown-linux-gnufilc0-3.6.7/games/lib/nethackdir/save
true /nix/store/p9a1zsaagkfjq9sdby9cyz3262d71g80-nethack-x11-x86_64-unknown-linux-gnufilc0-3.6.7/games/lib/nethackdir /nix/store/p9a1zsaagkfjq9sdby9cyz3262d71g80-nethack-x11-x86_64-unknown-linux-gnufilc0-3.6.7/games/lib/nethackdir /nix/store/p9a1zsaagkfjq9sdby9cyz3262d71g80-nethack-x11-x86_64-unknown-linux-gnufilc0-3.6.7/games/lib/nethackdir/save
chmod 0755 /nix/store/p9a1zsaagkfjq9sdby9cyz3262d71g80-nethack-x11-x86_64-unknown-linux-gnufilc0-3.6.7/games/lib/nethackdir
chmod 0755 /nix/store/p9a1zsaagkfjq9sdby9cyz3262d71g80-nethack-x11-x86_64-unknown-linux-gnufilc0-3.6.7/games/lib/nethackdir /nix/store/p9a1zsaagkfjq9sdby9cyz3262d71g80-nethack-x11-x86_64-unknown-linux-gnufilc0-3.6.7/games/lib/nethackdir/save
( make dofiles )
make[1]: Entering directory '/build/NetHack-3.6.7'
target=`sed -n \
-e '/librarian/{' \-e 's/.*/dlb/p' \
-e 'q' \
-e '}' \
-e '$s/.*/nodlb/p' < dat/options` ; \
make dofiles-${target-nodlb}make[2]: Entering directory '/build/NetHack-3.6.7'
( cd src ; make )
make[3]: Entering directory '/build/NetHack-3.6.7/src'
make[4]: Entering directory '/build/NetHack-3.6.7/util'
make[4]: 'makedefs' is up to date.
make[4]: Leaving directory '/build/NetHack-3.6.7/util'
nethack is up to date.
make[3]: Leaving directory '/build/NetHack-3.6.7/src'
( cd dat ; make options )
make[3]: Entering directory '/build/NetHack-3.6.7/dat'
make[3]: 'options' is up to date.
make[3]: Leaving directory '/build/NetHack-3.6.7/dat'
color, data file compression, data librarian, end-of-game dumplogs,
make[3]: Entering directory '/build/NetHack-3.6.7'
( cd util ; make dlb )
make[4]: Entering directory '/build/NetHack-3.6.7/util'
make[5]: Entering directory '/build/NetHack-3.6.7/src'
make[6]: Entering directory '/build/NetHack-3.6.7/util'
make[6]: 'makedefs' is up to date.
make[6]: Leaving directory '/build/NetHack-3.6.7/util'
make[5]: Leaving directory '/build/NetHack-3.6.7/src'
clang -g -O -I../include -DNOTPARMDECL -DSYSCF -DSYSCF_FILE=\"/nix/store/p9a1zsaagkfjq9sdby9cyz3262d71g80-nethack-x11-x86_64-unknown-linux-gnufilc0-3.6.7/games/lib/dir/sysconf\" -DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\" -DX11_GRAPHICS -DDEFAULT_WINDOW_SYS=\"X11\" -DNOTTYGRAPHICS -DDUMPLOG -DCONFIG_ERROR_SECURE=FALSE -DUSE_XPM -c dlb_main.c
ngircd-27
checking for library containing memmove... none required
nethack-x11-3.6.7
In file included from dlb_main.c:8:
In file included from ../include/config.h:580:
In file included from ../include/global.h:136:
In file included from ../include/unixconf.h:320:
../include/system.h:99:8: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
99 | E void srand48();
| ^
/nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/stdlib.h:601:13: note: conflicting prototype is here
601 | extern void srand48 (long int __seedval) __THROW;
| ^
In file included from dlb_main.c:8:
In file included from ../include/config.h:580:
In file included from ../include/global.h:136:
In file included from ../include/unixconf.h:320:
../include/system.h:358:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
358 | E unsigned sleep();
| ^
/nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/unistd.h:464:21: note: conflicting prototype is here
464 | extern unsigned int sleep (unsigned int __seconds);
| ^
dlb_main.c:17:29: error: unknown type name 'libdir'
17 | static void FDECL(grow_ld, (libdir **, int *, int));
| ^
dlb_main.c:156:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
156 | main(argc, argv)
| ^
dlb_main.c:542:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
542 | xexit(retcd)
| ^
4 warnings and 1 error generated.
make[4]: *** [Makefile:418: dlb_main.o] Error 1
make[4]: Leaving directory '/build/NetHack-3.6.7/util'
make[3]: *** [Makefile:250: dlb] Error 2
make[3]: Leaving directory '/build/NetHack-3.6.7'
make[2]: *** [Makefile:247: check-dlb] Error 2
make[2]: Leaving directory '/build/NetHack-3.6.7'
make[1]: *** [Makefile:259: dofiles] Error 2
make[1]: Leaving directory '/build/NetHack-3.6.7'
make: *** [Makefile:329: install] Error 2
ubus-unstable-2023-12-18
Build started
ngircd-27
checking for library containing gethostbyname... none required
checking for library containing bind... none required
checking for fork... yes
ubus-unstable-2023-12-18
→ unpackPhase
unpacking source archive /nix/store/c6nh5q1nzlgyn4i22kncw21lc1v4dsjd-ubus-65bb027
source root is ubus-65bb027
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
ngircd-27
checking for vfork... no
ubus-unstable-2023-12-18
fixing cmake files...
ngircd-27
checking for arc4random... yes
ubus-unstable-2023-12-18
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/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18/share/doc/ubus -DCMAKE_INSTALL_INFODIR=/nix/store/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18/include -DCMAKE_INSTALL_SBINDIR=/nix/store/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18/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/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18 -DBUILD_LUA=OFF -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env
ngircd-27
checking for arc4random_stir... no
ubus-unstable-2023-12-18
-- The C compiler identification is Clang 20.1.8
-- Detecting C compiler ABI info
ngircd-27
checking for gai_strerror... yes
ubus-unstable-2023-12-18
-- Detecting C compiler ABI info - done
ngircd-27
checking for getnameinfo... yes
ubus-unstable-2023-12-18
-- Check for working C compiler: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
CMake Deprecation Warning at lua/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
CMake Deprecation Warning at examples/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
-- Configuring done (0.2s)
-- 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_FIND_USE_PACKAGE_REGISTRY
CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY
CMAKE_INSTALL_BINDIR
CMAKE_INSTALL_DOCDIR
CMAKE_INSTALL_INCLUDEDIR
CMAKE_INSTALL_INFODIR
CMAKE_INSTALL_LIBDIR
CMAKE_INSTALL_LIBEXECDIR
CMAKE_INSTALL_LOCALEDIR
CMAKE_INSTALL_MANDIR
CMAKE_INSTALL_SBINDIR
-- Build files have been written to: /build/ubus-65bb027/build
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
ngircd-27
checking for inet_aton... yes
ubus-unstable-2023-12-18
[ 8%] Building C object CMakeFiles/ubus.dir/libubus.c.o
[ 8%] Building C object CMakeFiles/ubusd_library.dir/ubusd.c.o
[ 12%] Building C object CMakeFiles/ubus.dir/libubus-io.c.o
[ 16%] Building C object CMakeFiles/ubus.dir/libubus-obj.c.o
[ 20%] Building C object CMakeFiles/ubusd_library.dir/ubusd_proto.c.o
[ 24%] Building C object CMakeFiles/ubusd_library.dir/ubusd_id.c.o
ngircd-27
checking for setgroups... yes
checking for setrlimit... yes
ubus-unstable-2023-12-18
[ 28%] Building C object CMakeFiles/ubusd_library.dir/ubusd_obj.c.o
[ 32%] Building C object CMakeFiles/ubusd_library.dir/ubusd_event.c.o
ngircd-27
checking for sigaction... yes
ubus-unstable-2023-12-18
[ 36%] Building C object CMakeFiles/ubusd_library.dir/ubusd_acl.c.o
ngircd-27
checking for sigprocmask... yes
ubus-unstable-2023-12-18
[ 40%] Building C object CMakeFiles/ubusd_library.dir/ubusd_monitor.c.o
ngircd-27
checking for snprintf... yes
ubus-unstable-2023-12-18
[ 44%] Building C object CMakeFiles/ubus.dir/libubus-sub.c.o
ngircd-27
checking for strdup... yes
ubus-unstable-2023-12-18
[ 48%] Building C object CMakeFiles/ubus.dir/libubus-req.c.o
ngircd-27
checking for strlcat... yes
ubus-unstable-2023-12-18
[ 52%] Building C object CMakeFiles/ubus.dir/libubus-acl.c.o
ngircd-27
checking for strlcpy... yes
checking for strndup... yes
checking for strsignal... yes
checking for strtok_r... yes
ubus-unstable-2023-12-18
[ 56%] Linking C static library libubusd_library.a
ngircd-27
checking for unsetenv... yes
ubus-unstable-2023-12-18
[ 56%] Built target ubusd_library
[ 60%] Linking C shared library libubus.so
[ 64%] Building C object CMakeFiles/ubusd.dir/ubusd_main.c.o
[ 64%] Built target ubus
ngircd-27
checking for vsnprintf... yes
ubus-unstable-2023-12-18
[ 72%] Building C object examples/CMakeFiles/client.dir/client.c.o
[ 72%] Building C object CMakeFiles/cli.dir/cli.c.o
[ 76%] Building C object examples/CMakeFiles/client.dir/count.c.o
[ 80%] Building C object examples/CMakeFiles/server.dir/server.c.o
[ 84%] Building C object examples/CMakeFiles/server.dir/count.c.o
ngircd-27
checking for waitpid... yes
checking for working fork... cross
configure: WARNING: result yes guessed because of cross compilation
checking for strftime... yes
checking for alarm... yes
ubus-unstable-2023-12-18
[ 88%] Linking C executable ubusd
ngircd-27
checking for dup2... yes
ubus-unstable-2023-12-18
[ 88%] Built target ubusd
[ 92%] Linking C executable server
[ 96%] Linking C executable client
ngircd-27
checking for endpwent... yes
ubus-unstable-2023-12-18
[ 96%] Built target server
[ 96%] Built target client
ngircd-27
checking for gethostbyaddr... yes
checking for gethostbyname... yes
checking for gethostname... yes
checking for gettimeofday... yes
ubus-unstable-2023-12-18
[100%] Linking C executable ubus
[100%] Built target cli
→ installPhase
ngircd-27
checking for inet_ntoa... yes
ubus-unstable-2023-12-18
install flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
[ 28%] Built target ubus
[ 60%] Built target ubusd_library
[ 68%] Built target cli
[ 76%] Built target ubusd
[ 88%] Built target client
[100%] Built target server
ngircd-27
checking for memmove... yes
ubus-unstable-2023-12-18
Install the project...
-- Install configuration: "Release"
-- Installing: /nix/store/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18/lib/libubus.so
-- Installing: /nix/store/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18/bin/ubus
-- Set non-toolchain portion of runtime path of "/nix/store/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18/bin/ubus" to ""
-- Installing: /nix/store/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18/sbin/ubusd
-- Installing: /nix/store/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18/include/ubusmsg.h
-- Installing: /nix/store/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18/include/ubus_common.h
-- Installing: /nix/store/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18/include/libubus.h
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18
shrinking /nix/store/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18/lib/libubus.so
shrinking /nix/store/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18/bin/ubus
shrinking /nix/store/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18/sbin/ubusd
checking for references to /build/ in /nix/store/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18...
moving /nix/store/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18/sbin/* to /nix/store/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18/bin
ngircd-27
checking for memset... yes
ubus-unstable-2023-12-18
patching script interpreter paths in /nix/store/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18
stripping (with command strip and flags -S -p) in /nix/store/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18/lib /nix/store/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18/bin /nix/store/9fsqsn1bn972gklazflq0c43yinzvxv0-ubus-x86_64-unknown-linux-gnufilc0-unstable-2023-12-18/sbin
uci-unstable-2023-08-10
Build started
ngircd-27
checking for setsid... yes
uci-unstable-2023-08-10
→ unpackPhase
unpacking source archive /nix/store/b1ps5sk3dw18ndxvlpjzfy1ndx3ibjr3-uci-5781664
source root is uci-5781664
→ patchPhase
ngircd-27
checking for socket... yes
uci-unstable-2023-08-10
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
fixing cmake files...
ngircd-27
checking for strcasecmp... yes
uci-unstable-2023-08-10
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/j07mikajsh5wpaky2z03g04r7dc4gw0d-uci-x86_64-unknown-linux-gnufilc0-unstable-2023-08-10/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/j07mikajsh5wpaky2z03g04r7dc4gw0d-uci-x86_64-unknown-linux-gnufilc0-unstable-2023-08-10/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/j07mikajsh5wpaky2z03g04r7dc4gw0d-uci-x86_64-unknown-linux-gnufilc0-unstable-2023-08-10/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/j07mikajsh5wpaky2z03g04r7dc4gw0d-uci-x86_64-unknown-linux-gnufilc0-unstable-2023-08-10/share/doc/uci -DCMAKE_INSTALL_INFODIR=/nix/store/j07mikajsh5wpaky2z03g04r7dc4gw0d-uci-x86_64-unknown-linux-gnufilc0-unstable-2023-08-10/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/j07mikajsh5wpaky2z03g04r7dc4gw0d-uci-x86_64-unknown-linux-gnufilc0-unstable-2023-08-10/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/j07mikajsh5wpaky2z03g04r7dc4gw0d-uci-x86_64-unknown-linux-gnufilc0-unstable-2023-08-10/include -DCMAKE_INSTALL_SBINDIR=/nix/store/j07mikajsh5wpaky2z03g04r7dc4gw0d-uci-x86_64-unknown-linux-gnufilc0-unstable-2023-08-10/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/j07mikajsh5wpaky2z03g04r7dc4gw0d-uci-x86_64-unknown-linux-gnufilc0-unstable-2023-08-10/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/j07mikajsh5wpaky2z03g04r7dc4gw0d-uci-x86_64-unknown-linux-gnufilc0-unstable-2023-08-10/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/j07mikajsh5wpaky2z03g04r7dc4gw0d-uci-x86_64-unknown-linux-gnufilc0-unstable-2023-08-10 -DBUILD_LUA=OFF -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
ngircd-27
checking for strchr... yes
uci-unstable-2023-08-10
-- The C compiler identification is Clang 20.1.8
-- Detecting C compiler ABI info
ngircd-27
checking for strcspn... yes
uci-unstable-2023-08-10
-- Detecting C compiler ABI info - done
ngircd-27
checking for strerror... yes
uci-unstable-2023-08-10
-- Check for working C compiler: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done (0.2s)
-- 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_FIND_USE_PACKAGE_REGISTRY
CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY
-- Build files have been written to: /build/uci-5781664/build
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
ngircd-27
checking for strncasecmp... yes
uci-unstable-2023-08-10
[ 5%] Building C object CMakeFiles/uci.dir/libuci.c.o
[ 16%] Building C object CMakeFiles/uci.dir/delta.c.o
[ 16%] Building C object CMakeFiles/uci-static.dir/libuci.c.o
[ 27%] Building C object CMakeFiles/uci.dir/util.c.o
[ 27%] Building C object CMakeFiles/uci.dir/file.c.o
[ 33%] Building C object CMakeFiles/ucimap.dir/ucimap.c.o
ngircd-27
checking for strrchr... yes
checking for strspn... yes
uci-unstable-2023-08-10
[ 38%] Building C object CMakeFiles/uci-static.dir/file.c.o
ngircd-27
checking for strstr... yes
checking for getaddrinfo... yes
checking whether getaddrinfo() works... no
checking for library containing syslog... none required
checking for syslog.h... yes
checking for deflate in -lz... yes
checking for deflate... yes
uci-unstable-2023-08-10
[ 44%] Building C object CMakeFiles/uci.dir/parse.c.o
ngircd-27
checking for zlib.h... yes
uci-unstable-2023-08-10
[ 50%] Linking C static library libucimap.a
[ 50%] Built target ucimap
ngircd-27
checking for select... yes
uci-unstable-2023-08-10
[ 55%] Building C object CMakeFiles/uci.dir/blob.c.o
[ 61%] Building C object CMakeFiles/uci-static.dir/util.c.o
ngircd-27
checking for poll... yes
uci-unstable-2023-08-10
[ 66%] Building C object CMakeFiles/uci-static.dir/delta.c.o
ngircd-27
checking for poll.h... yes
checking for sys/devpoll.h... no
uci-unstable-2023-08-10
[ 72%] Building C object CMakeFiles/uci-static.dir/parse.c.o
[ 77%] Building C object CMakeFiles/uci-static.dir/blob.c.o
ngircd-27
checking for epoll_create... yes
checking for kqueue... no
checking for x86_64-unknown-linux-gnufilc0-pkg-config... no
checking for pkg-config... no
checking for libssl libcrypto... no
uci-unstable-2023-08-10
[ 83%] Linking C shared library libuci.so
ngircd-27
checking for BIO_s_mem in -lcrypto... yes
uci-unstable-2023-08-10
[ 83%] Built target uci
[ 88%] Building C object CMakeFiles/cli.dir/cli.c.o
ngircd-27
checking for SSL_new in -lssl... yes
checking for SSL_new... yes
checking for pam_authenticate in -lpam... yes
checking for pam_authenticate... yes
uci-unstable-2023-08-10
[ 94%] Linking C static library libuci.a
ngircd-27
checking for security/pam_appl.h... yes
uci-unstable-2023-08-10
[ 94%] Built target uci-static
ngircd-27
checking for iconv_open in -liconv... yes
checking for iconv_open... yes
checking for getaddrinfo... (cached) yes
checking for getnameinfo... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating contrib/Debian/Makefile
config.status: creating contrib/Makefile
config.status: creating doc/Makefile
config.status: creating doc/src/Makefile
config.status: creating man/Makefile
config.status: creating src/ipaddr/Makefile
config.status: creating src/Makefile
config.status: creating src/ngircd/Makefile
config.status: creating src/portab/Makefile
config.status: creating src/testsuite/Makefile
config.status: creating src/tool/Makefile
config.status: creating src/config.h
config.status: executing depfiles commands
ngIRCd 27 has been configured with the following options:
Host: x86_64-unknown-linux-gnufilc0
Compiler: clang
Compiler flags: -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wno-format-truncation -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"'
Libraries: -liconv -lpam -lssl -lcrypto -lz
'ngircd' binary: /nix/store/lf0avqjv0839nbbn54jql0c6vjc14cqb-ngircd-x86_64-unknown-linux-gnufilc0-27/sbin
Configuration file: /nix/store/lf0avqjv0839nbbn54jql0c6vjc14cqb-ngircd-x86_64-unknown-linux-gnufilc0-27/etc
Manual pages: /nix/store/lf0avqjv0839nbbn54jql0c6vjc14cqb-ngircd-x86_64-unknown-linux-gnufilc0-27/share/man
Documentation: /nix/store/lf0avqjv0839nbbn54jql0c6vjc14cqb-ngircd-x86_64-unknown-linux-gnufilc0-27/share/doc/ngircd
Syslog support: yes Enable debug code: no
zlib compression: yes IRC sniffer: no
Use TCP Wrappers: no Strict RFC mode: no
IDENT support: no IRC+ protocol: yes
IPv6 protocol: yes I/O backend: epoll(), select()
PAM support: yes SSL support: openssl
libiconv support: yes
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
Making all in doc
make[1]: Entering directory '/build/ngircd-27/doc'
Making all in src
make[2]: Entering directory '/build/ngircd-27/doc/src'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/ngircd-27/doc/src'
make[2]: Entering directory '/build/ngircd-27/doc'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/build/ngircd-27/doc'
GEN sample-ngircd.conf
make[1]: Leaving directory '/build/ngircd-27/doc'
Making all in src
make[1]: Entering directory '/build/ngircd-27/src'
make all-recursive
make[2]: Entering directory '/build/ngircd-27/src'
Making all in portab
make[3]: Entering directory '/build/ngircd-27/src/portab'
CC strdup.o
uci-unstable-2023-08-10
[100%] Linking C executable uci
ngircd-27
CC strlcpy.o
CC strndup.o
uci-unstable-2023-08-10
[100%] Built target cli
→ installPhase
install flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
ngircd-27
CC strtok_r.o
uci-unstable-2023-08-10
[ 11%] Built target ucimap
ngircd-27
CC vsnprintf.o
uci-unstable-2023-08-10
[ 50%] Built target uci-static
[ 88%] Built target uci
[100%] Built target cli
Install the project...
ngircd-27
CC waitpid.o
uci-unstable-2023-08-10
-- Install configuration: "Release"
-- Installing: /nix/store/j07mikajsh5wpaky2z03g04r7dc4gw0d-uci-x86_64-unknown-linux-gnufilc0-unstable-2023-08-10/include/uci.h
-- Installing: /nix/store/j07mikajsh5wpaky2z03g04r7dc4gw0d-uci-x86_64-unknown-linux-gnufilc0-unstable-2023-08-10/include/uci_config.h
-- Installing: /nix/store/j07mikajsh5wpaky2z03g04r7dc4gw0d-uci-x86_64-unknown-linux-gnufilc0-unstable-2023-08-10/include/uci_blob.h
-- Installing: /nix/store/j07mikajsh5wpaky2z03g04r7dc4gw0d-uci-x86_64-unknown-linux-gnufilc0-unstable-2023-08-10/include/ucimap.h
-- Installing: /nix/store/j07mikajsh5wpaky2z03g04r7dc4gw0d-uci-x86_64-unknown-linux-gnufilc0-unstable-2023-08-10/lib/libuci.so
-- Installing: /nix/store/j07mikajsh5wpaky2z03g04r7dc4gw0d-uci-x86_64-unknown-linux-gnufilc0-unstable-2023-08-10/bin/uci
-- Set non-toolchain portion of runtime path of "/nix/store/j07mikajsh5wpaky2z03g04r7dc4gw0d-uci-x86_64-unknown-linux-gnufilc0-unstable-2023-08-10/bin/uci" to ""
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/j07mikajsh5wpaky2z03g04r7dc4gw0d-uci-x86_64-unknown-linux-gnufilc0-unstable-2023-08-10
shrinking /nix/store/j07mikajsh5wpaky2z03g04r7dc4gw0d-uci-x86_64-unknown-linux-gnufilc0-unstable-2023-08-10/lib/libuci.so
shrinking /nix/store/j07mikajsh5wpaky2z03g04r7dc4gw0d-uci-x86_64-unknown-linux-gnufilc0-unstable-2023-08-10/bin/uci
checking for references to /build/ in /nix/store/j07mikajsh5wpaky2z03g04r7dc4gw0d-uci-x86_64-unknown-linux-gnufilc0-unstable-2023-08-10...
ngircd-27
AR libngportab.a
ar: `u' modifier ignored since `D' is the default (see `U')
uci-unstable-2023-08-10
patching script interpreter paths in /nix/store/j07mikajsh5wpaky2z03g04r7dc4gw0d-uci-x86_64-unknown-linux-gnufilc0-unstable-2023-08-10
ngircd-27
make[3]: Leaving directory '/build/ngircd-27/src/portab'
Making all in tool
uci-unstable-2023-08-10
stripping (with command strip and flags -S -p) in /nix/store/j07mikajsh5wpaky2z03g04r7dc4gw0d-uci-x86_64-unknown-linux-gnufilc0-unstable-2023-08-10/lib /nix/store/j07mikajsh5wpaky2z03g04r7dc4gw0d-uci-x86_64-unknown-linux-gnufilc0-unstable-2023-08-10/bin
ngircd-27
make[3]: Entering directory '/build/ngircd-27/src/tool'
CC tool.o
ucode-0.0.20231102
Build started
→ unpackPhase
unpacking source archive /nix/store/326agrsymgpl0cds1ilqm1hrf8j95qaz-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
fixing cmake files...
ngircd-27
AR libngtool.a
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/build/ngircd-27/src/tool'
Making all in ipaddr
make[3]: Entering directory '/build/ngircd-27/src/ipaddr'
CC ng_ipaddr.o
ucode-0.0.20231102
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/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/share/doc/ucode -DCMAKE_INSTALL_INFODIR=/nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/include -DCMAKE_INSTALL_SBINDIR=/nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/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/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102 -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env
-- The C compiler identification is Clang 20.1.8
ngircd-27
AR libngipaddr.a
ucode-0.0.20231102
-- Detecting C compiler ABI info
ngircd-27
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/build/ngircd-27/src/ipaddr'
Making all in ngircd
make[3]: Entering directory '/build/ngircd-27/src/ngircd'
CC ngircd.o
ucode-0.0.20231102
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- 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 'json-c'
-- Found json-c, version 0.18
-- Looking for dlopen
-- Looking for dlopen - found
-- Looking for fmod
-- Looking for fmod - not found
-- Looking for json_tokener_get_parse_end
-- Looking for json_tokener_get_parse_end - found
-- Looking for json_object_new_array_ext
-- Looking for json_object_new_array_ext - found
-- Looking for json_object_new_uint64
-- Looking for json_object_new_uint64 - found
-- Looking for ceil
ngircd-27
CC array.o
ucode-0.0.20231102
-- Looking for ceil - not found
-- Looking for res_mkquery
-- Looking for res_mkquery - found
-- Looking for ns_initparse
ngircd-27
CC channel.o
ucode-0.0.20231102
-- Looking for ns_initparse - not found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Looking for frexp
-- Looking for frexp - found
-- Configuring done (1.1s)
-- 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_FIND_USE_PACKAGE_REGISTRY
CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY
CMAKE_INSTALL_BINDIR
CMAKE_INSTALL_DOCDIR
CMAKE_INSTALL_INCLUDEDIR
CMAKE_INSTALL_INFODIR
CMAKE_INSTALL_LIBDIR
CMAKE_INSTALL_LIBEXECDIR
CMAKE_INSTALL_LOCALEDIR
CMAKE_INSTALL_MANDIR
CMAKE_INSTALL_SBINDIR
CMAKE_POLICY_DEFAULT_CMP0025
-- Build files have been written to: /build/source/build
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
[ 5%] Building C object CMakeFiles/fs_lib.dir/lib/fs.c.o
[ 5%] Building C object CMakeFiles/resolv_lib.dir/lib/resolv.c.o
[ 8%] Building C object CMakeFiles/libucode.dir/lexer.c.o
[ 10%] Building C object CMakeFiles/debug_lib.dir/lib/debug.c.o
[ 13%] Building C object CMakeFiles/struct_lib.dir/lib/struct.c.o
[ 16%] Building C object CMakeFiles/math_lib.dir/lib/math.c.o
[ 18%] Linking C shared module math.so
[ 18%] Built target math_lib
[ 21%] Building C object CMakeFiles/log_lib.dir/lib/log.c.o
ngircd-27
CC class.o
ucode-0.0.20231102
[ 24%] Linking C shared module log.so
[ 24%] Built target log_lib
[ 27%] Building C object CMakeFiles/libucode.dir/lib.c.o
ngircd-27
CC client.o
ucode-0.0.20231102
[ 29%] Linking C shared module resolv.so
[ 29%] Built target resolv_lib
[ 32%] Building C object CMakeFiles/libucode.dir/vm.c.o
[ 35%] Linking C shared module debug.so
[ 35%] Built target debug_lib
[ 37%] Linking C shared module struct.so
[ 37%] Built target utpl
[ 40%] Linking C shared module fs.so
[ 40%] Built target ucc
[ 40%] Built target struct_lib
[ 43%] Building C object CMakeFiles/libucode.dir/chunk.c.o
[ 45%] Building C object CMakeFiles/libucode.dir/vallist.c.o
[ 45%] Built target fs_lib
[ 48%] Building C object CMakeFiles/libucode.dir/compiler.c.o
[ 51%] Building C object CMakeFiles/libucode.dir/source.c.o
[ 54%] Building C object CMakeFiles/libucode.dir/types.c.o
[ 56%] Building C object CMakeFiles/libucode.dir/program.c.o
[ 59%] Building C object CMakeFiles/libucode.dir/platform.c.o
ngircd-27
CC client-cap.o
CC conf.o
ucode-0.0.20231102
[ 62%] Linking C shared library libucode.so
[ 62%] Built target libucode
[ 70%] Building C object examples/CMakeFiles/execute-file.dir/execute-file.c.o
[ 70%] Building C object examples/CMakeFiles/exception-handler.dir/exception-handler.c.o
[ 70%] Building C object CMakeFiles/ucode.dir/main.c.o
[ 72%] Building C object examples/CMakeFiles/state-reset.dir/state-reset.c.o
[ 75%] Building C object examples/CMakeFiles/execute-string.dir/execute-string.c.o
[ 78%] Building C object examples/CMakeFiles/native-function.dir/native-function.c.o
[ 81%] Linking C executable state-reset
[ 83%] Linking C executable exception-handler
[ 86%] Linking C executable execute-string
[ 89%] Linking C executable native-function
[ 89%] Built target state-reset
[ 89%] Built target exception-handler
[ 89%] Built target execute-string
[ 91%] Linking C executable execute-file
[ 94%] Building C object examples/CMakeFiles/state-reuse.dir/state-reuse.c.o
[ 94%] Built target native-function
[ 94%] Built target execute-file
[ 97%] Linking C executable state-reuse
[ 97%] Built target state-reuse
ngircd-27
CC conn.o
ucode-0.0.20231102
[100%] Linking C executable ucode
[100%] Built target ucode
→ installPhase
install flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
[ 5%] Built target math_lib
[ 10%] Built target debug_lib
[ 16%] Built target resolv_lib
[ 21%] Built target fs_lib
[ 51%] Built target libucode
[ 56%] Built target struct_lib
[ 62%] Built target log_lib
[ 62%] Built target utpl
[ 67%] Built target ucode
[ 70%] Built target ucc
[ 72%] Built target exception-handler
[ 78%] Built target execute-file
[ 83%] Built target execute-string
[ 89%] Built target native-function
[ 94%] Built target state-reset
[100%] Built target state-reuse
Install the project...
-- Install configuration: "Release"
-- Installing: /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/bin/ucode
-- Set non-toolchain portion of runtime path of "/nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/bin/ucode" to ""
-- Installing: /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/lib/libucode.so.0
-- Installing: /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/lib/libucode.so
-- Installing: /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/lib/ucode/debug.so
-- Installing: /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/lib/ucode/fs.so
-- Installing: /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/lib/ucode/math.so
-- Installing: /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/lib/ucode/resolv.so
-- Installing: /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/lib/ucode/struct.so
-- Installing: /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/lib/ucode/log.so
-- Installing: /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/bin/utpl
-- Installing: /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/bin/ucc
-- Installing: /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/include/ucode/chunk.h
-- Installing: /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/include/ucode/compiler.h
-- Installing: /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/include/ucode/lexer.h
-- Installing: /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/include/ucode/lib.h
-- Installing: /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/include/ucode/module.h
-- Installing: /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/include/ucode/platform.h
-- Installing: /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/include/ucode/program.h
-- Installing: /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/include/ucode/source.h
-- Installing: /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/include/ucode/types.h
-- Installing: /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/include/ucode/util.h
-- Installing: /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/include/ucode/vallist.h
-- Installing: /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/include/ucode/vm.h
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102
shrinking /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/bin/ucode
shrinking /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/lib/libucode.so.0
shrinking /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/lib/ucode/debug.so
shrinking /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/lib/ucode/fs.so
shrinking /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/lib/ucode/math.so
shrinking /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/lib/ucode/resolv.so
shrinking /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/lib/ucode/struct.so
shrinking /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/lib/ucode/log.so
checking for references to /build/ in /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102...
patching script interpreter paths in /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102
stripping (with command strip and flags -S -p) in /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/lib /nix/store/1bbixxf904b7q68y3kcs4pqsc4wslml7-ucode-x86_64-unknown-linux-gnufilc0-0.0.20231102/bin
udebug-unstable-2023-12-06
Build started
→ unpackPhase
unpacking source archive /nix/store/7lsmnc3n7rgdm16zw3928lzdr7mazq64-udebug-6d3f51f
source root is udebug-6d3f51f
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
fixing cmake files...
cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06/share/doc/udebugd -DCMAKE_INSTALL_INFODIR=/nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06/include -DCMAKE_INSTALL_SBINDIR=/nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06/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/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06 -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
-- The C compiler identification is Clang 20.1.8
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done (0.2s)
-- 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_FIND_USE_PACKAGE_REGISTRY
CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY
CMAKE_INSTALL_BINDIR
CMAKE_INSTALL_DOCDIR
CMAKE_INSTALL_INCLUDEDIR
CMAKE_INSTALL_INFODIR
CMAKE_INSTALL_LIBDIR
CMAKE_INSTALL_LIBEXECDIR
CMAKE_INSTALL_LOCALEDIR
CMAKE_INSTALL_MANDIR
CMAKE_INSTALL_SBINDIR
CMAKE_POLICY_DEFAULT_CMP0025
-- Build files have been written to: /build/udebug-6d3f51f/build
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
[ 10%] Building C object CMakeFiles/udebug.dir/lib.c.o
[ 20%] Building C object CMakeFiles/udebug.dir/lib-pcap.c.o
[ 30%] Linking C shared library libudebug.so
[ 30%] Built target udebug
[ 40%] Building C object CMakeFiles/ucode_lib.dir/lib-ucode.c.o
[ 50%] Building C object CMakeFiles/udebugd.dir/main.c.o
[ 60%] Building C object CMakeFiles/udebugd.dir/ring.c.o
[ 70%] Building C object CMakeFiles/udebugd.dir/ubus.c.o
[ 80%] Building C object CMakeFiles/udebugd.dir/client.c.o
[ 90%] Linking C executable udebugd
[ 90%] Built target udebugd
ngircd-27
CC conn-encoding.o
udebug-unstable-2023-12-06
[100%] Linking C shared module udebug.so
ngircd-27
CC conn-func.o
udebug-unstable-2023-12-06
[100%] Built target ucode_lib
→ installPhase
install flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
[ 30%] Built target udebug
[ 50%] Built target ucode_lib
[100%] Built target udebugd
Install the project...
-- Install configuration: "Release"
-- Installing: /nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06/include/udebug.h
-- Installing: /nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06/include/udebug-pcap.h
-- Installing: /nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06/sbin/udebug-cli
-- Installing: /nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06/sbin/udebugd
-- Set non-toolchain portion of runtime path of "/nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06/sbin/udebugd" to ""
-- Installing: /nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06/lib/libudebug.so
-- Installing: /nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06/lib/ucode/udebug.so
-- Set non-toolchain portion of runtime path of "/nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06/lib/ucode/udebug.so" to ""
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06
shrinking /nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06/sbin/udebugd
shrinking /nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06/lib/libudebug.so
shrinking /nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06/lib/ucode/udebug.so
checking for references to /build/ in /nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06...
moving /nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06/sbin/* to /nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06/bin
patching script interpreter paths in /nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06
stripping (with command strip and flags -S -p) in /nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06/lib /nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06/bin /nix/store/y2g2br1linm6bxqqa02mghhc5vfiyzqq-udebug-x86_64-unknown-linux-gnufilc0-unstable-2023-12-06/sbin
netifd-unstable-2023-11-27
Build started
→ unpackPhase
unpacking source archive /nix/store/6nafcwwshv47vdfqvvzmbvl798bramp7-netifd-02bc2e1
source root is netifd-02bc2e1
→ patchPhase
ngircd-27
CC conn-ssl.o
netifd-unstable-2023-11-27
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
fixing cmake files...
cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/7igsjgcrdy3i3n55iyz6rrphi14v5hxw-netifd-x86_64-unknown-linux-gnufilc0-unstable-2023-11-27/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/7igsjgcrdy3i3n55iyz6rrphi14v5hxw-netifd-x86_64-unknown-linux-gnufilc0-unstable-2023-11-27/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/7igsjgcrdy3i3n55iyz6rrphi14v5hxw-netifd-x86_64-unknown-linux-gnufilc0-unstable-2023-11-27/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/7igsjgcrdy3i3n55iyz6rrphi14v5hxw-netifd-x86_64-unknown-linux-gnufilc0-unstable-2023-11-27/share/doc/netifd -DCMAKE_INSTALL_INFODIR=/nix/store/7igsjgcrdy3i3n55iyz6rrphi14v5hxw-netifd-x86_64-unknown-linux-gnufilc0-unstable-2023-11-27/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/7igsjgcrdy3i3n55iyz6rrphi14v5hxw-netifd-x86_64-unknown-linux-gnufilc0-unstable-2023-11-27/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/7igsjgcrdy3i3n55iyz6rrphi14v5hxw-netifd-x86_64-unknown-linux-gnufilc0-unstable-2023-11-27/include -DCMAKE_INSTALL_SBINDIR=/nix/store/7igsjgcrdy3i3n55iyz6rrphi14v5hxw-netifd-x86_64-unknown-linux-gnufilc0-unstable-2023-11-27/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/7igsjgcrdy3i3n55iyz6rrphi14v5hxw-netifd-x86_64-unknown-linux-gnufilc0-unstable-2023-11-27/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/7igsjgcrdy3i3n55iyz6rrphi14v5hxw-netifd-x86_64-unknown-linux-gnufilc0-unstable-2023-11-27/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/7igsjgcrdy3i3n55iyz6rrphi14v5hxw-netifd-x86_64-unknown-linux-gnufilc0-unstable-2023-11-27 -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
-- The C compiler identification is Clang 20.1.8
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- 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 HAS_IMPLICIT_FALLTHROUGH
-- Performing Test HAS_IMPLICIT_FALLTHROUGH - Success
-- 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 one of the modules 'libnl-3.0;libnl-3;libnl;nl-3;nl'
-- Configuring done (0.3s)
-- 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_FIND_USE_PACKAGE_REGISTRY
CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY
CMAKE_INSTALL_BINDIR
CMAKE_INSTALL_DOCDIR
CMAKE_INSTALL_INCLUDEDIR
CMAKE_INSTALL_INFODIR
CMAKE_INSTALL_LIBDIR
CMAKE_INSTALL_LIBEXECDIR
CMAKE_INSTALL_LOCALEDIR
CMAKE_INSTALL_MANDIR
CMAKE_INSTALL_SBINDIR
-- Build files have been written to: /build/netifd-02bc2e1/build
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
[ 3%] Generating ethtool-modes.h
[ 3%] Built target ethtool-modes-h
[ 7%] Building C object CMakeFiles/netifd.dir/main.c.o
[ 11%] Building C object CMakeFiles/netifd.dir/utils.c.o
[ 14%] Building C object CMakeFiles/netifd.dir/tunnel.c.o
[ 18%] Building C object CMakeFiles/netifd.dir/interface.c.o
[ 22%] Building C object CMakeFiles/netifd.dir/system.c.o
[ 25%] Building C object CMakeFiles/netifd.dir/handler.c.o
/build/netifd-02bc2e1/main.c:78:29: error: format string is not a string literal [-Werror,-Wformat-nonliteral]
78 | udebug_entry_vprintf(&udb, format, ap);
| ^~~~~~
1 error generated.
make[2]: *** [CMakeFiles/netifd.dir/build.make:79: CMakeFiles/netifd.dir/main.c.o] Error 1
make[2]: *** Waiting for unfinished jobs....
ngircd-27
conn-ssl.c:251:14: warning: 'PEM_read_DHparams' is deprecated [-Wdeprecated-declarations]
251 | dh_params = PEM_read_DHparams(fp, NULL, NULL, NULL);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/pem.h:479:21: note: 'PEM_read_DHparams' has been explicitly marked deprecated here
479 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DHparams, DH)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
conn-ssl.c:617:3: warning: 'DH_free' is deprecated [-Wdeprecated-declarations]
617 | DH_free(dh_params);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/dh.h:211:1: note: 'DH_free' has been explicitly marked deprecated here
211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
2 warnings generated.
CC conn-zip.o
CC hash.o
CC io.o
CC irc.o
netifd-unstable-2023-11-27
make[1]: *** [CMakeFiles/Makefile2:120: CMakeFiles/netifd.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
ngircd-27
CC irc-cap.o
CC irc-channel.o
CC irc-encoding.o
CC irc-info.o
CC irc-login.o
CC irc-metadata.o
CC irc-mode.o
CC irc-op.o
CC irc-oper.o
CC irc-server.o
CC irc-write.o
CC lists.o
CC log.o
CC login.o
CC match.o
CC numeric.o
CC op.o
CC pam.o
CC parse.o
CC proc.o
CC resolve.o
CC sighandlers.o
CCLD ngircd
make[3]: Leaving directory '/build/ngircd-27/src/ngircd'
Making all in testsuite
make[3]: Entering directory '/build/ngircd-27/src/testsuite'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/ngircd-27/src/testsuite'
make[3]: Entering directory '/build/ngircd-27/src'
make[3]: Leaving directory '/build/ngircd-27/src'
make[2]: Leaving directory '/build/ngircd-27/src'
make[1]: Leaving directory '/build/ngircd-27/src'
Making all in man
make[1]: Entering directory '/build/ngircd-27/man'
GEN ngircd.conf.5
GEN ngircd.8
make[1]: Leaving directory '/build/ngircd-27/man'
Making all in contrib
make[1]: Entering directory '/build/ngircd-27/contrib'
Making all in Debian
make[2]: Entering directory '/build/ngircd-27/contrib/Debian'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/ngircd-27/contrib/Debian'
make[2]: Entering directory '/build/ngircd-27/contrib'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/build/ngircd-27/contrib'
make[1]: Leaving directory '/build/ngircd-27/contrib'
make[1]: Entering directory '/build/ngircd-27'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/build/ngircd-27'
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
Making install in doc
make[1]: Entering directory '/build/ngircd-27/doc'
Making install in src
make[2]: Entering directory '/build/ngircd-27/doc/src'
make[3]: Entering directory '/build/ngircd-27/doc/src'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/ngircd-27/doc/src'
make[2]: Leaving directory '/build/ngircd-27/doc/src'
make[2]: Entering directory '/build/ngircd-27/doc'
make[3]: Entering directory '/build/ngircd-27/doc'
make[3]: Nothing to be done for 'install-exec-am'.
make install-data-hook
make[4]: Entering directory '/build/ngircd-27/doc'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p -m 755 /nix/store/lf0avqjv0839nbbn54jql0c6vjc14cqb-ngircd-x86_64-unknown-linux-gnufilc0-27/etc
make[5]: Entering directory '/build/ngircd-27/doc'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 600 -c sample-ngircd.conf /nix/store/lf0avqjv0839nbbn54jql0c6vjc14cqb-ngircd-x86_64-unknown-linux-gnufilc0-27/etc/ngircd.conf
** NOTE: Installed sample configuration file:
** "/nix/store/lf0avqjv0839nbbn54jql0c6vjc14cqb-ngircd-x86_64-unknown-linux-gnufilc0-27/etc/ngircd.conf"
make[5]: Leaving directory '/build/ngircd-27/doc'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p -m 755 /nix/store/lf0avqjv0839nbbn54jql0c6vjc14cqb-ngircd-x86_64-unknown-linux-gnufilc0-27/share/doc/ngircd
for f in Bopm.txt Capabilities.txt Commands.txt Container.md Contributing.txt FAQ.md HowToRelease.txt Modes.txt PAM.txt Platforms.txt Protocol.txt README-AUX.txt README-BeOS.txt README-Interix.txt RFC.txt Services.txt SSL.md ../AUTHORS.md ../COPYING ../ChangeLog ../INSTALL.md ../NEWS ../README.md; do \
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 -c ./$f /nix/store/lf0avqjv0839nbbn54jql0c6vjc14cqb-ngircd-x86_64-unknown-linux-gnufilc0-27/share/doc/ngircd/; \
done
for f in sample-ngircd.conf; do \
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 -c $f /nix/store/lf0avqjv0839nbbn54jql0c6vjc14cqb-ngircd-x86_64-unknown-linux-gnufilc0-27/share/doc/ngircd/; \
done
make[4]: Leaving directory '/build/ngircd-27/doc'
make[3]: Leaving directory '/build/ngircd-27/doc'
make[2]: Leaving directory '/build/ngircd-27/doc'
make[1]: Leaving directory '/build/ngircd-27/doc'
Making install in src
make[1]: Entering directory '/build/ngircd-27/src'
Making install in portab
make[2]: Entering directory '/build/ngircd-27/src/portab'
make[3]: Entering directory '/build/ngircd-27/src/portab'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/ngircd-27/src/portab'
make[2]: Leaving directory '/build/ngircd-27/src/portab'
Making install in tool
make[2]: Entering directory '/build/ngircd-27/src/tool'
make[3]: Entering directory '/build/ngircd-27/src/tool'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/ngircd-27/src/tool'
make[2]: Leaving directory '/build/ngircd-27/src/tool'
Making install in ipaddr
make[2]: Entering directory '/build/ngircd-27/src/ipaddr'
make[3]: Entering directory '/build/ngircd-27/src/ipaddr'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/ngircd-27/src/ipaddr'
make[2]: Leaving directory '/build/ngircd-27/src/ipaddr'
Making install in ngircd
make[2]: Entering directory '/build/ngircd-27/src/ngircd'
make[3]: Entering directory '/build/ngircd-27/src/ngircd'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/lf0avqjv0839nbbn54jql0c6vjc14cqb-ngircd-x86_64-unknown-linux-gnufilc0-27/sbin'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c ngircd '/nix/store/lf0avqjv0839nbbn54jql0c6vjc14cqb-ngircd-x86_64-unknown-linux-gnufilc0-27/sbin'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/ngircd-27/src/ngircd'
make[2]: Leaving directory '/build/ngircd-27/src/ngircd'
Making install in testsuite
make[2]: Entering directory '/build/ngircd-27/src/testsuite'
make[3]: Entering directory '/build/ngircd-27/src/testsuite'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/ngircd-27/src/testsuite'
make[2]: Leaving directory '/build/ngircd-27/src/testsuite'
make[2]: Entering directory '/build/ngircd-27/src'
make[3]: Entering directory '/build/ngircd-27/src'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/ngircd-27/src'
make[2]: Leaving directory '/build/ngircd-27/src'
make[1]: Leaving directory '/build/ngircd-27/src'
Making install in man
make[1]: Entering directory '/build/ngircd-27/man'
make[2]: Entering directory '/build/ngircd-27/man'
make[2]: Nothing to be done for 'install-exec-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/lf0avqjv0839nbbn54jql0c6vjc14cqb-ngircd-x86_64-unknown-linux-gnufilc0-27/share/man/man5'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ngircd.conf.5 '/nix/store/lf0avqjv0839nbbn54jql0c6vjc14cqb-ngircd-x86_64-unknown-linux-gnufilc0-27/share/man/man5'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/lf0avqjv0839nbbn54jql0c6vjc14cqb-ngircd-x86_64-unknown-linux-gnufilc0-27/share/man/man8'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ngircd.8 '/nix/store/lf0avqjv0839nbbn54jql0c6vjc14cqb-ngircd-x86_64-unknown-linux-gnufilc0-27/share/man/man8'
make[2]: Leaving directory '/build/ngircd-27/man'
make[1]: Leaving directory '/build/ngircd-27/man'
Making install in contrib
make[1]: Entering directory '/build/ngircd-27/contrib'
Making install in Debian
make[2]: Entering directory '/build/ngircd-27/contrib/Debian'
make[3]: Entering directory '/build/ngircd-27/contrib/Debian'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/ngircd-27/contrib/Debian'
make[2]: Leaving directory '/build/ngircd-27/contrib/Debian'
make[2]: Entering directory '/build/ngircd-27/contrib'
make[3]: Entering directory '/build/ngircd-27/contrib'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/ngircd-27/contrib'
make[2]: Leaving directory '/build/ngircd-27/contrib'
make[1]: Leaving directory '/build/ngircd-27/contrib'
make[1]: Entering directory '/build/ngircd-27'
make[2]: Entering directory '/build/ngircd-27'
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/ngircd-27'
make[1]: Leaving directory '/build/ngircd-27'
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/lf0avqjv0839nbbn54jql0c6vjc14cqb-ngircd-x86_64-unknown-linux-gnufilc0-27
shrinking /nix/store/lf0avqjv0839nbbn54jql0c6vjc14cqb-ngircd-x86_64-unknown-linux-gnufilc0-27/sbin/ngircd
checking for references to /build/ in /nix/store/lf0avqjv0839nbbn54jql0c6vjc14cqb-ngircd-x86_64-unknown-linux-gnufilc0-27...
gzipping man pages under /nix/store/lf0avqjv0839nbbn54jql0c6vjc14cqb-ngircd-x86_64-unknown-linux-gnufilc0-27/share/man/
moving /nix/store/lf0avqjv0839nbbn54jql0c6vjc14cqb-ngircd-x86_64-unknown-linux-gnufilc0-27/sbin/* to /nix/store/lf0avqjv0839nbbn54jql0c6vjc14cqb-ngircd-x86_64-unknown-linux-gnufilc0-27/bin
patching script interpreter paths in /nix/store/lf0avqjv0839nbbn54jql0c6vjc14cqb-ngircd-x86_64-unknown-linux-gnufilc0-27
stripping (with command strip and flags -S -p) in /nix/store/lf0avqjv0839nbbn54jql0c6vjc14cqb-ngircd-x86_64-unknown-linux-gnufilc0-27/bin /nix/store/lf0avqjv0839nbbn54jql0c6vjc14cqb-ngircd-x86_64-unknown-linux-gnufilc0-27/sbin
neargye-semver-0.3.1
error: Cannot build '/nix/store/vyl0byy35vv6x58yy0pand843hc65xkd-neargye-semver-x86_64-unknown-linux-gnufilc0-0.3.1.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/w15dyrxi6la3vqmcsqpgqfx35avzr3ld-neargye-semver-x86_64-unknown-linux-gnufilc0-0.3.1
Last 25 log lines:
> build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
> [ 25%] Building CXX object example/CMakeFiles/range_example.dir/range_example.cpp.o
> [ 25%] Building CXX object example/CMakeFiles/basic_example.dir/basic_example.cpp.o
> [ 37%] Building CXX object test/CMakeFiles/semver-cpp20.t.dir/test.cpp.o
> [ 50%] Building CXX object test/CMakeFiles/semver-cpp17.t.dir/test.cpp.o
> [ 62%] Linking CXX executable range_example
> [ 62%] Built target range_example
> [ 75%] Linking CXX executable basic_example
> [ 75%] Built target basic_example
> [ 87%] Linking CXX executable semver-cpp17.t
> /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang++ -O3 -DNDEBUG "CMakeFiles/semver-cpp17.t.dir/test.cpp.o" -o semver-cpp17.t
> CMakeFiles/semver-cpp17.t.dir/test.cpp.o:test.cpp:function pizlonatedFI4792_nextafter:(.text+0x2a6326): error: undefined reference to 'pizlonated_nextafter'
> CMakeFiles/semver-cpp17.t.dir/test.cpp.o:test.cpp:function pizlonatedFI3195_nextafterf:(.text+0x2a6417): error: undefined reference to 'pizlonated_nextafterf'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [test/CMakeFiles/semver-cpp17.t.dir/build.make:103: test/semver-cpp17.t] Error 1
> make[1]: *** [CMakeFiles/Makefile2:199: test/CMakeFiles/semver-cpp17.t.dir/all] Error 2
> make[1]: *** Waiting for unfinished jobs....
> [100%] Linking CXX executable semver-cpp20.t
> /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang++ -O3 -DNDEBUG "CMakeFiles/semver-cpp20.t.dir/test.cpp.o" -o semver-cpp20.t
> CMakeFiles/semver-cpp20.t.dir/test.cpp.o:test.cpp:function pizlonatedFI4792_nextafter:(.text+0x2d5226): error: undefined reference to 'pizlonated_nextafter'
> CMakeFiles/semver-cpp20.t.dir/test.cpp.o:test.cpp:function pizlonatedFI3195_nextafterf:(.text+0x2d5317): error: undefined reference to 'pizlonated_nextafterf'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [test/CMakeFiles/semver-cpp20.t.dir/build.make:103: test/semver-cpp20.t] Error 1
> make[1]: *** [CMakeFiles/Makefile2:231: test/CMakeFiles/semver-cpp20.t.dir/all] Error 2
> make: *** [Makefile:146: all] Error 2
For full logs, run:
nix log /nix/store/vyl0byy35vv6x58yy0pand843hc65xkd-neargye-semver-x86_64-unknown-linux-gnufilc0-0.3.1.drvnelua-0-unstable-2024-12-14
error: Cannot build '/nix/store/57snpxy4ayj4s2jgj8j2719plkldxkzn-nelua-x86_64-unknown-linux-gnufilc0-0-unstable-2024-12-14.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/r3pvah102nsph587y4ckj017x3r6cj3i-nelua-x86_64-unknown-linux-gnufilc0-0-unstable-2024-12-14
Last 20 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/27dba6159lkkc5nyfr5n0pq38p5w6bwy-source
> source root is source
> Running phase: patchPhase
> substituteStream() in derivation nelua-x86_64-unknown-linux-gnufilc0-0-unstable-2024-12-14: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'lualib/nelua/version.lua')
> 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\)
> gcc \
> -DMAXRECLEVEL=400 -DLUA_USE_RPMALLOC -DNDEBUG -std=gnu99 -DLUA_USE_LINUX \
> -Isrc/lua \
> -O2 \
> src/hasher.c src/lfs.c src/luainit.c src/onelua.c src/sys.c src/lpeglabel/lplcap.c src/lpeglabel/lplcode.c src/lpeglabel/lplprint.c src/lpeglabel/lpltree.c src/lpeglabel/lplvm.c src/srpmalloc/srpmalloc.c \
> -o nelua-lua \
> -lm -ldl -Wl,-E
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 2: gcc: command not found
> make: *** [Makefile:83: nelua-lua] Error 127
For full logs, run:
nix log /nix/store/57snpxy4ayj4s2jgj8j2719plkldxkzn-nelua-x86_64-unknown-linux-gnufilc0-0-unstable-2024-12-14.drvnetboot-0.10.2
error: Cannot build '/nix/store/4haa5pzj0l7pcy2sigjsslc8in1pdyj7-netboot-x86_64-unknown-linux-gnufilc0-0.10.2.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/3x5zzzzjphkq6xs7y6jm07dlksvp9l42-netboot-x86_64-unknown-linux-gnufilc0-0.10.2
Last 25 log lines:
> Running phase: configurePhase
> Fil-C: adapting libtool symbol probes in configure
> fixing libtool script ./misc/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 --prefix=/nix/store/3x5zzzzjphkq6xs7y6jm07dlksvp9l42-netboot-x86_64-unknown-linux-gnufilc0-0.10.2 --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnufilc0
> checking build system type... x86_64-unknown-linux-gnu
> checking host system type... x86_64-unknown-linux-gnufilc0
> checking for x86_64-unknown-linux-gnufilc0-gcc... clang
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... yes
> checking for suffix of executables...
> 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 accepts -O2... -O2
> checking for C compiler warning flags... -Wall
> checking for library containing strerror... none required
> checking for function prototypes... yes
> checking for an ANSI C-conforming const... yes
> checking for inline... inline
> checking for working volatile... yes
> configure: error: can't configure for cross compilation
For full logs, run:
nix log /nix/store/4haa5pzj0l7pcy2sigjsslc8in1pdyj7-netboot-x86_64-unknown-linux-gnufilc0-0.10.2.drvnetdiscover-0.20
error: Cannot build '/nix/store/ikvkdimsc4h6jmhf0ijmsqpyp2jxg5k8-netdiscover-x86_64-unknown-linux-gnufilc0-0.20.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/y3g8am3pnha31lfz49m9kp4g69l2kc9h-netdiscover-x86_64-unknown-linux-gnufilc0-0.20
Last 25 log lines:
> 30 clang-20 0x0000000000b840d4 main + 100
> 31 libc.so.6 0x00007ffff7c2a47e
> 32 libc.so.6 0x00007ffff7c2a539 __libc_start_main + 137
> 33 clang-20 0x0000000000c74ed5 _start + 37
> clang-20: error: clang frontend command failed with exit code 134 (use -v to see invocation)
> clang version 20.1.8 (Fil-C 0.684)
> Target: x86_64-pc-linux-gnu
> Thread model: posix
> InstalledDir: /nix/store/f7c5s76n67mj1pr39cy7aj0akjy1s4mn-filc0-git/bin
> Build config: +assertions
> clang-20: note: diagnostic msg:
> ********************
>
> PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
> Preprocessed source(s) and associated run script(s) are located at:
> clang-20: note: diagnostic msg: /build/main-e2b3cc.c
> clang-20: note: diagnostic msg: /build/main-e2b3cc.sh
> clang-20: note: diagnostic msg:
>
> ********************
> make[2]: *** [Makefile:409: netdiscover-main.o] Error 1
> make[2]: Leaving directory '/build/source/src'
> make[1]: *** [Makefile:442: all-recursive] Error 1
> make[1]: Leaving directory '/build/source'
> make: *** [Makefile:340: all] Error 2
For full logs, run:
nix log /nix/store/ikvkdimsc4h6jmhf0ijmsqpyp2jxg5k8-netdiscover-x86_64-unknown-linux-gnufilc0-0.20.drvnetevent-20230429
error: Cannot build '/nix/store/b2jig4izj2c2chfz6517r89pjgwhdipj-netevent-x86_64-unknown-linux-gnufilc0-20230429.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/68wlaxai9lxnvmncv58w8c1qxvnwvcix-netevent-x86_64-unknown-linux-gnufilc0-20230429-doc
/nix/store/6lyi3lahnccsdb1f1cd5lc1qbsqn8q85-netevent-x86_64-unknown-linux-gnufilc0-20230429
/nix/store/k8xfhgw7hdj8n95gsa1z83pvfki15d4i-netevent-x86_64-unknown-linux-gnufilc0-20230429-man
Last 25 log lines:
> 10 | #define _LIBCPP___CONCEPTS_CONVERTIBLE_TO_H
> | ^
> In file included from src/main.cpp:13:
> In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/map:577:
> In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__algorithm/equal.h:14:
> In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__algorithm/unwrap_iter.h:13:
> In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__iterator/iterator_traits.h:14:
> In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__concepts/constructible.h:12:
> In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__concepts/convertible_to.h:13:
> /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__type_traits/is_convertible.h:10:9: error: macro name is a reserved identifier [-Werror,-Wreserved-macro-identifier]
> 10 | #define _LIBCPP___TYPE_TRAITS_IS_CONVERTIBLE_H
> | ^
> In file included from src/main.cpp:13:
> In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/map:577:
> In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__algorithm/equal.h:14:
> In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__algorithm/unwrap_iter.h:13:
> In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__iterator/iterator_traits.h:14:
> In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__concepts/constructible.h:12:
> In file included from /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__concepts/convertible_to.h:14:
> /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__utility/declval.h:10:9: error: macro name is a reserved identifier [-Werror,-Wreserved-macro-identifier]
> 10 | #define _LIBCPP___UTILITY_DECLVAL_H
> | ^
> fatal error: too many errors emitted, stopping now [-ferror-limit=]
> 20 errors generated.
> make: *** [Makefile:59: src/main.o] Error 1
For full logs, run:
nix log /nix/store/b2jig4izj2c2chfz6517r89pjgwhdipj-netevent-x86_64-unknown-linux-gnufilc0-20230429.drvnethack-x11-3.6.7
error: Cannot build '/nix/store/3mrqy3kkvil017kxiidfdd9dxwmcm3sc-nethack-x11-x86_64-unknown-linux-gnufilc0-3.6.7.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/p9a1zsaagkfjq9sdby9cyz3262d71g80-nethack-x11-x86_64-unknown-linux-gnufilc0-3.6.7
Last 25 log lines:
> ../include/system.h:358:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent declaration [-Wdeprecated-non-prototype]
> 358 | E unsigned sleep();
> | ^
> /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/unistd.h:464:21: note: conflicting prototype is here
> 464 | extern unsigned int sleep (unsigned int __seconds);
> | ^
> dlb_main.c:17:29: error: unknown type name 'libdir'
> 17 | static void FDECL(grow_ld, (libdir **, int *, int));
> | ^
> dlb_main.c:156:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
> 156 | main(argc, argv)
> | ^
> dlb_main.c:542:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
> 542 | xexit(retcd)
> | ^
> 4 warnings and 1 error generated.
> make[4]: *** [Makefile:418: dlb_main.o] Error 1
> make[4]: Leaving directory '/build/NetHack-3.6.7/util'
> make[3]: *** [Makefile:250: dlb] Error 2
> make[3]: Leaving directory '/build/NetHack-3.6.7'
> make[2]: *** [Makefile:247: check-dlb] Error 2
> make[2]: Leaving directory '/build/NetHack-3.6.7'
> make[1]: *** [Makefile:259: dofiles] Error 2
> make[1]: Leaving directory '/build/NetHack-3.6.7'
> make: *** [Makefile:329: install] Error 2
For full logs, run:
nix log /nix/store/3mrqy3kkvil017kxiidfdd9dxwmcm3sc-nethack-x11-x86_64-unknown-linux-gnufilc0-3.6.7.drvnetifd-unstable-2023-11-27
error: Cannot build '/nix/store/c0x9jhrpfg13310518fykxg93q6ik4j4-netifd-x86_64-unknown-linux-gnufilc0-unstable-2023-11-27.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/7igsjgcrdy3i3n55iyz6rrphi14v5hxw-netifd-x86_64-unknown-linux-gnufilc0-unstable-2023-11-27
Last 25 log lines:
> CMAKE_INSTALL_MANDIR
> CMAKE_INSTALL_SBINDIR
>
>
> -- Build files have been written to: /build/netifd-02bc2e1/build
> cmake: enabled parallel building
> cmake: enabled parallel installing
> Running phase: buildPhase
> build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
> [ 3%] Generating ethtool-modes.h
> [ 3%] Built target ethtool-modes-h
> [ 7%] Building C object CMakeFiles/netifd.dir/main.c.o
> [ 11%] Building C object CMakeFiles/netifd.dir/utils.c.o
> [ 14%] Building C object CMakeFiles/netifd.dir/tunnel.c.o
> [ 18%] Building C object CMakeFiles/netifd.dir/interface.c.o
> [ 22%] Building C object CMakeFiles/netifd.dir/system.c.o
> [ 25%] Building C object CMakeFiles/netifd.dir/handler.c.o
> /build/netifd-02bc2e1/main.c:78:29: error: format string is not a string literal [-Werror,-Wformat-nonliteral]
> 78 | udebug_entry_vprintf(&udb, format, ap);
> | ^~~~~~
> 1 error generated.
> make[2]: *** [CMakeFiles/netifd.dir/build.make:79: CMakeFiles/netifd.dir/main.c.o] Error 1
> make[2]: *** Waiting for unfinished jobs....
> make[1]: *** [CMakeFiles/Makefile2:120: CMakeFiles/netifd.dir/all] Error 2
> make: *** [Makefile:136: all] Error 2
For full logs, run:
nix log /nix/store/c0x9jhrpfg13310518fykxg93q6ik4j4-netifd-x86_64-unknown-linux-gnufilc0-unstable-2023-11-27.drvnetkit-tftp-0.17
error: Cannot build '/nix/store/h72xxg970h4jzw9byx2k6pyxwypxnl8s-netkit-tftp-x86_64-unknown-linux-gnufilc0-0.17.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/j6wx69jq4img3zqbphpp75z32pazg1as-netkit-tftp-x86_64-unknown-linux-gnufilc0-0.17
Last 21 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/c9rwjz9fqdr6gd0kd8dcqgb6jyd92jn6-netkit-tftp_0.17.orig.tar.gz
> source root is netkit-tftp-0.17
> setting SOURCE_DATE_EPOCH to timestamp 965001430 of file "netkit-tftp-0.17/version.h"
> Running phase: patchPhase
> applying patch /nix/store/z5vkrg7k2csph3cin7j7xii29bvc0326-debian_changes_0.17-18.patch
> patching file MRULES
> patching file tftp/main.c
> patching file tftp/tftp.1
> patching file tftp/tftp.c
> patching file tftp/tftpsubs.c
> patching file tftp/tftpsubs.h
> patching file tftpd/tftpd.8
> patching file tftpd/tftpd.c
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> patching script interpreter paths in ./configure
> ./configure: interpreter directive changed from "#!/bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
> configure flags: --prefix=/nix/store/j6wx69jq4img3zqbphpp75z32pazg1as-netkit-tftp-x86_64-unknown-linux-gnufilc0-0.17 --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnufilc0
> Unrecognized option: --build=x86_64-unknown-linux-gnu
For full logs, run:
nix log /nix/store/h72xxg970h4jzw9byx2k6pyxwypxnl8s-netkit-tftp-x86_64-unknown-linux-gnufilc0-0.17.drvnetmask-2.4.4
error: Cannot build '/nix/store/af3s0scg1zfldm04zcz1c5yqhjn3svlv-netmask-x86_64-unknown-linux-gnufilc0-2.4.4.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/gphyh8fpc7njic058myfcpw1ydd95qga-netmask-x86_64-unknown-linux-gnufilc0-2.4.4
Last 25 log lines:
> cd "$am__cwd"; \
> if /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash '/build/source/missing' makeinfo -I . \
> -o netmask.info netmask.texi; \
> then \
> rc=0; \
> CDPATH="${ZSH_VERSION+.}:" && cd .; \
> else \
> rc=$?; \
> CDPATH="${ZSH_VERSION+.}:" && cd . && \
> $restore $backupdir/* `echo "./netmask.info" | sed 's|[^/]*$||'`; \
> fi; \
> rm -rf $backupdir; exit $rc
> /build/source/missing: line 81: makeinfo: command not found
> WARNING: 'makeinfo' is missing on your system.
> You should only need it if you modified a '.texi' file, or
> any other file indirectly affecting the aspect of the manual.
> You might want to install the Texinfo package:
> <https://www.gnu.org/software/texinfo/>
> The spurious makeinfo call might also be the consequence of
> using a buggy 'make' (AIX, DU, IRIX), in which case you might
> want to install GNU make:
> <https://www.gnu.org/software/make/>
> make[1]: *** [Makefile:663: netmask.info] Error 127
> make[1]: Leaving directory '/build/source'
> make: *** [Makefile:533: all] Error 2
For full logs, run:
nix log /nix/store/af3s0scg1zfldm04zcz1c5yqhjn3svlv-netmask-x86_64-unknown-linux-gnufilc0-2.4.4.drvnetproc-0.6.6
error: Cannot build '/nix/store/i3mln7720xhpk40b1j8d092x8hlw9vc1-netproc-x86_64-unknown-linux-gnufilc0-0.6.6.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/hs3k0grml5l33q0wacilsgwdiac46zcv-netproc-x86_64-unknown-linux-gnufilc0-0.6.6
Last 25 log lines:
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: obj/vector.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: obj/domain.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: obj/domain.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: obj/domain.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: obj/get_cpu.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: obj/get_cpu.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: obj/get_cpu.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: obj/queue.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: obj/queue.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: obj/queue.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: obj/resolver.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: obj/resolver.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: obj/resolver.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: obj/service.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: obj/service.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: obj/service.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: obj/sock_util.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: obj/sock_util.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: obj/sock_util.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: obj/thread_pool.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: obj/thread_pool.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: obj/thread_pool.o: not an object or archive
> /nix/store/sn36kmszyx8bbq5fcz8xgwls8wdznj8p-filc-crt-lib/filc_crt.o:function main:(.text.unlikely.+0xb): error: undefined reference to 'pizlonated_main'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make: *** [Makefile:80: bin/netproc] Error 1
For full logs, run:
nix log /nix/store/i3mln7720xhpk40b1j8d092x8hlw9vc1-netproc-x86_64-unknown-linux-gnufilc0-0.6.6.drvnetris-0.52
error: Cannot build '/nix/store/y4jl4lxqdjl5iq6qx0lll09j5fs3dd5f-netris-x86_64-unknown-linux-gnufilc0-0.52.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/vma5wz6rzbqjx4kc32a2lb0dhfhbayk5-netris-x86_64-unknown-linux-gnufilc0-0.52
Last 19 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/dhwml3qpnh38dizrlk2f6jlypwa4c8fr-source
> source root is source
> Running phase: patchPhase
> applying patch /nix/store/yp0740dq7zrm5vwz9j8cdjv7iw6k7rgb-configure-fixes-for-gcc-14.patch
> patching file Configure
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> patching script interpreter paths in ./Configure
> configure flags: --cc cc -O2 --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnufilc0
> Usage: ./Configure [options...]
> -g: Full debugging, no optimization, and full warnings
> -O?: Optimization, no debugging or warnings
> --cc <compiler>: Set the C compiler to use (default "gcc")
> --copt <opt>: Set C optimization flags
> --cextra <opt>: Set extra C flags
> --lextra <opt>: Set extra linker flags
> --curses-hack: Disable scroll-optimization for broken curses
For full logs, run:
nix log /nix/store/y4jl4lxqdjl5iq6qx0lll09j5fs3dd5f-netris-x86_64-unknown-linux-gnufilc0-0.52.drvnetselect-0.4
error: Cannot build '/nix/store/dlhnx5lpscphsvnz27j0f0zkxbkxm67y-netselect-x86_64-unknown-linux-gnufilc0-0.4.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/mqi0mjxj5w4qg10pr2ap5jgyyy34f1r3-netselect-x86_64-unknown-linux-gnufilc0-0.4
Last 14 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/yqjdvy7x9r4za5wd74lxq4svj2imq1jp-source
> source root is source
> Running phase: patchPhase
> substituteStream() in derivation netselect-x86_64-unknown-linux-gnufilc0-0.4: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'netselect-apt')
> 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\)
> gcc -O2 -Wall -I. -g -c -o netselect.o netselect.c
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
> make: *** [<builtin>: netselect.o] Error 127
For full logs, run:
nix log /nix/store/dlhnx5lpscphsvnz27j0f0zkxbkxm67y-netselect-x86_64-unknown-linux-gnufilc0-0.4.drvneural-amp-modeler-lv2-0.1.4
error: Cannot build '/nix/store/m09rb9737d6ilblbpm5wq38wvijm5ny1-neural-amp-modeler-lv2-x86_64-unknown-linux-gnufilc0-0.1.4.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/8pmdbc3vhg4mv17rqi6nl6skgym72chs-neural-amp-modeler-lv2-x86_64-unknown-linux-gnufilc0-0.1.4
Last 25 log lines:
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: CMakeFiles/neural_amp_modeler.dir/__/deps/NeuralAmpModelerCore/NAM/activations.cpp.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: CMakeFiles/neural_amp_modeler.dir/__/deps/NeuralAmpModelerCore/NAM/activations.cpp.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: CMakeFiles/neural_amp_modeler.dir/__/deps/NeuralAmpModelerCore/NAM/lstm.cpp.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: CMakeFiles/neural_amp_modeler.dir/__/deps/NeuralAmpModelerCore/NAM/lstm.cpp.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: CMakeFiles/neural_amp_modeler.dir/__/deps/NeuralAmpModelerCore/NAM/lstm.cpp.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: CMakeFiles/neural_amp_modeler.dir/__/deps/NeuralAmpModelerCore/NAM/dsp.cpp.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: CMakeFiles/neural_amp_modeler.dir/__/deps/NeuralAmpModelerCore/NAM/dsp.cpp.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: CMakeFiles/neural_amp_modeler.dir/__/deps/NeuralAmpModelerCore/NAM/dsp.cpp.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: CMakeFiles/neural_amp_modeler.dir/__/deps/NeuralAmpModelerCore/NAM/get_dsp.cpp.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: CMakeFiles/neural_amp_modeler.dir/__/deps/NeuralAmpModelerCore/NAM/get_dsp.cpp.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: CMakeFiles/neural_amp_modeler.dir/__/deps/NeuralAmpModelerCore/NAM/get_dsp.cpp.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: CMakeFiles/neural_amp_modeler.dir/__/deps/NeuralAmpModelerCore/NAM/util.cpp.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: CMakeFiles/neural_amp_modeler.dir/__/deps/NeuralAmpModelerCore/NAM/util.cpp.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: CMakeFiles/neural_amp_modeler.dir/__/deps/NeuralAmpModelerCore/NAM/util.cpp.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: CMakeFiles/neural_amp_modeler.dir/__/deps/NeuralAmpModelerCore/NAM/wavenet.cpp.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: CMakeFiles/neural_amp_modeler.dir/__/deps/NeuralAmpModelerCore/NAM/wavenet.cpp.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: CMakeFiles/neural_amp_modeler.dir/__/deps/NeuralAmpModelerCore/NAM/wavenet.cpp.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: CMakeFiles/neural_amp_modeler.dir/__/deps/NeuralAmpModelerCore/NAM/convnet.cpp.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: CMakeFiles/neural_amp_modeler.dir/__/deps/NeuralAmpModelerCore/NAM/convnet.cpp.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: CMakeFiles/neural_amp_modeler.dir/__/deps/NeuralAmpModelerCore/NAM/convnet.cpp.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: cannot find -lstdc++fs
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [src/CMakeFiles/neural_amp_modeler.dir/build.make:228: src/neural_amp_modeler.so] Error 1
> make[1]: *** [CMakeFiles/Makefile2:141: src/CMakeFiles/neural_amp_modeler.dir/all] Error 2
> make: *** [Makefile:156: all] Error 2
For full logs, run:
nix log /nix/store/m09rb9737d6ilblbpm5wq38wvijm5ny1-neural-amp-modeler-lv2-x86_64-unknown-linux-gnufilc0-0.1.4.drvnewlisp-10.7.5
error: Cannot build '/nix/store/p46p0vnbs7446i8y6zgqppjvny5c0gmg-newlisp-x86_64-unknown-linux-gnufilc0-10.7.5.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/v1xa2rqa5ffbndwl0pmi74bwfvvaga5v-newlisp-x86_64-unknown-linux-gnufilc0-10.7.5
Last 25 log lines:
> (newlisp) <somewhere>: translateCreateSymbol
> check scheduled at:
> (newlisp) <somewhere>: translateCreateSymbol
> (newlisp) <somewhere>: initialize
> (newlisp) <somewhere>: main
> (libc.so.6666) ../sysdeps/nptl/libc_start_call_main.h:58:16: __libc_start_call_main
> (libc.so.6666) ../csu/libc-start.c:161:3: __libc_start_main
> (libpizlo.so) <runtime>: start_program
> [218] filc panic: thwarted a futile attempt to violate memory safety.
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: 218 Trace/breakpoint trap ./newlisp qa-dot
> filc safety error: cannot read pointer with null object.
> pointer: 0x7fffe2781460,<null>
> expected 8 bytes.
> semantic origin:
> (newlisp) <somewhere>: translateCreateSymbol
> check scheduled at:
> (newlisp) <somewhere>: translateCreateSymbol
> (newlisp) <somewhere>: initialize
> (newlisp) <somewhere>: main
> (libc.so.6666) ../sysdeps/nptl/libc_start_call_main.h:58:16: __libc_start_call_main
> (libc.so.6666) ../csu/libc-start.c:161:3: __libc_start_main
> (libpizlo.so) <runtime>: start_program
> [221] filc panic: thwarted a futile attempt to violate memory safety.
> make[1]: *** [Makefile:149: checkall] Trace/breakpoint trap
> make: *** [Makefile:174: testall] Error 1
For full logs, run:
nix log /nix/store/p46p0vnbs7446i8y6zgqppjvny5c0gmg-newlisp-x86_64-unknown-linux-gnufilc0-10.7.5.drvnfdump-1.7.6
error: Cannot build '/nix/store/d8khbh08vk2fk0hh5bi00nhzikivln7w-nfdump-x86_64-unknown-linux-gnufilc0-1.7.6.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/ahjkxbq2h1fp0p09zrna124ry78g5p5f-nfdump-x86_64-unknown-linux-gnufilc0-1.7.6
Last 25 log lines:
> checking for clang option to produce PIC... -fPIC -DPIC
> checking if clang PIC flag -fPIC -DPIC works... yes
> checking if clang static flag -static works... no
> checking if clang supports -c -o file.o... yes
> checking if clang supports -c -o file.o... (cached) yes
> checking whether the clang linker (ld -m elf_x86_64) supports shared libraries... yes
> checking whether -lc should be explicitly linked in... no
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... no
> checking for bison... bison -y
> checking for flex... flex
> checking for lex output file root... lex.yy
> checking for lex library... none needed
> checking whether yytext is a pointer... yes
> checking pkg-config is at least version 0.9.0... yes
> checking for pcap_create in -lpcap... yes
> checking for pcap_dump_open_append in -lpcap... yes
> checking for pcap.h... yes
> configure: error: in '/build/source':
> configure: error: cannot run test program while cross compiling
> See 'config.log' for more details
For full logs, run:
nix log /nix/store/d8khbh08vk2fk0hh5bi00nhzikivln7w-nfdump-x86_64-unknown-linux-gnufilc0-1.7.6.drvnfstrace-0.4.3.2
error: Cannot build '/nix/store/igscsbvvbm2pgc498sjrk6d4gvj16d8l-nfstrace-x86_64-unknown-linux-gnufilc0-0.4.3.2.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/lv97ydcw6x0i4i4q2imhbl50bg9wg50h-nfstrace-x86_64-unknown-linux-gnufilc0-0.4.3.2
Last 25 log lines:
> [ 80%] Building CXX object CMakeFiles/nfstrace.dir/src/utils/log.cpp.o
> warning: unknown warning option '-Wno-class-memaccess'; did you mean '-Wno-class-varargs'? [-Wunknown-warning-option]
> 1 warning generated.
> [ 82%] Building CXX object CMakeFiles/nfstrace.dir/src/utils/out.cpp.o
> warning: unknown warning option '-Wno-class-memaccess'; did you mean '-Wno-class-varargs'? [-Wunknown-warning-option]
> 1 warning generated.
> [ 83%] Building CXX object CMakeFiles/nfstrace.dir/src/utils/sessions.cpp.o
> warning: unknown warning option '-Wno-class-memaccess'; did you mean '-Wno-class-varargs'? [-Wunknown-warning-option]
> 1 warning generated.
> warning: unknown warning option '-Wno-class-memaccess'; did you mean '-Wno-class-varargs'? [-Wunknown-warning-option]
> 1 warning generated.
> warning: unknown warning option '-Wno-class-memaccess'; did you mean '-Wno-class-varargs'? [-Wunknown-warning-option]
> 1 warning generated.
> warning: unknown warning option '-Wno-class-memaccess'; did you mean '-Wno-class-varargs'? [-Wunknown-warning-option]
> 1 warning generated.
> warning: unknown warning option '-Wno-class-memaccess'; did you mean '-Wno-class-varargs'? [-Wunknown-warning-option]
> 1 warning generated.
> warning: unknown warning option '-Wno-class-memaccess'; did you mean '-Wno-class-varargs'? [-Wunknown-warning-option]
> 1 warning generated.
> [ 85%] Linking CXX executable nfstrace
> CMakeFiles/nfstrace.dir/src/analysis/analysis_manager.cpp.o:analysis_manager.cpp:function pizlonatedFI2529_pthread_spin_init:(.text+0x26f7): error: undefined reference to 'pizlonated_pthread_spin_init'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make[2]: *** [CMakeFiles/nfstrace.dir/build.make:517: nfstrace] Error 1
> make[1]: *** [CMakeFiles/Makefile2:265: CMakeFiles/nfstrace.dir/all] Error 2
> make: *** [Makefile:166: all] Error 2
For full logs, run:
nix log /nix/store/igscsbvvbm2pgc498sjrk6d4gvj16d8l-nfstrace-x86_64-unknown-linux-gnufilc0-0.4.3.2.drvngadmin-unstable-2020-10-05
error: Cannot build '/nix/store/9gnxm4ikrg88fw03zrbk010h3kclrb32-ngadmin-x86_64-unknown-linux-gnufilc0-unstable-2020-10-05.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/zdjfv187jqxz2r5sw9n93xg1i92xj30w-ngadmin-x86_64-unknown-linux-gnufilc0-unstable-2020-10-05
Last 25 log lines:
> checking for arpa/inet.h... yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking for sys/ioctl.h... yes
> checking for termios.h... yes
> checking for unistd.h... (cached) yes
> checking for _Bool... yes
> checking for stdbool.h that conforms to C99 or later... yes
> checking for inline... inline
> checking for size_t... yes
> checking for GNU libc compatible malloc... yes
> checking for inet_ntoa... yes
> checking for memchr... yes
> checking for memset... yes
> checking for socket... yes
> checking for poll... yes
> checking for strcasecmp... yes
> checking for strdup... yes
> checking for strtol... yes
> checking for strtoul... yes
> checking for clock_gettime... yes
> checking for readline in -lreadline... no
> configure: error: in '/build/source':
> configure: error: readline test failed (--without-readline to disable)
> See 'config.log' for more details
For full logs, run:
nix log /nix/store/9gnxm4ikrg88fw03zrbk010h3kclrb32-ngadmin-x86_64-unknown-linux-gnufilc0-unstable-2020-10-05.drvnginx-config-formatter-1.2.3
error: Cannot build '/nix/store/cylm0dnz24wq59rpba22w6r87nzcnfbf-nginx-config-formatter-x86_64-unknown-linux-gnufilc0-1.2.3.drv'.
Reason: builder failed with exit code 127.
Output paths:
/nix/store/5qscg7q28xvim65xqx3b1x6mm07w918g-nginx-config-formatter-x86_64-unknown-linux-gnufilc0-1.2.3
Last 12 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/xb4vajdq24dgr2vw5k8clql710kn4i64-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
> no Makefile or custom buildPhase, doing nothing
> Running phase: checkPhase
> /nix/store/ls4rca5iy2gi4227mkdh0ihjxzcw797l-stdenv-linux/setup: line 1763: python3: command not found
For full logs, run:
nix log /nix/store/cylm0dnz24wq59rpba22w6r87nzcnfbf-nginx-config-formatter-x86_64-unknown-linux-gnufilc0-1.2.3.drvnethack-x11-3.6.7
error: build of '/nix/store/3mrqy3kkvil017kxiidfdd9dxwmcm3sc-nethack-x11-x86_64-unknown-linux-gnufilc0-3.6.7.drv^*', '/nix/store/4haa5pzj0l7pcy2sigjsslc8in1pdyj7-netboot-x86_64-unknown-linux-gnufilc0-0.10.2.drv^*', '/nix/store/57snpxy4ayj4s2jgj8j2719plkldxkzn-nelua-x86_64-unknown-linux-gnufilc0-0-unstable-2024-12-14.drv^*', '/nix/store/9gnxm4ikrg88fw03zrbk010h3kclrb32-ngadmin-x86_64-unknown-linux-gnufilc0-unstable-2020-10-05.drv^*', '/nix/store/af3s0scg1zfldm04zcz1c5yqhjn3svlv-netmask-x86_64-unknown-linux-gnufilc0-2.4.4.drv^*', '/nix/store/b2jig4izj2c2chfz6517r89pjgwhdipj-netevent-x86_64-unknown-linux-gnufilc0-20230429.drv^*', '/nix/store/c0x9jhrpfg13310518fykxg93q6ik4j4-netifd-x86_64-unknown-linux-gnufilc0-unstable-2023-11-27.drv^*', '/nix/store/cylm0dnz24wq59rpba22w6r87nzcnfbf-nginx-config-formatter-x86_64-unknown-linux-gnufilc0-1.2.3.drv^*', '/nix/store/d8khbh08vk2fk0hh5bi00nhzikivln7w-nfdump-x86_64-unknown-linux-gnufilc0-1.7.6.drv^*', '/nix/store/dlhnx5lpscphsvnz27j0f0zkxbkxm67y-netselect-x86_64-unknown-linux-gnufilc0-0.4.drv^*', '/nix/store/h72xxg970h4jzw9byx2k6pyxwypxnl8s-netkit-tftp-x86_64-unknown-linux-gnufilc0-0.17.drv^*', '/nix/store/i3mln7720xhpk40b1j8d092x8hlw9vc1-netproc-x86_64-unknown-linux-gnufilc0-0.6.6.drv^*', '/nix/store/igscsbvvbm2pgc498sjrk6d4gvj16d8l-nfstrace-x86_64-unknown-linux-gnufilc0-0.4.3.2.drv^*', '/nix/store/ikvkdimsc4h6jmhf0ijmsqpyp2jxg5k8-netdiscover-x86_64-unknown-linux-gnufilc0-0.20.drv^*', '/nix/store/m09rb9737d6ilblbpm5wq38wvijm5ny1-neural-amp-modeler-lv2-x86_64-unknown-linux-gnufilc0-0.1.4.drv^*', '/nix/store/p46p0vnbs7446i8y6zgqppjvny5c0gmg-newlisp-x86_64-unknown-linux-gnufilc0-10.7.5.drv^*', '/nix/store/vyl0byy35vv6x58yy0pand843hc65xkd-neargye-semver-x86_64-unknown-linux-gnufilc0-0.3.1.drv^*', '/nix/store/y4jl4lxqdjl5iq6qx0lll09j5fs3dd5f-netris-x86_64-unknown-linux-gnufilc0-0.52.drv^*' failed
End of log