printf ' ' | fink --no-use-binary-dist --yes --build-as-nobody rebuild dosunix 2>&1 The package 'dosunix' will be built without being installed. Reading build dependency for dosunix-1.0.14-1... Reading dependency for dosunix-1.0.14-1... Reading build conflict for dosunix-1.0.14-1... The following package will be rebuilt: dosunix curl --connect-timeout 30 -f -L -A 'fink/0.37.0' -O http://distfiles.master.finkmirrors.net/distfiles/dosunix-1.0.14.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 100 78609 100 78609 0 0 135k 0 --:--:-- --:--:-- --:--:-- 135k Setting runtime build-lock... dpkg-deb -b /sw/build.build/root-fink-buildlock-dosunix-1.0.14-1 /sw/build.build dpkg-deb: building package `fink-buildlock-dosunix-1.0.14-1' in `/sw/build.build/fink-buildlock-dosunix-1.0.14-1_2014.07.26-23.37.26_darwin-x86_64.deb'. Installing build-lock package... /sw/bin/dpkg-lockwait -i /sw/build.build/fink-buildlock-dosunix-1.0.14-1_2014.07.26-23.37.26_darwin-x86_64.deb Selecting previously deselected package fink-buildlock-dosunix-1.0.14-1. (Reading database ... 4296 files and directories currently installed.) Unpacking fink-buildlock-dosunix-1.0.14-1 (from .../fink-buildlock-dosunix-1.0.14-1_2014.07.26-23.37.26_darwin-x86_64.deb) ... Setting up fink-buildlock-dosunix-1.0.14-1 (2014.07.26-23.37.26) ... sudo -u fink-bld [ENV] sh -c /tmp/fink.6GiJB env LANG=C LC_ALL=C /sw/bin/tar --no-same-owner --no-same-permissions -xvf /sw/src/dosunix-1.0.14.tar.gz dosunix-1.0.14/ dosunix-1.0.14/Makefile.in dosunix-1.0.14/README dosunix-1.0.14/AUTHORS dosunix-1.0.14/COPYING dosunix-1.0.14/ChangeLog dosunix-1.0.14/INSTALL dosunix-1.0.14/Makefile.am dosunix-1.0.14/NEWS dosunix-1.0.14/aclocal.m4 dosunix-1.0.14/config.guess dosunix-1.0.14/config.sub dosunix-1.0.14/configure dosunix-1.0.14/configure.in dosunix-1.0.14/install-sh dosunix-1.0.14/missing dosunix-1.0.14/mkinstalldirs dosunix-1.0.14/common.c dosunix-1.0.14/dosunix.c dosunix-1.0.14/const.h dosunix-1.0.14/unixdos.c dosunix-1.0.14/chktxt.c dosunix-1.0.14/VERSION sudo -u fink-bld [ENV] sh -c /tmp/fink.KMxbE ./configure --prefix=/sw checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets $(MAKE)... yes checking for working aclocal-1.4... missing checking for working autoconf... missing checking for working automake-1.4... missing checking for working autoheader... missing checking for working makeinfo... found checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 ANSI C... none needed checking for an ANSI C-conforming const... yes configure: creating ./config.status config.status: creating Makefile make gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dosunix\" -DVERSION=\"1.0.14\" -I. -I. -I/sw/include -g -O2 -c common.c gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dosunix\" -DVERSION=\"1.0.14\" -I. -I. -I/sw/include -g -O2 -c dosunix.c gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dosunix\" -DVERSION=\"1.0.14\" -I. -I. -I/sw/include -g -O2 -c unixdos.c gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dosunix\" -DVERSION=\"1.0.14\" -I. -I. -I/sw/include -g -O2 -c chktxt.c unixdos.c:48:14: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' if ((strcmp(argv[1], "-V")) == 0) { ^ unixdos.c:48:14: note: please include the header or explicitly provide a declaration for 'strcmp' unixdos.c:50:17: warning: implicit declaration of function 'FullInfo' is invalid in C99 [-Wimplicit-function-declaration] c = FullInfo("UnixDos"); ^ dosunix.c:49:17: warning: implicit declaration of function 'FullInfo' is invalid in C99 [-Wimplicit-function-declaration] c = FullInfo("DosUnix"); ^ chktxt.c:53:17: warning: implicit declaration of function 'FullInfo' is invalid in C99 [-Wimplicit-function-declaration] c = FullInfo("ChkTxt"); ^ 2 warnings generated. 1 warning generated. gcc -g -O2 -L/sw/lib -o unixdos common.o unixdos.o gcc -g -O2 -L/sw/lib -o dosunix common.o dosunix.o 1 warning generated. gcc -g -O2 -L/sw/lib -o chktxt common.o chktxt.o /bin/rm -rf /sw/build.build/root-dosunix-1.0.14-1 /bin/mkdir -p /sw/build.build/root-dosunix-1.0.14-1/sw /bin/mkdir -p /sw/build.build/root-dosunix-1.0.14-1/DEBIAN /usr/sbin/chown -R fink-bld:fink-bld /sw/build.build/root-dosunix-1.0.14-1 sudo -u fink-bld [ENV] sh -c /tmp/fink.sPiJG make -j1 install prefix=/sw/build.build/root-dosunix-1.0.14-1/sw /bin/sh ./mkinstalldirs /sw/build.build/root-dosunix-1.0.14-1/sw/bin mkdir /sw/build.build/root-dosunix-1.0.14-1/sw/bin /usr/bin/install -c dosunix /sw/build.build/root-dosunix-1.0.14-1/sw/bin/dosunix /usr/bin/install -c unixdos /sw/build.build/root-dosunix-1.0.14-1/sw/bin/unixdos /usr/bin/install -c chktxt /sw/build.build/root-dosunix-1.0.14-1/sw/bin/chktxt make[1]: Nothing to be done for `install-data-am'. sudo -u fink-bld [ENV] sh -c /tmp/fink.RYdZ_ /usr/bin/install -d -m 700 /sw/build.build/root-dosunix-1.0.14-1/sw/share/doc/dosunix /bin/cp -r AUTHORS /sw/build.build/root-dosunix-1.0.14-1/sw/share/doc/dosunix/ /bin/cp -r ChangeLog /sw/build.build/root-dosunix-1.0.14-1/sw/share/doc/dosunix/ /bin/cp -r COPYING /sw/build.build/root-dosunix-1.0.14-1/sw/share/doc/dosunix/ /bin/cp -r NEWS /sw/build.build/root-dosunix-1.0.14-1/sw/share/doc/dosunix/ /bin/cp -r README /sw/build.build/root-dosunix-1.0.14-1/sw/share/doc/dosunix/ /bin/chmod -R go=u-w /sw/build.build/root-dosunix-1.0.14-1/sw/share/doc/dosunix /bin/rm -f /sw/build.build/root-dosunix-1.0.14-1/sw/info/dir /sw/build.build/root-dosunix-1.0.14-1/sw/info/dir.old /sw/build.build/root-dosunix-1.0.14-1/sw/share/info/dir /sw/build.build/root-dosunix-1.0.14-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-dosunix-1.0.14-1 /sw/fink/10.9/stable/main/binary-darwin-x86_64/utils dpkg-deb: building package `dosunix' in `/sw/fink/10.9/stable/main/binary-darwin-x86_64/utils/dosunix_1.0.14-1_darwin-x86_64.deb'. Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-dosunix-1.0.14-1 (Reading database ... 4297 files and directories currently installed.) Removing fink-buildlock-dosunix-1.0.14-1 ...