printf ' ' | fink --no-use-binary-dist --yes --build-as-nobody rebuild acme 2>&1 The package 'acme' will be built without being installed. Reading build dependency for acme-0.91-1... Reading dependency for acme-0.91-1... Reading build conflict for acme-0.91-1... The following package will be rebuilt: acme curl --connect-timeout 30 -f -L -A 'fink/0.37.0' -O http://distfiles.master.finkmirrors.net/distfiles/acme091src.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 128k 100 128k 0 0 157k 0 --:--:-- --:--:-- --:--:-- 157k Setting runtime build-lock... dpkg-deb -b /sw/build.build/root-fink-buildlock-acme-0.91-1 /sw/build.build dpkg-deb: building package `fink-buildlock-acme-0.91-1' in `/sw/build.build/fink-buildlock-acme-0.91-1_2014.08.02-03.36.58_darwin-x86_64.deb'. Installing build-lock package... /sw/bin/dpkg-lockwait -i /sw/build.build/fink-buildlock-acme-0.91-1_2014.08.02-03.36.58_darwin-x86_64.deb Selecting previously deselected package fink-buildlock-acme-0.91-1. (Reading database ... 4296 files and directories currently installed.) Unpacking fink-buildlock-acme-0.91-1 (from .../fink-buildlock-acme-0.91-1_2014.08.02-03.36.58_darwin-x86_64.deb) ... Setting up fink-buildlock-acme-0.91-1 (2014.08.02-03.36.58) ... sudo -u fink-bld [ENV] sh -c /tmp/fink.78uWl env LANG=C LC_ALL=C /sw/bin/tar --no-same-owner --no-same-permissions -xvf /sw/src/acme091src.tar.gz acme091/ acme091/docs/ acme091/docs/65816.txt acme091/docs/AddrModes.txt acme091/docs/AllPOs.txt acme091/docs/Changes.txt acme091/docs/COPYING acme091/docs/Errors.txt acme091/docs/Example.txt acme091/docs/Help.txt acme091/docs/Illegals.txt acme091/docs/Lib.txt acme091/docs/QuickRef.txt acme091/docs/Source.txt acme091/docs/Upgrade.txt acme091/src/ acme091/src/acme.c acme091/src/acme.h acme091/src/alu.c acme091/src/alu.h acme091/src/cliargs.c acme091/src/cliargs.h acme091/src/config.h acme091/src/cpu.c acme091/src/cpu.h acme091/src/dynabuf.c acme091/src/dynabuf.h acme091/src/encoding.c acme091/src/encoding.h acme091/src/flow.c acme091/src/flow.h acme091/src/global.c acme091/src/global.h acme091/src/input.c acme091/src/input.h acme091/src/label.c acme091/src/label.h acme091/src/macro.c acme091/src/macro.h acme091/src/Makefile acme091/src/Makefile.dos acme091/src/Makefile.riscos acme091/src/mnemo.c acme091/src/mnemo.h acme091/src/output.c acme091/src/output.h acme091/src/platform.c acme091/src/platform.h acme091/src/section.c acme091/src/section.h acme091/src/tree.c acme091/src/tree.h acme091/src/_amiga.h acme091/src/_dos.c acme091/src/_dos.h acme091/src/_riscos.c acme091/src/_riscos.h acme091/src/_std.c acme091/src/_std.h acme091/examples/ acme091/examples/ddrv.a acme091/examples/ddrv128.exp acme091/examples/ddrv64.exp acme091/examples/macedit.a acme091/examples/macedit.exp acme091/examples/me/ acme091/examples/me/const.a acme091/examples/me/core.a acme091/examples/me/cursor.a acme091/examples/me/file.a acme091/examples/me/macros.a acme091/examples/me/out.a acme091/examples/me/tables.bin acme091/examples/me/vars.a acme091/ACME_Lib/ acme091/ACME_Lib/6502/ acme091/ACME_Lib/6502/Help.txt acme091/ACME_Lib/6502/std.a acme091/ACME_Lib/65816/ acme091/ACME_Lib/65816/Help.txt acme091/ACME_Lib/65816/std.a acme091/ACME_Lib/Own/ acme091/ACME_Lib/Own/Help.txt acme091/File_ID.Diz acme091/ReadMe.txt sudo -u fink-bld [ENV] sh -c /tmp/fink.NqQVV /tmp/fink.2ZFie #! /bin/sh -ev cd src make gcc -O3 -Wall -I/sw/include -c -o acme.o acme.c gcc -O3 -Wall -I/sw/include -c -o alu.o alu.c gcc -O3 -Wall -I/sw/include -c -o cliargs.o cliargs.c gcc -O3 -Wall -I/sw/include -c -o cpu.o cpu.c gcc -O3 -Wall -I/sw/include -c -o dynabuf.o dynabuf.c gcc -O3 -Wall -I/sw/include -c -o encoding.o encoding.c gcc -O3 -Wall -I/sw/include -c -o flow.o flow.c gcc -O3 -Wall -I/sw/include -c -o global.o global.c In file included from dynabuf.c:12: ./global.h:75:21: warning: inline function 'safe_malloc' is not defined [-Wundefined-inline] extern inline void* safe_malloc(size_t); ^ dynabuf.c:77:9: note: used here copy = safe_malloc(db->size); ^ global.c:191:33: warning: illegal character encoding in character literal [-Winvalid-source-encoding] if((*GLOBALDYNABUF_CURRENT == '') ^ In file included from alu.c:11: ./cpu.h:43:20: warning: inline function 'CPU_ensure_defined_pc' is not defined [-Wundefined-inline] extern inline void CPU_ensure_defined_pc(void); ^ alu.c:493:3: note: used here CPU_ensure_defined_pc(); ^ gcc -O3 -Wall -I/sw/include -c -o input.o input.c 1 warning generated. gcc -O3 -Wall -I/sw/include -c -o label.o label.c gcc -O3 -Wall -I/sw/include -c -o macro.o macro.c gcc -O3 -Wall -I/sw/include -c -o mnemo.o mnemo.c gcc -O3 -Wall -I/sw/include -c -o output.o output.c gcc -O3 -Wall -I/sw/include -c -o platform.o platform.c 1 warning generated. gcc -O3 -Wall -I/sw/include -c -o section.o section.c In file included from label.c:13: ./global.h:75:21: warning: inline function 'safe_malloc' is not defined [-Wundefined-inline] extern inline void* safe_malloc(size_t); ^ label.c:72:11: note: used here label = safe_malloc(sizeof(label_t)); ^ In file included from label.c:11: ./cpu.h:43:20: warning: inline function 'CPU_ensure_defined_pc' is not defined [-Wundefined-inline] extern inline void CPU_ensure_defined_pc(void); ^ label.c:182:2: note: used here CPU_ensure_defined_pc(); ^ In file included from macro.c:13: ./global.h:75:21: warning: inline function 'safe_malloc' is not defined [-Wundefined-inline] extern inline void* safe_malloc(size_t); ^ macro.c:116:9: note: used here copy = safe_malloc(size); ^ In file included from output.c:14: ./cpu.h:43:20: warning: inline function 'CPU_ensure_defined_pc' is not defined [-Wundefined-inline] extern inline void CPU_ensure_defined_pc(void); ^ output.c:54:2: note: used here CPU_ensure_defined_pc(); ^ gcc -O3 -Wall -I/sw/include -c -o tree.o tree.c 1 warning generated. 2 warnings generated. In file included from tree.c:10: ./global.h:75:21: warning: inline function 'safe_malloc' is not defined [-Wundefined-inline] extern inline void* safe_malloc(size_t); ^ tree.c:164:18: note: used here new_leaf_node = safe_malloc(sizeof(node_ra_t)); ^ 1 warning generated. 1 warning generated. 1 warning generated. gcc -O3 -Wall -o acme acme.o alu.o cliargs.o cpu.o dynabuf.o encoding.o flow.o global.o input.o label.o macro.o mnemo.o output.o platform.o section.o tree.o strip acme /bin/rm -rf /sw/build.build/root-acme-0.91-1 /bin/mkdir -p /sw/build.build/root-acme-0.91-1/sw /bin/mkdir -p /sw/build.build/root-acme-0.91-1/DEBIAN /usr/sbin/chown -R fink-bld:fink-bld /sw/build.build/root-acme-0.91-1 sudo -u fink-bld [ENV] sh -c /tmp/fink.3hRBd /tmp/fink.Tz9rG #! /bin/sh -ev install -d /sw/build.build/root-acme-0.91-1/sw/bin install -m 755 src/acme /sw/build.build/root-acme-0.91-1/sw/bin/acme install -d /sw/build.build/root-acme-0.91-1/sw/share/doc/acme cd docs for f in *; do install -m 644 "$f" "/sw/build.build/root-acme-0.91-1/sw/share/doc/acme/$f" done sudo -u fink-bld [ENV] sh -c /tmp/fink.jvtCT /bin/rm -f /sw/build.build/root-acme-0.91-1/sw/info/dir /sw/build.build/root-acme-0.91-1/sw/info/dir.old /sw/build.build/root-acme-0.91-1/sw/share/info/dir /sw/build.build/root-acme-0.91-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-acme-0.91-1 /sw/fink/10.9/stable/main/binary-darwin-x86_64/devel dpkg-deb: building package `acme' in `/sw/fink/10.9/stable/main/binary-darwin-x86_64/devel/acme_0.91-1_darwin-x86_64.deb'. Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-acme-0.91-1 (Reading database ... 4297 files and directories currently installed.) Removing fink-buildlock-acme-0.91-1 ...