printf ' ' | fink --no-use-binary-dist --yes --build-as-nobody rebuild rzip 2>&1 The package 'rzip' will be built without being installed. Reading build dependency for rzip-2.1-1... Reading dependency for rzip-2.1-1... Reading build conflict for rzip-2.1-1... The package 'bzip2-dev' will be installed. Reading dependency for bzip2-dev-1.0.6-1... Reading runtime dependency for bzip2-dev-1.0.6-1... The package 'publib' will be installed. Reading dependency for publib-0.39.3.1-1... Reading runtime dependency for publib-0.39.3.1-1... The following package will be rebuilt: rzip The following 2 additional packages will be installed: bzip2-dev publib Do you want to continue? [Y/n] (assuming default) curl --connect-timeout 30 -f -L -A 'fink/0.37.0' -O http://distfiles.master.finkmirrors.net/distfiles/rzip-2.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 46785 2 1208 0 0 4369 0 0:00:10 --:--:-- 0:00:10 4646 100 46785 100 46785 0 0 99622 0 --:--:-- --:--:-- --:--:-- 100k Reading buildlock packages... All buildlocks accounted for. /sw/bin/dpkg-lockwait -i /sw/fink/dists/stable/main/binary-darwin-x86_64/base/bzip2-dev_1.0.6-1_darwin-x86_64.deb Selecting previously deselected package bzip2-dev. (Reading database ... 4296 files and directories currently installed.) Unpacking bzip2-dev (from .../bzip2-dev_1.0.6-1_darwin-x86_64.deb) ... Setting up bzip2-dev (1.0.6-1) ... Reading buildlock packages... All buildlocks accounted for. /sw/bin/dpkg-lockwait -i /sw/fink/debs/publib_0.39.3.1-1_darwin-x86_64.deb Selecting previously deselected package publib. (Reading database ... 4303 files and directories currently installed.) Unpacking publib (from .../publib_0.39.3.1-1_darwin-x86_64.deb) ... Setting up publib (0.39.3.1-1) ... Setting runtime build-lock... dpkg-deb -b /sw/build.build/root-fink-buildlock-rzip-2.1-1 /sw/build.build dpkg-deb: building package `fink-buildlock-rzip-2.1-1' in `/sw/build.build/fink-buildlock-rzip-2.1-1_2014.07.30-23.42.29_darwin-x86_64.deb'. Installing build-lock package... /sw/bin/dpkg-lockwait -i /sw/build.build/fink-buildlock-rzip-2.1-1_2014.07.30-23.42.29_darwin-x86_64.deb Selecting previously deselected package fink-buildlock-rzip-2.1-1. (Reading database ... 4483 files and directories currently installed.) Unpacking fink-buildlock-rzip-2.1-1 (from .../fink-buildlock-rzip-2.1-1_2014.07.30-23.42.29_darwin-x86_64.deb) ... Setting up fink-buildlock-rzip-2.1-1 (2014.07.30-23.42.29) ... sudo -u fink-bld [ENV] sh -c /tmp/fink.0FaSY env LANG=C LC_ALL=C /sw/bin/tar --no-same-owner --no-same-permissions -xvf /sw/src/rzip-2.1.tar.gz rzip-2.1/ rzip-2.1/zlib/ rzip-2.1/test-random.sh rzip-2.1/COPYING rzip-2.1/Makefile.in rzip-2.1/acconfig.h rzip-2.1/aclocal.m4 rzip-2.1/bzipall rzip-2.1/config.h.in rzip-2.1/configure rzip-2.1/configure.in rzip-2.1/crc32.c rzip-2.1/gzipall rzip-2.1/install-sh rzip-2.1/magic rzip-2.1/main.c rzip-2.1/mkrandom.c rzip-2.1/ratios rzip-2.1/runzip.c rzip-2.1/rzip.1 rzip-2.1/rzip.c rzip-2.1/rzip.h rzip-2.1/rzip.yo rzip-2.1/rzipall rzip-2.1/stream.c rzip-2.1/find_stream_match.c rzip-2.1/testfiles.sh rzip-2.1/util.c rzip-2.1/md4.c rzip-2.1/md4.h sudo -u fink-bld [ENV] sh -c /tmp/fink.MFVp4 ./configure --prefix=/sw creating cache ./config.cache checking for gcc... gcc checking whether the C compiler (gcc -L/sw/lib) works... yes checking whether the C compiler (gcc -L/sw/lib) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for a BSD compatible install... /usr/bin/install -c checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGEFILE_SOURCE value needed for large files... no checking for _LARGE_FILES value needed for large files... no checking for _XOPEN_SOURCE value needed for large files... no checking how to run the C preprocessor... gcc -E checking for fcntl.h... yes checking for sys/time.h... yes checking for sys/unistd.h... yes checking for unistd.h... yes checking for sys/param.h... yes checking for ctype.h... yes checking for sys/wait.h... yes checking for sys/ioctl.h... yes checking for string.h... yes checking for stdlib.h... yes checking for sys/types.h... yes checking for ANSI C header files... yes checking for off_t... yes checking for size_t... yes checking size of int... 4 checking size of long... 8 checking size of short... 2 checking for large file support... yes checking for inline... inline checking for BZ2_bzBuffToBuffCompress in -lbz2... yes checking for errno in errno.h... yes checking for mmap... yes checking for strerror... yes checking for getopt_long... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h make gcc -I. -I. -g -O2 -c rzip.c -o rzip.o gcc -I. -I. -g -O2 -c runzip.c -o runzip.o gcc -I. -I. -g -O2 -c main.c -o main.o gcc -I. -I. -g -O2 -c stream.c -o stream.o gcc -I. -I. -g -O2 -c util.c -o util.o gcc -I. -I. -g -O2 -c crc32.c -o crc32.o gcc -g -O2 -o rzip rzip.o runzip.o main.o stream.o util.o crc32.o -lbz2 -L/sw/lib -lpub /bin/rm -rf /sw/build.build/root-rzip-2.1-1 /bin/mkdir -p /sw/build.build/root-rzip-2.1-1/sw /bin/mkdir -p /sw/build.build/root-rzip-2.1-1/DEBIAN /usr/sbin/chown -R fink-bld:fink-bld /sw/build.build/root-rzip-2.1-1 sudo -u fink-bld [ENV] sh -c /tmp/fink.9td7R install -d -m 755 /sw/build.build/root-rzip-2.1-1/sw/bin /sw/build.build/root-rzip-2.1-1/sw/share/man/man1 install -m 755 rzip /sw/build.build/root-rzip-2.1-1/sw/bin/ install -m 644 rzip.1 /sw/build.build/root-rzip-2.1-1/sw/share/man/man1/ sudo -u fink-bld [ENV] sh -c /tmp/fink.Il2XI /usr/bin/install -d -m 700 /sw/build.build/root-rzip-2.1-1/sw/share/doc/rzip /bin/cp -r COPYING /sw/build.build/root-rzip-2.1-1/sw/share/doc/rzip/ /bin/chmod -R go=u-w /sw/build.build/root-rzip-2.1-1/sw/share/doc/rzip /bin/rm -f /sw/build.build/root-rzip-2.1-1/sw/info/dir /sw/build.build/root-rzip-2.1-1/sw/info/dir.old /sw/build.build/root-rzip-2.1-1/sw/share/info/dir /sw/build.build/root-rzip-2.1-1/sw/share/info/dir.old Reverting ownership of install dir to root Writing control file... Writing md5sums file... env LANG=C LC_ALL=C dpkg-deb -b root-rzip-2.1-1 /sw/fink/10.9/stable/main/binary-darwin-x86_64/utils dpkg-deb: building package `rzip' in `/sw/fink/10.9/stable/main/binary-darwin-x86_64/utils/rzip_2.1-1_darwin-x86_64.deb'. Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-rzip-2.1-1 (Reading database ... 4484 files and directories currently installed.) Removing fink-buildlock-rzip-2.1-1 ...