------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The mmsclient port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> mmsclient-0.0.3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The mmsclient port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> mmsclient-0.0.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mmsclient-0.0.3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The mmsclient port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> mmsclient-0.0.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mmsclient-0.0.3 for building => SHA256 Checksum OK for mms_client-0.0.3.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The mmsclient port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> mmsclient-0.0.3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mmsclient-0.0.3 for building ===> Extracting for mmsclient-0.0.3 => SHA256 Checksum OK for mms_client-0.0.3.tar.gz. Extracted Memory Use: 0.47M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for mmsclient-0.0.3 ===> Applying ports patches for mmsclient-0.0.3 ===> Cleanly applied ports patch(es) patch-client.c patch-configure SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for mmsclient-0.0.3 configure: warning: x86_64-portbld-dragonfly5.9: invalid host type loading site script /xports/Templates/config.site creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... missing checking for strerror in -lcposix... no checking for gcc... cc checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) works... yes checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking how to run the C preprocessor... cpp checking for ANSI C header files... (cached) yes checking whether make sets ${MAKE}... (cached) yes checking for a BSD compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether byte ordering is bigendian... no checking for working const... yes checking for inline... inline checking for off_t... (cached) yes checking for size_t... (cached) yes checking for ptrdiff_t... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for mmsclient-0.0.3 --- client.o --- --- ./config.h.in --- --- client.o --- cc -DHAVE_CONFIG_H -I. -I. -I. -pipe -O2 -fno-strict-aliasing -Wall -c client.c client.c: In function 'print_answer': client.c:159:44: warning: pointer targets in passing argument 1 of 'get_32' differ in signedness [-Wpointer-sign] printf ("start sequence %08x\n", get_32 (data, 0)); ^~~~ client.c:56:17: note: expected 'unsigned char *' but argument is of type 'char *' static uint32_t get_32 (unsigned char *cmd, int offset) { ^~~~~~ client.c:160:44: warning: pointer targets in passing argument 1 of 'get_32' differ in signedness [-Wpointer-sign] printf ("command id %08x\n", get_32 (data, 4)); ^~~~ client.c:56:17: note: expected 'unsigned char *' but argument is of type 'char *' static uint32_t get_32 (unsigned char *cmd, int offset) { ^~~~~~ client.c:161:44: warning: pointer targets in passing argument 1 of 'get_32' differ in signedness [-Wpointer-sign] printf ("length %8x \n", get_32 (data, 8)); ^~~~ client.c:56:17: note: expected 'unsigned char *' but argument is of type 'char *' static uint32_t get_32 (unsigned char *cmd, int offset) { ^~~~~~ client.c:162:44: warning: pointer targets in passing argument 1 of 'get_32' differ in signedness [-Wpointer-sign] printf ("len8 %8x \n", get_32 (data, 16)); ^~~~ client.c:56:17: note: expected 'unsigned char *' but argument is of type 'char *' static uint32_t get_32 (unsigned char *cmd, int offset) { ^~~~~~ client.c:163:44: warning: pointer targets in passing argument 1 of 'get_32' differ in signedness [-Wpointer-sign] printf ("sequence # %08x\n", get_32 (data, 20)); ^~~~ client.c:56:17: note: expected 'unsigned char *' but argument is of type 'char *' static uint32_t get_32 (unsigned char *cmd, int offset) { ^~~~~~ client.c:164:44: warning: pointer targets in passing argument 1 of 'get_32' differ in signedness [-Wpointer-sign] printf ("len8 (II) %8x \n", get_32 (data, 32)); ^~~~ client.c:56:17: note: expected 'unsigned char *' but argument is of type 'char *' static uint32_t get_32 (unsigned char *cmd, int offset) { ^~~~~~ client.c:165:44: warning: pointer targets in passing argument 1 of 'get_32' differ in signedness [-Wpointer-sign] printf ("dir | comm %08x\n", get_32 (data, 36)); ^~~~ client.c:56:17: note: expected 'unsigned char *' but argument is of type 'char *' static uint32_t get_32 (unsigned char *cmd, int offset) { ^~~~~~ client.c:166:44: warning: pointer targets in passing argument 1 of 'get_32' differ in signedness [-Wpointer-sign] printf ("switches %08x\n", get_32 (data, 40)); ^~~~ client.c:56:17: note: expected 'unsigned char *' but argument is of type 'char *' static uint32_t get_32 (unsigned char *cmd, int offset) { ^~~~~~ client.c: In function 'get_answer': client.c:196:23: warning: pointer targets in passing argument 1 of 'get_32' differ in signedness [-Wpointer-sign] command = get_32 (data, 36) & 0xFFFF; ^~~~ client.c:56:17: note: expected 'unsigned char *' but argument is of type 'char *' static uint32_t get_32 (unsigned char *cmd, int offset) { ^~~~~~ client.c: In function 'get_data': client.c:221:18: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t' {aka 'long int'} [-Wformat=] printf ("[%d/%d]", total, count); ~^ ~~~~~ %ld client.c:221:21: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] printf ("[%d/%d]", total, count); ~^ ~~~~~ %ld client.c: In function 'get_header': client.c:240:23: warning: pointer targets in passing argument 2 of 'get_data' differ in signedness [-Wpointer-sign] if (!get_data (s, pre_header, 8)) { ^~~~~~~~~~ client.c:203:12: note: expected 'char *' but argument is of type 'unsigned char *' static int get_data (int s, char *buf, size_t count) { ^~~~~~~~ client.c:258:25: warning: pointer targets in passing argument 2 of 'get_data' differ in signedness [-Wpointer-sign] if (!get_data (s, &header[header_len], packet_len)) { ^~~~~~~~~~~~~~~~~~~ client.c:203:12: note: expected 'char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'} static int get_data (int s, char *buf, size_t count) { ^~~~~~~~ client.c:295:25: warning: pointer targets in passing argument 1 of 'get_32' differ in signedness [-Wpointer-sign] command = get_32 (data, 24) & 0xFFFF; ^~~~ client.c:56:17: note: expected 'unsigned char *' but argument is of type 'char *' static uint32_t get_32 (unsigned char *cmd, int offset) { ^~~~~~ client.c: In function 'interp_header': client.c:334:32: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 2 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] printf ("guid found: %016llx%016llx\n", guid_1, guid_2); ~~~~~~^ ~~~~~~ %016lx client.c:334:39: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] printf ("guid found: %016llx%016llx\n", guid_1, guid_2); ~~~~~~^ ~~~~~~ %016lx client.c:373:29: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] printf ("length : %lld\n", length); ~~~^ ~~~~~~ %ld client.c: In function 'get_media_packet': client.c:390:21: warning: pointer targets in passing argument 2 of 'get_data' differ in signedness [-Wpointer-sign] if (!get_data (s, pre_header, 8)) { ^~~~~~~~~~ client.c:203:12: note: expected 'char *' but argument is of type 'unsigned char *' static int get_data (int s, char *buf, size_t count) { ^~~~~~~~ client.c:438:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit (1); ^~~~ client.c:438:7: warning: incompatible implicit declaration of built-in function 'exit' client.c:438:7: note: include '' or provide a declaration of 'exit' client.c:26:1: +#include #endif client.c:438:7: exit (1); ^~~~ client.c:442:23: warning: pointer targets in passing argument 1 of 'get_32' differ in signedness [-Wpointer-sign] command = get_32 (data, 24) & 0xFFFF; ^~~~ client.c:56:17: note: expected 'unsigned char *' but argument is of type 'char *' static uint32_t get_32 (unsigned char *cmd, int offset) { ^~~~~~ client.c:455:7: warning: incompatible implicit declaration of built-in function 'exit' exit (1); ^~~~ client.c:455:7: note: include '' or provide a declaration of 'exit' client.c: In function 'main': client.c:479:5: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ client.c:479:5: note: include '' or provide a declaration of 'exit' client.c:503:5: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ client.c:503:5: note: include '' or provide a declaration of 'exit' --- mmsclient --- cc -pipe -O2 -fno-strict-aliasing -Wall -o mmsclient client.o SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for mmsclient-0.0.3 ===> Generating temporary packing list /bin/sh ./mkinstalldirs /construction/multimedia/mmsclient/stage/usr/local/bin install -s -m 555 mmsclient /construction/multimedia/mmsclient/stage/usr/local/bin/mmsclient install -m 444 /xports/multimedia/mmsclient/files/mmsclient.1 /construction/multimedia/mmsclient/stage/usr/local/man/man1 ====> 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 mmsclient-0.0.3 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:05