<86>Jun 13 14:48:17 userdel[1806498]: delete user 'rooter'
<86>Jun 13 14:48:17 userdel[1806498]: removed group 'rooter' owned by 'rooter'
<86>Jun 13 14:48:17 userdel[1806498]: removed shadow group 'rooter' owned by 'rooter'
<86>Jun 13 14:48:17 groupadd[1806506]: group added to /etc/group: name=rooter, GID=687
<86>Jun 13 14:48:17 groupadd[1806506]: group added to /etc/gshadow: name=rooter
<86>Jun 13 14:48:17 groupadd[1806506]: new group: name=rooter, GID=687
<86>Jun 13 14:48:17 useradd[1806516]: new user: name=rooter, UID=687, GID=687, home=/root, shell=/bin/bash
<86>Jun 13 14:48:17 userdel[1806531]: delete user 'builder'
<86>Jun 13 14:48:17 userdel[1806531]: removed group 'builder' owned by 'builder'
<86>Jun 13 14:48:17 userdel[1806531]: removed shadow group 'builder' owned by 'builder'
<86>Jun 13 14:48:17 groupadd[1806539]: group added to /etc/group: name=builder, GID=688
<86>Jun 13 14:48:17 groupadd[1806539]: group added to /etc/gshadow: name=builder
<86>Jun 13 14:48:17 groupadd[1806539]: new group: name=builder, GID=688
<86>Jun 13 14:48:17 useradd[1806543]: new user: name=builder, UID=688, GID=688, home=/usr/src, shell=/bin/bash
<13>Jun 13 14:48:19 rpmi: libopenal1-1.19.1-alt1 sisyphus+222956.100.1.1 1551298524 installed
<13>Jun 13 14:48:19 rpmi: libopenal-devel-1.19.1-alt1 sisyphus+222956.100.1.1 1551298524 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/libalut-1.1.0-alt5.nosrc.rpm (w1.gzdio)
Installing libalut-1.1.0-alt5.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.4299
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf freealut-1.1.0
+ echo 'Source #0 (freealut-1.1.0.tar.gz):'
Source #0 (freealut-1.1.0.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/freealut-1.1.0.tar.gz
+ /bin/tar -xf -
+ cd freealut-1.1.0
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.59386
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd freealut-1.1.0
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
+ export CFLAGS
+ CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
+ export CXXFLAGS
+ FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
+ export FFLAGS
+ FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
+ export FCFLAGS
+ '[' -n '' ']'
++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g'
++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
+ ASFLAGS=' -march=i586 -mtune=generic'
+ export ASFLAGS
+ export lt_cv_deplibs_check_method=pass_all
+ lt_cv_deplibs_check_method=pass_all
+ readlink -e -- ./configure
+ xargs -ri dirname -- '{}'
+ xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n'
+ sort -u
+ xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess
+ ./configure --build=i586-alt-linux --host=i586-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --without-included-gettext --disable-static
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i586-alt-linux-gcc... i586-alt-linux-gcc
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 i586-alt-linux-gcc accepts -g... yes
checking for i586-alt-linux-gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of i586-alt-linux-gcc... none
checking for an ANSI C-conforming const... yes
checking whether the C compiler supports __attribute__... yes
checking whether i586-alt-linux-gcc accepts -fvisibility=hidden... yes
checking whether i586-alt-linux-gcc accepts -Wno-deprecated-declarations... yes
checking build system type... i586-alt-linux-gnu
checking host system type... i586-alt-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by i586-alt-linux-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 dependent libraries... (cached) pass_all
checking how to run the C preprocessor... i586-alt-linux-gcc -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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for i586-alt-linux-g++... no
checking for i586-alt-linux-c++... no
checking for i586-alt-linux-gpp... no
checking for i586-alt-linux-aCC... no
checking for i586-alt-linux-CC... no
checking for i586-alt-linux-cxx... no
checking for i586-alt-linux-cc++... no
checking for i586-alt-linux-cl... no
checking for i586-alt-linux-FCC... no
checking for i586-alt-linux-KCC... no
checking for i586-alt-linux-RCC... no
checking for i586-alt-linux-xlC_r... no
checking for i586-alt-linux-xlC... no
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking for i586-alt-linux-g77... no
checking for i586-alt-linux-f77... no
checking for i586-alt-linux-xlf... no
checking for i586-alt-linux-frt... no
checking for i586-alt-linux-pgf77... no
checking for i586-alt-linux-fort77... no
checking for i586-alt-linux-fl32... no
checking for i586-alt-linux-af77... no
checking for i586-alt-linux-f90... no
checking for i586-alt-linux-xlf90... no
checking for i586-alt-linux-pgf90... no
checking for i586-alt-linux-epcf90... no
checking for i586-alt-linux-f95... no
checking for i586-alt-linux-fort... no
checking for i586-alt-linux-xlf95... no
checking for i586-alt-linux-ifc... no
checking for i586-alt-linux-efc... no
checking for i586-alt-linux-pgf95... no
checking for i586-alt-linux-lf95... no
checking for i586-alt-linux-gfortran... no
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse nm output from i586-alt-linux-gcc object... ok
checking for objdir... .libs
checking for i586-alt-linux-ar... no
checking for ar... ar
checking for i586-alt-linux-ranlib... no
checking for ranlib... ranlib
checking for i586-alt-linux-strip... no
checking for strip... strip
checking if i586-alt-linux-gcc static flag  works... yes
checking if i586-alt-linux-gcc supports -fno-rtti -fno-exceptions... no
checking for i586-alt-linux-gcc option to produce PIC... -fPIC
checking if i586-alt-linux-gcc PIC flag -fPIC works... yes
checking if i586-alt-linux-gcc supports -c -o file.o... yes
checking whether the i586-alt-linux-gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... cat: '/etc/ld.so.conf.d/*.conf': No such file or directory
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
appending configuration tag "F77" to libtool
checking for library containing pthread_self... none required
checking for library containing alGetError... -lopenal
checking for ANSI C header files... (cached) yes
checking AL/alc.h usability... yes
checking AL/alc.h presence... yes
checking for AL/alc.h... yes
checking AL/al.h usability... yes
checking AL/al.h presence... yes
checking for AL/al.h... yes
checking basetsd.h usability... no
checking basetsd.h presence... no
checking for basetsd.h... no
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for nanosleep... yes
checking for usleep... yes
checking for Sleep... no
checking for stat... yes
checking for _stat... no
checking for cos in -lm... yes
checking flags for maximum ANSI warnings... -Wall -ansi -pedantic
configure: creating ./config.status
config.status: creating Makefile
config.status: creating admin/Makefile
config.status: creating admin/pkgconfig/Makefile
config.status: creating admin/pkgconfig/freealut-config
config.status: creating admin/pkgconfig/freealut.pc
config.status: creating admin/RPM/freealut.spec
config.status: creating examples/Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating test_suite/Makefile
config.status: creating config.h
config.status: executing depfiles commands
+ make -j8
make  all-recursive
Making all in admin
Making all in pkgconfig
make[3]: Nothing to be done for 'all'.
make[3]: Nothing to be done for 'all-am'.
Making all in src
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/src'
/bin/sh ../libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include  -fvisibility=hidden  -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o libalut_la-alutInit.lo `test -f 'alutInit.c' || echo './'`alutInit.c
mkdir .libs
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -fvisibility=hidden -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c alutInit.c  -fPIC -DPIC -o .libs/libalut_la-alutInit.o
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/src'
/bin/sh ../libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include  -fvisibility=hidden  -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o libalut_la-alutUtil.lo `test -f 'alutUtil.c' || echo './'`alutUtil.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -fvisibility=hidden -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c alutUtil.c  -fPIC -DPIC -o .libs/libalut_la-alutUtil.o
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/src'
/bin/sh ../libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include  -fvisibility=hidden  -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o libalut_la-alutError.lo `test -f 'alutError.c' || echo './'`alutError.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -fvisibility=hidden -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c alutError.c  -fPIC -DPIC -o .libs/libalut_la-alutError.o
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/src'
/bin/sh ../libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include  -fvisibility=hidden  -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o libalut_la-alutInputStream.lo `test -f 'alutInputStream.c' || echo './'`alutInputStream.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -fvisibility=hidden -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c alutInputStream.c  -fPIC -DPIC -o .libs/libalut_la-alutInputStream.o
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/src'
/bin/sh ../libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include  -fvisibility=hidden  -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o libalut_la-alutCodec.lo `test -f 'alutCodec.c' || echo './'`alutCodec.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -fvisibility=hidden -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c alutCodec.c  -fPIC -DPIC -o .libs/libalut_la-alutCodec.o
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/src'
/bin/sh ../libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include  -fvisibility=hidden  -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o libalut_la-alutBufferData.lo `test -f 'alutBufferData.c' || echo './'`alutBufferData.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -fvisibility=hidden -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c alutBufferData.c  -fPIC -DPIC -o .libs/libalut_la-alutBufferData.o
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/src'
/bin/sh ../libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include  -fvisibility=hidden  -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o libalut_la-alutVersion.lo `test -f 'alutVersion.c' || echo './'`alutVersion.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -fvisibility=hidden -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c alutVersion.c  -fPIC -DPIC -o .libs/libalut_la-alutVersion.o
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/src'
/bin/sh ../libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include  -fvisibility=hidden  -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o libalut_la-alutOutputStream.lo `test -f 'alutOutputStream.c' || echo './'`alutOutputStream.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -fvisibility=hidden -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c alutOutputStream.c  -fPIC -DPIC -o .libs/libalut_la-alutOutputStream.o
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/src'
/bin/sh ../libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include  -fvisibility=hidden  -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o libalut_la-alutLoader.lo `test -f 'alutLoader.c' || echo './'`alutLoader.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -fvisibility=hidden -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c alutLoader.c  -fPIC -DPIC -o .libs/libalut_la-alutLoader.o
alutLoader.c: In function 'alutLoadWAVFile':
alutLoader.c:442:47: warning: pointer targets in passing argument 1 of '_alutInputStreamConstructFromFile' differ in signedness [-Wpointer-sign]
   stream = _alutInputStreamConstructFromFile (fileName);
                                               ^~~~~~~~
