+ exec
+ rm -rf /rpmbuild
+ mkdir -p /rpmbuild
+ su -c 'rpmbuild -ba /builddir/build/SPECS/a52dec.spec            --define "debug_package %{nil}"            --undefine _annotated_build            --define "_missing_doc_files_terminate_build %{nil}"            --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d"            --define "_emacs_sitelispdir /usr/share/emacs/site-lisp"            --nocheck   ' mockbuild
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.pImMIQ
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf a52dec-0.7.4
+ /usr/bin/gzip -dc /builddir/build/SOURCES/a52dec-0.7.4.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd a52dec-0.7.4
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/cat /builddir/build/SOURCES/a52dec-configure-optflags.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch
+ /usr/bin/cat /builddir/build/SOURCES/a52dec-0.7.4-rpath64.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch
+ /usr/bin/cat /builddir/build/SOURCES/liba52-silence.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch
+ sed -i -e s/-prefer-non-pic/-prefer-pic/ configure liba52/configure.incl
+ for file in AUTHORS
+ iconv -f ISO-8859-1 -t UTF-8 -o AUTHORS.new AUTHORS
+ touch -r AUTHORS AUTHORS.new
+ mv AUTHORS.new AUTHORS
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.JSqOXN
+ umask 022
+ cd /builddir/build/BUILD
+ cd a52dec-0.7.4
+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 '
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 '
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/usr/lib64/gfortran/modules'
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/usr/lib64/gfortran/modules'
+ export FCFLAGS
+ LDFLAGS='-Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ export LDFLAGS
+ '[' 1 = 1 ']'
+++ dirname ./configure
++ find . -name config.guess -o -name config.sub
+ for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub)
++ basename ./autotools/config.sub
+ '[' -f /usr/lib/rpm/redhat/config.sub ']'
+ /usr/bin/rm -f ./autotools/config.sub
++ basename ./autotools/config.sub
+ /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./autotools/config.sub
'/usr/lib/rpm/redhat/config.sub' -> './autotools/config.sub'
+ for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub)
++ basename ./autotools/config.guess
+ '[' -f /usr/lib/rpm/redhat/config.guess ']'
+ /usr/bin/rm -f ./autotools/config.guess
++ basename ./autotools/config.guess
+ /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./autotools/config.guess
'/usr/lib/rpm/redhat/config.guess' -> './autotools/config.guess'
+ '[' 1 = 1 ']'
+ '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']'
++ find . -name ltmain.sh
+ for i in $(find . -name ltmain.sh)
+ /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./autotools/ltmain.sh
+ ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --disable-static
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 whether to enable maintainer-specific portions of Makefiles... no
checking build system type... riscv64-redhat-linux-gnu
checking host system type... riscv64-redhat-linux-gnu
checking for riscv64-redhat-linux-gnu-gcc... no
checking for gcc... gcc
checking for C compiler default output... 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 gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking whether gcc needs -traditional... no
checking if gcc supports  -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -O3 flags... yes
checking if gcc supports  -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -O3 -fomit-frame-pointer flags... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... nm
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse nm output... ok
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for riscv64-redhat-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for riscv64-redhat-linux-gnu-strip... no
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking for inttypes.h... (cached) yes
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for always_inline... yes
checking for restrict... restrict
checking for size_t... yes
checking whether byte ordering is bigendian... no
checking for memalign... yes
checking for gettimeofday... yes
checking for ftime... yes
checking return type of signal handlers... void
checking for _oss_ioctl in -lossaudio... no
checking __attribute__ ((aligned ())) support... 64
configure: creating ./config.status
config.status: creating Makefile
config.status: creating autotools/Makefile
config.status: creating include/Makefile
config.status: creating test/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating liba52/Makefile
config.status: creating libao/Makefile
config.status: creating vc++/Makefile
config.status: creating include/config.h
config.status: executing default-1 commands
+ /usr/bin/make -O -j4
Making all in autotools
make[1]: Nothing to be done for 'all'.
Making all in include
Making all in doc
make[1]: Nothing to be done for 'all'.
Making all in liba52
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/liba52'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -O3 -fomit-frame-pointer  -prefer-pic -c bitstream.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O3 -fomit-frame-pointer -c bitstream.c  -fPIC -DPIC -o bitstream.lo
bitstream.c:44:20: warning: always_inline function might not be inlinable [-Wattributes]
 static inline void bitstream_fill_current (a52_state_t * state)
                    ^~~~~~~~~~~~~~~~~~~~~~
