<86>Feb 16 10:09:12 userdel[3038475]: delete user 'rooter'
<86>Feb 16 10:09:12 userdel[3038475]: removed group 'rooter' owned by 'rooter'
<86>Feb 16 10:09:12 userdel[3038475]: removed shadow group 'rooter' owned by 'rooter'
<86>Feb 16 10:09:12 groupadd[3038488]: group added to /etc/group: name=rooter, GID=645
<86>Feb 16 10:09:12 groupadd[3038488]: group added to /etc/gshadow: name=rooter
<86>Feb 16 10:09:12 groupadd[3038488]: new group: name=rooter, GID=645
<86>Feb 16 10:09:12 useradd[3038497]: new user: name=rooter, UID=645, GID=645, home=/root, shell=/bin/bash
<86>Feb 16 10:09:12 userdel[3038509]: delete user 'builder'
<86>Feb 16 10:09:12 userdel[3038509]: removed group 'builder' owned by 'builder'
<86>Feb 16 10:09:12 userdel[3038509]: removed shadow group 'builder' owned by 'builder'
<86>Feb 16 10:09:12 groupadd[3038517]: group added to /etc/group: name=builder, GID=646
<86>Feb 16 10:09:12 groupadd[3038517]: group added to /etc/gshadow: name=builder
<86>Feb 16 10:09:12 groupadd[3038517]: new group: name=builder, GID=646
<86>Feb 16 10:09:12 useradd[3038522]: new user: name=builder, UID=646, GID=646, home=/usr/src, shell=/bin/bash
<13>Feb 16 10:09:14 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus+221902.2500.4.1 1550596716 installed
<13>Feb 16 10:09:15 rpmi: libstdc++8-devel-8.3.1-alt5 p9+240194.100.1.1 1572928737 installed
<13>Feb 16 10:09:16 rpmi: gcc8-c++-8.3.1-alt5 p9+240194.100.1.1 1572928737 installed
<13>Feb 16 10:09:16 rpmi: gcc-c++-8-alt1 sisyphus+222164.100.1.1 1550685959 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/libfc14audiodecoder-1.0.3-alt1_12.nosrc.rpm
Installing libfc14audiodecoder-1.0.3-alt1_12.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.85978
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf libfc14audiodecoder-1.0.3
+ echo 'Source #0 (libfc14audiodecoder-1.0.3.tar.bz2):'
Source #0 (libfc14audiodecoder-1.0.3.tar.bz2):
+ /bin/bzip2 -dc /usr/src/RPM/SOURCES/libfc14audiodecoder-1.0.3.tar.bz2
+ /bin/tar -xf -
+ cd libfc14audiodecoder-1.0.3
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.85978
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd libfc14audiodecoder-1.0.3
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC'
+ export CFLAGS
+ CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC'
+ export CXXFLAGS
+ FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC'
+ export FFLAGS
+ '[' -n '' ']'
++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC'
++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g'
+ 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 --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --without-included-gettext
configure: WARNING: unrecognized options: --without-included-gettext
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... i586-alt-linux-gnu
checking host system type... i586-alt-linux-gnu
checking for i586-alt-linux-gcc... i586-alt-linux-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether 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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of i586-alt-linux-gcc... none
checking how to run the C preprocessor... i586-alt-linux-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking size of char... 1
checking size of short int... 2
checking size of int... 4
checking size of long int... 4
checking for ANSI C header files... (cached) yes
checking for rm... /bin/rm
checking for i586-alt-linux-g++... i586-alt-linux-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i586-alt-linux-g++ accepts -g... yes
checking dependency style of i586-alt-linux-g++... none
checking whether nothrow allocator is available... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
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 BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i586-alt-linux-gnu file names to i586-alt-linux-gnu format... func_convert_file_noop
checking how to convert i586-alt-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for i586-alt-linux-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for i586-alt-linux-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for i586-alt-linux-ar... no
checking for ar... ar
checking for archiver @FILE support... @
checking for i586-alt-linux-strip... no
checking for strip... strip
checking for i586-alt-linux-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from i586-alt-linux-gcc object... ok
checking for sysroot... no
checking for i586-alt-linux-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if i586-alt-linux-gcc supports -fno-rtti -fno-exceptions... no
checking for i586-alt-linux-gcc option to produce PIC... -fPIC -DPIC
checking if i586-alt-linux-gcc PIC flag -fPIC -DPIC works... yes
checking if i586-alt-linux-gcc static flag -static works... no
checking if i586-alt-linux-gcc supports -c -o file.o... /bin/rm: cannot remove 'conftest*': No such file or directory
yes
checking if i586-alt-linux-gcc supports -c -o file.o... (cached) yes
checking whether the i586-alt-linux-gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... /bin/rm: cannot remove 'conftest*': No such file or directory
no
checking dynamic linker characteristics... 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
checking how to run the C++ preprocessor... i586-alt-linux-g++ -E
checking for ld used by i586-alt-linux-g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the i586-alt-linux-g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for i586-alt-linux-g++ option to produce PIC... -fPIC -DPIC
checking if i586-alt-linux-g++ PIC flag -fPIC -DPIC works... yes
checking if i586-alt-linux-g++ static flag -static works... no
checking if i586-alt-linux-g++ supports -c -o file.o... /bin/rm: cannot remove 'conftest*': No such file or directory
yes
checking if i586-alt-linux-g++ supports -c -o file.o... (cached) yes
checking whether the i586-alt-linux-g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking string usability... yes
checking string presence... yes
checking for string... yes
checking iostream usability... yes
checking iostream presence... yes
checking for iostream... yes
configure: OPTIMIZE_ENDIAN_ACCESS enabled automatically for i586-alt-linux-gnu
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/Config.h
config.status: executing depfiles commands
config.status: executing libtool commands
/bin/rm: cannot remove 'libtoolT': No such file or directory
configure: WARNING: unrecognized options: --without-included-gettext
+ make -j8
Making all in src
make  all-am
make[2]: Entering directory '/usr/src/RPM/BUILD/libfc14audiodecoder-1.0.3/src'
/bin/sh ../libtool  --tag=CXX   --mode=compile i586-alt-linux-g++ -DHAVE_CONFIG_H -I.     -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o LamePaulaVoice.lo LamePaulaVoice.cpp
libtool: compile:  i586-alt-linux-g++ -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c LamePaulaVoice.cpp  -fPIC -DPIC -o .libs/LamePaulaVoice.o
make[2]: Leaving directory '/usr/src/RPM/BUILD/libfc14audiodecoder-1.0.3/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/libfc14audiodecoder-1.0.3/src'
/bin/sh ../libtool  --tag=CXX   --mode=compile i586-alt-linux-g++ -DHAVE_CONFIG_H -I.     -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o Paula.lo Paula.cpp
libtool: compile:  i586-alt-linux-g++ -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c Paula.cpp  -fPIC -DPIC -o .libs/Paula.o
make[2]: Leaving directory '/usr/src/RPM/BUILD/libfc14audiodecoder-1.0.3/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/libfc14audiodecoder-1.0.3/src'
/bin/sh ../libtool  --tag=CXX   --mode=compile i586-alt-linux-g++ -DHAVE_CONFIG_H -I.     -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o fc14audiodecoder.lo fc14audiodecoder.cpp
libtool: compile:  i586-alt-linux-g++ -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c fc14audiodecoder.cpp  -fPIC -DPIC -o .libs/fc14audiodecoder.o
make[2]: Leaving directory '/usr/src/RPM/BUILD/libfc14audiodecoder-1.0.3/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/libfc14audiodecoder-1.0.3/src'
/bin/sh ../libtool  --tag=CXX   --mode=compile i586-alt-linux-g++ -DHAVE_CONFIG_H -I.     -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o FC.lo FC.cpp
libtool: compile:  i586-alt-linux-g++ -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c FC.cpp  -fPIC -DPIC -o .libs/FC.o
make[2]: Leaving directory '/usr/src/RPM/BUILD/libfc14audiodecoder-1.0.3/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/libfc14audiodecoder-1.0.3/src'
/bin/sh ../libtool  --tag=CXX   --mode=compile i586-alt-linux-g++ -DHAVE_CONFIG_H -I.     -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o LamePaulaMixer.lo LamePaulaMixer.cpp
libtool: compile:  i586-alt-linux-g++ -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c LamePaulaMixer.cpp  -fPIC -DPIC -o .libs/LamePaulaMixer.o
LamePaulaMixer.cpp: In member function 'void LamePaulaMixer::end()':
LamePaulaMixer.cpp:36:24: warning: deleting object of polymorphic class type 'LamePaulaVoice' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor]
         delete _voice[v];
                        ^