In file included from alutLoader.c:1:
alutInternal.h:80:21: note: expected 'const char *' but argument is of type 'ALbyte *' {aka 'signed char *'}
 extern InputStream *_alutInputStreamConstructFromFile (const char *fileName);
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/src'
/bin/sh ../libtool --tag=CC --mode=compile i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include  -fvisibility=hidden  -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o libalut_la-alutWaveform.lo `test -f 'alutWaveform.c' || echo './'`alutWaveform.c
 i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -fvisibility=hidden -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c alutWaveform.c  -fPIC -DPIC -o .libs/libalut_la-alutWaveform.o
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/src'
/bin/sh ../libtool --tag=CC --mode=link i586-alt-linux-gcc -fvisibility=hidden  -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -o libalut.la -rpath /usr/lib -no-undefined -version-info 1:0:1 libalut_la-alutBufferData.lo libalut_la-alutCodec.lo libalut_la-alutError.lo libalut_la-alutInit.lo libalut_la-alutInputStream.lo libalut_la-alutLoader.lo libalut_la-alutOutputStream.lo libalut_la-alutUtil.lo libalut_la-alutVersion.lo libalut_la-alutWaveform.lo -lm -lopenal 
i586-alt-linux-gcc -shared  .libs/libalut_la-alutBufferData.o .libs/libalut_la-alutCodec.o .libs/libalut_la-alutError.o .libs/libalut_la-alutInit.o .libs/libalut_la-alutInputStream.o .libs/libalut_la-alutLoader.o .libs/libalut_la-alutOutputStream.o .libs/libalut_la-alutUtil.o .libs/libalut_la-alutVersion.o .libs/libalut_la-alutWaveform.o  -lm -lopenal  -march=i586 -mtune=generic -Wl,-soname -Wl,libalut.so.0 -o .libs/libalut.so.0.1.0
(cd .libs && rm -f libalut.so.0 && ln -s libalut.so.0.1.0 libalut.so.0)
(cd .libs && rm -f libalut.so && ln -s libalut.so.0.1.0 libalut.so)
creating libalut.la
(cd .libs && rm -f libalut.la && ln -s ../libalut.la libalut.la)
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/src'
Making all in include
make[2]: Nothing to be done for 'all'.
Making all in examples
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/examples'
i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include  -fvisibility=hidden  -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c hello_world.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/examples'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/examples'
i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include  -fvisibility=hidden  -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c playfile.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/examples'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/examples'
/bin/sh ../libtool --tag=CC --mode=link i586-alt-linux-gcc -fvisibility=hidden  -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -o hello_world  hello_world.o ../src/libalut.la -lopenal 
mkdir .libs
i586-alt-linux-gcc -fvisibility=hidden -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o .libs/hello_world hello_world.o  ../src/.libs/libalut.so -lm -lopenal
creating hello_world
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/examples'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/examples'
/bin/sh ../libtool --tag=CC --mode=link i586-alt-linux-gcc -fvisibility=hidden  -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -o playfile  playfile.o ../src/libalut.la -lopenal 
i586-alt-linux-gcc -fvisibility=hidden -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o .libs/playfile playfile.o  ../src/.libs/libalut.so -lm -lopenal
creating playfile
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/examples'
Making all in test_suite
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include  -fvisibility=hidden  -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c test_errorstuff.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include  -fvisibility=hidden  -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c test_fileloader.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include  -fvisibility=hidden  -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c test_memoryloader.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include  -Wno-deprecated-declarations -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o test_retrostuff-test_retrostuff.o `test -f 'test_retrostuff.c' || echo './'`test_retrostuff.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include  -fvisibility=hidden  -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c test_version.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I..  -I../include  -fvisibility=hidden  -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c test_waveforms.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
/bin/sh ../libtool --tag=CC --mode=link i586-alt-linux-gcc -fvisibility=hidden  -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -o test_fileloader  test_fileloader.o ../src/libalut.la -lopenal 
mkdir .libs
i586-alt-linux-gcc -fvisibility=hidden -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o .libs/test_fileloader test_fileloader.o  ../src/.libs/libalut.so -lm -lopenal
creating test_fileloader
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
/bin/sh ../libtool --tag=CC --mode=link i586-alt-linux-gcc -fvisibility=hidden  -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -o test_memoryloader  test_memoryloader.o ../src/libalut.la -lopenal 
i586-alt-linux-gcc -fvisibility=hidden -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o .libs/test_memoryloader test_memoryloader.o  ../src/.libs/libalut.so -lm -lopenal
creating test_memoryloader
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
/bin/sh ../libtool --tag=CC --mode=link i586-alt-linux-gcc -fvisibility=hidden  -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -o test_retrostuff  test_retrostuff-test_retrostuff.o ../src/libalut.la -lopenal 
i586-alt-linux-gcc -fvisibility=hidden -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o .libs/test_retrostuff test_retrostuff-test_retrostuff.o  ../src/.libs/libalut.so -lm -lopenal
creating test_retrostuff
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
/bin/sh ../libtool --tag=CC --mode=link i586-alt-linux-gcc -fvisibility=hidden  -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -o test_errorstuff  test_errorstuff.o ../src/libalut.la -lopenal 
mkdir .libs
mkdir: cannot create directory '.libs': File exists
i586-alt-linux-gcc -fvisibility=hidden -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o .libs/test_errorstuff test_errorstuff.o  ../src/.libs/libalut.so -lm -lopenal
creating test_errorstuff
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
/bin/sh ../libtool --tag=CC --mode=link i586-alt-linux-gcc -fvisibility=hidden  -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -o test_version  test_version.o ../src/libalut.la -lopenal 
i586-alt-linux-gcc -fvisibility=hidden -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o .libs/test_version test_version.o  ../src/.libs/libalut.so -lm -lopenal
creating test_version
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
/bin/sh ../libtool --tag=CC --mode=link i586-alt-linux-gcc -fvisibility=hidden  -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic   -o test_waveforms  test_waveforms.o ../src/libalut.la -lopenal 
i586-alt-linux-gcc -fvisibility=hidden -Wall -ansi -pedantic -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -o .libs/test_waveforms test_waveforms.o  ../src/.libs/libalut.so -lm -lopenal
creating test_waveforms
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.31664
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/libalut-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/libalut-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd freealut-1.1.0
+ make DESTDIR=/usr/src/tmp/libalut-buildroot install
make: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0'
Making install in admin
make[1]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/admin'
Making install in pkgconfig
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/admin/pkgconfig'
make[3]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/admin/pkgconfig'
test -z "/usr/bin" || mkdir -p -- "/usr/src/tmp/libalut-buildroot/usr/bin"
 /bin/install -c 'freealut-config' '/usr/src/tmp/libalut-buildroot/usr/bin/freealut-config'
