=> Bootstrap dependency digest>=20010302: found digest-20080510 => Bootstrap dependency fetch-[0-9]*: found fetch-1.7 ===> Building for sendfile-2.1bnb1 --- all --- cd src; make --- sendfile.o --- --- message.o --- --- utf7.o --- --- pstring.o --- --- string.o --- --- sendfile.o --- gcc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -Wall -DLINUX -c sendfile.c --- message.o --- gcc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -Wall -DLINUX -c message.c --- utf7.o --- gcc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -Wall -DLINUX -c utf7.c --- pstring.o --- gcc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -Wall -DLINUX -c pstring.c --- string.o --- gcc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -Wall -DLINUX -c string.c --- io.o --- gcc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -Wall -DLINUX -c io.c --- sendfile.o --- sendfile.c: In function 'main': sendfile.c:1218:2: warning: format '%lld' expects type 'long long int', but argument 4 has type 'off_t' sendfile.c:1218:2: warning: format '%lld' expects type 'long long int', but argument 5 has type 'off_t' --- net.o --- --- sendfile.o --- sendfile.c:1353:5: warning: format '%lld' expects type 'long long int', but argument 4 has type 'off_t' sendfile.c:1353:5: warning: format '%lld' expects type 'long long int', but argument 5 has type 'off_t' --- net.o --- gcc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -Wall -DLINUX -c net.c --- sendfile.o --- sendfile.c:1746:7: warning: format '%lld' expects type 'long long int', but argument 4 has type 'off_t' sendfile.c:1746:7: warning: format '%lld' expects type 'long long int', but argument 5 has type 'off_t' --- address.o --- gcc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -Wall -DLINUX -c address.c --- net.o --- net.c: In function 'send_data': net.c:778:5: warning: format '%lld' expects type 'long long int', but argument 5 has type 'off_t' net.c:783:5: warning: format '%lld' expects type 'long long int', but argument 5 has type 'off_t' --- spool.o --- gcc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -Wall -DLINUX -c spool.c --- sendmsg.o --- gcc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -Wall -DLINUX -c sendmsg.c --- getline.o --- gcc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -Wall -DLINUX -c getline.c --- receive.o --- gcc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -Wall -DLINUX -c receive.c --- getdate.o --- gcc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -Wall -DLINUX -c getdate.c --- lock.o --- gcc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -Wall -DLINUX -c lock.c --- sendfiled.o --- gcc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -Wall -DLINUX -c sendfiled.c sendfiled.c: In function 'main': sendfiled.c:1820:8: warning: format '%lld' expects type 'long long int', but argument 4 has type 'off_t' sendfiled.c:1820:8: warning: format '%lld' expects type 'long long int', but argument 5 has type 'off_t' --- peername.o --- gcc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -Wall -DLINUX -c peername.c --- sendfiled.o --- sendfiled.c: In function 'get_sizes': sendfiled.c:2841:3: warning: format '%llu' expects type 'long long unsigned int', but argument 4 has type 'rlim_t' --- reply.o --- gcc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -Wall -DLINUX -c reply.c --- utf7encode.o --- gcc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -Wall -DLINUX -c utf7encode.c --- fetchfile.o --- gcc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -Wall -DLINUX -c fetchfile.c --- wlock.o --- gcc -O3 -pipe -fstack-protector -Wno-format -fno-builtin -Wall -DLINUX -c wlock.c --- sendmsg --- gcc -Wl,-R/usr/pkg/lib sendmsg.o message.o utf7.o pstring.o string.o io.o net.o address.o getline.o -o sendmsg -lnsl --- utf7encode --- gcc -Wl,-R/usr/pkg/lib utf7encode.o message.o utf7.o pstring.o string.o io.o -o utf7encode -lnsl --- receive --- gcc -Wl,-R/usr/pkg/lib receive.o message.o utf7.o pstring.o string.o io.o spool.o getdate.o getline.o lock.o -o receive -lnsl --- utf7encode --- ln -s utf7encode utf7decode --- wlock --- gcc -Wl,-R/usr/pkg/lib wlock.o string.o -o wlock --- fetchfile --- gcc -Wl,-R/usr/pkg/lib fetchfile.o message.o utf7.o pstring.o string.o io.o net.o address.o spool.o getline.o -o fetchfile -lnsl --- sendfile --- gcc -Wl,-R/usr/pkg/lib sendfile.o message.o utf7.o pstring.o string.o io.o net.o address.o spool.o -o sendfile -lnsl --- sendfiled --- gcc -Wl,-R/usr/pkg/lib sendfiled.o message.o utf7.o pstring.o string.o io.o net.o spool.o peername.o reply.o address.o lock.o -o sendfiled -lnsl --- all --- -rwxr-xr-x 1 pbulk pbulk 79214 Oct 17 05:10 fetchfile -rwxr-xr-x 1 pbulk pbulk 83508 Oct 17 05:10 receive -rwxr-xr-x 1 pbulk pbulk 103967 Oct 17 05:10 sendfile -rwxr-xr-x 1 pbulk pbulk 125202 Oct 17 05:10 sendfiled -rwxr-xr-x 1 pbulk pbulk 53788 Oct 17 05:10 sendmsg -rwxr-xr-x 1 pbulk pbulk 30860 Oct 17 05:10 utf7encode -rwxr-xr-x 1 pbulk pbulk 15596 Oct 17 05:10 wlock and now type (as root): make install => Unwrapping files-to-be-installed.