cron-4.1
x86_64-linux.nixos-matchbox
· build #238
· raw
1tribuchet: building on jamie
unpackPhase
2unpacking source archive /nix/store/vbbz46rch40hgx610xj2l7ajwwfx32ax-cron_4.1.shar3/build/cron /build4x - README5x - CHANGES6x - FEATURES7x - INSTALL8x - CONVERSION9x - THANKS10x - MAIL11x - bitstring.312x - crontab.513x - crontab.114x - cron.815x - putman.sh16x - Makefile17x - bitstring.h18x - cron.h19x - config.h20x - pathnames.h21x - externs.h22x - macros.h23x - structs.h24x - funcs.h25x - globals.h26x - cron.c27x - crontab.c28x - database.c29x - do_command.c30x - entry.c31x - env.c32x - job.c33x - user.c34x - popen.c35x - misc.c36x - pw_dup.c37/build38source root is cronpatchPhase
39applying patch /nix/store/j2ib1rdr5d5id5xi082aqk9qqys9fnv4-0000-nixpkgs-specific.diff40patching file externs.h41patching file pathnames.h42applying patch /nix/store/n2jmlp563qin7x3arqrc041hcjh6sk2d-3ce0c3acdf086a82638818635961c70cba2b6ba7.patch43patching file entry.c44Hunk #1 succeeded at 69 (offset 3 lines).45Hunk #2 succeeded at 392 (offset -37 lines).46patching file funcs.h47Hunk #1 succeeded at 68 (offset -2 lines).48patching file misc.c49Hunk #1 succeeded at 588 (offset -9 lines).50Hunk #2 succeeded at 619 (offset -9 lines).51substituteStream() in derivation cron-4.1: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'Makefile')configurePhase
52no configure script, doing nothingbuildPhase
53build flags: SHELL=/nix/store/v8llyqw71lygr2llhmcc8ya5bdlzq45v-bash-5.3p9/bin/bash CC=cc DESTROOT=\$\(out\)54cc -g -I. -c -o cron.o cron.c55cc -g -I. -c -o database.o database.c56cc -g -I. -c -o user.o user.c57cc -g -I. -c -o entry.o entry.c58cc -g -I. -c -o job.o job.c59cc -g -I. -c -o do_command.o do_command.c60do_command.c: In function 'child_process':61do_command.c:97:9: warning: ignoring return value of 'pipe' declared with attribute 'warn_unused_result' [-Wunused-result]62 97 | pipe(stdin_pipe); /* child's stdin */63 | ^~~~~~~~~~~~~~~~64do_command.c:98:9: warning: ignoring return value of 'pipe' declared with attribute 'warn_unused_result' [-Wunused-result]65 98 | pipe(stdout_pipe); /* child's stdout */66 | ^~~~~~~~~~~~~~~~~67do_command.c:243:17: warning: ignoring return value of 'setgid' declared with attribute 'warn_unused_result' [-Wunused-result]68 243 | setgid(e->pwd->pw_gid);69 | ^~~~~~~~~~~~~~~~~~~~~~70do_command.c:248:17: warning: ignoring return value of 'setuid' declared with attribute 'warn_unused_result' [-Wunused-result]71 248 | setuid(e->pwd->pw_uid); /* we aren't root after this... */72 | ^~~~~~~~~~~~~~~~~~~~~~73do_command.c:251:17: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]74 251 | chdir(env_get("HOME", e->envp));75 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~76cc -g -I. -c -o misc.o misc.c77misc.c: In function 'set_cron_cwd':78misc.c:258:25: warning: ignoring return value of 'chown' declared with attribute 'warn_unused_result' [-Wunused-result]79 258 | chown(SPOOL_DIR, -1, grp->gr_gid);80 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~81misc.c: In function 'acquire_daemonlock':82misc.c:328:16: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result]83 328 | (void) ftruncate(fd, num);84 | ^~~~~~~~~~~~~~~~~~85cc -g -I. -c -o env.o env.c86cc -g -I. -c -o popen.o popen.c87cc -g -I. -c -o pw_dup.o pw_dup.c88cc -o cron cron.o database.o user.o entry.o job.o do_command.o misc.o env.o popen.o pw_dup.o 89cc -g -I. -c -o crontab.o crontab.c90crontab.c: In function 'edit_cmd':91crontab.c:479:32: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]92 479 | (void) fgets(q, sizeof q, stdin);93 | ^~~~~~~~~~~~~~~~~~~~~~~~~94crontab.c: In function 'replace_cmd':95crontab.c:562:9: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result]96 562 | ftruncate(fileno(tmp), ftell(tmp)); /* XXX redundant with "w+"? */97 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~98cc -o crontab crontab.o misc.o entry.o env.o pw_dup.o installPhase
99install flags: SHELL=/nix/store/v8llyqw71lygr2llhmcc8ya5bdlzq45v-bash-5.3p9/bin/bash CC=cc DESTROOT=\$\(out\) install100install -c -m 755 cron /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/sbin/101install -c -m 0755 crontab /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/bin/102sh putman.sh crontab.1 /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/share/man103+ cp crontab.1 /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/share/man/man1/crontab.1104+ set +x105sh putman.sh cron.8 /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/share/man106+ cp cron.8 /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/share/man/man8/cron.8107+ set +x108sh putman.sh crontab.5 /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/share/man109+ cp crontab.5 /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/share/man/man5/crontab.5110+ set +xfixupPhase
111shrinking RPATHs of ELF executables and libraries in /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1112shrinking /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/sbin/cron113shrinking /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/bin/crontab114checking for references to /build/ in /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1...115gzipping man pages under /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/share/man/116moving /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/sbin/* to /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/bin117patching script interpreter paths in /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1118stripping (with command strip and flags -S -p) in /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/bin /nix/store/cqmm2dhjg28sp780q8fpdc41dlrmvjv3-cron-4.1/sbin