test -z "/usr/lib/pkgconfig" || mkdir -p -- "/usr/src/tmp/libalut-buildroot/usr/lib/pkgconfig"
 /bin/install -c -m 644 'freealut.pc' '/usr/src/tmp/libalut-buildroot/usr/lib/pkgconfig/freealut.pc'
make[3]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/admin/pkgconfig'
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/admin/pkgconfig'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/admin'
make[3]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/admin'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/admin'
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/admin'
make[1]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/admin'
Making install in src
make[1]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/src'
test -z "/usr/lib" || mkdir -p -- "/usr/src/tmp/libalut-buildroot/usr/lib"
 /bin/sh ../libtool --mode=install /bin/install -c  'libalut.la' '/usr/src/tmp/libalut-buildroot/usr/lib/libalut.la'
/bin/install -c .libs/libalut.so.0.1.0 /usr/src/tmp/libalut-buildroot/usr/lib/libalut.so.0.1.0
(cd /usr/src/tmp/libalut-buildroot/usr/lib && rm -f libalut.so.0 && ln -s libalut.so.0.1.0 libalut.so.0)
(cd /usr/src/tmp/libalut-buildroot/usr/lib && rm -f libalut.so && ln -s libalut.so.0.1.0 libalut.so)
/bin/install -c .libs/libalut.lai /usr/src/tmp/libalut-buildroot/usr/lib/libalut.la
libtool: install: warning: remember to run `libtool --finish /usr/lib'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/src'
make[1]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/src'
Making install in include
make[1]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/include'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/include'
make[2]: Nothing to be done for 'install-exec-am'.
test -z "/usr/include" || mkdir -p -- "/usr/src/tmp/libalut-buildroot/usr/include"
 /usr/src/RPM/BUILD/freealut-1.1.0/admin/autotools/install-sh -c -m 644 'AL/alut.h' '/usr/src/tmp/libalut-buildroot/usr/include/AL/alut.h'
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/include'
make[1]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/include'
Making install in examples
make[1]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/examples'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/examples'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/examples'
make[1]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/examples'
Making install in test_suite
make[1]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
make[1]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0/test_suite'
make[1]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0'
make[2]: Entering directory '/usr/src/RPM/BUILD/freealut-1.1.0'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0'
make[1]: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0'
make: Leaving directory '/usr/src/RPM/BUILD/freealut-1.1.0'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/libalut-buildroot (auto)
removed './usr/lib/libalut.la'
mode of './usr/lib/libalut.so.0.1.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/libalut-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
/usr/bin/freealut-config:
157c157
<     incpath="-I${includedir}"
---
>     incpath=""
/usr/bin/freealut-config:
166c166
<     libpathflag="-L${libdir}"
---
>     libpathflag=""
/usr/lib/pkgconfig/freealut.pc: Cflags: '-I${includedir}' --> ''
/usr/lib/pkgconfig/freealut.pc: Libs: '-L${libdir} -lalut' --> '-lalut'
Checking contents of files in /usr/src/tmp/libalut-buildroot/ (default)
Compressing files in /usr/src/tmp/libalut-buildroot (auto)
Adjusting library links in /usr/src/tmp/libalut-buildroot
./usr/lib:
	libalut.so.0 -> libalut.so.0.1.0
Verifying ELF objects in /usr/src/tmp/libalut-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/lib/libalut.so.0.1.0: uses non-LFS functions: __xstat fopen
Hardlinking identical .pyc and .pyo files
Processing files: libalut-1.1.0-alt5
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.W2p5Lo
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
lib.prov: /usr/src/tmp/libalut-buildroot/usr/lib/libalut.so.0: 20 symbols, 15 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NOvvTU
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libalut.so.0 = set:idncfEvRP1XRZG7BGa2sUZtSltPuG9MmieHD7QISLJ
Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libm.so.6(GLIBC_2.0), libopenal.so.1 >= set:lhFZ6cjCqRHmn3ZbLWHpvZoLarrBkvS0, rtld(GNU_HASH)
Requires(rpmlib): rpmlib(SetVersions)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RftaHH
Creating libalut-debuginfo package
Processing files: libalut-devel-1.1.0-alt5
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.g0r0NH
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Xk3evN
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
find-requires: FINDPACKAGE-COMMANDS: cat
Provides: pkgconfig(freealut) = 1.1.0
Requires: libalut = 1.1.0-alt5, /bin/sh, /usr/lib/libalut.so.0.1.0, /usr/lib/pkgconfig, coreutils, libopenal-devel, pkgconfig(openal)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Bkciha
Processing files: libalut-debuginfo-1.1.0-alt5
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OCiaSN
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SouGAD
find-requires: running scripts (debuginfo)
Provides: debug(libalut.so.0)
Requires: libalut = 1.1.0-alt5, debug(libc.so.6), debug(libm.so.6), debug(libopenal.so.1)
Removing 1 extra deps from libalut-devel due to dependency on libalut
Wrote: /usr/src/RPM/RPMS/i586/libalut-1.1.0-alt5.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libalut-devel-1.1.0-alt5.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libalut-debuginfo-1.1.0-alt5.i586.rpm (w2.lzdio)
7.47user 2.52system 0:18.11elapsed 55%CPU (0avgtext+0avgdata 23960maxresident)k
0inputs+0outputs (0major+1264143minor)pagefaults 0swaps
10.92user 4.70system 0:23.97elapsed 65%CPU (0avgtext+0avgdata 115584maxresident)k
912inputs+0outputs (0major+1559637minor)pagefaults 0swaps
--- libalut-debuginfo-1.1.0-alt5.i586.rpm.repo	2011-03-28 09:06:59.000000000 +0000
+++ libalut-debuginfo-1.1.0-alt5.i586.rpm.hasher	2021-06-13 14:48:39.864490335 +0000
@@ -2,3 +2,2 @@
 /usr/lib/debug/usr/lib/libalut.so.0.debug	120777	libalut.so.0.1.0.debug
-/usr/lib/debug/usr/lib/libalut.so.debug	120777	libalut.so.0.1.0.debug
 /usr/src/debug/freealut-1.1.0	40755