=> Bootstrap dependency digest>=20211023: found digest-20211023 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for mrsync-20090219 --- multicaster.o --- --- global.o --- --- setup_socket.o --- --- set_mcast.o --- --- global.o --- gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c global.c --- set_mcast.o --- gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c set_mcast.c --- multicaster.o --- gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c multicaster.c --- setup_socket.o --- gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c setup_socket.c --- parse_synclist.o --- gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c parse_synclist.c In file included from /usr/include/stdio.h:597:0, from main.h:45, from parse_synclist.c:21: parse_synclist.c: In function 'fill_in_stat': parse_synclist.c:295:18: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 9 has type '__off_t {aka long int}' [-Wformat=] sprintf(buf, "%u %u %u %u %llu %lu %lu %d", st.st_mode, st.st_nlink, ^ st.st_uid, st.st_gid, st.st_size, st.st_atime, st.st_mtime, ~~~~ --- sends.o --- gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c sends.c --- complaints.o --- 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=] fprintf(stderr, "in init_complaints with FLOW_BUFFSIZE = %d\n", FLOW_BUFFSIZE); ~^ %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=] fprintf(stderr, "Total number of bytes = %12llu Bytes re-sent = %12llu (%6.2f%%)\n", ~~~~~^ %12lu 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=] fprintf(stderr, "Total number of bytes = %12llu Bytes re-sent = %12llu (%6.2f%%)\n", ~~~~~^ %12lu 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] int exit_code2 =0; ^~~~~~~~~~ --- backup.o --- --- timing.o --- gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c timing.c --- backup.o --- gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c backup.c --- signal.o --- gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c signal.c --- id_map.o --- gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c id_map.c --- multicatcher.o --- gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c multicatcher.c --- set_catcher_mcast.o --- gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c set_catcher_mcast.c --- page_reader.o --- gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c page_reader.c --- complaint_sender.o --- gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c complaint_sender.c --- file_operations.o --- gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c file_operations.c --- page_reader.o --- page_reader.c: In function 'read_handle_page': page_reader.c:386:24: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] fprintf(stderr, "Got %d bytes from page %d of %d for file %d mode=%d\n", ~^ %ld --- rtt.o --- gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c rtt.c --- rttsends.o --- gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c rttsends.c --- file_operations.o --- file_operations.c: In function 'extract_file_info': file_operations.c:214:34: warning: format '%llu' expects argument of type 'long long unsigned int *', but argument 7 has type '__off_t * {aka long int *}' [-Wformat=] if (sscanf(pc, "%u %u %u %u %llu %lu %lu %d", &stat_mode, &stat_nlink, ~~~^ %lu &stat_uid, &stat_gid, &stat_size, &stat_atime, &stat_mtime, ~~~~~~~~~~ file_operations.c: In function 'open_file': file_operations.c:280:60: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type '__off_t {aka long int}' [-Wformat=] fprintf(stderr, "lseek() error for %s with size = %llu\n", tmpFile, stat_size); ~~~^ %lu file_operations.c:290:60: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type '__off_t {aka long int}' [-Wformat=] fprintf(stderr, "write() error for %s with size = %llu\n", tmpFile, stat_size); ~~~^ %lu file_operations.c: In function 'close_file': file_operations.c:322:69: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type '__off_t {aka long int}' [-Wformat=] fprintf(stderr, "ERROR: Cannot close() tmp for -- %s size= %llu \n", ~~~^ %lu file_operations.c: In function 'rm_tmp_file': file_operations.c:382:69: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type '__off_t {aka long int}' [-Wformat=] fprintf(stderr, "ERROR: Cannot close() tmp for -- %s size= %llu \n", ~~~^ %lu file_operations.c: In function 'update_directory0': file_operations.c:713:18: warning: variable 'times' set but not used [-Wunused-but-set-variable] struct utimbuf times; ^~~~~ --- rttcomplaints.o --- gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c rttcomplaints.c rttcomplaints.c: In function 'init_complaints': rttcomplaints.c:65:63: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] fprintf(stderr, "in init_complaints with FLOW_BUFFSIZE = %d\n", FLOW_BUFFSIZE); ~^ %ld --- rttcatcher.o --- gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c rttcatcher.c --- rttpage_reader.o --- gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c rttpage_reader.c --- rttcomplaint_sender.o --- gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c rttcomplaint_sender.c --- rttmissings.o --- gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c rttmissings.c --- rttpage_reader.o --- rttpage_reader.c: In function 'init_page_reader': rttpage_reader.c:55:18: warning: unused variable 'mreq' [-Wunused-variable] struct ip_mreq mreq; ^~~~ rttpage_reader.c: In function 'read_handle_page': rttpage_reader.c:167:24: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] fprintf(stderr, "Got %d bytes from page %d of %d, mode=%d\n", ~^ %ld --- trFilelist.o --- gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c trFilelist.c --- multicaster --- 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 --- rtt --- gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o rtt rtt.o setup_socket.o set_mcast.o rttsends.o rttcomplaints.o timing.o signal.o --- multicatcher --- gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o multicatcher multicatcher.o global.o setup_socket.o set_catcher_mcast.o page_reader.o complaint_sender.o file_operations.o signal.o timing.o ld: file_operations.o: in function `get_tmp_suffix': file_operations.c:(.text+0xb6): warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp() --- rttcatcher --- gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o rttcatcher rttcatcher.o setup_socket.o set_catcher_mcast.o rttpage_reader.o rttcomplaint_sender.o rttmissings.o signal.o timing.o --- trFilelist --- gcc -O -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o trFilelist trFilelist.o