make[2]: Leaving directory '/usr/src/RPM/BUILD/libfc14audiodecoder-1.0.3/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/libfc14audiodecoder-1.0.3/src'
/bin/sh ../libtool  --tag=CXX   --mode=compile i586-alt-linux-g++ -DHAVE_CONFIG_H -I.     -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o FC_Data.lo FC_Data.cpp
libtool: compile:  i586-alt-linux-g++ -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c FC_Data.cpp  -fPIC -DPIC -o .libs/FC_Data.o
make[2]: Leaving directory '/usr/src/RPM/BUILD/libfc14audiodecoder-1.0.3/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/libfc14audiodecoder-1.0.3/src'
/bin/sh ../libtool  --tag=CXX   --mode=compile i586-alt-linux-g++ -DHAVE_CONFIG_H -I.     -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c -o Dump.lo Dump.cpp
libtool: compile:  i586-alt-linux-g++ -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -c Dump.cpp  -fPIC -DPIC -o .libs/Dump.o
make[2]: Leaving directory '/usr/src/RPM/BUILD/libfc14audiodecoder-1.0.3/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/libfc14audiodecoder-1.0.3/src'
/bin/sh ../libtool  --tag=CXX   --mode=link i586-alt-linux-g++  -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -version-info 1:0:0  -o libfc14audiodecoder.la -rpath /usr/lib fc14audiodecoder.lo Dump.lo FC.lo FC_Data.lo Paula.lo LamePaulaVoice.lo LamePaulaMixer.lo  
libtool: link: i586-alt-linux-g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i586-alt-linux/8/../../../crti.o /usr/lib/gcc/i586-alt-linux/8/crtbeginS.o  .libs/fc14audiodecoder.o .libs/Dump.o .libs/FC.o .libs/FC_Data.o .libs/Paula.o .libs/LamePaulaVoice.o .libs/LamePaulaMixer.o   -L/usr/lib/gcc/i586-alt-linux/8 -L/usr/lib/gcc/i586-alt-linux/8/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i586-alt-linux/8/crtendS.o /usr/lib/gcc/i586-alt-linux/8/../../../crtn.o  -O2 -march=i586 -mtune=generic   -Wl,-soname -Wl,libfc14audiodecoder.so.1 -o .libs/libfc14audiodecoder.so.1.0.0
libtool: link: (cd ".libs" && rm -f "libfc14audiodecoder.so.1" && ln -s "libfc14audiodecoder.so.1.0.0" "libfc14audiodecoder.so.1")
libtool: link: (cd ".libs" && rm -f "libfc14audiodecoder.so" && ln -s "libfc14audiodecoder.so.1.0.0" "libfc14audiodecoder.so")
libtool: link: ( cd ".libs" && rm -f "libfc14audiodecoder.la" && ln -s "../libfc14audiodecoder.la" "libfc14audiodecoder.la" )
make[2]: Leaving directory '/usr/src/RPM/BUILD/libfc14audiodecoder-1.0.3/src'
make[1]: Nothing to be done for 'all-am'.
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.96260
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/libfc14audiodecoder-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/libfc14audiodecoder-buildroot
+ cd libfc14audiodecoder-1.0.3
+ make install DESTDIR=/usr/src/tmp/libfc14audiodecoder-buildroot 'INSTALL=install -p'
make: Entering directory '/usr/src/RPM/BUILD/libfc14audiodecoder-1.0.3'
Making install in src
make[1]: Entering directory '/usr/src/RPM/BUILD/libfc14audiodecoder-1.0.3/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/libfc14audiodecoder-1.0.3/src'
 /bin/mkdir -p '/usr/src/tmp/libfc14audiodecoder-buildroot/usr/lib'
 /bin/sh ../libtool   --mode=install install -p   libfc14audiodecoder.la '/usr/src/tmp/libfc14audiodecoder-buildroot/usr/lib'
