=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/multimedia/tstools", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for tstools-1.11nb1 mkdir bin mkdir lib mkdir obj gcc -c esfilter.c -o obj/esfilter.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. gcc -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -c -o accessunit.o accessunit.c ar -rv lib/libtstools.a accessunit.o ar: creating lib/libtstools.a ar: writing lib/libtstools.a a - accessunit.o gcc -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -c -o avs.o avs.c ar -rv lib/libtstools.a avs.o ar: writing lib/libtstools.a a - avs.o gcc -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -c -o ac3.o ac3.c ar -rv lib/libtstools.a ac3.o ar: writing lib/libtstools.a a - ac3.o gcc -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -c -o adts.o adts.c ar -rv lib/libtstools.a adts.o ar: writing lib/libtstools.a a - adts.o gcc -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -c -o bitdata.o bitdata.c ar -rv lib/libtstools.a bitdata.o ar: writing lib/libtstools.a a - bitdata.o gcc -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -c -o es.o es.c ar -rv lib/libtstools.a es.o ar: writing lib/libtstools.a a - es.o gcc -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -c -o filter.o filter.c ar -rv lib/libtstools.a filter.o ar: writing lib/libtstools.a a - filter.o gcc -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -c -o fmtx.o fmtx.c ar -rv lib/libtstools.a fmtx.o ar: writing lib/libtstools.a a - fmtx.o gcc -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -c -o h222.o h222.c ar -rv lib/libtstools.a h222.o ar: writing lib/libtstools.a a - h222.o gcc -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -c -o h262.o h262.c ar -rv lib/libtstools.a h262.o ar: writing lib/libtstools.a a - h262.o gcc -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -c -o audio.o audio.c ar -rv lib/libtstools.a audio.o ar: writing lib/libtstools.a a - audio.o gcc -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -c -o l2audio.o l2audio.c l2audio.c: In function 'peek_frame_header': l2audio.c:145:17: warning: variable 'framesize' set but not used [-Wunused-but-set-variable] 145 | unsigned int framesize, framelen; | ^~~~~~~~~ l2audio.c:143:26: warning: variable 'sampling' set but not used [-Wunused-but-set-variable] 143 | unsigned int bitrate, sampling; | ^~~~~~~~ ar -rv lib/libtstools.a l2audio.o ar: writing lib/libtstools.a a - l2audio.o gcc -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -c -o misc.o misc.c ar -rv lib/libtstools.a misc.o ar: writing lib/libtstools.a a - misc.o gcc -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -c -o nalunit.o nalunit.c ar -rv lib/libtstools.a nalunit.o ar: writing lib/libtstools.a a - nalunit.o gcc -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -c -o ps.o ps.c ar -rv lib/libtstools.a ps.o ar: writing lib/libtstools.a a - ps.o gcc -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -c -o pes.o pes.c pes.c: In function 'encode_pts_dts': pes.c:2694:20: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 2694 | fprintf(stderr,"!!! value " LLU_FORMAT " for %s is more than " LLU_FORMAT | ^~~~~~~~~~~~ 2695 | " - reduced to " LLU_FORMAT "\n",value,what,MAX_PTS_VALUE,temp); | ~~~~~ | | | uint64_t {aka long unsigned int} In file included from pes.c:34: compat.h:136:25: note: format string is defined here 136 | #define LLU_FORMAT "%llu" | ~~~^ | | | long long unsigned int | %lu pes.c:2694:20: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 2694 | fprintf(stderr,"!!! value " LLU_FORMAT " for %s is more than " LLU_FORMAT | ^~~~~~~~~~~~ 2695 | " - reduced to " LLU_FORMAT "\n",value,what,MAX_PTS_VALUE,temp); | ~~~~ | | | uint64_t {aka long unsigned int} compat.h:136:25: note: format string is defined here 136 | #define LLU_FORMAT "%llu" | ~~~^ | | | long long unsigned int | %lu pes.c: In function 'report_PES_data_array': pes.c:2936:14: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 2936 | printf("%s PTS " LLU_FORMAT,prefix,pts); | ^~~~~~~~~~~~ ~~~ | | | uint64_t {aka long unsigned int} compat.h:136:25: note: format string is defined here 136 | #define LLU_FORMAT "%llu" | ~~~^ | | | long long unsigned int | %lu pes.c:2938:16: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 2938 | printf(", DTS " LLU_FORMAT,dts); | ^~~~~~~~ ~~~ | | | uint64_t {aka long unsigned int} compat.h:136:25: note: format string is defined here 136 | #define LLU_FORMAT "%llu" | ~~~^ | | | long long unsigned int | %lu pes.c:2993:16: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 2993 | printf("%s PTS " LLU_FORMAT,prefix,pts); | ^~~~~~~~~~~~ ~~~ | | | uint64_t {aka long unsigned int} compat.h:136:25: note: format string is defined here 136 | #define LLU_FORMAT "%llu" | ~~~^ | | | long long unsigned int | %lu pes.c:2995:18: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 2995 | printf(", DTS " LLU_FORMAT,dts); | ^~~~~~~~ ~~~ | | | uint64_t {aka long unsigned int} compat.h:136:25: note: format string is defined here 136 | #define LLU_FORMAT "%llu" | ~~~^ | | | long long unsigned int | %lu pes.c: In function 'report_PES_data_array2': pes.c:3123:16: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 3123 | printf(" PTS " LLU_FORMAT "\n",pts); | ^~~~~~~~~~ ~~~ | | | uint64_t {aka long unsigned int} compat.h:136:25: note: format string is defined here 136 | #define LLU_FORMAT "%llu" | ~~~^ | | | long long unsigned int | %lu pes.c:3129:16: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 3129 | printf(" DTS " LLU_FORMAT "\n",dts); | ^~~~~~~~~~ ~~~ | | | uint64_t {aka long unsigned int} compat.h:136:25: note: format string is defined here 136 | #define LLU_FORMAT "%llu" | ~~~^ | | | long long unsigned int | %lu pes.c:3203:18: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 3203 | printf(" PTS " LLU_FORMAT "\n",pts); | ^~~~~~~~~~~~ ~~~ | | | uint64_t {aka long unsigned int} compat.h:136:25: note: format string is defined here 136 | #define LLU_FORMAT "%llu" | ~~~^ | | | long long unsigned int | %lu pes.c:3205:20: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 3205 | printf(" DTS " LLU_FORMAT "\n",dts); | ^~~~~~~~~~~~ ~~~ | | | uint64_t {aka long unsigned int} compat.h:136:25: note: format string is defined here 136 | #define LLU_FORMAT "%llu" | ~~~^ | | | long long unsigned int | %lu pes.c: In function 'find_ESCR_in_PES': pes.c:3542:9: warning: variable 'packet_length' set but not used [-Wunused-but-set-variable] 3542 | int packet_length; | ^~~~~~~~~~~~~ ar -rv lib/libtstools.a pes.o ar: writing lib/libtstools.a a - pes.o gcc -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -c -o pidint.o pidint.c ar -rv lib/libtstools.a pidint.o ar: writing lib/libtstools.a a - pidint.o gcc -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -c -o reverse.o reverse.c ar -rv lib/libtstools.a reverse.o ar: writing lib/libtstools.a a - reverse.o gcc -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -c -o ts.o ts.c ts.c: In function 'report_adaptation_field': ts.c:1935:12: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 1935 | printf(" .. PCR %12" LLU_FORMAT_STUMP "\n", pcr); | ^~~~~~~~~~~~~ ~~~ | | | uint64_t {aka long unsigned int} In file included from ts.c:40: compat.h:138:29: note: format string is defined here 138 | #define LLU_FORMAT_STUMP "llu" ts.c: In function 'report_adaptation_timing': ts.c:1965:12: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 1965 | printf(" .. PCR %12" LLU_FORMAT_STUMP, pcr); | ^~~~~~~~~~~~~ ~~~ | | | uint64_t {aka long unsigned int} compat.h:138:29: note: format string is defined here 138 | #define LLU_FORMAT_STUMP "llu" ts.c:1975:16: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 1975 | printf(" Discontinuity: PCR was %7" LLU_FORMAT_STUMP ", now %7" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1976 | LLU_FORMAT_STUMP,times->last_pcr,pcr); | ~~~~~~~~~~~~~~~ | | | uint64_t {aka long unsigned int} compat.h:138:29: note: format string is defined here 138 | #define LLU_FORMAT_STUMP "llu" ts.c:1975:16: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 1975 | printf(" Discontinuity: PCR was %7" LLU_FORMAT_STUMP ", now %7" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1976 | LLU_FORMAT_STUMP,times->last_pcr,pcr); | ~~~ | | | uint64_t {aka long unsigned int} compat.h:138:29: note: format string is defined here 138 | #define LLU_FORMAT_STUMP "llu" ts.c:1979:16: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 1979 | printf(" Mean byterate %7" LLU_FORMAT_STUMP, | ^~~~~~~~~~~~~~~~~~~ 1980 | ((packet_count - times->first_pcr_packet) * TS_PACKET_SIZE) * | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1981 | TWENTY_SEVEN_MHZ / (pcr - times->first_pcr)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | uint64_t {aka long unsigned int} compat.h:138:29: note: format string is defined here 138 | #define LLU_FORMAT_STUMP "llu" ts.c:1982:16: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 1982 | printf(" byterate %7" LLU_FORMAT_STUMP, | ^~~~~~~~~~~~~~ 1983 | ((packet_count - times->last_pcr_packet) * TS_PACKET_SIZE) * | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1984 | TWENTY_SEVEN_MHZ / (pcr - times->last_pcr)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | uint64_t {aka long unsigned int} compat.h:138:29: note: format string is defined here 138 | #define LLU_FORMAT_STUMP "llu" ts.c: At top level: ts.c:2032:54: warning: argument 2 of type 'byte[]' {aka 'unsigned char[]'} with mismatched bound [-Warray-parameter=] 2032 | byte data[], | ~~~~~~~~~~~~~~~^~~~~~ In file included from ts.c:41: ts_fns.h:568:54: note: previously declared as 'byte[184]' {aka 'unsigned char[184]'} 568 | byte payload[MAX_TS_PAYLOAD_SIZE], | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'read_next_TS_packet', inlined from 'fill_TS_packet_buffer' at ts.c:1556:15: ts.c:1476:10: warning: 'read_next_TS_packets' accessing 1504 bytes in a region of size 8 [-Wstringop-overflow=] 1476 | return read_next_TS_packets(tsreader,0,packet); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ts.c:1476:10: note: referencing argument 3 of type 'byte *[188]' {aka 'unsigned char *[188]'} ts.c: In function 'fill_TS_packet_buffer': ts.c:1363:12: note: in a call to function 'read_next_TS_packets' 1363 | static int read_next_TS_packets(TS_reader_p tsreader, | ^~~~~~~~~~~~~~~~~~~~ In function 'read_next_TS_packet', inlined from 'get_next_TS_packet' at ts.c:3074:9: ts.c:1476:10: warning: 'read_next_TS_packets' accessing 1504 bytes in a region of size 8 [-Wstringop-overflow=] 1476 | return read_next_TS_packets(tsreader,0,packet); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ts.c:1476:10: note: referencing argument 3 of type 'byte *[188]' {aka 'unsigned char *[188]'} ts.c: In function 'get_next_TS_packet': ts.c:1363:12: note: in a call to function 'read_next_TS_packets' 1363 | static int read_next_TS_packets(TS_reader_p tsreader, | ^~~~~~~~~~~~~~~~~~~~ ar -rv lib/libtstools.a ts.o ar: writing lib/libtstools.a a - ts.o gcc -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -c -o tswrite.o tswrite.c tswrite.c: In function 'set_buffer_item_time_pcr': tswrite.c:649:16: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 649 | printf("%06d+%d: PCR %10" LLU_FORMAT_STUMP "\n", | ^~~~~~~~~~~~~~~~~~ 650 | writer->packet[0].index,ii,writer->packet[ii].pcr); | ~~~~~~~~~~~~~~~~~~~~~~ | | | uint64_t {aka long unsigned int} In file included from tswrite.c:56: compat.h:138:29: note: format string is defined here 138 | #define LLU_FORMAT_STUMP "llu" tswrite.c:672:16: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 672 | printf("%06d+%d: PCR %10" LLU_FORMAT_STUMP | ^~~~~~~~~~~~~~~~~~ ...... 675 | writer->packet[0].index,ii,writer->packet[ii].pcr,pcr_rate, | ~~~~~~~~~~~~~~~~~~~~~~ | | | uint64_t {aka long unsigned int} compat.h:138:29: note: format string is defined here 138 | #define LLU_FORMAT_STUMP "llu" ar -rv lib/libtstools.a tswrite.o ar: writing lib/libtstools.a a - tswrite.o gcc -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -c -o pcap.o pcap.c ar -rv lib/libtstools.a pcap.o ar: writing lib/libtstools.a a - pcap.o gcc -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -c -o ethernet.o ethernet.c ar -rv lib/libtstools.a ethernet.o ar: writing lib/libtstools.a a - ethernet.o gcc -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -c -o ipv4.o ipv4.c ar -rv lib/libtstools.a ipv4.o ar: writing lib/libtstools.a a - ipv4.o gcc obj/esfilter.o -o bin/esfilter -lsocket -lnsl -lresolv -Wl,-R/opt/pkg/lib -g -lm -Llib -ltstools gcc -c ts2es.c -o obj/ts2es.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. gcc obj/ts2es.o -o bin/ts2es -lsocket -lnsl -lresolv -Wl,-R/opt/pkg/lib -g -lm -Llib -ltstools gcc -c es2ts.c -o obj/es2ts.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. gcc obj/es2ts.o -o bin/es2ts -lsocket -lnsl -lresolv -Wl,-R/opt/pkg/lib -g -lm -Llib -ltstools gcc -c esdots.c -o obj/esdots.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. gcc obj/esdots.o -o bin/esdots -lsocket -lnsl -lresolv -Wl,-R/opt/pkg/lib -g -lm -Llib -ltstools gcc -c esmerge.c -o obj/esmerge.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. esmerge.c: In function 'merge_with_avs': esmerge.c:252:16: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 252 | printf("\n%s video frame %5d (@ %.2fs, " LLU_FORMAT ")\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 253 | (is_avs_I_frame(avs_frame)?"**":"++"), 254 | video_frame_count,video_time,video_pts); | ~~~~~~~~~ | | | uint64_t {aka long unsigned int} In file included from esmerge.c:34: compat.h:136:25: note: format string is defined here 136 | #define LLU_FORMAT "%llu" | ~~~^ | | | long long unsigned int | %lu esmerge.c:324:16: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 324 | printf("** audio frame %5d (@ %.2fs, " LLU_FORMAT ")\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 325 | audio_frame_count,audio_time,audio_pts); | ~~~~~~~~~ | | | uint64_t {aka long unsigned int} compat.h:136:25: note: format string is defined here 136 | #define LLU_FORMAT "%llu" | ~~~^ | | | long long unsigned int | %lu esmerge.c: In function 'merge_with_h264': esmerge.c:471:16: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 471 | printf("\n%s video frame %5d (@ %.2fs, " LLU_FORMAT ")\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 472 | (is_I_or_IDR_frame(access_unit)?"**":"++"), 473 | video_frame_count,video_time,video_pts); | ~~~~~~~~~ | | | uint64_t {aka long unsigned int} compat.h:136:25: note: format string is defined here 136 | #define LLU_FORMAT "%llu" | ~~~^ | | | long long unsigned int | %lu esmerge.c:548:16: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 548 | printf("** audio frame %5d (@ %.2fs, " LLU_FORMAT ")\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 549 | audio_frame_count,audio_time,audio_pts); | ~~~~~~~~~ | | | uint64_t {aka long unsigned int} compat.h:136:25: note: format string is defined here 136 | #define LLU_FORMAT "%llu" | ~~~^ | | | long long unsigned int | %lu gcc obj/esmerge.o -o bin/esmerge -lsocket -lnsl -lresolv -Wl,-R/opt/pkg/lib -g -lm -Llib -ltstools gcc -c esreport.c -o obj/esreport.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. gcc obj/esreport.o -o bin/esreport -lsocket -lnsl -lresolv -Wl,-R/opt/pkg/lib -g -lm -Llib -ltstools gcc -c esreverse.c -o obj/esreverse.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. gcc obj/esreverse.o -o bin/esreverse -lsocket -lnsl -lresolv -Wl,-R/opt/pkg/lib -g -lm -Llib -ltstools gcc -c ps2ts.c -o obj/ps2ts.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. gcc obj/ps2ts.o -o bin/ps2ts -lsocket -lnsl -lresolv -Wl,-R/opt/pkg/lib -g -lm -Llib -ltstools gcc -c psreport.c -o obj/psreport.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. psreport.c: In function 'report_ps': psreport.c:193:14: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 193 | printf("\n" OFFSET_T_FORMAT_08 | ^~~~ 194 | ": Pack header: SCR " LLD_FORMAT " (" LLD_FORMAT 195 | "/%d) mux rate %d\n",posn,header.scr,header.scr_base, | ~~~~~~~~~~ | | | uint64_t {aka long unsigned int} In file included from psreport.c:42: compat.h:135:25: note: format string is defined here 135 | #define LLD_FORMAT "%lld" | ~~~^ | | | long long int | %ld psreport.c:193:14: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 193 | printf("\n" OFFSET_T_FORMAT_08 | ^~~~ 194 | ": Pack header: SCR " LLD_FORMAT " (" LLD_FORMAT 195 | "/%d) mux rate %d\n",posn,header.scr,header.scr_base, | ~~~~~~~~~~~~~~~ | | | uint64_t {aka long unsigned int} compat.h:135:25: note: format string is defined here 135 | #define LLD_FORMAT "%lld" | ~~~^ | | | long long int | %ld gcc obj/psreport.o -o bin/psreport -lsocket -lnsl -lresolv -Wl,-R/opt/pkg/lib -g -lm -Llib -ltstools gcc -c psdots.c -o obj/psdots.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. gcc obj/psdots.o -o bin/psdots -lsocket -lnsl -lresolv -Wl,-R/opt/pkg/lib -g -lm -Llib -ltstools gcc -c stream_type.c -o obj/stream_type.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. gcc obj/stream_type.o -o bin/stream_type -lsocket -lnsl -lresolv -Wl,-R/opt/pkg/lib -g -lm -Llib -ltstools gcc -c tsinfo.c -o obj/tsinfo.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. gcc obj/tsinfo.o -o bin/tsinfo -lsocket -lnsl -lresolv -Wl,-R/opt/pkg/lib -g -lm -Llib -ltstools gcc -c tsreport.c -o obj/tsreport.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. In file included from tsreport.c:42: tsreport.c: In function 'report_buffering_stats': compat.h:136:21: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'long unsigned int' [-Wformat=] 136 | #define LLU_FORMAT "%llu" | ^~~~~~ tsreport.c:317:24: note: in expansion of macro 'LLU_FORMAT' 317 | fprintf(file,LLU_FORMAT ",read," LLU_FORMAT ",,,,\n", | ^~~~~~~~~~ compat.h:136:25: note: format string is defined here 136 | #define LLU_FORMAT "%llu" | ~~~^ | | | long long unsigned int | %lu compat.h:129:28: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 129 | #define OFFSET_T_FORMAT "%lld" | ^~~~~~ tsreport.c:487:22: note: in expansion of macro 'OFFSET_T_FORMAT' 487 | fprintf(file,OFFSET_T_FORMAT ",%s," LLU_FORMAT ",%d,%s,", | ^~~~~~~~~~~~~~~ compat.h:136:25: note: format string is defined here 136 | #define LLU_FORMAT "%llu" | ~~~^ | | | long long unsigned int | %lu compat.h:136:21: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 136 | #define LLU_FORMAT "%llu" | ^~~~~~ tsreport.c:495:22: note: in expansion of macro 'LLU_FORMAT' 495 | fprintf(file,LLU_FORMAT ",",stats[index].pts & report_mask); | ^~~~~~~~~~ compat.h:136:25: note: format string is defined here 136 | #define LLU_FORMAT "%llu" | ~~~^ | | | long long unsigned int | %lu compat.h:136:21: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 136 | #define LLU_FORMAT "%llu" | ^~~~~~ tsreport.c:497:24: note: in expansion of macro 'LLU_FORMAT' 497 | fprintf(file,LLU_FORMAT,stats[index].dts & report_mask); | ^~~~~~~~~~ compat.h:136:25: note: format string is defined here 136 | #define LLU_FORMAT "%llu" | ~~~^ | | | long long unsigned int | %lu compat.h:136:21: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 136 | #define LLU_FORMAT "%llu" | ^~~~~~ tsreport.c:499:24: note: in expansion of macro 'LLU_FORMAT' 499 | fprintf(file,LLU_FORMAT,stats[index].pts & report_mask); | ^~~~~~~~~~ compat.h:136:25: note: format string is defined here 136 | #define LLU_FORMAT "%llu" | ~~~^ | | | long long unsigned int | %lu tsreport.c:504:20: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 504 | printf("Found ESCR " LLU_FORMAT " at " OFFSET_T_FORMAT "\n", | ^~~~~~~~~~~~~ 505 | escr,posn); | ~~~~ | | | uint64_t {aka long unsigned int} compat.h:136:25: note: format string is defined here 136 | #define LLU_FORMAT "%llu" | ~~~^ | | | long long unsigned int | %lu compat.h:136:21: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 136 | #define LLU_FORMAT "%llu" | ^~~~~~ tsreport.c:506:24: note: in expansion of macro 'LLU_FORMAT' 506 | fprintf(file,LLU_FORMAT,escr & report_mask); | ^~~~~~~~~~ compat.h:136:25: note: format string is defined here 136 | #define LLU_FORMAT "%llu" | ~~~^ | | | long long unsigned int | %lu compat.h:131:28: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 131 | #define OFFSET_T_FORMAT_8 "%8lld" | ^~~~~~~ tsreport.c:513:16: note: in expansion of macro 'OFFSET_T_FORMAT_8' 513 | printf(OFFSET_T_FORMAT_8 ": %s PCR " LLU_FORMAT " %d %5s", | ^~~~~~~~~~~~~~~~~ compat.h:136:25: note: format string is defined here 136 | #define LLU_FORMAT "%llu" | ~~~^ | | | long long unsigned int | %lu tsreport.c:525:16: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 525 | printf(" PTS " LLU_FORMAT,stats[index].pts); | ^~~~~~~ ~~~~~~~~~~~~~~~~ | | | uint64_t {aka long unsigned int} compat.h:136:25: note: format string is defined here 136 | #define LLU_FORMAT "%llu" | ~~~^ | | | long long unsigned int | %lu compat.h:135:21: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int64_t' {aka 'long int'} [-Wformat=] 135 | #define LLD_FORMAT "%lld" | ^~~~~~ tsreport.c:527:16: note: in expansion of macro 'LLD_FORMAT' 527 | printf(LLD_FORMAT, difference); | ^~~~~~~~~~ compat.h:135:25: note: format string is defined here 135 | #define LLD_FORMAT "%lld" | ~~~^ | | | long long int | %ld tsreport.c:549:18: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 549 | printf(" DTS " LLU_FORMAT,stats[index].dts); | ^~~~~~~ ~~~~~~~~~~~~~~~~ | | | uint64_t {aka long unsigned int} compat.h:136:25: note: format string is defined here 136 | #define LLU_FORMAT "%llu" | ~~~^ | | | long long unsigned int | %lu compat.h:135:21: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'long unsigned int' [-Wformat=] 135 | #define LLD_FORMAT "%lld" | ^~~~~~ tsreport.c:551:18: note: in expansion of macro 'LLD_FORMAT' 551 | printf(LLD_FORMAT, difference & report_mask); | ^~~~~~~~~~ compat.h:135:25: note: format string is defined here 135 | #define LLD_FORMAT "%lld" | ~~~^ | | | long long int | %ld tsreport.c:259:13: warning: 'read_first_TS_packet_from_buffer' accessing 1504 bytes in a region of size 8 [-Wstringop-overflow=] 259 | err = read_first_TS_packet_from_buffer(tsreader,pcr_pid,start_count, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 260 | &packet,&pid,&acc_pcr,&count); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tsreport.c:259:13: note: referencing argument 4 of type 'byte *[188]' {aka 'unsigned char *[188]'} In file included from tsreport.c:43: ts_fns.h:410:12: note: in a call to function 'read_first_TS_packet_from_buffer' 410 | extern int read_first_TS_packet_from_buffer(TS_reader_p tsreader, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tsreport.c:266:13: warning: 'read_next_TS_packet_from_buffer' accessing 1504 bytes in a region of size 8 [-Wstringop-overflow=] 266 | err = read_next_TS_packet_from_buffer(tsreader,&packet,&pid,&acc_pcr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tsreport.c:266:13: note: referencing argument 2 of type 'byte *[188]' {aka 'unsigned char *[188]'} ts_fns.h:431:12: note: in a call to function 'read_next_TS_packet_from_buffer' 431 | extern int read_next_TS_packet_from_buffer(TS_reader_p tsreader, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc obj/tsreport.o -o bin/tsreport -lsocket -lnsl -lresolv -Wl,-R/opt/pkg/lib -g -lm -Llib -ltstools gcc -c tsplay.c -o obj/tsplay.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. tsplay.c: In function 'play_buffered_TS_packets': tsplay.c:431:24: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] 431 | fprintf(stderr,"### Last TS packet read was at " LLU_FORMAT "\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from tsplay.c:44: compat.h:136:25: note: format string is defined here 136 | #define LLU_FORMAT "%llu" | ~~~^ | | | long long unsigned int | %lu tsplay.c: In function 'play_TS_packets': tsplay.c:533:24: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] 533 | fprintf(stderr,"### Last TS packet read was at " LLU_FORMAT "\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compat.h:136:25: note: format string is defined here 136 | #define LLU_FORMAT "%llu" | ~~~^ | | | long long unsigned int | %lu tsplay.c: In function 'main': tsplay.c:1062:10: warning: variable 'use_network' set but not used [-Wunused-but-set-variable] 1062 | int use_network = FALSE; | ^~~~~~~~~~~ tsplay.c: In function 'play_buffered_TS_packets': tsplay.c:423:11: warning: 'read_buffered_TS_packet' accessing 1504 bytes in a region of size 8 [-Wstringop-overflow=] 423 | err = read_buffered_TS_packet(tsreader,&count,&data,&pid,&pcr, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 424 | max,loop,start_posn,start_count,quiet); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tsplay.c:423:11: note: referencing argument 3 of type 'byte *[188]' {aka 'unsigned char *[188]'} In file included from tsplay.c:45: ts_fns.h:468:12: note: in a call to function 'read_buffered_TS_packet' 468 | extern int read_buffered_TS_packet(TS_reader_p tsreader, | ^~~~~~~~~~~~~~~~~~~~~~~ tsplay.c: In function 'play_TS_packets': tsplay.c:525:11: warning: 'read_TS_packet' accessing 1504 bytes in a region of size 8 [-Wstringop-overflow=] 525 | err = read_TS_packet(tsreader,&count,&data,&pid,&got_pcr,&pcr, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 526 | max,loop,start_posn,start_count,quiet); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tsplay.c:525:11: note: referencing argument 3 of type 'byte *[188]' {aka 'unsigned char *[188]'} tsplay.c:81:12: note: in a call to function 'read_TS_packet' 81 | static int read_TS_packet(TS_reader_p tsreader, | ^~~~~~~~~~~~~~ gcc obj/tsplay.o -o bin/tsplay -lsocket -lnsl -lresolv -Wl,-R/opt/pkg/lib -g -lm -Llib -ltstools gcc -c tsserve.c -o obj/tsserve.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. tsserve.c: In function 'set_child_exit_handler': tsserve.c:2993:21: error: assignment to 'void (*)(int)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 2993 | action.sa_handler = on_child_exit; | ^ tsserve.c:2966:13: note: 'on_child_exit' declared here 2966 | static void on_child_exit() | ^~~~~~~~~~~~~ gmake: *** [Makefile:348: obj/tsserve.o] Error 1 rm reverse.o pcap.o ts.o pes.o l2audio.o ps.o h262.o filter.o fmtx.o misc.o es.o adts.o audio.o accessunit.o nalunit.o ac3.o pidint.o ipv4.o h222.o ethernet.o tswrite.o avs.o bitdata.o *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/multimedia/tstools *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/multimedia/tstools