autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: creating directory .auto autoreconf: running: libtoolize --copy --force autoreconf: configure.ac: not using Intltool autoreconf: configure.ac: not using Gtkdoc autoreconf: running: aclocal --force -I m4 autoreconf: running: /usr/bin/autoconf --force configure.ac:17: warning: The macro 'AC_PROG_GCC_TRADITIONAL' is obsolete. configure.ac:17: You should run autoupdate. ./lib/autoconf/c.m4:1676: AC_PROG_GCC_TRADITIONAL is expanded from... configure.ac:17: the top level configure.ac:28: warning: The macro 'AC_TRY_COMPILE' is obsolete. configure.ac:28: You should run autoupdate. ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from... m4/cflags.m4:3: AC_TRY_CFLAGS is expanded from... configure.ac:28: the top level configure.ac:35: warning: The macro 'AC_TRY_COMPILE' is obsolete. configure.ac:35: You should run autoupdate. ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from... m4/cflags.m4:3: AC_TRY_CFLAGS is expanded from... configure.ac:35: the top level configure.ac:44: warning: The macro 'AC_TRY_COMPILE' is obsolete. configure.ac:44: You should run autoupdate. ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from... m4/cflags.m4:3: AC_TRY_CFLAGS is expanded from... configure.ac:44: the top level configure.ac:57: warning: The macro 'AC_TRY_COMPILE' is obsolete. configure.ac:57: You should run autoupdate. ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from... m4/cflags.m4:3: AC_TRY_CFLAGS is expanded from... configure.ac:57: the top level configure.ac:60: warning: The macro 'AC_TRY_COMPILE' is obsolete. configure.ac:60: You should run autoupdate. ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from... m4/cflags.m4:3: AC_TRY_CFLAGS is expanded from... configure.ac:60: the top level configure.ac:77: warning: The macro 'AC_TRY_COMPILE' is obsolete. configure.ac:77: You should run autoupdate. ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from... m4/cflags.m4:3: AC_TRY_CFLAGS is expanded from... configure.ac:77: the top level configure.ac:87: warning: The macro 'AC_PROG_LIBTOOL' is obsolete. configure.ac:87: You should run autoupdate. m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from... configure.ac:87: the top level configure.ac:104: warning: The macro 'AC_TRY_COMPILE' is obsolete. configure.ac:104: You should run autoupdate. ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:697: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... m4/inttypes.m4:45: AX_CREATE_STDINT_H is expanded from... lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:697: AS_IF is expanded from... ./lib/autoconf/headers.m4:89: _AC_CHECK_HEADER_COMPILE is expanded from... ./lib/autoconf/headers.m4:56: AC_CHECK_HEADER is expanded from... m4/inttypes.m4:3: AC_CHECK_GENERATE_INTTYPES is expanded from... configure.ac:104: the top level configure.ac:109: warning: The macro 'AC_FD_CC' is obsolete. configure.ac:109: You should run autoupdate. ./lib/autoconf/general.m4:399: AC_FD_CC is expanded from... ./lib/autoconf/general.m4:2694: AC_TRY_COMMAND is expanded from... lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:697: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... m4/keywords.m4:3: AC_C_BUILTIN_EXPECT is expanded from... configure.ac:109: the top level configure.ac:115: warning: The macro 'AC_TYPE_SIGNAL' is obsolete. configure.ac:115: You should run autoupdate. ./lib/autoconf/types.m4:805: AC_TYPE_SIGNAL is expanded from... configure.ac:115: the top level configure.ac:187: warning: The macro 'AC_TRY_COMPILE' is obsolete. configure.ac:187: You should run autoupdate. ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from... m4/cflags.m4:3: AC_TRY_CFLAGS is expanded from... configure.ac:187: the top level configure.ac:204: warning: The macro 'AC_TRY_COMPILE' is obsolete. configure.ac:204: You should run autoupdate. ./lib/autoconf/general.m4:2845: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:690: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:697: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... m4/keywords.m4:49: AC_C_ATTRIBUTE_ALIGNED is expanded from... configure.ac:204: the top level autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:16: installing '.auto/ar-lib' configure.ac:14: installing '.auto/compile' configure.ac:11: installing '.auto/config.guess' configure.ac:11: installing '.auto/config.sub' configure.ac:9: installing '.auto/install-sh' configure.ac:9: installing '.auto/missing' Makefile.am: installing './INSTALL' libao/Makefile.am: installing '.auto/depcomp' parallel-tests: installing '.auto/test-driver' autoreconf: '.auto/install-sh' is updated autoreconf: Leaving directory '.' audio_out_oss.c: In function ‘oss_play’: audio_out_oss.c:135:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 135 | write (instance->fd, int16_samples, 256 * sizeof (int16_t) * chans); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:535, from extract_dca.c:29: In function ‘memcpy’, inlined from ‘demux’ at extract_dca.c:248:6: /usr/include/bits/string_fortified.h:29:10: warning: ‘__builtin___memcpy_chk’ specified size between 9223372036854775808 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:535, from dcadec.c:30: In function ‘memcpy’, inlined from ‘demux’ at dcadec.c:462:6: /usr/include/bits/string_fortified.h:29:10: warning: ‘__builtin___memcpy_chk’ specified size between 9223372036854775808 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: warning: remember to run 'libtool --finish /usr/lib' libtool: warning: '../libdca/libdca.la' has not been installed in '/usr/lib'