tribuchet: building on jamie Running phase: unpackPhase unpacking source archive /nix/store/vbbz46rch40hgx610xj2l7ajwwfx32ax-cron_4.1.shar /build/cron /build x - README x - CHANGES x - FEATURES x - INSTALL x - CONVERSION x - THANKS x - MAIL x - bitstring.3 x - crontab.5 x - crontab.1 x - cron.8 x - putman.sh x - Makefile x - bitstring.h x - cron.h x - config.h x - pathnames.h x - externs.h x - macros.h x - structs.h x - funcs.h x - globals.h x - cron.c x - crontab.c x - database.c x - do_command.c x - entry.c x - env.c x - job.c x - user.c x - popen.c x - misc.c x - pw_dup.c /build source root is cron Running phase: patchPhase applying patch /nix/store/j2ib1rdr5d5id5xi082aqk9qqys9fnv4-0000-nixpkgs-specific.diff patching file externs.h patching file pathnames.h applying patch /nix/store/n2jmlp563qin7x3arqrc041hcjh6sk2d-3ce0c3acdf086a82638818635961c70cba2b6ba7.patch patching file entry.c Hunk #1 succeeded at 69 (offset 3 lines). Hunk #2 succeeded at 392 (offset -37 lines). patching file funcs.h Hunk #1 succeeded at 68 (offset -2 lines). patching file misc.c Hunk #1 succeeded at 588 (offset -9 lines). Hunk #2 succeeded at 619 (offset -9 lines). substituteStream() in derivation cron-4.1: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'Makefile') Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase build flags: SHELL=/nix/store/v8llyqw71lygr2llhmcc8ya5bdlzq45v-bash-5.3p9/bin/bash CC=cc DESTROOT=\$\(out\) cc -g -I. -c -o cron.o cron.c cc -g -I. -c -o database.o database.c cc -g -I. -c -o user.o user.c cc -g -I. -c -o entry.o entry.c cc -g -I. -c -o job.o job.c cc -g -I. -c -o do_command.o do_command.c do_command.c: In function 'child_process': do_command.c:97:9: warning: ignoring return value of 'pipe' declared with attribute 'warn_unused_result' [-Wunused-result] 97 | pipe(stdin_pipe); /* child's stdin */ | ^~~~~~~~~~~~~~~~ do_command.c:98:9: warning: ignoring return value of 'pipe' declared with attribute 'warn_unused_result' [-Wunused-result] 98 | pipe(stdout_pipe); /* child's stdout */ | ^~~~~~~~~~~~~~~~~ do_command.c:243:17: warning: ignoring return value of 'setgid' declared with attribute 'warn_unused_result' [-Wunused-result] 243 | setgid(e->pwd->pw_gid); | ^~~~~~~~~~~~~~~~~~~~~~ do_command.c:248:17: warning: ignoring return value of 'setuid' declared with attribute 'warn_unused_result' [-Wunused-result] 248 | setuid(e->pwd->pw_uid); /* we aren't root after this... */ | ^~~~~~~~~~~~~~~~~~~~~~ do_command.c:251:17: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 251 | chdir(env_get("HOME", e->envp)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -g -I. -c -o misc.o misc.c misc.c: In function 'set_cron_cwd': misc.c:258:25: warning: ignoring return value of 'chown' declared with attribute 'warn_unused_result' [-Wunused-result] 258 | chown(SPOOL_DIR, -1, grp->gr_gid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ misc.c: In function 'acquire_daemonlock': misc.c:328:16: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result] 328 | (void) ftruncate(fd, num); | ^~~~~~~~~~~~~~~~~~ cc -g -I. -c -o env.o env.c cc -g -I. -c -o popen.o popen.c cc -g -I. -c -o pw_dup.o pw_dup.c cc -o cron cron.o database.o user.o entry.o job.o do_command.o misc.o env.o popen.o pw_dup.o cc -g -I. -c -o crontab.o crontab.c crontab.c: In function 'edit_cmd': crontab.c:479:32: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 479 | (void) fgets(q, sizeof q, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~ crontab.c: In function 'replace_cmd': crontab.c:562:9: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result] 562 | ftruncate(fileno(tmp), ftell(tmp)); /* XXX redundant with "w+"? */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -o crontab crontab.o misc.o entry.o env.o pw_dup.o Running phase: installPhase install flags: SHELL=/nix/store/v8llyqw71lygr2llhmcc8ya5bdlzq45v-bash-5.3p9/bin/bash CC=cc DESTROOT=\$\(out\) install install -c -m 755 cron /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/sbin/ install -c -m 0755 crontab /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/bin/ sh putman.sh crontab.1 /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/share/man + cp crontab.1 /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/share/man/man1/crontab.1 + set +x sh putman.sh cron.8 /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/share/man + cp cron.8 /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/share/man/man8/cron.8 + set +x sh putman.sh crontab.5 /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/share/man + cp crontab.5 /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/share/man/man5/crontab.5 + set +x Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1 shrinking /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/sbin/cron shrinking /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/bin/crontab checking for references to /build/ in /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1... gzipping man pages under /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/share/man/ moving /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/sbin/* to /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/bin patching script interpreter paths in /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1 stripping (with command strip and flags -S -p) in /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/bin /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/sbin