* Package: media-sound/mpck-0.15:0 * Repository: gentoo * Maintainer: sound@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking checkmate-0.15.tar.gz to /var/tmp/portage/media-sound/mpck-0.15/work >>> Source unpacked in /var/tmp/portage/media-sound/mpck-0.15/work >>> Preparing source in /var/tmp/portage/media-sound/mpck-0.15/work/checkmate-0.15 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-sound/mpck-0.15/work/checkmate-0.15 ... * econf: updating checkmate-0.15/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --docdir=/usr/share/doc/mpck-0.15 --htmldir=/usr/share/doc/mpck-0.15/html --libdir=/usr/lib64 checking for a BSD-compatible install... /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes /var/tmp/portage/media-sound/mpck-0.15/work/checkmate-0.15/missing: Unknown `--run' option Try `/var/tmp/portage/media-sound/mpck-0.15/work/checkmate-0.15/missing --help' for more information configure: WARNING: `missing' script is too old or missing checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for x86_64-pc-linux-gnu-gcc... clang checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of clang... none checking whether make sets $(MAKE)... (cached) yes checking how to run the C preprocessor... clang -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for unistd.h... (cached) yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for getopt.h... (cached) yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for memory.h... (cached) yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for vsnprintf... yes checking for getopt_long... yes checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib 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 >>> Source configured. '/var/tmp/portage/media-sound/mpck-0.15/temp/clang14.log' -> '/var/tmp/clang/media-sound/mpck-0.15/clang14.log' '/var/tmp/portage/media-sound/mpck-0.15/temp/clang15.log' -> '/var/tmp/clang/media-sound/mpck-0.15/clang15.log' >>> Compiling source in /var/tmp/portage/media-sound/mpck-0.15/work/checkmate-0.15 ... make -j4 make all-recursive make[1]: Entering directory '/var/tmp/portage/media-sound/mpck-0.15/work/checkmate-0.15' Making all in libgnugetopt-1.2 make[2]: Entering directory '/var/tmp/portage/media-sound/mpck-0.15/work/checkmate-0.15/libgnugetopt-1.2' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/media-sound/mpck-0.15/work/checkmate-0.15/libgnugetopt-1.2' Making all in mpck make[2]: Entering directory '/var/tmp/portage/media-sound/mpck-0.15/work/checkmate-0.15/mpck' clang -DHAVE_CONFIG_H -I. -I. -I.. -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c bufio.c clang -DHAVE_CONFIG_H -I. -I. -I.. -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c checkarguments.c clang -DHAVE_CONFIG_H -I. -I. -I.. -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c checkfile.c clang -DHAVE_CONFIG_H -I. -I. -I.. -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c checkframe.c checkfile.c:44:13: warning: a function definition without a checkframe.c:52: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) ^ checkframe.c:70: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) ^ prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void skipframe(file, frame) ^ checkframe.c:82: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) ^ checkframe.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] setconsistent(file, frame) ^ 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) ^ checkframe.c:115: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) ^ checkfile.c:97: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) ^ checkframe.c:123:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] checkfile.c:121:12: warning: a function definition without a prototype is deprecated in mpegver(headervalue) ^all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int openfile(filename, file) ^ checkfile.c:135: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 checkfile(filename, file) ^ checkframe.c:133: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) ^ checkframe.c:171: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) ^ checkframe.c:201: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) ^ checkframe.c:252: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) ^ checkframe.c:286: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) ^ 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) ^ checkarguments.c:192: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) ^ checkarguments.c:237: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. clang -DHAVE_CONFIG_H -I. -I. -I.. -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c crc.c clang -DHAVE_CONFIG_H -I. -I. -I.. -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c file.c 5 warnings generated. clang -DHAVE_CONFIG_H -I. -I. -I.. -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c filename.c 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) ^ filename.c:36:5: file.c:44:1: warning: a function warning: definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] file_strversion(file) ^ 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) ^ file.c:55:13: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) ^ 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) ^ 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) ^ warning: a 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) ^ 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) ^ file.c:61: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) ^ file.c:71: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) ^ file.c:89:54: warning: passing 'const file_info *' (aka 'const struct _file_info *') to parameter of type 'file_info *' (aka 'struct _file_info *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] printf(" %-30s%s\n", "version", file_strversion(file)); ^~~~ file.c:86: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) ^ file.c:98: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) ^ file.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] strbool(value) ^ file.c:132: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) ^ file.c:145: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) ^ file.c:156: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) ^ file.c:179: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) ^ file.c:186: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) ^ file.c:214: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) ^ 11 warnings generated. file.c:247: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) ^ file.c:254: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) ^ file.c:266:5: error: call to undeclared function 'print_scanning'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] print_scanning(file->filename); ^ 16 warnings and 1 error generated. 5 warnings generated. clang -DHAVE_CONFIG_H -I. -I. -I.. -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c frame.c make[2]: *** [Makefile:268: file.o] Error 1 make[2]: *** Waiting for unfinished jobs.... 1 warning generated. 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) ^ 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) ^ 2 warnings generated. make[2]: Leaving directory '/var/tmp/portage/media-sound/mpck-0.15/work/checkmate-0.15/mpck' make[1]: *** [Makefile:269: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/media-sound/mpck-0.15/work/checkmate-0.15' make: *** [Makefile:162: all] Error 2 * ERROR: media-sound/mpck-0.15::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-sound/mpck-0.15::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-sound/mpck-0.15::gentoo'`. * The complete build log is located at '/var/log/portage/media-sound:mpck-0.15:20220917-170917.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-sound/mpck-0.15/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-sound/mpck-0.15/temp/environment'. * Working directory: '/var/tmp/portage/media-sound/mpck-0.15/work/checkmate-0.15' * S: '/var/tmp/portage/media-sound/mpck-0.15/work/checkmate-0.15'