* Package: media-sound/flac123-0.0.12: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 flac123-0.0.12-release.tar.gz to /var/tmp/portage/media-sound/flac123-0.0.12/work >>> Source unpacked in /var/tmp/portage/media-sound/flac123-0.0.12/work >>> Preparing source in /var/tmp/portage/media-sound/flac123-0.0.12/work/flac123-0.0.12 ... * Running eautoreconf in '/var/tmp/portage/media-sound/flac123-0.0.12/work/flac123-0.0.12' ... * Running 'aclocal --system-acdir=/var/tmp/portage/media-sound/flac123-0.0.12/temp/aclocal' ... [ ok ] * Running 'autoconf --force' ... [ ok ] * Running 'automake --add-missing --copy --force-missing' ... [ ok ] * Running elibtoolize in: flac123-0.0.12/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-sound/flac123-0.0.12/work/flac123-0.0.12 ... * econf: updating flac123-0.0.12/config.sub with /usr/share/gnuconfig/config.sub * econf: updating flac123-0.0.12/config.guess with /usr/share/gnuconfig/config.guess ./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 --disable-silent-rules --docdir=/usr/share/doc/flac123-0.0.12 --htmldir=/usr/share/doc/flac123-0.0.12/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 checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for x86_64-pc-linux-gnu-gcc... clang 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... o checking whether the compiler supports GNU C... yes checking whether clang accepts -g... yes checking for clang option to enable C11 features... none needed checking whether clang understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of clang... none checking for FLAC__stream_decoder_new in -lFLAC... yes checking for poptGetContext in -lpopt... yes checking for dlopen... yes checking for ao... yes checking for an ANSI C-conforming const... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands >>> Source configured. '/var/tmp/portage/media-sound/flac123-0.0.12/temp/clang14.log' -> '/var/tmp/clang/media-sound/flac123-0.0.12/clang14.log' '/var/tmp/portage/media-sound/flac123-0.0.12/temp/clang15.log' -> '/var/tmp/clang/media-sound/flac123-0.0.12/clang15.log' >>> Compiling source in /var/tmp/portage/media-sound/flac123-0.0.12/work/flac123-0.0.12 ... make -j4 clang -DPACKAGE_NAME=\"flac123\" -DPACKAGE_TARNAME=\"flac123\" -DPACKAGE_VERSION=\"0.0.12\" -DPACKAGE_STRING=\"flac123\ 0.0.12\" -DPACKAGE_BUGREPORT=\"hoesterholt-at-users-dot-sourceforge-dot-net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"flac123\" -DVERSION=\"0.0.12\" -DAUDIO_DEFAULT=\"oss\" -DHAVE_DLOPEN=1 -I. -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -Werror=implicit-function-declaration -Werror=implicit-int -I/usr/local/include -c -o flac123.o flac123.c clang -DPACKAGE_NAME=\"flac123\" -DPACKAGE_TARNAME=\"flac123\" -DPACKAGE_VERSION=\"0.0.12\" -DPACKAGE_STRING=\"flac123\ 0.0.12\" -DPACKAGE_BUGREPORT=\"hoesterholt-at-users-dot-sourceforge-dot-net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"flac123\" -DVERSION=\"0.0.12\" -DAUDIO_DEFAULT=\"oss\" -DHAVE_DLOPEN=1 -I. -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -Werror=implicit-function-declaration -Werror=implicit-int -I/usr/local/include -c -o remote.o remote.c clang -DPACKAGE_NAME=\"flac123\" -DPACKAGE_TARNAME=\"flac123\" -DPACKAGE_VERSION=\"0.0.12\" -DPACKAGE_STRING=\"flac123\ 0.0.12\" -DPACKAGE_BUGREPORT=\"hoesterholt-at-users-dot-sourceforge-dot-net\" -DPACKAGE_URL=\"\" -DPACKAGE=\"flac123\" -DVERSION=\"0.0.12\" -DAUDIO_DEFAULT=\"oss\" -DHAVE_DLOPEN=1 -I. -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -Werror=implicit-function-declaration -Werror=implicit-int -I/usr/local/include -c -o vorbiscomment.o vorbiscomment.c vorbiscomment.c:34:105: warning: passing 'FLAC__byte *const' (aka 'unsigned char *const') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] ...== field_name_length && 0 == strncasecmp(field_name, entry->entry, field... ^~~~~~~~~~~~ /usr/include/strings.h:120:55: note: passing argument to parameter '__s2' here extern int strncasecmp (const char *__s1, const char *__s2, size_t __n) ^ flac123.c:132:19: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (filename = poptGetArg(pc)) ~~~~~~~~~^~~~~~~~~~~~~~~~ flac123.c:132:19: note: place parentheses around the assignment to silence this warning if (filename = poptGetArg(pc)) ^ ( ) flac123.c:132:19: note: use '==' to turn this assignment into an equality comparison if (filename = poptGetArg(pc)) ^ == flac123.c:189:36: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] file_info.ao_fmt.channels, file_info.total_samples, ^~~~~~~~~~~~~~~~~~~~~~~ remote.c:38:11: error: call to undeclared library function 'isspace' with type 'int (int)'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] while(isspace(ptr[pos])) ^ remote.c:38:11: note: include the header or explicitly provide a declaration for 'isspace' remote.c:66:6: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] ...!(numread = read(0, remote_input_buf + alreadyread, (sizeof(input)-1)-alreadyread)) > 0) ^ ~ remote.c:66:6: note: add parentheses after the '!' to evaluate the comparison first ...!(numread = read(0, remote_input_buf + alreadyread, (sizeof(input)-1)-alreadyread)) > 0) ^ ( ) remote.c:66:6: note: add parentheses around left hand side expression to silence this warning ...!(numread = read(0, remote_input_buf + alreadyread, (sizeof(input)-1)-alreadyread)) ... ^ ( ) flac123.c:474:24: warning: passing 'uint_8[2097120]' (aka 'unsigned char[2097120]') to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] ao_play(p->ao_dev, aobuf, decoded_size); ^~~~~ /usr/include/ao/ao.h:120:37: note: passing argument to parameter 'output_samples' here char *output_samples, ^ flac123.c:485:9: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat] p->current_sample, ^~~~~~~~~~~~~~~~~ flac123.c:486:9: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat] p->total_samples > 0 ? ^~~~~~~~~~~~~~~~~~~~~~ 1 warning and 1 error generated. make: *** [Makefile:392: remote.o] Error 1 make: *** Waiting for unfinished jobs.... 1 warning generated. 5 warnings generated. * ERROR: media-sound/flac123-0.0.12::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-sound/flac123-0.0.12::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-sound/flac123-0.0.12::gentoo'`. * The complete build log is located at '/var/log/portage/media-sound:flac123-0.0.12:20220918-154848.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-sound/flac123-0.0.12/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-sound/flac123-0.0.12/temp/environment'. * Working directory: '/var/tmp/portage/media-sound/flac123-0.0.12/work/flac123-0.0.12' * S: '/var/tmp/portage/media-sound/flac123-0.0.12/work/flac123-0.0.12'