>>> Building on exopi-6 under audio/checkmate DIST = [audio/checkmate:checkmate-0.21.tar.gz] FULLPKGNAME = checkmate-0.21 distfiles size=182030 >>> Running build in audio/checkmate at 1711573325.53 ===> audio/checkmate ===> Building from scratch checkmate-0.21 ===> Verifying specs: c ===> found c.99.0 ===> Checking files for checkmate-0.21 `/exopi-cvs/ports/distfiles/checkmate-0.21.tar.gz' is up to date. >> (SHA256) checkmate-0.21.tar.gz: OK ===> Extracting for checkmate-0.21 ===> Patching for checkmate-0.21 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for checkmate-0.21 ===> Configuring for checkmate-0.21 Using /exopi-obj/pobj/checkmate-0.21/config.site (generated) configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /exopi-obj/pobj/checkmate-0.21/config.site checking for a BSD-compatible install... /exopi-obj/pobj/checkmate-0.21/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking whether cc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking whether make sets $(MAKE)... (cached) yes checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for getopt.h... (cached) yes checking for unistd.h... (cached) yes checking for errno.h... (cached) yes checking for getopt.h... (cached) yes checking for malloc.h... (cached) no checking for memory.h... (cached) yes checking for sys/mman.h... (cached) yes checking for fcntl.h... (cached) yes checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... none required checking for vsnprintf... (cached) yes checking for getopt_long... (cached) yes checking for ranlib... (cached) ranlib checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating mpck/Makefile config.status: creating libgnugetopt-1.2/Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc ===> Building for checkmate-0.21 /usr/bin/make all-recursive Making all in libgnugetopt-1.2 Making all in mpck cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck -I.. -O2 -pipe -MT bufio.o -MD -MP -MF .deps/bufio.Tpo -c -o bufio.o /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/bufio.c mv -f .deps/bufio.Tpo .deps/bufio.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck -I.. -O2 -pipe -MT checkarguments.o -MD -MP -MF .deps/checkarguments.Tpo -c -o checkarguments.o /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/checkarguments.c /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/checkarguments.c:72:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] checkargument(filename, total, file) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/checkarguments.c:210:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] recursivecheck(dirname, total) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/checkarguments.c:255:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] checkarguments(argv, total) ^ 3 warnings generated. mv -f .deps/checkarguments.Tpo .deps/checkarguments.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck -I.. -O2 -pipe -MT checkfile.o -MD -MP -MF .deps/checkfile.Tpo -c -o checkfile.o /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/checkfile.c /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/checkfile.c:44:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void skipframe(file, frame) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/checkfile.c:53:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] lastframelength(file, frame) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/checkfile.c:96:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int findlastframe(file) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/checkfile.c:121:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static errno_t openfile(filename, file) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/checkfile.c:138:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] errno_t checkfile(filename, file) ^ 5 warnings generated. mv -f .deps/checkfile.Tpo .deps/checkfile.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck -I.. -O2 -pipe -MT checkframe.o -MD -MP -MF .deps/checkframe.Tpo -c -o checkframe.o /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/checkframe.c /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/checkframe.c:53:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int framelength(file, fi) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/checkframe.c:71:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] alienbytes(file, num) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/checkframe.c:83:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] checkconsistency(file, frame) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/checkframe.c:107:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] setconsistent(file, frame) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/checkframe.c:116:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int bitrate(headervalue, fi) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/checkframe.c:124:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mpegver(headervalue) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/checkframe.c:134:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] parseframe(file, fr, buf) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/checkframe.c:172:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] checkvalidity(file, frame) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/checkframe.c:203:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] findframe(file, frame) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/checkframe.c:266:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int crcdatalength(file, frame) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/checkframe.c:286:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int checkcrc16(file, frame) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/checkframe.c:325:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] checkframe(file, frame) ^ 12 warnings generated. mv -f .deps/checkframe.Tpo .deps/checkframe.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck -I.. -O2 -pipe -MT crc.o -MD -MP -MF .deps/crc.Tpo -c -o crc.o /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/crc.c /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/crc.c:45:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] crc16(data, length) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/crc.c:74:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int crc16bits(data, nbits) ^ 2 warnings generated. mv -f .deps/crc.Tpo .deps/crc.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck -I.. -O2 -pipe -MT file.o -MD -MP -MF .deps/file.Tpo -c -o file.o /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/file.c /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/file.c:45:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] file_strversion(file) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/file.c:58:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void file_print_result(file) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/file.c:64:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void file_print_bitrate(file) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/file.c:74:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void file_print_ubytes(file) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/file.c:89:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] file_print_basic(file) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/file.c:101:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void file_print_errors(file) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/file.c:127:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] strbool(value) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/file.c:135:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] file_print_lastframe(file) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/file.c:148:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] file_print_verbose(file) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/file.c:174:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] file_print_terse(file) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/file.c:197:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void file_destroy(file) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/file.c:204:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] file_update(file, frame) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/file.c:232:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] file_final(file) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/file.c:265:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] file_clear(file) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/file.c:272:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] file_print_human(file) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/file.c:307:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] file_print_xml(file) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/file.c:372:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] file_print(file) ^ 17 warnings generated. mv -f .deps/file.Tpo .deps/file.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck -I.. -O2 -pipe -MT filename.o -MD -MP -MF .deps/filename.Tpo -c -o filename.o /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/filename.c /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/filename.c:36:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int extension_match(filename) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/filename.c:59:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] goodchar(ch) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/filename.c:73:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int check_filename_length(filename) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/filename.c:89:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int check_filename_chars(filename) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/filename.c:106:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] check_filename(file) ^ 5 warnings generated. mv -f .deps/filename.Tpo .deps/filename.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck -I.. -O2 -pipe -MT frame.o -MD -MP -MF .deps/frame.Tpo -c -o frame.o /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/frame.c /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/frame.c:52:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void frame_destroy(frame) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/frame.c:59:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] frame_clear(frame) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/frame.c:66:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] frame_print(fi) ^ 3 warnings generated. mv -f .deps/frame.Tpo .deps/frame.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck -I.. -O2 -pipe -MT metatag.o -MD -MP -MF .deps/metatag.Tpo -c -o metatag.o /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/metatag.c /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/metatag.c:39:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] skip_id3v1_tag(file) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/metatag.c:49:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] skip_id3v2_tag(file) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/metatag.c:75:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] skip_ape_tag(file) ^ 3 warnings generated. mv -f .deps/metatag.Tpo .deps/metatag.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck -I.. -O2 -pipe -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/main.c /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/main.c:56:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] parse_options(argc, argv) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/main.c:152:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] main(argc, argv) ^ 2 warnings generated. mv -f .deps/main.Tpo .deps/main.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck -I.. -O2 -pipe -MT options.o -MD -MP -MF .deps/options.Tpo -c -o options.o /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.c In file included from /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.c:29: /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.h:60:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] INT_OPTION(recursive); ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.h:56:26: note: expanded from macro 'INT_OPTION' #define INT_OPTION(NAME) OPTION(NAME, int) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.h:38:2: note: expanded from macro 'OPTION' options_set_ ## NAME(value) \ ^ :2:1: note: expanded from here options_set_recursive ^ In file included from /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.c:29: /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.h:61:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] INT_OPTION(verbose); ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.h:56:26: note: expanded from macro 'INT_OPTION' #define INT_OPTION(NAME) OPTION(NAME, int) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.h:38:2: note: expanded from macro 'OPTION' options_set_ ## NAME(value) \ ^ :4:1: note: expanded from here options_set_verbose ^ In file included from /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.c:29: /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.h:62:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] STR_OPTION(extension); ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.h:57:26: note: expanded from macro 'STR_OPTION' #define STR_OPTION(NAME) OPTION(NAME, char *) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.h:38:2: note: expanded from macro 'OPTION' options_set_ ## NAME(value) \ ^ :6:1: note: expanded from here options_set_extension ^ In file included from /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.c:29: /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.h:63:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] INT_OPTION(maxname); ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.h:56:26: note: expanded from macro 'INT_OPTION' #define INT_OPTION(NAME) OPTION(NAME, int) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.h:38:2: note: expanded from macro 'OPTION' options_set_ ## NAME(value) \ ^ :8:1: note: expanded from here options_set_maxname ^ In file included from /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.c:29: /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.h:64:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] INT_OPTION(quiet); ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.h:56:26: note: expanded from macro 'INT_OPTION' #define INT_OPTION(NAME) OPTION(NAME, int) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.h:38:2: note: expanded from macro 'OPTION' options_set_ ## NAME(value) \ ^ :10:1: note: expanded from here options_set_quiet ^ In file included from /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.c:29: /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] INT_OPTION(badonly); ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.h:56:26: note: expanded from macro 'INT_OPTION' #define INT_OPTION(NAME) OPTION(NAME, int) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.h:38:2: note: expanded from macro 'OPTION' options_set_ ## NAME(value) \ ^ :12:1: note: expanded from here options_set_badonly ^ In file included from /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.c:29: /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.h:66:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] INT_OPTION(namecheck); ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.h:56:26: note: expanded from macro 'INT_OPTION' #define INT_OPTION(NAME) OPTION(NAME, int) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.h:38:2: note: expanded from macro 'OPTION' options_set_ ## NAME(value) \ ^ :14:1: note: expanded from here options_set_namecheck ^ In file included from /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.c:29: /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.h:67:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] INT_OPTION(xmloutput); ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.h:56:26: note: expanded from macro 'INT_OPTION' #define INT_OPTION(NAME) OPTION(NAME, int) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/options.h:38:2: note: expanded from macro 'OPTION' options_set_ ## NAME(value) \ ^ :16:1: note: expanded from here options_set_xmloutput ^ 8 warnings generated. mv -f .deps/options.Tpo .deps/options.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck -I.. -O2 -pipe -MT print.o -MD -MP -MF .deps/print.Tpo -c -o print.o /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/print.c /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/print.c:107:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] print_scanning(filename) ^ 1 warning generated. mv -f .deps/print.Tpo .deps/print.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck -I.. -O2 -pipe -MT total.o -MD -MP -MF .deps/total.Tpo -c -o total.o /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/total.c /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/total.c:53:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void total_destroy(total) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/total.c:63:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] total_update(total, file) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/total.c:85:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] total_print(total) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/total.c:104:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] total_allgood(total) ^ /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/total.c:111:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] total_clear(total) ^ 5 warnings generated. mv -f .deps/total.Tpo .deps/total.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck -I.. -O2 -pipe -MT bitfile.o -MD -MP -MF .deps/bitfile.Tpo -c -o bitfile.o /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/bitfile.c mv -f .deps/bitfile.Tpo .deps/bitfile.Po cc -DHAVE_CONFIG_H -I. -I/exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck -I.. -O2 -pipe -MT layer2.o -MD -MP -MF .deps/layer2.Tpo -c -o layer2.o /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/layer2.c /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck/layer2.c:26:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int crcdatalength2(file, frame) ^ 1 warning generated. mv -f .deps/layer2.Tpo .deps/layer2.Po cc -O2 -pipe -o mpck bufio.o checkarguments.o checkfile.o checkframe.o crc.o file.o filename.o frame.o metatag.o main.o options.o print.o total.o bitfile.o layer2.o checkarguments.c(checkarguments.o:(recursivecheck)): warning: strcpy() is almost always misused, please use strlcpy() >>> Running package in audio/checkmate at 1711573335.96 ===> audio/checkmate ===> Faking installation for checkmate-0.21 Making install in libgnugetopt-1.2 Making install in mpck mkdir -p '/exopi-obj/pobj/checkmate-0.21/fake-amd64/usr/local/bin' /exopi-obj/pobj/checkmate-0.21/bin/install -c -s -m 755 mpck '/exopi-obj/pobj/checkmate-0.21/fake-amd64/usr/local/bin' mkdir -p '/exopi-obj/pobj/checkmate-0.21/fake-amd64/usr/local/man/man1' /exopi-obj/pobj/checkmate-0.21/bin/install -c -m 644 /exopi-obj/pobj/checkmate-0.21/checkmate-0.21/mpck.1 '/exopi-obj/pobj/checkmate-0.21/fake-amd64/usr/local/man/man1' ===> Building package for checkmate-0.21 Create /exopi-cvs/ports/packages/amd64/all/checkmate-0.21.tgz Creating package checkmate-0.21 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|****** | 10% checksumming|************ | 20% checksumming|****************** | 30% checksumming|************************ | 40% checksumming|******************************* | 50% checksumming|************************************* | 60% checksumming|******************************************* | 70% checksumming|************************************************* | 80% checksumming|******************************************************* | 90% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|************************************************************ | 94% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/checkmate-0.21.tgz >>> Running clean in audio/checkmate at 1711573338.32 ===> audio/checkmate ===> Cleaning for checkmate-0.21 >>> Ended at 1711573338.60 max_stuck=0.00/build=10.43/package=2.36/clean=0.31