printf ' ' | fink --no-use-binary-dist --yes --build-as-nobody rebuild memtester 2>&1 The package 'memtester' will be built without being installed. Reading build dependency for memtester-4.3.0-1... Reading dependency for memtester-4.3.0-1... Reading build conflict for memtester-4.3.0-1... The package 'fink-package-precedence' will be installed. Reading dependency for fink-package-precedence-0.18-1... Reading runtime dependency for fink-package-precedence-0.18-1... The following package will be rebuilt: memtester The following additional package will be installed: fink-package-precedence 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/memtester-4.3.0.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22113 100 22113 0 0 60283 0 --:--:-- --:--:-- --:--:-- 60253 Reading buildlock packages... All buildlocks accounted for. /sw/bin/dpkg-lockwait -i /sw/fink/debs/fink-package-precedence_0.18-1_darwin-x86_64.deb Selecting previously deselected package fink-package-precedence. (Reading database ... 7371 files and directories currently installed.) Unpacking fink-package-precedence (from .../fink-package-precedence_0.18-1_darwin-x86_64.deb) ... Setting up fink-package-precedence (0.18-1) ... Setting runtime build-lock... dpkg-deb -b /sw/build.build/root-fink-buildlock-memtester-4.3.0-1 /sw/build.build dpkg-deb: building package `fink-buildlock-memtester-4.3.0-1' in `/sw/build.build/fink-buildlock-memtester-4.3.0-1_2014.07.31-14.42.18_darwin-x86_64.deb'. Installing build-lock package... /sw/bin/dpkg-lockwait -i /sw/build.build/fink-buildlock-memtester-4.3.0-1_2014.07.31-14.42.18_darwin-x86_64.deb Selecting previously deselected package fink-buildlock-memtester-4.3.0-1. (Reading database ... 7372 files and directories currently installed.) Unpacking fink-buildlock-memtester-4.3.0-1 (from .../fink-buildlock-memtester-4.3.0-1_2014.07.31-14.42.18_darwin-x86_64.deb) ... Setting up fink-buildlock-memtester-4.3.0-1 (2014.07.31-14.42.18) ... sudo -u fink-bld [ENV] sh -c /tmp/fink.NaqTt env LANG=C LC_ALL=C /sw/bin/tar --no-same-owner --no-same-permissions -xvf /sw/src/memtester-4.3.0.tar.gz memtester-4.3.0/ memtester-4.3.0/conf-cc memtester-4.3.0/conf-ld memtester-4.3.0/memtester.h memtester-4.3.0/memtester.c memtester-4.3.0/sizes.h memtester-4.3.0/tests.c memtester-4.3.0/tests.h memtester-4.3.0/trycpp.c memtester-4.3.0/types.h memtester-4.3.0/BUGS memtester-4.3.0/CHANGELOG memtester-4.3.0/COPYING memtester-4.3.0/memtester.8 memtester-4.3.0/README memtester-4.3.0/README.tests memtester-4.3.0/extra-libs.sh memtester-4.3.0/find-systype.sh memtester-4.3.0/make-compile.sh memtester-4.3.0/make-load.sh memtester-4.3.0/make-makelib.sh memtester-4.3.0/warn-auto.sh memtester-4.3.0/Makefile sudo -u fink-bld [ENV] sh -c /tmp/fink.AF45I make ( cat warn-auto.sh; \ echo CC=\'`head -1 conf-cc`\'; \ echo LD=\'`head -1 conf-ld`\' \ ) > auto-ccld.sh cat auto-ccld.sh make-compile.sh > make-compile cat auto-ccld.sh find-systype.sh > find-systype cat auto-ccld.sh make-load.sh > make-load chmod 755 find-systype chmod 755 make-load chmod 755 make-compile ./find-systype > systype ( cat warn-auto.sh; ./make-compile "`cat systype`" ) > \ compile ( cat warn-auto.sh; ./make-load "`cat systype`" ) > load ./extra-libs.sh "`cat systype`" >extra-libs chmod 755 load chmod 755 compile ./compile memtester.c ./compile tests.c memtester.c:142:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (env_testmask = getenv("MEMTESTER_TEST_MASK")) { ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ memtester.c:142:22: note: place parentheses around the assignment to silence this warning if (env_testmask = getenv("MEMTESTER_TEST_MASK")) { ^ ( ) memtester.c:142:22: note: use '==' to turn this assignment into an equality comparison if (env_testmask = getenv("MEMTESTER_TEST_MASK")) { ^ == tests.c:46:45: warning: format specifies type 'unsigned long' but the argument has type 'off_t' (aka 'long long') [-Wformat] (ul) *p1, (ul) *p2, physaddr); ^~~~~~~~ tests.c:87:29: warning: format specifies type 'unsigned long' but the argument has type 'off_t' (aka 'long long') [-Wformat] physaddr); ^~~~~~~~ 1 warning generated. 2 warnings generated. ./load memtester tests.o `cat extra-libs` ld: warning: option -s is obsolete and being ignored fink-package-precedence --no-headers . Scanning binaries for incorrect dyld linking... /bin/rm -rf /sw/build.build/root-memtester-4.3.0-1 /bin/mkdir -p /sw/build.build/root-memtester-4.3.0-1/sw /bin/mkdir -p /sw/build.build/root-memtester-4.3.0-1/DEBIAN /usr/sbin/chown -R fink-bld:fink-bld /sw/build.build/root-memtester-4.3.0-1 sudo -u fink-bld [ENV] sh -c /tmp/fink.168al install -d '/sw/build.build/root-memtester-4.3.0-1/sw/share/man/man8' install -m 644 memtester.8 '/sw/build.build/root-memtester-4.3.0-1/sw/share/man/man8/' install -d '/sw/build.build/root-memtester-4.3.0-1/sw/bin' install memtester '/sw/build.build/root-memtester-4.3.0-1/sw/bin/' sudo -u fink-bld [ENV] sh -c /tmp/fink.s0KXq /usr/bin/install -d -m 700 /sw/build.build/root-memtester-4.3.0-1/sw/share/doc/memtester /bin/cp -r BUGS /sw/build.build/root-memtester-4.3.0-1/sw/share/doc/memtester/ /bin/cp -r COPYING /sw/build.build/root-memtester-4.3.0-1/sw/share/doc/memtester/ /bin/cp -r CHANGELOG /sw/build.build/root-memtester-4.3.0-1/sw/share/doc/memtester/ /bin/cp -r README /sw/build.build/root-memtester-4.3.0-1/sw/share/doc/memtester/ /bin/cp -r README.tests /sw/build.build/root-memtester-4.3.0-1/sw/share/doc/memtester/ /bin/chmod -R go=u-w /sw/build.build/root-memtester-4.3.0-1/sw/share/doc/memtester /bin/rm -f /sw/build.build/root-memtester-4.3.0-1/sw/info/dir /sw/build.build/root-memtester-4.3.0-1/sw/info/dir.old /sw/build.build/root-memtester-4.3.0-1/sw/share/info/dir /sw/build.build/root-memtester-4.3.0-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-memtester-4.3.0-1 /sw/fink/10.9/stable/main/binary-darwin-x86_64/utils dpkg-deb: building package `memtester' in `/sw/fink/10.9/stable/main/binary-darwin-x86_64/utils/memtester_4.3.0-1_darwin-x86_64.deb'. Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-memtester-4.3.0-1 (Reading database ... 7373 files and directories currently installed.) Removing fink-buildlock-memtester-4.3.0-1 ...