printf ' ' | fink --no-use-binary-dist --yes --build-as-nobody rebuild dhex 2>&1 The package 'dhex' will be built without being installed. Reading build dependency for dhex-0.65-1... Reading dependency for dhex-0.65-1... Reading build conflict for dhex-0.65-1... The package 'libncurses5' will be installed. Reading dependency for libncurses5-5.9-20110507-1... Reading runtime dependency for libncurses5-5.9-20110507-1... The following package will be rebuilt: dhex The following additional package will be installed: libncurses5 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/dhex_0.65.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 55686 100 55686 0 0 121k 0 --:--:-- --:--:-- --:--:-- 121k Reading buildlock packages... All buildlocks accounted for. /sw/bin/dpkg-lockwait -i /sw/fink/dists/stable/main/binary-darwin-x86_64/base/libncurses5_5.9-20110507-1_darwin-x86_64.deb Selecting previously deselected package libncurses5. (Reading database ... 4740 files and directories currently installed.) Unpacking libncurses5 (from .../libncurses5_5.9-20110507-1_darwin-x86_64.deb) ... Setting up libncurses5 (5.9-20110507-1) ... Setting runtime build-lock... dpkg-deb -b /sw/build.build/root-fink-buildlock-dhex-0.65-1 /sw/build.build dpkg-deb: building package `fink-buildlock-dhex-0.65-1' in `/sw/build.build/fink-buildlock-dhex-0.65-1_2014.08.06-19.39.23_darwin-x86_64.deb'. Installing build-lock package... /sw/bin/dpkg-lockwait -i /sw/build.build/fink-buildlock-dhex-0.65-1_2014.08.06-19.39.23_darwin-x86_64.deb Selecting previously deselected package fink-buildlock-dhex-0.65-1. (Reading database ... 4789 files and directories currently installed.) Unpacking fink-buildlock-dhex-0.65-1 (from .../fink-buildlock-dhex-0.65-1_2014.08.06-19.39.23_darwin-x86_64.deb) ... Setting up fink-buildlock-dhex-0.65-1 (2014.08.06-19.39.23) ... sudo -u fink-bld [ENV] sh -c /tmp/fink.Q_AMg env LANG=C LC_ALL=C /sw/bin/tar --no-same-owner --no-same-permissions -xvf /sw/src/dhex_0.65.tar.gz dhex_0.65 dhex_0.65/buffers.c dhex_0.65/buffers.h dhex_0.65/config.h dhex_0.65/configfile.c dhex_0.65/configfile.h dhex_0.65/correlation.c dhex_0.65/correlation.h dhex_0.65/datatypes.h dhex_0.65/dhex.1 dhex_0.65/dhexrc.5 dhex_0.65/dhex_markers.5 dhex_0.65/dhex_searchlog.5 dhex_0.65/gpl.c dhex_0.65/gpl.h dhex_0.65/gpl.txt dhex_0.65/hexcalc.c dhex_0.65/hexcalc.h dhex_0.65/input.c dhex_0.65/input.h dhex_0.65/machine_type.c dhex_0.65/machine_type.h dhex_0.65/main.c dhex_0.65/Makefile dhex_0.65/markers.c dhex_0.65/markers.h dhex_0.65/menu.c dhex_0.65/menu.h dhex_0.65/mkrelease.sh dhex_0.65/output.c dhex_0.65/output.h dhex_0.65/README.txt dhex_0.65/search.c dhex_0.65/search.h dhex_0.65/todo.txt dhex_0.65/ui.c dhex_0.65/ui.h sudo -u fink-bld [ENV] sh -c /tmp/fink.2Z6rF /usr/bin/sed -i -e 's:-I/usr/include:-I/sw/include:' Makefile /usr/bin/sed -i -e 's:-L/usr/lib:-L/sw/lib:' Makefile /usr/bin/sed -i -e 's:-I/usr/local/include: :' Makefile /usr/bin/sed -i -e 's:-I/usr/local/include/ncurses: :' Makefile /usr/bin/sed -i -e 's:-I/usr/include/ncurses: :' Makefile /usr/bin/sed -i -e 's:-L/usr/local/lib: :' Makefile /usr/bin/sed -i -e 's:-L/usr/local/lib/ncurses: :' Makefile /usr/bin/sed -i -e 's:-L/usr/lib/ncurses: :' Makefile sudo -u fink-bld [ENV] sh -c /tmp/fink.Ts0sX make gcc buffers.c -c -I. -I/sw/include -O3 -Wall -std=c99 gcc configfile.c -c -I. -I/sw/include -O3 -Wall -std=c99 gcc correlation.c -c -I. -I/sw/include -O3 -Wall -std=c99 gcc gpl.c -c -I. -I/sw/include -O3 -Wall -std=c99 gcc hexcalc.c -c -I. -I/sw/include -O3 -Wall -std=c99 gcc input.c -c -I. -I/sw/include -O3 -Wall -std=c99 gcc machine_type.c -c -I. -I/sw/include -O3 -Wall -std=c99 gcc main.c -c -I. -I/sw/include -O3 -Wall -std=c99 gcc markers.c -c -I. -I/sw/include -O3 -Wall -std=c99 configfile.c:183:23: warning: passing 'unsigned char [512]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] getcolors(output,line); ^~~~ configfile.c:68:37: note: passing argument to parameter 'line' here int getcolors(tOutput* output,char* line) ^ configfile.c:184:59: warning: passing 'unsigned char [512]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] keyboardcnt+=(configkeytab((tKeyTab*)output->pKeyTab,line)==0); ^~~~ ./input.h:43:41: note: passing argument to parameter 'line' here int configkeytab(tKeyTab* pKeyTab,char* line); ^ main.c:460:41: warning: passing 'tInt64 *' (aka 'long long *') to parameter of type 'tUInt64 *' (aka 'unsigned long long *') converts between pointers to integer types with different sign [-Wpointer-sign] if (gosearch1) searchfor(&search1,buf1,&cursorpos1,1); ^~~~~~~~~~~ ./search.h:8:55: note: passing argument to parameter 'cursorpos' here tInt8 searchfor(tSearch* search,tBuffer* buf,tUInt64* cursorpos,tBool nextnotprev); ^ main.c:461:53: warning: passing 'tInt64 *' (aka 'long long *') to parameter of type 'tUInt64 *' (aka 'unsigned long long *') converts between pointers to integer types with different sign [-Wpointer-sign] if (gosearch2 && diffmode) searchfor(&search2,buf2,&cursorpos2,1); ^~~~~~~~~~~ ./search.h:8:55: note: passing argument to parameter 'cursorpos' here tInt8 searchfor(tSearch* search,tBuffer* buf,tUInt64* cursorpos,tBool nextnotprev); ^ main.c:565:33: warning: passing 'tInt64 *' (aka 'long long *') to parameter of type 'tUInt64 *' (aka 'unsigned long long *') converts between pointers to integer types with different sign [-Wpointer-sign] if (gotomask(output,markers,&cursorpos1)==RETOK) ^~~~~~~~~~~ ./markers.h:9:59: note: passing argument to parameter 'cursorpos' here tInt8 gotomask(tOutput* output,tMarkers* markers,tUInt64* cursorpos); ^ main.c:574:37: warning: passing 'tInt64 *' (aka 'long long *') to parameter of type 'tUInt64 *' (aka 'unsigned long long *') converts between pointers to integer types with different sign [-Wpointer-sign] searchmask(output,&search1,buf1,&cursorpos1); ^~~~~~~~~~~ ./ui.h:8:71: note: passing argument to parameter 'cursorpos' here void searchmask(tOutput* output,tSearch* search,tBuffer* buf,tUInt64* cursorpos); ^ main.c:628:30: warning: passing 'tInt64 *' (aka 'long long *') to parameter of type 'tUInt64 *' (aka 'unsigned long long *') converts between pointers to integer types with different sign [-Wpointer-sign] searchfor(&search1,buf1,&cursorpos1,(ch==KEYF3)); // f3: next ^~~~~~~~~~~ ./search.h:8:55: note: passing argument to parameter 'cursorpos' here tInt8 searchfor(tSearch* search,tBuffer* buf,tUInt64* cursorpos,tBool nextnotprev); ^ gcc menu.c -c -I. -I/sw/include -O3 -Wall -std=c99 2 warnings generated. gcc output.c -c -I. -I/sw/include -O3 -Wall -std=c99 gcc search.c -c -I. -I/sw/include -O3 -Wall -std=c99 gcc ui.c -c -I. -I/sw/include -O3 -Wall -std=c99 output.c:411:1: warning: initializing 'unsigned char *' with an expression of type 'char [7]' converts between pointers to integer types with different sign [-Wpointer-sign] "Goto ", // F1 ^~~~~~~~ output.c:412:1: warning: initializing 'unsigned char *' with an expression of type 'char [7]' converts between pointers to integer types with different sign [-Wpointer-sign] "Search", // F2 ^~~~~~~~ output.c:413:1: warning: initializing 'unsigned char *' with an expression of type 'char [7]' converts between pointers to integer types with different sign [-Wpointer-sign] "Next ", // F3 ^~~~~~~~ output.c:414:1: warning: initializing 'unsigned char *' with an expression of type 'char [7]' converts between pointers to integer types with different sign [-Wpointer-sign] "Prev ", // F4 ^~~~~~~~ output.c:415:1: warning: initializing 'unsigned char *' with an expression of type 'char [7]' converts between pointers to integer types with different sign [-Wpointer-sign] "HexCal", // F5 ^~~~~~~~ output.c:416:1: warning: initializing 'unsigned char *' with an expression of type 'char [7]' converts between pointers to integer types with different sign [-Wpointer-sign] " ", // F6 ^~~~~~~~ output.c:417:1: warning: initializing 'unsigned char *' with an expression of type 'char [7]' converts between pointers to integer types with different sign [-Wpointer-sign] " ", // F7 ^~~~~~~~ output.c:418:1: warning: initializing 'unsigned char *' with an expression of type 'char [7]' converts between pointers to integer types with different sign [-Wpointer-sign] " ", // F8 ^~~~~~~~ output.c:419:1: warning: initializing 'unsigned char *' with an expression of type 'char [7]' converts between pointers to integer types with different sign [-Wpointer-sign] "Undo ", // F9 ^~~~~~~~ output.c:420:1: warning: initializing 'unsigned char *' with an expression of type 'char [7]' converts between pointers to integer types with different sign [-Wpointer-sign] "Quit "}; // F10 ^~~~~~~~ output.c:423:1: warning: initializing 'unsigned char *' with an expression of type 'char [7]' converts between pointers to integer types with different sign [-Wpointer-sign] " ", // F1 ^~~~~~~~ output.c:424:1: warning: initializing 'unsigned char *' with an expression of type 'char [7]' converts between pointers to integer types with different sign [-Wpointer-sign] " ", // F2 ^~~~~~~~ output.c:425:1: warning: initializing 'unsigned char *' with an expression of type 'char [7]' converts between pointers to integer types with different sign [-Wpointer-sign] "Next ", // F3 ^~~~~~~~ output.c:426:1: warning: initializing 'unsigned char *' with an expression of type 'char [7]' converts between pointers to integer types with different sign [-Wpointer-sign] "Prev ", // F4 ^~~~~~~~ output.c:427:1: warning: initializing 'unsigned char *' with an expression of type 'char [7]' converts between pointers to integer types with different sign [-Wpointer-sign] "HexCal", // F5 ^~~~~~~~ output.c:428:1: warning: initializing 'unsigned char *' with an expression of type 'char [7]' converts between pointers to integer types with different sign [-Wpointer-sign] "Corr. ", // F6 ^~~~~~~~ output.c:429:1: warning: initializing 'unsigned char *' with an expression of type 'char [7]' converts between pointers to integer types with different sign [-Wpointer-sign] " ", // F7 ^~~~~~~~ output.c:430:1: warning: initializing 'unsigned char *' with an expression of type 'char [7]' converts between pointers to integer types with different sign [-Wpointer-sign] " ", // F8 ^~~~~~~~ output.c:431:1: warning: initializing 'unsigned char *' with an expression of type 'char [8]' converts between pointers to integer types with different sign [-Wpointer-sign] " ", // F9 ^~~~~~~~~ output.c:432:1: warning: initializing 'unsigned char *' with an expression of type 'char [7]' converts between pointers to integer types with different sign [-Wpointer-sign] "Quit "}; // F10 ^~~~~~~~ ui.c:194:37: warning: passing 'tInt64 *' (aka 'long long *') to parameter of type 'tUInt64 *' (aka 'unsigned long long *') converts between pointers to integer types with different sign [-Wpointer-sign] decinput(output,offsy+4,offsx+22,&correlation->start_mindiff,18); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./input.h:39:60: note: passing argument to parameter 'val' here tInt16 decinput(tOutput* output,tInt16 y,tInt16 x,tUInt64* val,tInt16 len); ^ 1 warning generated. 5 warnings generated. 20 warnings generated. gcc -L/sw/lib -o dhex buffers.o configfile.o correlation.o gpl.o hexcalc.o input.o machine_type.o main.o markers.o menu.o output.o search.o ui.o -lncurses /bin/rm -rf /sw/build.build/root-dhex-0.65-1 /bin/mkdir -p /sw/build.build/root-dhex-0.65-1/sw /bin/mkdir -p /sw/build.build/root-dhex-0.65-1/DEBIAN /usr/sbin/chown -R fink-bld:fink-bld /sw/build.build/root-dhex-0.65-1 sudo -u fink-bld [ENV] sh -c /tmp/fink.8mufR mkdir -p /sw/build.build/root-dhex-0.65-1/sw/bin mkdir -p /sw/build.build/root-dhex-0.65-1/sw/share/man/man1 mkdir -p /sw/build.build/root-dhex-0.65-1/sw/share/man/man5 make install DESTDIR=/sw/build.build/root-dhex-0.65-1/sw strip dhex cp dhex /sw/build.build/root-dhex-0.65-1/sw/bin cp dhex.1 /sw/build.build/root-dhex-0.65-1/sw/share/man/man1 cp dhexrc.5 /sw/build.build/root-dhex-0.65-1/sw/share/man/man5 cp dhex_markers.5 /sw/build.build/root-dhex-0.65-1/sw/share/man/man5 cp dhex_searchlog.5 /sw/build.build/root-dhex-0.65-1/sw/share/man/man5 sudo -u fink-bld [ENV] sh -c /tmp/fink.jza9f /usr/bin/install -d -m 700 /sw/build.build/root-dhex-0.65-1/sw/share/doc/dhex /bin/cp -r README.txt /sw/build.build/root-dhex-0.65-1/sw/share/doc/dhex/ /bin/cp -r gpl.txt /sw/build.build/root-dhex-0.65-1/sw/share/doc/dhex/ /bin/chmod -R go=u-w /sw/build.build/root-dhex-0.65-1/sw/share/doc/dhex /bin/rm -f /sw/build.build/root-dhex-0.65-1/sw/info/dir /sw/build.build/root-dhex-0.65-1/sw/info/dir.old /sw/build.build/root-dhex-0.65-1/sw/share/info/dir /sw/build.build/root-dhex-0.65-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-dhex-0.65-1 /sw/fink/10.9/stable/main/binary-darwin-x86_64/editors dpkg-deb: building package `dhex' in `/sw/fink/10.9/stable/main/binary-darwin-x86_64/editors/dhex_0.65-1_darwin-x86_64.deb'. Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-dhex-0.65-1 (Reading database ... 4790 files and directories currently installed.) Removing fink-buildlock-dhex-0.65-1 ...