<86>Oct 29 15:02:56 userdel[2597679]: delete user 'rooter' <86>Oct 29 15:02:56 userdel[2597679]: removed group 'rooter' owned by 'rooter' <86>Oct 29 15:02:56 userdel[2597679]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 29 15:02:56 groupadd[2597704]: group added to /etc/group: name=rooter, GID=1250 <86>Oct 29 15:02:56 groupadd[2597704]: group added to /etc/gshadow: name=rooter <86>Oct 29 15:02:56 groupadd[2597704]: new group: name=rooter, GID=1250 <86>Oct 29 15:02:56 useradd[2597731]: new user: name=rooter, UID=1250, GID=1250, home=/root, shell=/bin/bash, from=none <86>Oct 29 15:02:56 userdel[2597763]: delete user 'builder' <86>Oct 29 15:02:56 userdel[2597763]: removed group 'builder' owned by 'builder' <86>Oct 29 15:02:56 userdel[2597763]: removed shadow group 'builder' owned by 'builder' <86>Oct 29 15:02:56 groupadd[2597788]: group added to /etc/group: name=builder, GID=1251 <86>Oct 29 15:02:56 groupadd[2597788]: group added to /etc/gshadow: name=builder <86>Oct 29 15:02:56 groupadd[2597788]: new group: name=builder, GID=1251 <86>Oct 29 15:02:56 useradd[2597804]: new user: name=builder, UID=1251, GID=1251, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/ladspa-guitar-preamp-1.0-alt1.1.qa1.src.rpm: The use of such a license name is ambiguous: GPL warning: Macro %_ladspa_path not found warning: Macro %_ladspa_path not found <13>Oct 29 15:03:01 rpmi: libogg-1.3.5-alt1 sisyphus+278100.3400.1.1 1626058929 installed <13>Oct 29 15:03:01 rpmi: libflac12-1.4.3-alt2 sisyphus+343354.100.1.1 1711118098 installed <13>Oct 29 15:03:01 rpmi: libvorbis-1.3.7-alt1 sisyphus+275738.100.1.1 1624751601 installed <13>Oct 29 15:03:01 rpmi: rpm-macros-ladspa_sdk-1.17-alt1 sisyphus+285026.100.1.1 1631341439 installed <13>Oct 29 15:03:02 rpmi: libopus-1.5.2-alt1 sisyphus+347834.100.1.1 1715455356 installed <13>Oct 29 15:03:02 rpmi: libmpg123-1:1.32.7-alt1 sisyphus+354663.100.1.1 1723095997 installed <13>Oct 29 15:03:02 rpmi: liblame-3.100-alt1 sisyphus+346342.200.2.2 1716474674 installed <13>Oct 29 15:03:02 rpmi: libgsm-1.0.17-alt1 sisyphus+275359.100.2.1 1624907612 installed <13>Oct 29 15:03:02 rpmi: libsndfile-1.1.0-alt1 sisyphus+339776.7300.6.2 1707350065 installed <13>Oct 29 15:03:02 rpmi: ladspa_sdk-1.17-alt1 sisyphus+285026.100.1.1 1631341439 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ladspa-guitar-preamp-1.0-alt1.1.qa1.nosrc.rpm (w1.gzdio) Installing ladspa-guitar-preamp-1.0-alt1.1.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.15270 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf preamp + echo 'Source #0 (preamp.tar.gz):' Source #0 (preamp.tar.gz): + /usr/bin/gzip -dc /usr/src/RPM/SOURCES/preamp.tar.gz + /bin/tar -xf - + cd preamp + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (ladspa-guitar-preamp-options.patch.gz):' Patch #0 (ladspa-guitar-preamp-options.patch.gz): + /usr/bin/gzip -dc /usr/src/RPM/SOURCES/ladspa-guitar-preamp-options.patch.gz + /usr/bin/patch -p1 patching file Makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.13101 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd preamp + export 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -DPIC' + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -DPIC' + make -j8 make: Entering directory '/usr/src/RPM/BUILD/preamp' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -DPIC -O2 -I/usr/local/include -c preamp.c preamp.c:56:1: warning: conflicting types for built-in function 'exp2'; expected 'double(double)' [-Wbuiltin-declaration-mismatch] 56 | exp2 (float x) | ^~~~ preamp.c:36:1: note: 'exp2' is declared in header '' 35 | #include "r12ax7.h" +++ |+#include 36 | preamp.c: In function 'exp2': preamp.c:60:28: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 60 | const long lx = *((long *) &tx) - 0x4b400000; // integer power of 2 | ~^~~~~~~~~~~~~ preamp.c: In function 'run': preamp.c:79:30: warning: unused variable 'adding_gain' [-Wunused-variable] 79 | register LADSPA_Data adding_gain = ((preamp *) h)->adding_gain; \ | ^~~~~~~~~~~ preamp.c:145:9: note: in expansion of macro 'PROCESS' 145 | PROCESS (out[i] = x); | ^~~~~~~ preamp.c:78:30: warning: unused variable 'gain' [-Wunused-variable] 78 | register LADSPA_Data gain = *((preamp *) h)->gain; \ | ^~~~ preamp.c:145:9: note: in expansion of macro 'PROCESS' 145 | PROCESS (out[i] = x); | ^~~~~~~ preamp.c: In function 'run_adding': preamp.c:78:30: warning: unused variable 'gain' [-Wunused-variable] 78 | register LADSPA_Data gain = *((preamp *) h)->gain; \ | ^~~~ preamp.c:151:9: note: in expansion of macro 'PROCESS' 151 | PROCESS (out[i] += adding_gain * x); | ^~~~~~~ preamp.c: In function 'exp2': preamp.c:60:26: warning: 'tx' is used uninitialized [-Wuninitialized] 60 | const long lx = *((long *) &tx) - 0x4b400000; // integer power of 2 | ^~~~~~~~~~~~~~~ preamp.c:59:21: note: 'tx' declared here 59 | const float tx = (x - .5f) + (3 << 22); // temporary value for truncation | ^~ make: Leaving directory '/usr/src/RPM/BUILD/preamp' make: Entering directory '/usr/src/RPM/BUILD/preamp' ld -shared -o preamp.so preamp.o ld: preamp.o: plugin needed to handle lto object ld: preamp.o: plugin needed to handle lto object make: Leaving directory '/usr/src/RPM/BUILD/preamp' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.13101 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ladspa-guitar-preamp-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ladspa-guitar-preamp-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd preamp + /usr/bin/install -D -m644 preamp.so /usr/src/tmp/ladspa-guitar-preamp-buildroot/usr/lib64/ladspa/preamp.so + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ladspa-guitar-preamp-buildroot (auto) Verifying and fixing files in /usr/src/tmp/ladspa-guitar-preamp-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ladspa-guitar-preamp-buildroot/ (default) Compressing files in /usr/src/tmp/ladspa-guitar-preamp-buildroot (auto) Adjusting library links in /usr/src/tmp/ladspa-guitar-preamp-buildroot ./usr/lib64: (from :0) 056-debuginfo.brp: WARNING: 1 non-stripped binaries don't contain .debug sections making -debuginfo 056-debuginfo.brp: WARNING: package less relevant. An excerpt from the list of affected files follows: ./usr/lib64/ladspa/preamp.so 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/ladspa-guitar-preamp-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/ladspa-guitar-preamp-buildroot Processing files: ladspa-guitar-preamp-1.0-alt1.1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.x8HQp6 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3JTHYn find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fMIT7C Creating ladspa-guitar-preamp-debuginfo package Processing files: ladspa-guitar-preamp-debuginfo-1.0-alt1.1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DhT5FB find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1ZBOxO find-requires: running scripts (debuginfo) Requires: ladspa-guitar-preamp = 1.0-alt1.1.qa1 Wrote: /usr/src/RPM/RPMS/x86_64/ladspa-guitar-preamp-1.0-alt1.1.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ladspa-guitar-preamp-debuginfo-1.0-alt1.1.qa1.x86_64.rpm (w2.lzdio) 0.33user 0.66system 0:05.52elapsed 18%CPU (0avgtext+0avgdata 23264maxresident)k 0inputs+0outputs (0major+117337minor)pagefaults 0swaps /.out/ladspa-guitar-preamp-1.0-alt1.1.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/ladspa-guitar-preamp-debuginfo-1.0-alt1.1.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL 5.66user 2.13system 0:16.56elapsed 47%CPU (0avgtext+0avgdata 136072maxresident)k 10056inputs+0outputs (0major+196525minor)pagefaults 0swaps --- ladspa-guitar-preamp-1.0-alt1.1.qa1.x86_64.rpm.repo 2013-04-16 16:56:16.000000000 +0000 +++ ladspa-guitar-preamp-1.0-alt1.1.qa1.x86_64.rpm.hasher 2024-10-29 15:03:10.567879520 +0000 @@ -1,5 +1,6 @@ /usr/lib64/ladspa/preamp.so 100644 root:root +Requires: rtld(GNU_HASH) Requires: rpmlib(PayloadIsLzma) Provides: ladspa-guitar-preamp = 1.0-alt1.1.qa1 -File: /usr/lib64/ladspa/preamp.so 100644 root:root 6790425ccd6a4c3fbcdb62ebc5df3675 -RPMIdentity: 9b83e8aec650aba8955eb054816c605d74c8294b7dd361d7bad8c5572a8d0a2391bc99e7c2b852d10cbc3a8e196c80a72556a7ad64188d2b68b9b42cc5e1b3c5 +File: /usr/lib64/ladspa/preamp.so 100644 root:root fd6269d2189808cc72db283bb49fadf5 +RPMIdentity: 095e61342d3bb48241c12e818c730f6d918f4645c102d2ca07d7467d30e7c1a2ed6010b08e21940aa598658d4bae5ff4f58fe7ad315298690bf814936f55c209 --- ladspa-guitar-preamp-debuginfo-1.0-alt1.1.qa1.x86_64.rpm.repo 2013-04-16 16:56:16.000000000 +0000 +++ ladspa-guitar-preamp-debuginfo-1.0-alt1.1.qa1.x86_64.rpm.hasher 2024-10-29 15:03:10.666880624 +0000 @@ -2,5 +2,2 @@ /usr/lib/debug/usr/lib64/ladspa/preamp.so.debug 100644 root:root -/usr/src/debug/preamp 40755 root:root -/usr/src/debug/preamp/preamp.c 100644 root:root -/usr/src/debug/preamp/r12ax7.h 100644 root:root Requires: ladspa-guitar-preamp = 1.0-alt1.1.qa1 @@ -9,6 +6,3 @@ File: /usr/lib/debug/usr/lib64/ladspa 40755 root:root -File: /usr/lib/debug/usr/lib64/ladspa/preamp.so.debug 100644 root:root 3030c16b534d686e334e6f3dd05236ce -File: /usr/src/debug/preamp 40755 root:root -File: /usr/src/debug/preamp/preamp.c 100644 root:root e2aeb57084e3bec290617f166a4b47cd -File: /usr/src/debug/preamp/r12ax7.h 100644 root:root 4618c66430065bf2db7901913800df8e -RPMIdentity: cda089978ce2b8dc962ef8cb22c0ed7041f275b66b9bc3606ac106e03df52a26205c299830e2de5654ba40216669872e274d49b76a893103ffa8d8267aaf9379 +File: /usr/lib/debug/usr/lib64/ladspa/preamp.so.debug 100644 root:root 4a62c3fd5a71d762d579c1dc1fe77bfd +RPMIdentity: 2c1629153f6451a1e78edf3ad118cab79b5e507531b2cce45a8d11a521ea41f9c901bd52456e4a96e929e945eb2556c9418be1d82fca57d8b67020d7657563c9