------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/gmake-4.2.1_3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> mptsd-1.1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> mptsd-1.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mptsd-1.1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> mptsd-1.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mptsd-1.1 for building => SHA256 Checksum OK for mptsd-1.1.tar.bz2. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> mptsd-1.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mptsd-1.1 for building ===> Extracting for mptsd-1.1 => SHA256 Checksum OK for mptsd-1.1.tar.bz2. Extracted Memory Use: 0.74M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for mptsd-1.1 ===> Applying ports patches for mptsd-1.1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> mptsd-1.1 depends on executable: gmake - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> mptsd-1.1 depends on executable: gmake - found ===> Configuring for mptsd-1.1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for mptsd-1.1 gmake[1]: Entering directory '/construction/net/mptsd/mptsd-1.1' echo " MAKE libfuncs/libfuncs.a" echo " MAKE libtsfuncs/libtsfuncs.a" echo " CC mptsd iniparser.c" MAKE libtsfuncs/libtsfuncs.a MAKE libfuncs/libfuncs.a gmake -s -C libtsfuncs gmake -s -C libfuncs echo " CC mptsd inidict.c" CC mptsd iniparser.c gmake[2]: Entering directory '/construction/net/mptsd/mptsd-1.1/libfuncs' cc -pipe -O2 -fno-strict-aliasing -Wall -Wextra -Wshadow -Wformat-security -Wno-strict-aliasing -D_GNU_SOURCE -DBUILD_ID=\"FreeBSD_port\" -DGIT_VER=\""v1.1"\" -c iniparser.c CC mptsd inidict.c gmake[2]: Entering directory '/construction/net/mptsd/mptsd-1.1/libtsfuncs' CC libtsfuncs log.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wextra -Wshadow -Wformat-security -Wno-strict-aliasing -D_GNU_SOURCE -DBUILD_ID=\"FreeBSD_port\" -DGIT_VER=\""v1.1"\" -c inidict.c CC libfuncs asyncdns.c CC libfuncs io.c CC libfuncs cbuf.c CC libfuncs http_response.c CC libfuncs log.c CC libfuncs list.c CC libfuncs queue.c queue.c: In function 'queue_free': queue.c:40:8: warning: variable 'data' set but not used [-Wunused-but-set-variable] void *data; ^~~~ CC libtsfuncs tsfuncs.c echo " CC mptsd pidref.c" CC mptsd pidref.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wextra -Wshadow -Wformat-security -Wno-strict-aliasing -D_GNU_SOURCE -DBUILD_ID=\"FreeBSD_port\" -DGIT_VER=\""v1.1"\" -c pidref.c echo " CC mptsd data.c" CC mptsd data.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wextra -Wshadow -Wformat-security -Wno-strict-aliasing -D_GNU_SOURCE -DBUILD_ID=\"FreeBSD_port\" -DGIT_VER=\""v1.1"\" -c data.c echo " CC mptsd config.c" CC mptsd config.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wextra -Wshadow -Wformat-security -Wno-strict-aliasing -D_GNU_SOURCE -DBUILD_ID=\"FreeBSD_port\" -DGIT_VER=\""v1.1"\" -c config.c CC libtsfuncs crc.c config.c: In function 'config_free': config.c:76:31: warning: passing argument 3 of 'list_free' from incompatible pointer type [-Wincompatible-pointer-types] list_free(&conf->nit, NULL, nit_free); ^~~~~~~~ In file included from config.c:38: libfuncs/list.h:46:60: note: expected 'void (*)(void **)' but argument is of type 'void (*)(NIT **)' {aka 'void (*)(struct **)'} void list_free (LIST **l, void (*l_free)(void *), void (*l_freep)(void **)); ~~~~~~~^~~~~~~~~~~~~~~~~ config.c:77:34: warning: passing argument 3 of 'list_free' from incompatible pointer type [-Wincompatible-pointer-types] list_free(&conf->inputs, NULL, input_free); ^~~~~~~~~~ In file included from config.c:38: libfuncs/list.h:46:60: note: expected 'void (*)(void **)' but argument is of type 'void (*)(INPUT **)' {aka 'void (*)(struct **)'} void list_free (LIST **l, void (*l_free)(void *), void (*l_freep)(void **)); ~~~~~~~^~~~~~~~~~~~~~~~~ config.c:78:36: warning: passing argument 3 of 'list_free' from incompatible pointer type [-Wincompatible-pointer-types] list_free(&conf->channels, NULL, channel_free); ^~~~~~~~~~~~ In file included from config.c:38: libfuncs/list.h:46:60: note: expected 'void (*)(void **)' but argument is of type 'void (*)(CHANNEL **)' {aka 'void (*)(struct **)'} void list_free (LIST **l, void (*l_free)(void *), void (*l_freep)(void **)); ~~~~~~~^~~~~~~~~~~~~~~~~ config.c: In function 'config_load_channels': config.c:233:33: warning: passing argument 3 of 'list_free' from incompatible pointer type [-Wincompatible-pointer-types] list_free(&old_channels, NULL, channel_free); ^~~~~~~~~~~~ In file included from config.c:38: libfuncs/list.h:46:60: note: expected 'void (*)(void **)' but argument is of type 'void (*)(CHANNEL **)' {aka 'void (*)(struct **)'} void list_free (LIST **l, void (*l_free)(void *), void (*l_freep)(void **)); ~~~~~~~^~~~~~~~~~~~~~~~~ CC libtsfuncs time.c iniparser.c: In function 'iniparser_load': iniparser.c:623:30: warning: '%s' directive writing up to 1024 bytes into a region of size between 0 and 1024 [-Wformat-overflow=] sprintf(tmp, "%s:%s", section, key); ^~ ~~~ iniparser.c:623:13: note: 'sprintf' output between 2 and 2050 bytes into a destination of size 1025 sprintf(tmp, "%s:%s", section, key); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libtsfuncs misc.c CC libtsfuncs sections.c CC libtsfuncs secdata.c echo " CC mptsd sleep.c" CC mptsd sleep.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wextra -Wshadow -Wformat-security -Wno-strict-aliasing -D_GNU_SOURCE -DBUILD_ID=\"FreeBSD_port\" -DGIT_VER=\""v1.1"\" -c sleep.c CC libfuncs server.c CC libfuncs misc.c CC libtsfuncs descs.c echo " CC mptsd network.c" CC mptsd network.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wextra -Wshadow -Wformat-security -Wno-strict-aliasing -D_GNU_SOURCE -DBUILD_ID=\"FreeBSD_port\" -DGIT_VER=\""v1.1"\" -c network.c echo " CC mptsd input.c" echo " CC mptsd output_psi.c" CC mptsd output_psi.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wextra -Wshadow -Wformat-security -Wno-strict-aliasing -D_GNU_SOURCE -DBUILD_ID=\"FreeBSD_port\" -DGIT_VER=\""v1.1"\" -c output_psi.c CC mptsd input.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wextra -Wshadow -Wformat-security -Wno-strict-aliasing -D_GNU_SOURCE -DBUILD_ID=\"FreeBSD_port\" -DGIT_VER=\""v1.1"\" -c input.c LINK libfuncs.a gmake[2]: Leaving directory '/construction/net/mptsd/mptsd-1.1/libfuncs' echo " CC mptsd output_mix.c" echo " CC mptsd output_write.c" CC mptsd output_mix.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wextra -Wshadow -Wformat-security -Wno-strict-aliasing -D_GNU_SOURCE -DBUILD_ID=\"FreeBSD_port\" -DGIT_VER=\""v1.1"\" -c output_mix.c CC mptsd output_write.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wextra -Wshadow -Wformat-security -Wno-strict-aliasing -D_GNU_SOURCE -DBUILD_ID=\"FreeBSD_port\" -DGIT_VER=\""v1.1"\" -c output_write.c echo " CC mptsd web_pages.c" CC mptsd web_pages.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wextra -Wshadow -Wformat-security -Wno-strict-aliasing -D_GNU_SOURCE -DBUILD_ID=\"FreeBSD_port\" -DGIT_VER=\""v1.1"\" -c web_pages.c CC libtsfuncs pat.c output_write.c: In function 'ts_frame_process': output_write.c:78:33: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] LOGf("PCR[%03x]: old:%14llu new:%14llu pcr_diff:%8lld ts_rate:%9llu ts_rate_new:%9llu diff:%9lld | passed:%llu\n", ~~~~~^ %14lu output_write.c:80:8: pcr, ~~~ output_write.c:78:44: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] LOGf("PCR[%03x]: old:%14llu new:%14llu pcr_diff:%8lld ts_rate:%9llu ts_rate_new:%9llu diff:%9lld | passed:%llu\n", ~~~~~^ %14lu output_write.c:81:8: new_pcr, ~~~~~~~ output_write.c:78:59: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] LOGf("PCR[%03x]: old:%14llu new:%14llu pcr_diff:%8lld ts_rate:%9llu ts_rate_new:%9llu diff:%9lld | passed:%llu\n", ~~~~^ %8ld output_write.c:82:8: pcr - new_pcr, ~~~~~~~~~~~~~ output_write.c:78:73: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] LOGf("PCR[%03x]: old:%14llu new:%14llu pcr_diff:%8lld ts_rate:%9llu ts_rate_new:%9llu diff:%9lld | passed:%llu\n", ~~~~^ %9lu output_write.c:83:8: ts_rate, ~~~~~~~ output_write.c:78:91: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] LOGf("PCR[%03x]: old:%14llu new:%14llu pcr_diff:%8lld ts_rate:%9llu ts_rate_new:%9llu diff:%9lld | passed:%llu\n", ~~~~^ %9lu output_write.c:84:8: ts_rate_new, ~~~~~~~~~~~ output_write.c:78:102: warning: format '%lld' expects argument of type 'long long int', but argument 8 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] LOGf("PCR[%03x]: old:%14llu new:%14llu pcr_diff:%8lld ts_rate:%9llu ts_rate_new:%9llu diff:%9lld | passed:%llu\n", ~~~~^ %9ld output_write.c:85:8: ts_rate - ts_rate_new, ~~~~~~~~~~~~~~~~~~~~~ output_write.c:78:116: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 9 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] LOGf("PCR[%03x]: old:%14llu new:%14llu pcr_diff:%8lld ts_rate:%9llu ts_rate_new:%9llu diff:%9lld | passed:%llu\n", ~~~^ %lu output_write.c:86:8: bytes - old_bytes ~~~~~~~~~~~~~~~~~ output_write.c: In function 'output_handle_write': output_write.c:151:61: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] LOGf("STAT : Pad:%6.2f%% Traf:%5.2f Mbps | %8.2f | %7llu\n", ~~~~^ %7lu output_write.c:155:6: o->traffic_period ~~~~~~~~~~~~~~~~~ output_write.c:120:15: warning: variable 'o_datasize' set but not used [-Wunused-but-set-variable] unsigned int o_datasize = 0; ^~~~~~~~~~ echo " CC mptsd web_server.c" CC mptsd web_server.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wextra -Wshadow -Wformat-security -Wno-strict-aliasing -D_GNU_SOURCE -DBUILD_ID=\"FreeBSD_port\" -DGIT_VER=\""v1.1"\" -c web_server.c CC libtsfuncs cat.c CC libtsfuncs pat_desc.c echo " CC mptsd mptsd.c" CC mptsd mptsd.c cc -pipe -O2 -fno-strict-aliasing -Wall -Wextra -Wshadow -Wformat-security -Wno-strict-aliasing -D_GNU_SOURCE -DBUILD_ID=\"FreeBSD_port\" -DGIT_VER=\""v1.1"\" -c mptsd.c CC libtsfuncs pmt.c CC libtsfuncs nit.c CC libtsfuncs nit_desc.c CC libtsfuncs sdt.c CC libtsfuncs sdt_desc.c CC libtsfuncs eit.c CC libtsfuncs eit_desc.c CC libtsfuncs tdt.c CC libtsfuncs tdt_desc.c CC libtsfuncs pes.c CC libtsfuncs pes_data.c CC libtsfuncs pes_es.c CC libtsfuncs privsec.c privsec.c: In function 'ts_privsec_is_same': privsec.c:91:41: warning: self-comparison always evaluates to false [-Wtautological-compare] if (p1->section_header->section_length != p1->section_header->section_length) return 0; // Not same ^~ LINK libtsfuncs.a gmake[2]: Leaving directory '/construction/net/mptsd/mptsd-1.1/libtsfuncs' echo " LINK mptsd" LINK mptsd cc -pipe -O2 -fno-strict-aliasing -Wall -Wextra -Wshadow -Wformat-security -Wno-strict-aliasing -D_GNU_SOURCE -DBUILD_ID=\"FreeBSD_port\" -DGIT_VER=\""v1.1"\" libfuncs/libfuncs.a libtsfuncs/libtsfuncs.a iniparser.o inidict.o pidref.o data.o config.o sleep.o network.o input.o output_psi.o output_mix.o output_write.o web_pages.o web_server.o mptsd.o -lpthread -lm -lrt -o mptsd gmake[1]: Leaving directory '/construction/net/mptsd/mptsd-1.1' SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for mptsd-1.1 ===> Generating temporary packing list install -s -m 555 /construction/net/mptsd/mptsd-1.1/mptsd /construction/net/mptsd/stage/usr/local/bin install -m 0644 /construction/net/mptsd/mptsd-1.1/mptsd*.conf /construction/net/mptsd/stage/usr/local/etc/mptsd ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for mptsd-1.1 file sizes/checksums [5]: 0% file sizes/checksums [5]: 100% packing files [5]: 0% packing files [5]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:04