In file included from bitstream.c:30:0:
bitstream.h:66:23: warning: always_inline function might not be inlinable [-Wattributes]
 static inline int32_t bitstream_get_2 (a52_state_t * state, uint32_t num_bits)
                       ^~~~~~~~~~~~~~~
bitstream.h:53:24: warning: always_inline function might not be inlinable [-Wattributes]
 static inline uint32_t bitstream_get (a52_state_t * state, uint32_t num_bits)
                        ^~~~~~~~~~~~~
bitstream.h:66:23: warning: 'bitstream_get_2' defined but not used [-Wunused-function]
 static inline int32_t bitstream_get_2 (a52_state_t * state, uint32_t num_bits)
                       ^~~~~~~~~~~~~~~
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/liba52'
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/liba52'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -O3 -fomit-frame-pointer  -prefer-pic -c bit_allocate.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O3 -fomit-frame-pointer -c bit_allocate.c  -fPIC -DPIC -o bit_allocate.lo
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/liba52'
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/liba52'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -O3 -fomit-frame-pointer  -prefer-pic -c imdct.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O3 -fomit-frame-pointer -c imdct.c  -fPIC -DPIC -o imdct.lo
imdct.c:170:20: warning: always_inline function might not be inlinable [-Wattributes]
 static inline void ifft8 (complex_t * buf)
                    ^~~~~
imdct.c:88:20: warning: always_inline function might not be inlinable [-Wattributes]
 static inline void ifft4 (complex_t * buf)
                    ^~~~~
imdct.c:76:20: warning: always_inline function might not be inlinable [-Wattributes]
 static inline void ifft2 (complex_t * buf)
                    ^~~~~
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/liba52'
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/liba52'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -O3 -fomit-frame-pointer  -prefer-pic -c downmix.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O3 -fomit-frame-pointer -c downmix.c  -fPIC -DPIC -o downmix.lo
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/liba52'
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/liba52'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -O3 -fomit-frame-pointer  -prefer-pic -c parse.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O3 -fomit-frame-pointer -c parse.c  -fPIC -DPIC -o parse.lo
parse.c:306:23: warning: always_inline function might not be inlinable [-Wattributes]
 static inline int16_t dither_gen (a52_state_t * state)
                       ^~~~~~~~~~
parse.c:292:19: warning: always_inline function might not be inlinable [-Wattributes]
 static inline int zero_snr_offsets (int nfchans, a52_state_t * state)
                   ^~~~~~~~~~~~~~~~
In file included from parse.c:32:0:
bitstream.h:66:23: warning: always_inline function might not be inlinable [-Wattributes]
 static inline int32_t bitstream_get_2 (a52_state_t * state, uint32_t num_bits)
                       ^~~~~~~~~~~~~~~
bitstream.h:53:24: warning: always_inline function might not be inlinable [-Wattributes]
 static inline uint32_t bitstream_get (a52_state_t * state, uint32_t num_bits)
                        ^~~~~~~~~~~~~
parse.c: In function 'a52_block':
parse.c:516:33: warning: 'cplco[4]' may be used uninitialized in this function [-Wmaybe-uninitialized]
       samples[ch][i] = cplcoeff * cplco[ch];
                        ~~~~~~~~~^~~~~~~~~~~
parse.c:416:14: note: 'cplco[4]' was declared here
     sample_t cplco[5];
              ^~~~~
parse.c:516:33: warning: 'cplco[3]' may be used uninitialized in this function [-Wmaybe-uninitialized]
       samples[ch][i] = cplcoeff * cplco[ch];
                        ~~~~~~~~~^~~~~~~~~~~
parse.c:416:14: note: 'cplco[3]' was declared here
     sample_t cplco[5];
              ^~~~~
parse.c:516:33: warning: 'cplco[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
       samples[ch][i] = cplcoeff * cplco[ch];
                        ~~~~~~~~~^~~~~~~~~~~