libtool: install: install -p .libs/libfc14audiodecoder.so.1.0.0 /usr/src/tmp/libfc14audiodecoder-buildroot/usr/lib/libfc14audiodecoder.so.1.0.0
libtool: install: (cd /usr/src/tmp/libfc14audiodecoder-buildroot/usr/lib && { ln -s -f libfc14audiodecoder.so.1.0.0 libfc14audiodecoder.so.1 || { rm -f libfc14audiodecoder.so.1 && ln -s libfc14audiodecoder.so.1.0.0 libfc14audiodecoder.so.1; }; })
libtool: install: (cd /usr/src/tmp/libfc14audiodecoder-buildroot/usr/lib && { ln -s -f libfc14audiodecoder.so.1.0.0 libfc14audiodecoder.so || { rm -f libfc14audiodecoder.so && ln -s libfc14audiodecoder.so.1.0.0 libfc14audiodecoder.so; }; })
libtool: install: install -p .libs/libfc14audiodecoder.lai /usr/src/tmp/libfc14audiodecoder-buildroot/usr/lib/libfc14audiodecoder.la
libtool: install: warning: remember to run `libtool --finish /usr/lib'
 /bin/mkdir -p '/usr/src/tmp/libfc14audiodecoder-buildroot/usr/include'
 install -p -m 644 fc14audiodecoder.h '/usr/src/tmp/libfc14audiodecoder-buildroot/usr/include'
make[2]: Leaving directory '/usr/src/RPM/BUILD/libfc14audiodecoder-1.0.3/src'
make[1]: Leaving directory '/usr/src/RPM/BUILD/libfc14audiodecoder-1.0.3/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/libfc14audiodecoder-1.0.3'
make[2]: Entering directory '/usr/src/RPM/BUILD/libfc14audiodecoder-1.0.3'
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/libfc14audiodecoder-1.0.3'
make[1]: Leaving directory '/usr/src/RPM/BUILD/libfc14audiodecoder-1.0.3'
make: Leaving directory '/usr/src/RPM/BUILD/libfc14audiodecoder-1.0.3'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/libfc14audiodecoder-buildroot (auto)
removed './usr/lib/libfc14audiodecoder.la'
mode of './usr/lib/libfc14audiodecoder.so.1.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/libfc14audiodecoder-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/libfc14audiodecoder-buildroot/ (default)
Compressing files in /usr/src/tmp/libfc14audiodecoder-buildroot (auto)
Adjusting library links in /usr/src/tmp/libfc14audiodecoder-buildroot
./usr/lib:
	libfc14audiodecoder.so.1 -> libfc14audiodecoder.so.1.0.0
Verifying ELF objects in /usr/src/tmp/libfc14audiodecoder-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Processing files: libfc14audiodecoder-1.0.3-alt1_12
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.3266
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd libfc14audiodecoder-1.0.3
+ DOCDIR=/usr/src/tmp/libfc14audiodecoder-buildroot/usr/share/doc/libfc14audiodecoder-1.0.3
+ export DOCDIR
+ rm -rf /usr/src/tmp/libfc14audiodecoder-buildroot/usr/share/doc/libfc14audiodecoder-1.0.3
+ /bin/mkdir -p /usr/src/tmp/libfc14audiodecoder-buildroot/usr/share/doc/libfc14audiodecoder-1.0.3
+ cp -prL --no-dereference COPYING /usr/src/tmp/libfc14audiodecoder-buildroot/usr/share/doc/libfc14audiodecoder-1.0.3
+ chmod -R go-w /usr/src/tmp/libfc14audiodecoder-buildroot/usr/share/doc/libfc14audiodecoder-1.0.3
+ chmod -R a+rX /usr/src/tmp/libfc14audiodecoder-buildroot/usr/share/doc/libfc14audiodecoder-1.0.3
+ cp -prL README /usr/src/tmp/libfc14audiodecoder-buildroot/usr/share/doc/libfc14audiodecoder-1.0.3
+ chmod -R go-w /usr/src/tmp/libfc14audiodecoder-buildroot/usr/share/doc/libfc14audiodecoder-1.0.3
+ chmod -R a+rX /usr/src/tmp/libfc14audiodecoder-buildroot/usr/share/doc/libfc14audiodecoder-1.0.3
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dM4brt
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
lib.prov: /usr/src/tmp/libfc14audiodecoder-buildroot/usr/lib/libfc14audiodecoder.so.1: 130 symbols, 18 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RMqPQ0
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
Provides: libfc14audiodecoder.so.1 = set:ldEw6Ti0IKUZrFlALsYHVaiDOUH8AxPv0aCsjC2edgZrn87ZmJDZ0K4Z04Z7l02JWl3NA70qbJuG6dm62wEBZoG4AXUVCFskxX5s7az4Tc22ZEsSFUAlkbNSaT7Q7BxtoxKH29czgkxZB2lIutVKnERxadSZqAJuE23OaObNcAGK782Ytpl4fXS6Z64P4q6p3OW4jAO0fr2g1K8mwPYsFwZ2Br0jhTWVhhgRbSgZw3rIje9WFbIi1Qc0UDPkcuUpenU32wO4BBiPit84MW9Ks
Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.4), libgcc_s.so.1(GCC_3.0), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(CXXABI_1.3.9), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.11), libstdc++.so.6(GLIBCXX_3.4.21), libstdc++.so.6(GLIBCXX_3.4.9), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.o9FgDO
Creating libfc14audiodecoder-debuginfo package
Processing files: libfc14audiodecoder-devel-1.0.3-alt1_12
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ypUnWT
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.G9aj44
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
Requires: libfc14audiodecoder = 1.0.3-alt1_12, /usr/lib/libfc14audiodecoder.so.1.0.0
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FS7QVw
Processing files: libfc14audiodecoder-debuginfo-1.0.3-alt1_12
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VXdWzb
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.w7KSP7
find-requires: running scripts (debuginfo)
Provides: debug(libfc14audiodecoder.so.1)
Requires: libfc14audiodecoder = 1.0.3-alt1_12, debug(libc.so.6), debug(libgcc_s.so.1), debug(libstdc++.so.6)
Adding to libfc14audiodecoder-devel a strict dependency on libfc14audiodecoder
Adding to libfc14audiodecoder-debuginfo a strict dependency on libfc14audiodecoder
Removing 1 extra deps from libfc14audiodecoder-devel due to dependency on libfc14audiodecoder
Wrote: /usr/src/RPM/RPMS/i586/libfc14audiodecoder-1.0.3-alt1_12.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/libfc14audiodecoder-devel-1.0.3-alt1_12.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/libfc14audiodecoder-debuginfo-1.0.3-alt1_12.i586.rpm
7.48user 1.85system 0:15.52elapsed 60%CPU (0avgtext+0avgdata 50304maxresident)k
0inputs+0outputs (0major+790906minor)pagefaults 0swaps
12.01user 4.04system 0:22.60elapsed 71%CPU (0avgtext+0avgdata 115068maxresident)k
0inputs+0outputs (0major+1090379minor)pagefaults 0swaps
--- libfc14audiodecoder-1.0.3-alt1_12.i586.rpm.repo	2019-04-01 09:06:23.000000000 +0000
+++ libfc14audiodecoder-1.0.3-alt1_12.i586.rpm.hasher	2020-02-16 10:09:34.003065079 +0000
@@ -7,2 +7,3 @@
 Requires: libc.so.6(GLIBC_2.1.3)  
+Requires: libc.so.6(GLIBC_2.4)  
 Requires: libgcc_s.so.1(GCC_3.0)