printf '

' | fink --no-use-binary-dist --yes  --build-as-nobody rebuild pgpdump 2>&1
The package 'pgpdump' will be built without being installed.
Reading build dependency for pgpdump-0.28-1...
Reading dependency for pgpdump-0.28-1...
Reading build conflict for pgpdump-0.28-1...
The following package will be rebuilt:
 pgpdump
curl --connect-timeout 30 -f -L -A 'fink/0.37.0' -O http://distfiles.master.finkmirrors.net/distfiles/pgpdump_0.28.orig.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
  1 62370    1  1208    0     0   4942      0  0:00:12 --:--:--  0:00:12  4930
100 62370  100 62370    0     0   133k      0 --:--:-- --:--:-- --:--:--  132k
Setting runtime build-lock...
dpkg-deb -b /sw/build.build/root-fink-buildlock-pgpdump-0.28-1 /sw/build.build
dpkg-deb: building package `fink-buildlock-pgpdump-0.28-1' in `/sw/build.build/fink-buildlock-pgpdump-0.28-1_2014.07.30-11.04.51_darwin-x86_64.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i /sw/build.build/fink-buildlock-pgpdump-0.28-1_2014.07.30-11.04.51_darwin-x86_64.deb
Selecting previously deselected package fink-buildlock-pgpdump-0.28-1.
(Reading database ... 4296 files and directories currently installed.)
Unpacking fink-buildlock-pgpdump-0.28-1 (from .../fink-buildlock-pgpdump-0.28-1_2014.07.30-11.04.51_darwin-x86_64.deb) ...
Setting up fink-buildlock-pgpdump-0.28-1 (2014.07.30-11.04.51) ...