parse.c:416:14: note: 'cplco[2]' was declared here
     sample_t cplco[5];
              ^~~~~
parse.c:516:33: warning: 'cplco[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
       samples[ch][i] = cplcoeff * cplco[ch];
                        ~~~~~~~~~^~~~~~~~~~~
parse.c:416:14: note: 'cplco[1]' was declared here
     sample_t cplco[5];
              ^~~~~
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/liba52'
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/liba52'
/bin/sh ../libtool --mode=link gcc  -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -O3 -fomit-frame-pointer  -prefer-pic -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o liba52.la -rpath /usr/lib64 -no-undefined bitstream.lo imdct.lo bit_allocate.lo parse.lo downmix.lo -lm 
mkdir .libs
rm -fr .libs/liba52.la .libs/liba52.* .libs/liba52.*
(cd . && ln -s bitstream.lo bitstream.o)
(cd . && ln -s imdct.lo imdct.o)
(cd . && ln -s bit_allocate.lo bit_allocate.o)
(cd . && ln -s parse.lo parse.o)
(cd . && ln -s downmix.lo downmix.o)
gcc -shared  bitstream.lo imdct.lo bit_allocate.lo parse.lo downmix.lo  -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z -Wl,relro -Wl,-soname -Wl,liba52.so.0 -o .libs/liba52.so.0.0.0
(cd .libs && rm -f liba52.so.0 && ln -s liba52.so.0.0.0 liba52.so.0)
(cd .libs && rm -f liba52.so && ln -s liba52.so.0.0.0 liba52.so)
creating liba52.la
(cd .libs && rm -f liba52.la && ln -s ../liba52.la liba52.la)
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/liba52'
Making all in libao
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -O3 -fomit-frame-pointer -c audio_out_null.c
In file included from audio_out_null.c:29:0:
../include/audio_out.h:60:20: warning: always_inline function might not be inlinable [-Wattributes]
 static inline void ao_close (ao_instance_t * instance)
                    ^~~~~~~~
