==> Creating clean working copy [build]...done ==> Making package: magicrescue 1.1.9-2 (Sun Sep 20 00:12:28 EDT 2015) ==> Retrieving sources... -> Found magicrescue-1.1.9.tar.gz ==> Validating source files with sha512sums... magicrescue-1.1.9.tar.gz ... Passed Checking whether the C compiler (cc -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4) works... yes Checking for atoll... yes Checking for Cygwin... no Checking for ndbm.h... no Checking for getrlimit... yes Checking the size of off_t... 8 Checking for perl... ok Finding dependencies... ok Done. Now type 'make' to compile cc -c -D_FORTIFY_SOURCE=2 -I. -Isrc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -o src/magicrescue.o src/magicrescue.c cc -c -D_FORTIFY_SOURCE=2 -I. -Isrc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -o src/array.o src/array.c cc -c -D_FORTIFY_SOURCE=2 -I. -Isrc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -o src/extract.o src/extract.c cc -c -D_FORTIFY_SOURCE=2 -I. -Isrc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -o src/recipe.o src/recipe.c cc -c -D_FORTIFY_SOURCE=2 -I. -Isrc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -o src/scanner.o src/scanner.c cc -c -D_FORTIFY_SOURCE=2 -I. -Isrc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -o src/util.o src/util.c cc -o magicrescue -Wl,-O1,--sort-common,--as-needed,-z,relro src/magicrescue.o src/array.o src/extract.o src/recipe.o src/scanner.o src/util.o cc -c -D_FORTIFY_SOURCE=2 -I. -Isrc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -o src/dupemap.o src/dupemap.c cc -c -D_FORTIFY_SOURCE=2 -I. -Isrc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -o src/recur.o src/recur.c cc -o dupemap -Wl,-O1,--sort-common,--as-needed,-z,relro src/dupemap.o src/recur.o cc -c -D_FORTIFY_SOURCE=2 -I. -Isrc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -o tools/inputseek.o tools/inputseek.c cc -o tools/inputseek -Wl,-O1,--sort-common,--as-needed,-z,relro tools/inputseek.o src/util.o cc -c -D_FORTIFY_SOURCE=2 -I. -Isrc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -o tools/safecat.o tools/safecat.c cc -o tools/safecat -Wl,-O1,--sort-common,--as-needed,-z,relro tools/safecat.o src/util.o cc -c -D_FORTIFY_SOURCE=2 -I. -Isrc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -o tools/textextract.o tools/textextract.c cc -o tools/textextract -Wl,-O1,--sort-common,--as-needed,-z,relro tools/textextract.o src/util.o [ -d /build/magicrescue/pkg/magicrescue/usr ] mkdir -p /build/magicrescue/pkg/magicrescue/usr/share/magicrescue/tools \ /build/magicrescue/pkg/magicrescue/usr/share/magicrescue/recipes \ /build/magicrescue/pkg/magicrescue/usr/share/man/man1 \ /build/magicrescue/pkg/magicrescue/usr/bin cp magicrescue dupemap magicsort /build/magicrescue/pkg/magicrescue/usr/bin/ cp recipes/* /build/magicrescue/pkg/magicrescue/usr/share/magicrescue/recipes/ cp doc/magicrescue.1 doc/dupemap.1 doc/magicsort.1 /build/magicrescue/pkg/magicrescue/usr/share/man/man1 for f in tools/*; do \ if [ -x "$f" ]; then \ cp -f "$f" /build/magicrescue/pkg/magicrescue/usr/share/magicrescue/tools/; \ fi; \ done