sudo -u fink-bld [ENV] sh -c /tmp/fink.oWUdf
env LANG=C LC_ALL=C /sw/bin/tar  --no-same-owner --no-same-permissions -xvf /sw/src/pgpdump_0.28.orig.tar.gz
pgpdump-0.28/
pgpdump-0.28/.gitignore
pgpdump-0.28/CHANGES
pgpdump-0.28/COPYRIGHT
pgpdump-0.28/Makefile.in
pgpdump-0.28/README.md
pgpdump-0.28/buffer.c
pgpdump-0.28/config.h.in
pgpdump-0.28/configure
pgpdump-0.28/configure.in
pgpdump-0.28/data/
pgpdump-0.28/data/enc
pgpdump-0.28/data/enc.res
pgpdump-0.28/data/enc1
pgpdump-0.28/data/enc1.res
pgpdump-0.28/data/enc2
pgpdump-0.28/data/enc2.res
pgpdump-0.28/data/enc3
pgpdump-0.28/data/enc3.res
pgpdump-0.28/data/gpg1
pgpdump-0.28/data/gpg1.res
pgpdump-0.28/data/gpg2
pgpdump-0.28/data/gpg2.res
pgpdump-0.28/data/gpg3
pgpdump-0.28/data/gpg3.res
pgpdump-0.28/data/pub
pgpdump-0.28/data/pub.res
pgpdump-0.28/data/pub1
pgpdump-0.28/data/pub1.res
pgpdump-0.28/data/sig
pgpdump-0.28/data/sig.res
pgpdump-0.28/data/sig1
pgpdump-0.28/data/sig1.res
pgpdump-0.28/data/sig2
pgpdump-0.28/data/sig2.res
pgpdump-0.28/data/sig3
pgpdump-0.28/data/sig3.res
pgpdump-0.28/data/test.hs
pgpdump-0.28/keys.c
pgpdump-0.28/os/
pgpdump-0.28/os/riscos/
pgpdump-0.28/os/riscos/Makefile
pgpdump-0.28/os/riscos/config.h
pgpdump-0.28/packet.c
pgpdump-0.28/pgpdump.1
pgpdump-0.28/pgpdump.c
pgpdump-0.28/pgpdump.h
pgpdump-0.28/signature.c
pgpdump-0.28/subfunc.c
pgpdump-0.28/tagfuncs.c
pgpdump-0.28/types.c
pgpdump-0.28/uatfunc.c
sudo -u fink-bld [ENV] sh -c /tmp/fink.B__4J
./configure --prefix=/sw --prefix=/sw/build.build/root-pgpdump-0.28-1/sw
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for inflate in -lz... yes
checking for BZ2_bzBuffToBuffDecompress in -lbz2... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking unixlib/local.h usability... no
checking unixlib/local.h presence... no
checking for unixlib/local.h... no
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING:  'Makefile.in' seems to ignore the --datarootdir setting
config.status: creating config.h
make
cc -c -g -O2 -O -Wall pgpdump.c
cc -c -g -O2 -O -Wall types.c
cc -c -g -O2 -O -Wall tagfuncs.c
cc -c -g -O2 -O -Wall packet.c
cc -c -g -O2 -O -Wall subfunc.c
cc -c -g -O2 -O -Wall signature.c
cc -c -g -O2 -O -Wall keys.c
cc -c -g -O2 -O -Wall buffer.c
cc -c -g -O2 -O -Wall uatfunc.c
cc -g -O2 -O -Wall -o pgpdump pgpdump.o types.o tagfuncs.o packet.o subfunc.o signature.o keys.o buffer.o uatfunc.o -lbz2 -lz  -L/sw/lib
/bin/rm -rf /sw/build.build/root-pgpdump-0.28-1
/bin/mkdir -p /sw/build.build/root-pgpdump-0.28-1/sw
/bin/mkdir -p /sw/build.build/root-pgpdump-0.28-1/DEBIAN
/usr/sbin/chown -R fink-bld:fink-bld /sw/build.build/root-pgpdump-0.28-1
sudo -u fink-bld [ENV] sh -c /tmp/fink.CmPAv
make -j1 install prefix=/sw/build.build/root-pgpdump-0.28-1/sw
install -c -d /sw/build.build/root-pgpdump-0.28-1/sw/bin
install -c -m 555 pgpdump /sw/build.build/root-pgpdump-0.28-1/sw/bin
install -c -d /sw/build.build/root-pgpdump-0.28-1/sw/share/man/man1
install -c -m 444 pgpdump.1 /sw/build.build/root-pgpdump-0.28-1/sw/share/man/man1
sudo -u fink-bld [ENV] sh -c /tmp/fink.WIZt9
/usr/bin/install -d -m 700 /sw/build.build/root-pgpdump-0.28-1/sw/share/doc/pgpdump
/bin/cp -r CHANGES /sw/build.build/root-pgpdump-0.28-1/sw/share/doc/pgpdump/
/bin/cp -r COPYRIGHT /sw/build.build/root-pgpdump-0.28-1/sw/share/doc/pgpdump/
/bin/cp -r README.md /sw/build.build/root-pgpdump-0.28-1/sw/share/doc/pgpdump/
/bin/chmod -R go=u-w /sw/build.build/root-pgpdump-0.28-1/sw/share/doc/pgpdump
/bin/rm -f /sw/build.build/root-pgpdump-0.28-1/sw/info/dir /sw/build.build/root-pgpdump-0.28-1/sw/info/dir.old /sw/build.build/root-pgpdump-0.28-1/sw/share/info/dir /sw/build.build/root-pgpdump-0.28-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-pgpdump-0.28-1 /sw/fink/10.9/stable/main/binary-darwin-x86_64/crypto
dpkg-deb: building package `pgpdump' in `/sw/fink/10.9/stable/main/binary-darwin-x86_64/crypto/pgpdump_0.28-1_darwin-x86_64.deb'.
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-pgpdump-0.28-1
(Reading database ... 4297 files and directories currently installed.)
Removing fink-buildlock-pgpdump-0.28-1 ...