<86>Apr 11 06:30:15 userdel[85426]: delete user 'rooter'
<86>Apr 11 06:30:15 groupadd[85436]: group added to /etc/group: name=rooter, GID=681
<86>Apr 11 06:30:15 groupadd[85436]: group added to /etc/gshadow: name=rooter
<86>Apr 11 06:30:15 groupadd[85436]: new group: name=rooter, GID=681
<86>Apr 11 06:30:15 useradd[85444]: new user: name=rooter, UID=681, GID=681, home=/root, shell=/bin/bash
<86>Apr 11 06:30:15 userdel[85495]: delete user 'builder'
<86>Apr 11 06:30:15 userdel[85495]: removed shadow group 'builder' owned by 'builder'
<86>Apr 11 06:30:15 groupadd[85547]: group added to /etc/group: name=builder, GID=682
<86>Apr 11 06:30:15 groupadd[85547]: group added to /etc/gshadow: name=builder
<86>Apr 11 06:30:15 groupadd[85547]: new group: name=builder, GID=682
<86>Apr 11 06:30:15 useradd[85563]: new user: name=builder, UID=682, GID=682, home=/usr/src, shell=/bin/bash
<13>Apr 11 06:30:18 rpmi: libfftw3-common-3.3.8-alt1 sisyphus+226899.100.1.1 1554782385 installed
<13>Apr 11 06:30:18 rpmi: libgomp1-8.3.1-alt2 sisyphus+224979.100.1.1 1552540396 installed
<13>Apr 11 06:30:18 rpmi: libogg-1.3.3-alt1 sisyphus+221902.4000.4.1 1550598661 installed
<13>Apr 11 06:30:18 rpmi: libquadmath0-8.3.1-alt2 sisyphus+224979.100.1.1 1552540396 installed
<13>Apr 11 06:30:18 rpmi: libquadmath8-devel-8.3.1-alt2 sisyphus+224979.100.1.1 1552540396 installed
<13>Apr 11 06:30:18 rpmi: libfftw3q-3.3.8-alt1 sisyphus+226899.100.1.1 1554783258 installed
<13>Apr 11 06:30:18 rpmi: libflac8-1.3.2-alt2 sisyphus+220898.4400.11.1 1551973321 installed
<13>Apr 11 06:30:18 rpmi: libvorbis-1.3.6-alt2 sisyphus+220072.200.2.2 1548744475 installed
<13>Apr 11 06:30:18 rpmi: libfftw3-3.3.8-alt1 sisyphus+226899.100.1.1 1554783258 installed
<13>Apr 11 06:30:18 rpmi: libfftw3f-3.3.8-alt1 sisyphus+226899.100.1.1 1554783258 installed
<13>Apr 11 06:30:18 rpmi: libfftw3l-3.3.8-alt1 sisyphus+226899.100.1.1 1554783258 installed
<13>Apr 11 06:30:18 rpmi: libgsm-1.0.17-alt1 1523356165 installed
<13>Apr 11 06:30:18 rpmi: libsndfile-1.0.28-alt2 sisyphus.212728.100 1536333068 installed
<13>Apr 11 06:30:18 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus+221902.2500.4.1 1550596716 installed
<13>Apr 11 06:30:18 rpmi: libstdc++8-devel-8.3.1-alt2 sisyphus+224979.100.1.1 1552540396 installed
<13>Apr 11 06:30:19 rpmi: gcc8-c++-8.3.1-alt2 sisyphus+224979.100.1.1 1552540396 installed
<13>Apr 11 06:30:19 rpmi: gcc-c++-8-alt1 sisyphus+222164.100.1.1 1550685959 installed
<13>Apr 11 06:30:19 rpmi: libsndfile-devel-1.0.28-alt2 sisyphus.212728.100 1536333068 installed
<13>Apr 11 06:30:19 rpmi: libfftw3-devel-3.3.8-alt1 sisyphus+226899.100.1.1 1554783258 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/onsetsds-2011.02.10-alt1.nosrc.rpm
Installing onsetsds-2011.02.10-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.2851
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf onsetsds-2011.02.10
+ echo 'Source #0 (onsetsds-2011.02.10.tar):'
Source #0 (onsetsds-2011.02.10.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/onsetsds-2011.02.10.tar
+ cd onsetsds-2011.02.10
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.2851
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd onsetsds-2011.02.10
+ pushd src
~/RPM/BUILD/onsetsds-2011.02.10/src ~/RPM/BUILD/onsetsds-2011.02.10
+ for i in *.c
+ g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpermissive -fPIC -DPIC -c onsetsds.c
onsetsds.c: In function 'void onsetsds_loadframe(OnsetsDS*, float*)':
onsetsds.c:202:14: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
    for(i=0; i< (ods->numbins << 1); i += 2){
             ~^~~~~~~~~~~~~~~~~~~~~
onsetsds.c:219:14: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
    for(i=0; i<ods->numbins; i++){
             ~^~~~~~~~~~~~~
onsetsds.c:234:14: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
    for(i=0; i<ods->numbins; i++){
             ~^~~~~~~~~~~~~
onsetsds.c:247:13: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
   for(i=0; i<ods->numbins; i++){
            ~^~~~~~~~~~~~~
onsetsds.c: In function 'void onsetsds_odf(OnsetsDS*)':
onsetsds.c:426:59: warning: operation on 'tbpointer' may be undefined [-Wsequence-point]
      deviation = curr->bin[i].phase - ods->other[tbpointer++] - ods->other[tbpointer++];
                                                  ~~~~~~~~~^~
+ for i in *.c
+ g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpermissive -fPIC -DPIC -c onsetsdshelpers.c
onsetsdshelpers.c: In function 'void onsetsds_init_audiodata(OnsetsDSAudioBuf*, OnsetsDS*, size_t)':
onsetsdshelpers.c:50:13: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
  for (i=0; i<ods->fftsize; ++i) {
            ~^~~~~~~~~~~~~
onsetsdshelpers.c: In function 'void onsetsds_process_audiodata(OnsetsDSAudioBuf*, float*, size_t, ODSDataCallback)':
onsetsdshelpers.c:102:14: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare]
    for(i=0; i<odsbuf->buflen; i++){
             ~^~~~~~~~~~~~~~~
onsetsdshelpers.c: In function 'int onsetsds_process_audiofile(OnsetsDSAudioBuf*, const char*, ODSFileCallback)':
onsetsdshelpers.c:159:22: warning: invalid conversion from 'void*' to 'float*' [-fpermissive]
  float* data = malloc(odsbuf->buflen * sizeof(float));
                ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ g++ -shared onsetsds.o onsetsdshelpers.o -Wl,-soname=libonsetsds.so.0 -lfftw3f -lsndfile -o libonsetsds.so.0
+ popd
~/RPM/BUILD/onsetsds-2011.02.10
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.63093
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/onsetsds-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/onsetsds-buildroot
+ cd onsetsds-2011.02.10
+ install -d /usr/src/tmp/onsetsds-buildroot/usr/include
+ install -d /usr/src/tmp/onsetsds-buildroot/usr/lib
+ install -p -m644 src/onsetsds.h src/onsetsdshelpers.h /usr/src/tmp/onsetsds-buildroot/usr/include/
+ install -m644 src/libonsetsds.so.0 /usr/src/tmp/onsetsds-buildroot/usr/lib/
+ ln -s libonsetsds.so.0 /usr/src/tmp/onsetsds-buildroot/usr/lib/libonsetsds.so
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/onsetsds-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/onsetsds-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/onsetsds-buildroot/ (default)
Compressing files in /usr/src/tmp/onsetsds-buildroot (auto)
Adjusting library links in /usr/src/tmp/onsetsds-buildroot
./usr/lib:
	libonsetsds.so.0 -> libonsetsds.so.0
Verifying ELF objects in /usr/src/tmp/onsetsds-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: libonsetsds-2011.02.10-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.63093
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd onsetsds-2011.02.10
+ DOCDIR=/usr/src/tmp/onsetsds-buildroot/usr/share/doc/libonsetsds-2011.02.10
+ export DOCDIR
+ rm -rf /usr/src/tmp/onsetsds-buildroot/usr/share/doc/libonsetsds-2011.02.10
+ /bin/mkdir -p /usr/src/tmp/onsetsds-buildroot/usr/share/doc/libonsetsds-2011.02.10
+ cp -prL AUTHORS ChangeLog README /usr/src/tmp/onsetsds-buildroot/usr/share/doc/libonsetsds-2011.02.10
+ chmod -R go-w /usr/src/tmp/onsetsds-buildroot/usr/share/doc/libonsetsds-2011.02.10
+ chmod -R a+rX /usr/src/tmp/onsetsds-buildroot/usr/share/doc/libonsetsds-2011.02.10
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TMVyej
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
lib.prov: /usr/src/tmp/onsetsds-buildroot/usr/lib/libonsetsds.so.0: 14 symbols, 14 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.F7qmnH
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
Provides: libonsetsds.so.0 = set:hd4jtPfkVSGEmh4NRkhW25ioRXwJH0
Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libfftw3f.so.3 >= set:lid9Oh3TOPoXKTCq, libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.27), libsndfile.so.1 >= set:jhpVwZnY810, libsndfile.so.1(libsndfile.so.1.0), 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.ATU0Uw
Creating libonsetsds-debuginfo package
Processing files: libonsetsds-devel-2011.02.10-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AS3Jbz
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.at7NAO
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
Requires: libonsetsds = 2011.02.10-alt1, /usr/lib/libonsetsds.so.0, libfftw3-devel
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7rMRLg
Processing files: libonsetsds-devel-docs-2011.02.10-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.44507
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd onsetsds-2011.02.10
+ DOCDIR=/usr/src/tmp/onsetsds-buildroot/usr/share/doc/libonsetsds-devel-docs-2011.02.10
+ export DOCDIR
+ rm -rf /usr/src/tmp/onsetsds-buildroot/usr/share/doc/libonsetsds-devel-docs-2011.02.10
+ /bin/mkdir -p /usr/src/tmp/onsetsds-buildroot/usr/share/doc/libonsetsds-devel-docs-2011.02.10
+ cp -prL doc/html/_onsets_d_s_2doc_2mainpage_8dox.html doc/html/_onsets_d_s_2mat__oct_2mexme_8m.html doc/html/_onsets_d_s_2mat__oct_2onsetsds_8c.html doc/html/_onsets_d_s_2mat__oct_2onsetsds_8m.html doc/html/_onsets_d_s_2src_2onsetsds_8c.html doc/html/_onsets_d_s_2src_2onsetsds_8h.html doc/html/_onsets_d_s_2src_2onsetsdshelpers_8c.html doc/html/_onsets_d_s_2src_2onsetsdshelpers_8h.html doc/html/annotated.html doc/html/doc_2mainpage_8dox.html doc/html/doxygen.css doc/html/doxygen.png doc/html/files.html doc/html/functions.html doc/html/functions_vars.html doc/html/globals.html doc/html/globals_defs.html doc/html/globals_enum.html doc/html/globals_eval.html doc/html/globals_func.html doc/html/globals_type.html doc/html/globals_vars.html doc/html/graph_legend.dot doc/html/graph_legend.html doc/html/graph_legend.png doc/html/group___helper_funcs.html doc/html/group___less_common_funcs.html doc/html/group___main_user_funcs.html doc/html/group___other_funcs.html doc/html/index.html doc/html/mainpage_8dox.html doc/html/mat__oct_2mexme_8m.html doc/html/mat__oct_2onsetsds_8c.html doc/html/mat__oct_2onsetsds_8m.html doc/html/mexme_8m.html doc/html/modules.html doc/html/onsetsds_8h.html doc/html/onsetsds_8m.html doc/html/onsetsdshelpers_8c.html doc/html/onsetsdshelpers_8h.html doc/html/src_2onsetsds_8c.html doc/html/src_2onsetsds_8h.html doc/html/src_2onsetsdshelpers_8c.html doc/html/src_2onsetsdshelpers_8h.html doc/html/struct_ods_polar_bin.html doc/html/struct_ods_polar_buf.html doc/html/struct_ods_polar_buf__coll__graph.map doc/html/struct_ods_polar_buf__coll__graph.md5 doc/html/struct_ods_polar_buf__coll__graph.png doc/html/struct_onsets_d_s.html doc/html/struct_onsets_d_s__coll__graph.map doc/html/struct_onsets_d_s__coll__graph.md5 doc/html/struct_onsets_d_s__coll__graph.png doc/html/struct_onsets_d_s_audio_buf.html doc/html/struct_onsets_d_s_audio_buf__coll__graph.map doc/html/struct_onsets_d_s_audio_buf__coll__graph.md5 doc/html/struct_onsets_d_s_audio_buf__coll__graph.png doc/html/struct_onsets_d_s_eval_data.html doc/html/tab_b.gif doc/html/tab_l.gif doc/html/tab_r.gif doc/html/tabs.css /usr/src/tmp/onsetsds-buildroot/usr/share/doc/libonsetsds-devel-docs-2011.02.10
+ chmod -R go-w /usr/src/tmp/onsetsds-buildroot/usr/share/doc/libonsetsds-devel-docs-2011.02.10
+ chmod -R a+rX /usr/src/tmp/onsetsds-buildroot/usr/share/doc/libonsetsds-devel-docs-2011.02.10
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hM83vl
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.z5qClz
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
Processing files: libonsetsds-debuginfo-2011.02.10-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.U8ydZ3
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CagQ6O
find-requires: running scripts (debuginfo)
Provides: debug(libonsetsds.so.0)
Requires: libonsetsds = 2011.02.10-alt1, debug(libc.so.6), debug(libfftw3f.so.3), debug(libm.so.6), debug(libsndfile.so.1)
Removing 1 extra deps from libonsetsds-devel due to dependency on libonsetsds
Wrote: /usr/src/RPM/RPMS/i586/libonsetsds-2011.02.10-alt1.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/libonsetsds-devel-2011.02.10-alt1.i586.rpm
Wrote: /usr/src/RPM/RPMS/noarch/libonsetsds-devel-docs-2011.02.10-alt1.noarch.rpm
Wrote: /usr/src/RPM/RPMS/i586/libonsetsds-debuginfo-2011.02.10-alt1.i586.rpm
4.44user 0.75system 0:15.07elapsed 34%CPU (0avgtext+0avgdata 32772maxresident)k
0inputs+0outputs (0major+298644minor)pagefaults 0swaps
10.19user 3.05system 0:24.36elapsed 54%CPU (0avgtext+0avgdata 118352maxresident)k
4248inputs+0outputs (0major+644078minor)pagefaults 0swaps
--- libonsetsds-2011.02.10-alt1.i586.rpm.repo	2014-09-13 15:50:03.000000000 +0000
+++ libonsetsds-2011.02.10-alt1.i586.rpm.hasher	2019-04-11 06:30:38.187237418 +0000
@@ -11,2 +11,3 @@
 Requires: libm.so.6(GLIBC_2.0)  
+Requires: libm.so.6(GLIBC_2.27)  
 Requires: libsndfile.so.1 >= set:jhpVwZnY810