patchutils-0.3.3
x86_64-linux.package-alphashape
· build #12
· raw
unpackPhase
1unpacking source archive /nix/store/r59fr714v93cagij26k3082icsksrsv1-patchutils-0.3.3.tar.xz2source root is patchutils-0.3.33setting SOURCE_DATE_EPOCH to timestamp 1364899356 of file "patchutils-0.3.3/patchutils.spec"patchPhase
4applying patch /nix/store/8djp1rizc1dblv8svnb0mpa0c3lwvc17-drop-comments.patch5patching file Makefile.am6patching file src/filterdiff.c7patching file tests/clean2/run-test8applying patch /nix/store/fz62pskw7fka0b8xk7dzhrhhgrrqn3fr-getenv-signature.patch9patching file src/getopt.c10patching file src/getopt.hconfigurePhase
11patching script interpreter paths in ./configure12./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/v8llyqw71lygr2llhmcc8ya5bdlzq45v-bash-5.3p9/bin/sh"13configure flags: --disable-dependency-tracking --prefix=/nix/store/xmf1ryzp653mzx24lkx5cvfx8w8fp2ra-patchutils-0.3.314checking for a BSD-compatible install... /nix/store/cp7wjv1pl4wapfk48svvizxd089v9h0a-coreutils-9.11/bin/install -c15checking whether build environment is sane... yes16checking for a thread-safe mkdir -p... /nix/store/cp7wjv1pl4wapfk48svvizxd089v9h0a-coreutils-9.11/bin/mkdir -p17checking for gawk... gawk18checking whether make sets $(MAKE)... yes19checking for gcc... gcc20checking whether the C compiler works... yes21checking for C compiler default output file name... a.out22checking for suffix of executables... 23checking whether we are cross compiling... no24checking for suffix of object files... o25checking whether we are using the GNU C compiler... yes26checking whether gcc accepts -g... yes27checking for gcc option to accept ISO C89... none needed28checking for style of include used by make... GNU29checking dependency style of gcc... none30checking whether gcc and cc understand -c and -o together... yes31checking how to run the C preprocessor... gcc -E32checking whether ln -s works... yes33checking whether make sets $(MAKE)... (cached) yes34checking for ranlib... ranlib35checking for perl... /nix/store/cc9zsahxyx5my7bqid4dzkljw2dd9ygm-perl-5.42.0/bin/perl36checking for sensible-editor... no37checking for editor... no38checking for vim... no39checking for vi... no40checking for grep that handles long lines and -e... /nix/store/p48bl1kiw42fakak404srawmlr730b7j-gnugrep-3.12/bin/grep41checking for egrep... /nix/store/p48bl1kiw42fakak404srawmlr730b7j-gnugrep-3.12/bin/grep -E42checking for ANSI C header files... yes43checking for sys/wait.h that is POSIX.1 compatible... yes44checking for sys/types.h... yes45checking for sys/stat.h... yes46checking for stdlib.h... yes47checking for string.h... yes48checking for memory.h... yes49checking for strings.h... yes50checking for inttypes.h... yes51checking for stdint.h... yes52checking for unistd.h... yes53checking for sys/types.h... (cached) yes54checking for unistd.h... (cached) yes55checking error.h usability... yes56checking error.h presence... yes57checking for error.h... yes58checking for an ANSI C-conforming const... yes59checking for pid_t... yes60checking for size_t... yes61checking for working alloca.h... yes62checking for alloca... yes63checking for working POSIX fnmatch... yes64checking for strcspn... yes65checking for strspn... yes66checking for strtoul... yes67checking for getline... yes68checking for error... yes69checking for getopt_long... yes70checking for diff program... diff71checking for patch program... patch72checking whether patch works... yes73checking that generated files are newer than configure... done74configure: creating ./config.status75config.status: creating Makefile76config.status: creating splitdiff77config.status: creating editdiff78config.status: creating fixcvsdiff79config.status: creating recountdiff80config.status: creating unwrapdiff81config.status: creating dehtmldiff82config.status: creating espdiff83config.status: creating patchutils.spec84config.status: creating config.h85config.status: executing depfiles commandsbuildPhase
86build flags: SHELL=/nix/store/v8llyqw71lygr2llhmcc8ya5bdlzq45v-bash-5.3p9/bin/bash87 cd . && /nix/store/v8llyqw71lygr2llhmcc8ya5bdlzq45v-bash-5.3p9/bin/bash /build/patchutils-0.3.3/missing --run automake-1.12 --gnu Makefile88/build/patchutils-0.3.3/missing: line 51: automake-1.12: command not found89WARNING: 'automake-1.12' is missing on your system. You should only need it if90 you modified 'Makefile.am', 'acinclude.m4' or 'configure.in'.91 You might want to install the Automake and Perl packages.92 Grab them from any GNU archive site.93 cd . && /nix/store/v8llyqw71lygr2llhmcc8ya5bdlzq45v-bash-5.3p9/bin/bash ./config.status Makefile depfiles94config.status: creating Makefile95config.status: executing depfiles commands96make all-am97make[1]: Entering directory '/build/patchutils-0.3.3'98gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I./src -g -O2 -Wall -c -o src/interdiff.o src/interdiff.c99src/interdiff.c: In function 'flipdiff':100src/interdiff.c:1543:9: warning: ignoring return value of 'getline' declared with attribute 'warn_unused_result' [-Wunused-result]101 1543 | getline (&header1[0], &linelen, p1);102 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~103src/interdiff.c:1545:9: warning: ignoring return value of 'getline' declared with attribute 'warn_unused_result' [-Wunused-result]104 1545 | getline (&header1[1], &linelen, p1);105 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~106src/interdiff.c:1549:9: warning: ignoring return value of 'getline' declared with attribute 'warn_unused_result' [-Wunused-result]107 1549 | getline (&header2[0], &linelen, p2);108 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~109src/interdiff.c:1551:9: warning: ignoring return value of 'getline' declared with attribute 'warn_unused_result' [-Wunused-result]110 1551 | getline (&header2[1], &linelen, p2);111 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~112gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I./src -g -O2 -Wall -c -o src/util.o src/util.c113src/util.c: In function 'xpipe':114src/util.c:305:9: warning: ignoring return value of 'pipe' declared with attribute 'warn_unused_result' [-Wunused-result]115 305 | pipe (fildes);116 | ^~~~~~~~~~~~~117src/util.c:315:25: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result]118 315 | dup (fildes[1]);119 | ^~~~~~~~~~~~~~~120src/util.c:320:25: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result]121 320 | dup(2);122 | ^~~~~~123src/util.c:322:25: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result]124 322 | dup (fildes[0]);125 | ^~~~~~~~~~~~~~~126gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I./src -g -O2 -Wall -c -o src/diff.o src/diff.c127gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I./src -g -O2 -Wall -c -o src/myerror.o src/myerror.c128gcc -I./src -g -O2 -Wall -o src/interdiff src/interdiff.o src/util.o src/diff.o src/myerror.o 129gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I./src -g -O2 -Wall -c -o src/filterdiff.o src/filterdiff.c130gcc -I./src -g -O2 -Wall -o src/filterdiff src/filterdiff.o src/util.o src/diff.o src/myerror.o 131gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I./src -g -O2 -Wall -c -o src/rediff.o src/rediff.c132In function 'rediff',133 inlined from 'main' at src/rediff.c:1097:9:134src/rediff.c:1009:32: warning: pointer 't' may be used after 'fclose' [-Wuse-after-free]135 1009 | line_offset += show_modified_hunk (¤t_hunk, line_offset,136 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~137 1010 | t, o, out);138 | ~~~~~~~~~~139src/rediff.c:917:17: note: call to 'fclose' here140 917 | fclose (t);141 | ^~~~~~~~~~142src/rediff.c:978:48: warning: pointer 't' may be used after 'fclose' [-Wuse-after-free]143 978 | line_offset += show_modified_hunk144 | ^~~~~~~~~~~~~~~~~~145 979 | (¤t_hunk, line_offset,146 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~147 980 | t, o, out);148 | ~~~~~~~~~~149src/rediff.c:917:17: note: call to 'fclose' here150 917 | fclose (t);151 | ^~~~~~~~~~152gcc -I./src -g -O2 -Wall -o src/rediff src/rediff.o src/util.o src/diff.o src/myerror.o 153make[1]: Leaving directory '/build/patchutils-0.3.3'installPhase
154install flags: SHELL=/nix/store/v8llyqw71lygr2llhmcc8ya5bdlzq45v-bash-5.3p9/bin/bash install155make[1]: Entering directory '/build/patchutils-0.3.3'156 /nix/store/cp7wjv1pl4wapfk48svvizxd089v9h0a-coreutils-9.11/bin/mkdir -p '/nix/store/xmf1ryzp653mzx24lkx5cvfx8w8fp2ra-patchutils-0.3.3/bin'157 /nix/store/cp7wjv1pl4wapfk48svvizxd089v9h0a-coreutils-9.11/bin/install -c src/interdiff src/filterdiff src/rediff '/nix/store/xmf1ryzp653mzx24lkx5cvfx8w8fp2ra-patchutils-0.3.3/bin'158 /nix/store/cp7wjv1pl4wapfk48svvizxd089v9h0a-coreutils-9.11/bin/mkdir -p '/nix/store/xmf1ryzp653mzx24lkx5cvfx8w8fp2ra-patchutils-0.3.3/bin'159 /nix/store/cp7wjv1pl4wapfk48svvizxd089v9h0a-coreutils-9.11/bin/install -c fixcvsdiff splitdiff editdiff recountdiff unwrapdiff dehtmldiff espdiff '/nix/store/xmf1ryzp653mzx24lkx5cvfx8w8fp2ra-patchutils-0.3.3/bin'160make install-exec-hook161make[2]: Entering directory '/build/patchutils-0.3.3'162ln -sf "`echo interdiff|sed 's,x,x,'`" /nix/store/xmf1ryzp653mzx24lkx5cvfx8w8fp2ra-patchutils-0.3.3/bin/"`echo combinediff|sed 's,x,x,'`"163ln -sf "`echo interdiff|sed 's,x,x,'`" /nix/store/xmf1ryzp653mzx24lkx5cvfx8w8fp2ra-patchutils-0.3.3/bin/"`echo flipdiff|sed 's,x,x,'`"164ln -sf "`echo filterdiff|sed 's,x,x,'`" /nix/store/xmf1ryzp653mzx24lkx5cvfx8w8fp2ra-patchutils-0.3.3/bin/"`echo lsdiff|sed 's,x,x,'`"165ln -sf "`echo filterdiff|sed 's,x,x,'`" /nix/store/xmf1ryzp653mzx24lkx5cvfx8w8fp2ra-patchutils-0.3.3/bin/"`echo grepdiff|sed 's,x,x,'`"166make[2]: Leaving directory '/build/patchutils-0.3.3'167 /nix/store/cp7wjv1pl4wapfk48svvizxd089v9h0a-coreutils-9.11/bin/mkdir -p '/nix/store/xmf1ryzp653mzx24lkx5cvfx8w8fp2ra-patchutils-0.3.3/share/man/man1'168 /nix/store/cp7wjv1pl4wapfk48svvizxd089v9h0a-coreutils-9.11/bin/install -c -m 644 doc/interdiff.1 doc/filterdiff.1 doc/fixcvsdiff.1 doc/rediff.1 doc/editdiff.1 doc/combinediff.1 doc/lsdiff.1 doc/splitdiff.1 doc/grepdiff.1 doc/recountdiff.1 doc/unwrapdiff.1 doc/dehtmldiff.1 doc/flipdiff.1 doc/espdiff.1 '/nix/store/xmf1ryzp653mzx24lkx5cvfx8w8fp2ra-patchutils-0.3.3/share/man/man1'169make[1]: Leaving directory '/build/patchutils-0.3.3'fixupPhase
170shrinking RPATHs of ELF executables and libraries in /nix/store/xmf1ryzp653mzx24lkx5cvfx8w8fp2ra-patchutils-0.3.3171shrinking /nix/store/xmf1ryzp653mzx24lkx5cvfx8w8fp2ra-patchutils-0.3.3/bin/interdiff172shrinking /nix/store/xmf1ryzp653mzx24lkx5cvfx8w8fp2ra-patchutils-0.3.3/bin/filterdiff173shrinking /nix/store/xmf1ryzp653mzx24lkx5cvfx8w8fp2ra-patchutils-0.3.3/bin/.rediff-wrapped174checking for references to /build/ in /nix/store/xmf1ryzp653mzx24lkx5cvfx8w8fp2ra-patchutils-0.3.3...175gzipping man pages under /nix/store/xmf1ryzp653mzx24lkx5cvfx8w8fp2ra-patchutils-0.3.3/share/man/176patching script interpreter paths in /nix/store/xmf1ryzp653mzx24lkx5cvfx8w8fp2ra-patchutils-0.3.3177stripping (with command strip and flags -S -p) in /nix/store/xmf1ryzp653mzx24lkx5cvfx8w8fp2ra-patchutils-0.3.3/bin