+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/mrsync-20090219/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/mrsync-20090219/work.log ===> Building for mrsync-20090219 gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c multicaster.c gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c global.c gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c setup_socket.c gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c set_mcast.c gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c parse_synclist.c parse_synclist.c: In function 'fill_in_stat': parse_synclist.c:295:34: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type 'off_t' {aka 'long int'} [-Wformat=] 295 | sprintf(buf, "%u %u %u %u %llu %lu %lu %d", st.st_mode, st.st_nlink, | ~~~^ | | | long long unsigned int | %lu 296 | st.st_uid, st.st_gid, st.st_size, st.st_atime, st.st_mtime, | ~~~~~~~~~~ | | | off_t {aka long int} gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c sends.c gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c complaints.c complaints.c: In function 'init_complaints': complaints.c:87:63: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 87 | fprintf(stderr, "in init_complaints with FLOW_BUFFSIZE = %d\n", FLOW_BUFFSIZE); | ~^ | | | int | %ld complaints.c: In function 'pr_missing_pages': complaints.c:481:49: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] 481 | fprintf(stderr, "Total number of bytes = %12llu Bytes re-sent = %12llu (%6.2f%%)\n", | ~~~~~^ | | | long long unsigned int | %12lu 482 | total_bytes, delta, (double)delta/(double)total_bytes*100.0); | ~~~~~~~~~~~ | | | off_t {aka long int} complaints.c:481:72: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] 481 | fprintf(stderr, "Total number of bytes = %12llu Bytes re-sent = %12llu (%6.2f%%)\n", | ~~~~~^ | | | long long unsigned int | %12lu 482 | total_bytes, delta, (double)delta/(double)total_bytes*100.0); | ~~~~~ | | | off_t {aka long int} complaints.c: In function 'send_done_and_pr_msgs': complaints.c:525:7: warning: variable 'exit_code2' set but not used [-Wunused-but-set-variable] 525 | int exit_code2 =0; | ^~~~~~~~~~ gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c backup.c backup.c: In function 'read_backup_pattern': backup.c:76:28: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] 76 | sprintf(fullpat, "^%s", pat); | ^ backup.c:76:7: note: 'sprintf' output between 2 and 1025 bytes into a destination of size 1024 76 | sprintf(fullpat, "^%s", pat); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c timing.c gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c signal.c gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c id_map.c gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o multicaster multicaster.o global.o setup_socket.o set_mcast.o parse_synclist.o sends.o complaints.o backup.o timing.o signal.o id_map.o Undefined first referenced symbol in file bind setup_socket.o if_indextoname set_mcast.o getsockname set_mcast.o sendto sends.o socket setup_socket.o setsockopt setup_socket.o recvfrom complaints.o ld: fatal: symbol referencing errors. No output written to multicaster collect2: error: ld returned 1 exit status *** Error code 1 Stop. bmake: stopped making "all" in /home/pbulk/build/sysutils/mrsync/work *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/mrsync *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/mrsync