../include/audio_out.h:54:19: warning: always_inline function might not be inlinable [-Wattributes]
 static inline int ao_play (ao_instance_t * instance, int flags,
                   ^~~~~~~
../include/audio_out.h:48:19: warning: always_inline function might not be inlinable [-Wattributes]
 static inline int ao_setup (ao_instance_t * instance, int sample_rate,
                   ^~~~~~~~
../include/audio_out.h:43:31: warning: always_inline function might not be inlinable [-Wattributes]
 static inline ao_instance_t * ao_open (ao_open_t * open)
                               ^~~~~~~
../include/audio_out.h:60:20: warning: 'ao_close' defined but not used [-Wunused-function]
 static inline void ao_close (ao_instance_t * instance)
                    ^~~~~~~~
../include/audio_out.h:54:19: warning: 'ao_play' defined but not used [-Wunused-function]
 static inline int ao_play (ao_instance_t * instance, int flags,
                   ^~~~~~~
../include/audio_out.h:48:19: warning: 'ao_setup' defined but not used [-Wunused-function]
 static inline int ao_setup (ao_instance_t * instance, int sample_rate,
                   ^~~~~~~~
../include/audio_out.h:43:31: warning: 'ao_open' defined but not used [-Wunused-function]
 static inline ao_instance_t * ao_open (ao_open_t * open)
                               ^~~~~~~
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -O3 -fomit-frame-pointer -c audio_out.c
In file included from audio_out.c:30:0:
../include/audio_out.h:60:20: warning: always_inline function might not be inlinable [-Wattributes]
 static inline void ao_close (ao_instance_t * instance)
                    ^~~~~~~~
../include/audio_out.h:54:19: warning: always_inline function might not be inlinable [-Wattributes]
 static inline int ao_play (ao_instance_t * instance, int flags,
                   ^~~~~~~
../include/audio_out.h:48:19: warning: always_inline function might not be inlinable [-Wattributes]
 static inline int ao_setup (ao_instance_t * instance, int sample_rate,
                   ^~~~~~~~
../include/audio_out.h:43:31: warning: always_inline function might not be inlinable [-Wattributes]
 static inline ao_instance_t * ao_open (ao_open_t * open)
                               ^~~~~~~
../include/audio_out.h:60:20: warning: 'ao_close' defined but not used [-Wunused-function]
 static inline void ao_close (ao_instance_t * instance)
                    ^~~~~~~~
../include/audio_out.h:54:19: warning: 'ao_play' defined but not used [-Wunused-function]
 static inline int ao_play (ao_instance_t * instance, int flags,
                   ^~~~~~~
../include/audio_out.h:48:19: warning: 'ao_setup' defined but not used [-Wunused-function]
 static inline int ao_setup (ao_instance_t * instance, int sample_rate,
                   ^~~~~~~~
../include/audio_out.h:43:31: warning: 'ao_open' defined but not used [-Wunused-function]
 static inline ao_instance_t * ao_open (ao_open_t * open)
                               ^~~~~~~
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -O3 -fomit-frame-pointer -c audio_out_float.c
In file included from audio_out_float.c:30:0:
../include/audio_out.h:60:20: warning: always_inline function might not be inlinable [-Wattributes]
 static inline void ao_close (ao_instance_t * instance)
                    ^~~~~~~~
../include/audio_out.h:54:19: warning: always_inline function might not be inlinable [-Wattributes]
 static inline int ao_play (ao_instance_t * instance, int flags,
                   ^~~~~~~
../include/audio_out.h:48:19: warning: always_inline function might not be inlinable [-Wattributes]
 static inline int ao_setup (ao_instance_t * instance, int sample_rate,
                   ^~~~~~~~
../include/audio_out.h:43:31: warning: always_inline function might not be inlinable [-Wattributes]
 static inline ao_instance_t * ao_open (ao_open_t * open)
                               ^~~~~~~
../include/audio_out.h:60:20: warning: 'ao_close' defined but not used [-Wunused-function]
 static inline void ao_close (ao_instance_t * instance)
                    ^~~~~~~~
../include/audio_out.h:54:19: warning: 'ao_play' defined but not used [-Wunused-function]
 static inline int ao_play (ao_instance_t * instance, int flags,
                   ^~~~~~~
../include/audio_out.h:48:19: warning: 'ao_setup' defined but not used [-Wunused-function]
 static inline int ao_setup (ao_instance_t * instance, int sample_rate,
                   ^~~~~~~~
../include/audio_out.h:43:31: warning: 'ao_open' defined but not used [-Wunused-function]
 static inline ao_instance_t * ao_open (ao_open_t * open)
                               ^~~~~~~
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -O3 -fomit-frame-pointer -c audio_out_solaris.c
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -O3 -fomit-frame-pointer -c audio_out_al.c
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -O3 -fomit-frame-pointer -c audio_out_win.c
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -O3 -fomit-frame-pointer -c float2s16.c
float2s16.c:31:23: warning: always_inline function might not be inlinable [-Wattributes]
 static inline int16_t convert (int32_t i)
                       ^~~~~~~
In file included from float2s16.c:29:0:
../include/audio_out.h:60:20: warning: always_inline function might not be inlinable [-Wattributes]
 static inline void ao_close (ao_instance_t * instance)
                    ^~~~~~~~
../include/audio_out.h:54:19: warning: always_inline function might not be inlinable [-Wattributes]
 static inline int ao_play (ao_instance_t * instance, int flags,
                   ^~~~~~~
../include/audio_out.h:48:19: warning: always_inline function might not be inlinable [-Wattributes]
 static inline int ao_setup (ao_instance_t * instance, int sample_rate,
                   ^~~~~~~~
../include/audio_out.h:43:31: warning: always_inline function might not be inlinable [-Wattributes]
 static inline ao_instance_t * ao_open (ao_open_t * open)
                               ^~~~~~~
../include/audio_out.h:60:20: warning: 'ao_close' defined but not used [-Wunused-function]
 static inline void ao_close (ao_instance_t * instance)
                    ^~~~~~~~
../include/audio_out.h:54:19: warning: 'ao_play' defined but not used [-Wunused-function]
 static inline int ao_play (ao_instance_t * instance, int flags,
                   ^~~~~~~
../include/audio_out.h:48:19: warning: 'ao_setup' defined but not used [-Wunused-function]
 static inline int ao_setup (ao_instance_t * instance, int sample_rate,
                   ^~~~~~~~
../include/audio_out.h:43:31: warning: 'ao_open' defined but not used [-Wunused-function]
 static inline ao_instance_t * ao_open (ao_open_t * open)
                               ^~~~~~~
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -O3 -fomit-frame-pointer -c audio_out_wav.c
In file included from audio_out_wav.c:32:0:
../include/audio_out.h:60:20: warning: always_inline function might not be inlinable [-Wattributes]
 static inline void ao_close (ao_instance_t * instance)
                    ^~~~~~~~
../include/audio_out.h:54:19: warning: always_inline function might not be inlinable [-Wattributes]
 static inline int ao_play (ao_instance_t * instance, int flags,
                   ^~~~~~~
../include/audio_out.h:48:19: warning: always_inline function might not be inlinable [-Wattributes]
 static inline int ao_setup (ao_instance_t * instance, int sample_rate,
                   ^~~~~~~~
../include/audio_out.h:43:31: warning: always_inline function might not be inlinable [-Wattributes]
 static inline ao_instance_t * ao_open (ao_open_t * open)
                               ^~~~~~~
../include/audio_out.h:60:20: warning: 'ao_close' defined but not used [-Wunused-function]
 static inline void ao_close (ao_instance_t * instance)
                    ^~~~~~~~
../include/audio_out.h:54:19: warning: 'ao_play' defined but not used [-Wunused-function]
 static inline int ao_play (ao_instance_t * instance, int flags,
                   ^~~~~~~
../include/audio_out.h:48:19: warning: 'ao_setup' defined but not used [-Wunused-function]
 static inline int ao_setup (ao_instance_t * instance, int sample_rate,
                   ^~~~~~~~
../include/audio_out.h:43:31: warning: 'ao_open' defined but not used [-Wunused-function]
 static inline ao_instance_t * ao_open (ao_open_t * open)
                               ^~~~~~~
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -O3 -fomit-frame-pointer -c audio_out_oss.c
In file included from audio_out_oss.c:52:0:
../include/audio_out.h:60:20: warning: always_inline function might not be inlinable [-Wattributes]
 static inline void ao_close (ao_instance_t * instance)
                    ^~~~~~~~
../include/audio_out.h:54:19: warning: always_inline function might not be inlinable [-Wattributes]
 static inline int ao_play (ao_instance_t * instance, int flags,
                   ^~~~~~~
../include/audio_out.h:48:19: warning: always_inline function might not be inlinable [-Wattributes]
 static inline int ao_setup (ao_instance_t * instance, int sample_rate,
                   ^~~~~~~~
../include/audio_out.h:43:31: warning: always_inline function might not be inlinable [-Wattributes]
 static inline ao_instance_t * ao_open (ao_open_t * open)
                               ^~~~~~~
audio_out_oss.c: In function 'oss_play':
audio_out_oss.c:127:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write (instance->fd, int16_samples, 256 * sizeof (int16_t) * chans);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from audio_out_oss.c:52:0:
At top level:
../include/audio_out.h:60:20: warning: 'ao_close' defined but not used [-Wunused-function]
 static inline void ao_close (ao_instance_t * instance)
                    ^~~~~~~~
../include/audio_out.h:54:19: warning: 'ao_play' defined but not used [-Wunused-function]
 static inline int ao_play (ao_instance_t * instance, int flags,
                   ^~~~~~~
../include/audio_out.h:48:19: warning: 'ao_setup' defined but not used [-Wunused-function]
 static inline int ao_setup (ao_instance_t * instance, int sample_rate,
                   ^~~~~~~~
../include/audio_out.h:43:31: warning: 'ao_open' defined but not used [-Wunused-function]
 static inline ao_instance_t * ao_open (ao_open_t * open)
                               ^~~~~~~
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -O3 -fomit-frame-pointer -c audio_out_aif.c
In file included from audio_out_aif.c:32:0:
../include/audio_out.h:60:20: warning: always_inline function might not be inlinable [-Wattributes]
 static inline void ao_close (ao_instance_t * instance)
                    ^~~~~~~~
../include/audio_out.h:54:19: warning: always_inline function might not be inlinable [-Wattributes]
 static inline int ao_play (ao_instance_t * instance, int flags,
                   ^~~~~~~
../include/audio_out.h:48:19: warning: always_inline function might not be inlinable [-Wattributes]
 static inline int ao_setup (ao_instance_t * instance, int sample_rate,
                   ^~~~~~~~
../include/audio_out.h:43:31: warning: always_inline function might not be inlinable [-Wattributes]
 static inline ao_instance_t * ao_open (ao_open_t * open)
                               ^~~~~~~
../include/audio_out.h:60:20: warning: 'ao_close' defined but not used [-Wunused-function]
 static inline void ao_close (ao_instance_t * instance)
                    ^~~~~~~~
../include/audio_out.h:54:19: warning: 'ao_play' defined but not used [-Wunused-function]
 static inline int ao_play (ao_instance_t * instance, int flags,
                   ^~~~~~~
../include/audio_out.h:48:19: warning: 'ao_setup' defined but not used [-Wunused-function]
 static inline int ao_setup (ao_instance_t * instance, int sample_rate,
                   ^~~~~~~~
../include/audio_out.h:43:31: warning: 'ao_open' defined but not used [-Wunused-function]
 static inline ao_instance_t * ao_open (ao_open_t * open)
                               ^~~~~~~
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -O3 -fomit-frame-pointer -c audio_out_peak.c
In file included from audio_out_peak.c:9:0:
../include/audio_out.h:60:20: warning: always_inline function might not be inlinable [-Wattributes]
 static inline void ao_close (ao_instance_t * instance)
                    ^~~~~~~~
../include/audio_out.h:54:19: warning: always_inline function might not be inlinable [-Wattributes]
 static inline int ao_play (ao_instance_t * instance, int flags,
                   ^~~~~~~
../include/audio_out.h:48:19: warning: always_inline function might not be inlinable [-Wattributes]
 static inline int ao_setup (ao_instance_t * instance, int sample_rate,
                   ^~~~~~~~
../include/audio_out.h:43:31: warning: always_inline function might not be inlinable [-Wattributes]
 static inline ao_instance_t * ao_open (ao_open_t * open)
                               ^~~~~~~
../include/audio_out.h:60:20: warning: 'ao_close' defined but not used [-Wunused-function]
 static inline void ao_close (ao_instance_t * instance)
                    ^~~~~~~~
../include/audio_out.h:54:19: warning: 'ao_play' defined but not used [-Wunused-function]
 static inline int ao_play (ao_instance_t * instance, int flags,
                   ^~~~~~~
../include/audio_out.h:48:19: warning: 'ao_setup' defined but not used [-Wunused-function]
 static inline int ao_setup (ao_instance_t * instance, int sample_rate,
                   ^~~~~~~~
../include/audio_out.h:43:31: warning: 'ao_open' defined but not used [-Wunused-function]
 static inline ao_instance_t * ao_open (ao_open_t * open)
                               ^~~~~~~
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
rm -f libao.a
ar cru libao.a audio_out.o float2s16.o audio_out_null.o audio_out_float.o audio_out_oss.o audio_out_solaris.o audio_out_al.o audio_out_win.o audio_out_wav.o audio_out_aif.o audio_out_peak.o 
ranlib libao.a
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
Making all in src
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/src'
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -O3 -fomit-frame-pointer -c gettimeofday.c
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/src'
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/src'
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -O3 -fomit-frame-pointer -c getopt.c
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/src'
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/src'
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -O3 -fomit-frame-pointer -c extract_a52.c
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/src'
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/src'
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -O3 -fomit-frame-pointer -c a52dec.c
In file included from a52dec.c:40:0:
../include/audio_out.h:60:20: warning: always_inline function might not be inlinable [-Wattributes]
 static inline void ao_close (ao_instance_t * instance)
                    ^~~~~~~~
../include/audio_out.h:54:19: warning: always_inline function might not be inlinable [-Wattributes]
 static inline int ao_play (ao_instance_t * instance, int flags,
                   ^~~~~~~
../include/audio_out.h:48:19: warning: always_inline function might not be inlinable [-Wattributes]
 static inline int ao_setup (ao_instance_t * instance, int sample_rate,
                   ^~~~~~~~
../include/audio_out.h:43:31: warning: always_inline function might not be inlinable [-Wattributes]
 static inline ao_instance_t * ao_open (ao_open_t * open)
                               ^~~~~~~
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/src'
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/src'
/bin/sh ../libtool --mode=link gcc  -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -O3 -fomit-frame-pointer -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o extract_a52  extract_a52.o getopt.o  
mkdir .libs
gcc -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O3 -fomit-frame-pointer -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o extract_a52 extract_a52.o getopt.o 
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/src'
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/src'
/bin/sh ../libtool --mode=link gcc  -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -O3 -fomit-frame-pointer -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o a52dec  a52dec.o getopt.o gettimeofday.o ../liba52/liba52.la 	       ../libao/libao.a  
gcc -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O3 -fomit-frame-pointer -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/a52dec a52dec.o getopt.o gettimeofday.o  ../liba52/.libs/liba52.so -lm ../libao/libao.a
creating a52dec
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/src'
Making all in vc++
make[1]: Nothing to be done for 'all'.
Making all in test
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/test'
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include    -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -O3 -fomit-frame-pointer -c compare.c
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/test'
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/test'
/bin/sh ../libtool --mode=link gcc  -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -O3 -fomit-frame-pointer -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o compare  compare.o -lm 
mkdir .libs
gcc -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O3 -fomit-frame-pointer -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o compare compare.o  -lm
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/test'
make[1]: Nothing to be done for 'all-am'.
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.drDhk9
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64
++ dirname /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64
+ cd a52dec-0.7.4
+ /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64 'INSTALL=/usr/bin/install -p'
Making install in autotools
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/autotools'
make[2]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/autotools'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/autotools'
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/autotools'
Making install in include
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/include'
make[2]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/include'
make[2]: Nothing to be done for 'install-exec-am'.
/bin/sh ../autotools/mkinstalldirs /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/include/a52dec
mkdir /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr
mkdir /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/include
mkdir /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/include/a52dec
 /usr/bin/install -p -m 644 a52.h /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/include/a52dec/a52.h
 /usr/bin/install -p -m 644 attributes.h /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/include/a52dec/attributes.h
 /usr/bin/install -p -m 644 audio_out.h /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/include/a52dec/audio_out.h
 /usr/bin/install -p -m 644 mm_accel.h /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/include/a52dec/mm_accel.h
make[2]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/include'
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/include'
Making install in doc
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/doc'
make[2]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/doc'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/doc'
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/doc'
Making install in liba52
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/liba52'
make[2]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/liba52'
/bin/sh ../autotools/mkinstalldirs /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/lib64
mkdir /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/lib64
/bin/sh ../libtool  --mode=install /usr/bin/install -p liba52.la /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/lib64/liba52.la
/usr/bin/install -p .libs/liba52.so.0.0.0 /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/lib64/liba52.so.0.0.0
(cd /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/lib64 && rm -f liba52.so.0 && ln -s liba52.so.0.0.0 liba52.so.0)
(cd /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/lib64 && rm -f liba52.so && ln -s liba52.so.0.0.0 liba52.so)
/usr/bin/install -p .libs/liba52.lai /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/lib64/liba52.la
libtool: install: warning: remember to run `libtool --finish /usr/lib64'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/liba52'
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/liba52'
Making install in libao
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
make[2]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/libao'
Making install in src
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/src'
make[2]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/src'
/bin/sh ../autotools/mkinstalldirs /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/bin
mkdir /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/bin
 /bin/sh ../libtool  --mode=install /usr/bin/install -p  a52dec /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/bin/a52dec
libtool: install: warning: `../liba52/liba52.la' has not been installed in `/usr/lib64'
/usr/bin/install -p .libs/a52dec /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/bin/a52dec
 /bin/sh ../libtool  --mode=install /usr/bin/install -p  extract_a52 /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/bin/extract_a52
/usr/bin/install -p extract_a52 /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/bin/extract_a52
/usr/bin/make  install-man1
make[3]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/src'
/bin/sh ../autotools/mkinstalldirs /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/share/man/man1
mkdir /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/share
mkdir /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/share/man
mkdir /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/share/man/man1
 /usr/bin/install -p -m 644 ./a52dec.1 /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/share/man/man1/a52dec.1
 /usr/bin/install -p -m 644 ./extract_a52.1 /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/share/man/man1/extract_a52.1
make[3]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/src'
make[2]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/src'
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/src'
Making install in vc++
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/vc++'
make[2]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/vc++'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/vc++'
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/vc++'
Making install in test
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/test'
make[2]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4/test'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/test'
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4/test'
make[1]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4'
make[2]: Entering directory '/builddir/build/BUILD/a52dec-0.7.4'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4'
make[1]: Leaving directory '/builddir/build/BUILD/a52dec-0.7.4'
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-strip /usr/bin/strip
+ /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
*** WARNING: ./usr/lib64/liba52.la is executable but has empty or no shebang, removing executable bit
Processing files: a52dec-0.7.4-30.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Q8SjOX
+ umask 022
+ cd /builddir/build/BUILD
+ cd a52dec-0.7.4
+ DOCDIR=/builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/share/doc/a52dec
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/share/doc/a52dec
+ cp -pr AUTHORS /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/share/doc/a52dec
+ cp -pr ChangeLog /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/share/doc/a52dec
+ cp -pr HISTORY /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/share/doc/a52dec
+ cp -pr NEWS /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/share/doc/a52dec
+ cp -pr TODO /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/share/doc/a52dec
+ exit 0
Provides: a52dec = 0.7.4-30.fc28 a52dec(riscv-64) = 0.7.4-30.fc28
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) liba52.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH)
Obsoletes: a52dec < 0.7.4-25
Processing files: liba52-0.7.4-30.fc28.riscv64
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.IUrPzs
+ umask 022
+ cd /builddir/build/BUILD
+ cd a52dec-0.7.4
+ LICENSEDIR=/builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/share/licenses/liba52
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/share/licenses/liba52
+ cp -pr COPYING /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/share/licenses/liba52
+ exit 0
Provides: a52dec-libs = 0.7.4-30.fc28 liba52 = 0.7.4-30.fc28 liba52(riscv-64) = 0.7.4-30.fc28 liba52.so.0()(64bit)
Requires(interp): /sbin/ldconfig /sbin/ldconfig
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH)
Obsoletes: a52dec < 0.7.4-25 a52dec-libs < 0.7.4-25
Processing files: liba52-devel-0.7.4-30.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.VAwbyf
+ umask 022
+ cd /builddir/build/BUILD
+ cd a52dec-0.7.4
+ DOCDIR=/builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/share/doc/liba52-devel
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/share/doc/liba52-devel
+ cp -pr doc/liba52.txt /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64/usr/share/doc/liba52-devel
+ exit 0
Provides: a52dec-devel = 0.7.4-30.fc28 liba52-devel = 0.7.4-30.fc28 liba52-devel(riscv-64) = 0.7.4-30.fc28
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: liba52.so.0()(64bit)
Obsoletes: a52dec-devel < 0.7.4-25
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64
Wrote: /builddir/build/SRPMS/a52dec-0.7.4-30.fc28.src.rpm
Wrote: /builddir/build/RPMS/riscv64/a52dec-0.7.4-30.fc28.riscv64.rpm
Wrote: /builddir/build/RPMS/riscv64/liba52-0.7.4-30.fc28.riscv64.rpm
Wrote: /builddir/build/RPMS/riscv64/liba52-devel-0.7.4-30.fc28.riscv64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Qrud1x
+ umask 022
+ cd /builddir/build/BUILD
+ cd a52dec-0.7.4
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/a52dec-0.7.4-30.fc28.riscv64
+ exit 0
+ touch /buildok
+ cleanup
+ set +e
+ sync
+ sleep 5
+ sync
+ poweroff
Terminated
++ cleanup
++ set +e
++ sync
++ sleep 5
Terminated
+++ cleanup
+++ set +e
+++ sync
+++ sleep 5
+++ sync
+++ poweroff