<86>Oct 3 03:19:27 userdel[3303135]: delete user 'rooter' <86>Oct 3 03:19:27 userdel[3303135]: removed group 'rooter' owned by 'rooter' <86>Oct 3 03:19:27 userdel[3303135]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 3 03:19:27 groupadd[3303150]: group added to /etc/group: name=rooter, GID=654 <86>Oct 3 03:19:27 groupadd[3303150]: group added to /etc/gshadow: name=rooter <86>Oct 3 03:19:27 groupadd[3303150]: new group: name=rooter, GID=654 <86>Oct 3 03:19:27 useradd[3303163]: new user: name=rooter, UID=654, GID=654, home=/root, shell=/bin/bash <86>Oct 3 03:19:27 userdel[3303186]: delete user 'builder' <86>Oct 3 03:19:27 userdel[3303186]: removed group 'builder' owned by 'builder' <86>Oct 3 03:19:27 userdel[3303186]: removed shadow group 'builder' owned by 'builder' <86>Oct 3 03:19:27 groupadd[3303202]: group added to /etc/group: name=builder, GID=655 <86>Oct 3 03:19:27 groupadd[3303202]: group added to /etc/gshadow: name=builder <86>Oct 3 03:19:27 groupadd[3303202]: new group: name=builder, GID=655 <86>Oct 3 03:19:27 useradd[3303214]: new user: name=builder, UID=655, GID=655, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/ladspa_sdk-1.13-alt1.qa3.src.rpm: The use of such a license name is ambiguous: LGPL warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root <13>Oct 3 03:19:30 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Oct 3 03:19:30 rpmi: libstdc++10-devel-10.3.1-alt2 sisyphus+277353.100.2.1 1625525890 installed <13>Oct 3 03:19:31 rpmi: gcc10-c++-10.3.1-alt2 sisyphus+277353.100.2.1 1625525890 installed <13>Oct 3 03:19:31 rpmi: gcc-c++-10-alt1 sisyphus+263054.200.3.1 1607517515 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ladspa_sdk-1.13-alt1.qa3.nosrc.rpm (w1.gzdio) Installing ladspa_sdk-1.13-alt1.qa3.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.79566 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ladspa_sdk + echo 'Source #0 (ladspa_sdk.tgz):' Source #0 (ladspa_sdk.tgz): + /bin/gzip -dc /usr/src/RPM/SOURCES/ladspa_sdk.tgz + /bin/tar -xf - + cd ladspa_sdk + /bin/chmod -c -Rf u+rwX,go-w . mode of './src/ladspa.h' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) + echo 'Patch #0 (ladspa_sdk-1.11-alt-makefile.patch):' Patch #0 (ladspa_sdk-1.11-alt-makefile.patch): + /usr/bin/patch -p1 patching file src/makefile + echo 'Patch #1 (ladspa_sdk-1.11-alt-silent.build.patch):' Patch #1 (ladspa_sdk-1.11-alt-silent.build.patch): + /usr/bin/patch -p1 patching file src/makefile + echo 'Patch #2 (ladspa_sdk-1.11-alt-notmp_makefile.patch):' Patch #2 (ladspa_sdk-1.11-alt-notmp_makefile.patch): + /usr/bin/patch -p1 patching file src/makefile + echo 'Patch #3 (ladspa_sdk-1.12-alt-libs.patch):' Patch #3 (ladspa_sdk-1.12-alt-libs.patch): + /usr/bin/patch -p1 patching file src/makefile Hunk #1 succeeded at 16 (offset 1 line). Hunk #2 succeeded at 38 (offset 1 line). Hunk #3 succeeded at 92 (offset 1 line). + echo 'Patch #4 (ladspa_sdk-1.12-alt-gcc4.1.patch):' Patch #4 (ladspa_sdk-1.12-alt-gcc4.1.patch): + /usr/bin/patch -p1 patching file src/plugins/sine.cpp + sed -i 's,mkdirhier,mkdir -p,' src/makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.98208 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ladspa_sdk + pushd src ~/RPM/BUILD/ladspa_sdk/src ~/RPM/BUILD/ladspa_sdk + make -j8 'CFLAGS=$(INCLUDES) -fPIC -pipe -frecord-gcc-switches -Wall -g -O3 -Werror ' make: Entering directory '/usr/src/RPM/BUILD/ladspa_sdk/src' cc -I. -fPIC -pipe -frecord-gcc-switches -Wall -g -O3 -Werror -c -o load.o load.c make: Leaving directory '/usr/src/RPM/BUILD/ladspa_sdk/src' make: Entering directory '/usr/src/RPM/BUILD/ladspa_sdk/src' cc -I. -fPIC -pipe -frecord-gcc-switches -Wall -g -O3 -Werror -o plugins/noise.o -c plugins/noise.c ld -o ../plugins/noise.so plugins/noise.o -shared -lm make: Leaving directory '/usr/src/RPM/BUILD/ladspa_sdk/src' make: Entering directory '/usr/src/RPM/BUILD/ladspa_sdk/src' cc -I. -fPIC -pipe -frecord-gcc-switches -Wall -g -O3 -Werror -o plugins/delay.o -c plugins/delay.c ld -o ../plugins/delay.so plugins/delay.o -shared -lm make: Leaving directory '/usr/src/RPM/BUILD/ladspa_sdk/src' make: Entering directory '/usr/src/RPM/BUILD/ladspa_sdk/src' cc -I. -fPIC -pipe -frecord-gcc-switches -Wall -g -O3 -Werror -c -o default.o default.c make: Leaving directory '/usr/src/RPM/BUILD/ladspa_sdk/src' make: Entering directory '/usr/src/RPM/BUILD/ladspa_sdk/src' cc -I. -fPIC -pipe -frecord-gcc-switches -Wall -g -O3 -Werror -c -o listplugins.o listplugins.c make: Leaving directory '/usr/src/RPM/BUILD/ladspa_sdk/src' make: Entering directory '/usr/src/RPM/BUILD/ladspa_sdk/src' cc -I. -fPIC -pipe -frecord-gcc-switches -Wall -g -O3 -Werror -o plugins/filter.o -c plugins/filter.c ld -o ../plugins/filter.so plugins/filter.o -shared -lm make: Leaving directory '/usr/src/RPM/BUILD/ladspa_sdk/src' make: Entering directory '/usr/src/RPM/BUILD/ladspa_sdk/src' cc -I. -fPIC -pipe -frecord-gcc-switches -Wall -g -O3 -Werror -o plugins/amp.o -c plugins/amp.c ld -o ../plugins/amp.so plugins/amp.o -shared -lm make: Leaving directory '/usr/src/RPM/BUILD/ladspa_sdk/src' make: Entering directory '/usr/src/RPM/BUILD/ladspa_sdk/src' cc -I. -fPIC -pipe -frecord-gcc-switches -Wall -g -O3 -Werror -c -o search.o search.c make: Leaving directory '/usr/src/RPM/BUILD/ladspa_sdk/src' make: Entering directory '/usr/src/RPM/BUILD/ladspa_sdk/src' cc -I. -fPIC -pipe -frecord-gcc-switches -Wall -g -O3 -Werror -c -o analyseplugin.o analyseplugin.c make: Leaving directory '/usr/src/RPM/BUILD/ladspa_sdk/src' make: Entering directory '/usr/src/RPM/BUILD/ladspa_sdk/src' cc -I. -fPIC -pipe -frecord-gcc-switches -Wall -g -O3 -Werror \ -o ../bin/listplugins \ listplugins.o search.o -ldl -lm make: Leaving directory '/usr/src/RPM/BUILD/ladspa_sdk/src' make: Entering directory '/usr/src/RPM/BUILD/ladspa_sdk/src' cc -I. -fPIC -pipe -frecord-gcc-switches -Wall -g -O3 -Werror \ -o ../bin/analyseplugin \ analyseplugin.o load.o default.o -ldl -lm make: Leaving directory '/usr/src/RPM/BUILD/ladspa_sdk/src' make: Entering directory '/usr/src/RPM/BUILD/ladspa_sdk/src' c++ -I. -fPIC -pipe -frecord-gcc-switches -Wall -g -O3 -Werror -o plugins/sine.o -c plugins/sine.cpp c++ -o ../plugins/sine.so plugins/sine.o -shared -lm make: Leaving directory '/usr/src/RPM/BUILD/ladspa_sdk/src' make: Entering directory '/usr/src/RPM/BUILD/ladspa_sdk/src' cc -I. -fPIC -pipe -frecord-gcc-switches -Wall -g -O3 -Werror -c -o applyplugin.o applyplugin.c make: Leaving directory '/usr/src/RPM/BUILD/ladspa_sdk/src' make: Entering directory '/usr/src/RPM/BUILD/ladspa_sdk/src' cc -I. -fPIC -pipe -frecord-gcc-switches -Wall -g -O3 -Werror \ -o ../bin/applyplugin \ applyplugin.o load.o default.o -ldl -lm make: Leaving directory '/usr/src/RPM/BUILD/ladspa_sdk/src' make: Entering directory '/usr/src/RPM/BUILD/ladspa_sdk/src' ../bin/listplugins Warning: You do not have a LADSPA_PATH environment variable set. ../bin/analyseplugin ../plugins/filter.so Plugin Name: "Simple Low Pass Filter" Plugin Label: "lpf" Plugin Unique ID: 1041 Maker: "Richard Furse (LADSPA example plugins)" Copyright: "None" Must Run Real-Time: No Has activate() Function: Yes Has deativate() Function: No Has run_adding() Function: No Environment: Normal or Hard Real-Time Ports: "Cutoff Frequency (Hz)" input, control, 0 to 0.5*srate, default 440, logarithmic "Input" input, audio "Output" output, audio Plugin Name: "Simple High Pass Filter" Plugin Label: "hpf" Plugin Unique ID: 1042 Maker: "Richard Furse (LADSPA example plugins)" Copyright: "None" Must Run Real-Time: No Has activate() Function: Yes Has deativate() Function: No Has run_adding() Function: No Environment: Normal or Hard Real-Time Ports: "Cutoff Frequency (Hz)" input, control, 0 to 0.5*srate, default 440, logarithmic "Input" input, audio "Output" output, audio ../bin/analyseplugin ../plugins/delay.so Plugin Name: "Simple Delay Line" Plugin Label: "delay_5s" Plugin Unique ID: 1043 Maker: "Richard Furse (LADSPA example plugins)" Copyright: "None" Must Run Real-Time: No Has activate() Function: Yes Has deativate() Function: No Has run_adding() Function: No Environment: Normal or Hard Real-Time Ports: "Delay (Seconds)" input, control, 0 to 5, default 1 "Dry/Wet Balance" input, control, 0 to 1, default 0.5 "Input" input, audio "Output" output, audio ../bin/analyseplugin ../plugins/sine.so Plugin Name: "Sine Oscillator (Freq:audio, Amp:audio)" Plugin Label: "sine_faaa" Plugin Unique ID: 1044 Maker: "Richard Furse (LADSPA example plugins)" Copyright: "None" Must Run Real-Time: No Has activate() Function: Yes Has deativate() Function: No Has run_adding() Function: No Environment: Normal or Hard Real-Time Ports: "Frequency (Hz)" input, audio, 0 to 0.5*srate, default 440, logarithmic "Amplitude" input, audio, 0 to ..., default 1, logarithmic "Output" output, audio Plugin Name: "Sine Oscillator (Freq:audio, Amp:control)" Plugin Label: "sine_faac" Plugin Unique ID: 1045 Maker: "Richard Furse (LADSPA example plugins)" Copyright: "None" Must Run Real-Time: No Has activate() Function: Yes Has deativate() Function: No Has run_adding() Function: No Environment: Normal or Hard Real-Time Ports: "Frequency (Hz)" input, audio, 0 to 0.5*srate, default 440, logarithmic "Amplitude" input, control, 0 to ..., default 1, logarithmic "Output" output, audio Plugin Name: "Sine Oscillator (Freq:control, Amp:audio)" Plugin Label: "sine_fcaa" Plugin Unique ID: 1046 Maker: "Richard Furse (LADSPA example plugins)" Copyright: "None" Must Run Real-Time: No Has activate() Function: Yes Has deativate() Function: No Has run_adding() Function: No Environment: Normal or Hard Real-Time Ports: "Frequency (Hz)" input, control, 0 to 0.5*srate, default 440, logarithmic "Amplitude" input, audio, 0 to ..., default 1, logarithmic "Output" output, audio Plugin Name: "Sine Oscillator (Freq:control, Amp:control)" Plugin Label: "sine_fcac" Plugin Unique ID: 1047 Maker: "Richard Furse (LADSPA example plugins)" Copyright: "None" Must Run Real-Time: No Has activate() Function: Yes Has deativate() Function: No Has run_adding() Function: No Environment: Normal or Hard Real-Time Ports: "Frequency (Hz)" input, control, 0 to 0.5*srate, default 440, logarithmic "Amplitude" input, control, 0 to ..., default 1, logarithmic "Output" output, audio echo ; ../bin/analyseplugin -l ../plugins/sine.so ; echo sine_faaa 1044 Sine Oscillator (Freq:audio, Amp:audio) sine_faac 1045 Sine Oscillator (Freq:audio, Amp:control) sine_fcaa 1046 Sine Oscillator (Freq:control, Amp:audio) sine_fcac 1047 Sine Oscillator (Freq:control, Amp:control) ../bin/analyseplugin ../plugins/amp.so Plugin Name: "Mono Amplifier" Plugin Label: "amp_mono" Plugin Unique ID: 1048 Maker: "Richard Furse (LADSPA example plugins)" Copyright: "None" Must Run Real-Time: No Has activate() Function: No Has deativate() Function: No Has run_adding() Function: No Environment: Normal or Hard Real-Time Ports: "Gain" input, control, 0 to ..., default 1, logarithmic "Input" input, audio "Output" output, audio Plugin Name: "Stereo Amplifier" Plugin Label: "amp_stereo" Plugin Unique ID: 1049 Maker: "Richard Furse (LADSPA example plugins)" Copyright: "None" Must Run Real-Time: No Has activate() Function: No Has deativate() Function: No Has run_adding() Function: No Environment: Normal or Hard Real-Time Ports: "Gain" input, control, 0 to ..., default 1, logarithmic "Input (Left)" input, audio "Output (Left)" output, audio "Input (Right)" input, audio "Output (Right)" output, audio ../bin/analyseplugin ../plugins/noise.so Plugin Name: "White Noise Source" Plugin Label: "noise_white" Plugin Unique ID: 1050 Maker: "Richard Furse (LADSPA example plugins)" Copyright: "None" Must Run Real-Time: No Has activate() Function: No Has deativate() Function: No Has run_adding() Function: Yes Environment: Normal or Hard Real-Time Ports: "Amplitude" input, control, 0 to ..., default 1, logarithmic "Output" output, audio time ../bin/applyplugin -s 1 \ ../snd/noise.wav test.wav \ ../plugins/filter.so lpf 500 \ ../plugins/filter.so lpf 500 \ ../plugins/sine.so sine_fcaa 6000 \ ../plugins/delay.so delay_5s 1 0.1 \ ../plugins/amp.so amp_mono 4 \ Peak output: 27349.5 0.05user 0.00system 0:00.06elapsed 98%CPU (0avgtext+0avgdata 4536maxresident)k 0inputs+0outputs (0major+443minor)pagefaults 0swaps make: Leaving directory '/usr/src/RPM/BUILD/ladspa_sdk/src' make: Entering directory '/usr/src/RPM/BUILD/ladspa_sdk/src' --------------------------------------------- First listen to the white noise input signal: --------------------------------------------- ------------------------- Compare to plugin output. ------------------------- Should be a noise band around 6000Hz, repeated quietly after 1s. make: Leaving directory '/usr/src/RPM/BUILD/ladspa_sdk/src' + popd ~/RPM/BUILD/ladspa_sdk + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.11865 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ladspa_sdk-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ladspa_sdk-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ladspa_sdk + mkdir -p /usr/src/tmp/ladspa_sdk-buildroot/usr/share/ladspa/rdf + pushd src ~/RPM/BUILD/ladspa_sdk/src ~/RPM/BUILD/ladspa_sdk + make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/ladspa_sdk-buildroot PREFIX=/usr INSTALL_PLUGINS_DIR=/usr/lib64/ladspa make: Entering directory '/usr/src/RPM/BUILD/ladspa_sdk/src' mkdir -p /usr/src/tmp/ladspa_sdk-buildroot/usr/lib64/ladspa \ /usr/src/tmp/ladspa_sdk-buildroot/usr/include/ \ /usr/src/tmp/ladspa_sdk-buildroot/usr/bin/ cp ../plugins/* /usr/src/tmp/ladspa_sdk-buildroot/usr/lib64/ladspa cp ladspa.h /usr/src/tmp/ladspa_sdk-buildroot/usr/include/ cp ../bin/* /usr/src/tmp/ladspa_sdk-buildroot/usr/bin/ make: Leaving directory '/usr/src/RPM/BUILD/ladspa_sdk/src' + popd ~/RPM/BUILD/ladspa_sdk + rm -f doc/COPYING + ln -sf /usr/share/license/LGPL-2 COPYING + ln -sf /usr/include/ladspa.h doc/ladspa.h.txt + ln -sf doc/index.html index.html + cat + cat + install -d /usr/src/tmp/ladspa_sdk-buildroot/etc/profile.d + install -pm755 ladspa.sh ladspa.csh /usr/src/tmp/ladspa_sdk-buildroot/etc/profile.d + cat + install -pDm644 ladspa_sdk.buildreq /usr/src/tmp/ladspa_sdk-buildroot/etc/buildreqs/files/ignore.d/ladspa + cat + install -pDm644 ladspa.rpm_macros /usr/src/tmp/ladspa_sdk-buildroot/usr/lib/rpm/macros.d/ladspa_sdk + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ladspa_sdk-buildroot (auto) mode of './usr/lib64/ladspa/sine.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/ladspa/noise.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/ladspa/filter.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/ladspa/delay.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/ladspa/amp.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/ladspa_sdk-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ladspa_sdk-buildroot/ (default) Compressing files in /usr/src/tmp/ladspa_sdk-buildroot (auto) Adjusting library links in /usr/src/tmp/ladspa_sdk-buildroot ./usr/lib: (from :0) ./usr/lib64: (from :0) Verifying ELF objects in /usr/src/tmp/ladspa_sdk-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: ladspa_sdk-1.13-alt1.qa3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.66290 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ladspa_sdk + DOCDIR=/usr/src/tmp/ladspa_sdk-buildroot/usr/share/doc/ladspa_sdk-1.13 + export DOCDIR + rm -rf /usr/src/tmp/ladspa_sdk-buildroot/usr/share/doc/ladspa_sdk-1.13 + /bin/mkdir -p /usr/src/tmp/ladspa_sdk-buildroot/usr/share/doc/ladspa_sdk-1.13 + cp -prL --no-dereference index.html doc README COPYING /usr/src/tmp/ladspa_sdk-buildroot/usr/share/doc/ladspa_sdk-1.13 + chmod -R go-w /usr/src/tmp/ladspa_sdk-buildroot/usr/share/doc/ladspa_sdk-1.13 + chmod -R a+rX /usr/src/tmp/ladspa_sdk-buildroot/usr/share/doc/ladspa_sdk-1.13 + exit 0 warning: absolute symlink: /usr/src/tmp/ladspa_sdk-buildroot/usr/share/doc/ladspa_sdk-1.13/COPYING -> /usr/share/license/LGPL-2 warning: absolute symlink: /usr/src/tmp/ladspa_sdk-buildroot/usr/share/doc/ladspa_sdk-1.13/doc/ladspa.h.txt -> /usr/include/ladspa.h Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YH5aKk 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.ThIHSj find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) lib.req: WARNING: /usr/src/tmp/ladspa_sdk-buildroot/usr/lib64/ladspa/amp.so: overlinked libraries: /lib64/libm.so.6 lib.req: WARNING: /usr/src/tmp/ladspa_sdk-buildroot/usr/lib64/ladspa/amp.so: underlinked libraries: /lib64/libc.so.6 lib.req: WARNING: /usr/src/tmp/ladspa_sdk-buildroot/usr/lib64/ladspa/delay.so: overlinked libraries: /lib64/libm.so.6 lib.req: WARNING: /usr/src/tmp/ladspa_sdk-buildroot/usr/lib64/ladspa/delay.so: underlinked libraries: /lib64/libc.so.6 lib.req: WARNING: /usr/src/tmp/ladspa_sdk-buildroot/usr/lib64/ladspa/filter.so: underlinked libraries: /lib64/libc.so.6 lib.req: WARNING: /usr/src/tmp/ladspa_sdk-buildroot/usr/lib64/ladspa/noise.so: overlinked libraries: /lib64/libm.so.6 lib.req: WARNING: /usr/src/tmp/ladspa_sdk-buildroot/usr/lib64/ladspa/noise.so: underlinked libraries: /lib64/libc.so.6 Requires: common-licenses, rpm-macros-ladspa_sdk = 1.13-alt1.qa3, /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libdl.so.2(GLIBC_2.2.5)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libm.so.6(GLIBC_2.29)(64bit), libstdc++.so.6(CXXABI_1.3.9)(64bit), libstdc++.so.6(GLIBCXX_3.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EkiwFj Creating ladspa_sdk-debuginfo package Processing files: rpm-macros-ladspa_sdk-1.13-alt1.qa3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Os6BZl 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.A46pXj find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /usr/lib/rpm/macros.d Conflicts: ladspa_sdk <= 1.13-alt1 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0L5ZKm Processing files: ladspa_sdk-debuginfo-1.13-alt1.qa3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vNvfoj find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aAxZLj find-requires: running scripts (debuginfo) Requires: ladspa_sdk = 1.13-alt1.qa3, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libdl.so.2), debug64(libm.so.6), debug64(libstdc++.so.6) Adding to ladspa_sdk a strict dependency on rpm-macros-ladspa_sdk Adding to ladspa_sdk-debuginfo a strict dependency on ladspa_sdk Wrote: /usr/src/RPM/RPMS/x86_64/ladspa_sdk-1.13-alt1.qa3.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/rpm-macros-ladspa_sdk-1.13-alt1.qa3.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ladspa_sdk-debuginfo-1.13-alt1.qa3.x86_64.rpm (w2.lzdio) 5.51user 4.26system 0:12.66elapsed 77%CPU (0avgtext+0avgdata 38524maxresident)k 0inputs+0outputs (0major+583829minor)pagefaults 0swaps /.out/ladspa_sdk-1.13-alt1.qa3.x86_64.rpm: The use of such a license name is ambiguous: LGPL /.out/rpm-macros-ladspa_sdk-1.13-alt1.qa3.x86_64.rpm: The use of such a license name is ambiguous: LGPL /.out/ladspa_sdk-debuginfo-1.13-alt1.qa3.x86_64.rpm: The use of such a license name is ambiguous: LGPL 13.10user 11.58system 0:25.23elapsed 97%CPU (0avgtext+0avgdata 108148maxresident)k 0inputs+0outputs (31180major+858821minor)pagefaults 0swaps --- ladspa_sdk-1.13-alt1.qa3.x86_64.rpm.repo 2021-06-26 23:24:22.000000000 +0000 +++ ladspa_sdk-1.13-alt1.qa3.x86_64.rpm.hasher 2021-10-03 03:19:48.015278319 +0000 @@ -48,12 +48,12 @@ File: /etc/profile.d/ladspa.sh 100755 root:root 60b3eb132e9db3d9c8ad766c85161702 -File: /usr/bin/analyseplugin 100755 root:root f99790db252f5f83a465c949b83a49fe -File: /usr/bin/applyplugin 100755 root:root c645bc057704dcff990743bc1c7f344e -File: /usr/bin/listplugins 100755 root:root f147bd90d6b06f3a3510d9a26851510f +File: /usr/bin/analyseplugin 100755 root:root ecda699a0901d38ddd7ee33abd73370d +File: /usr/bin/applyplugin 100755 root:root c03dc175ec22d0d0582deea2903230bc +File: /usr/bin/listplugins 100755 root:root 413ce99ed729acf51d4856baafb2919b File: /usr/include/ladspa.h 100644 root:root 7550280c79d24228361a9762b63e5b7e File: /usr/lib64/ladspa 40755 root:root -File: /usr/lib64/ladspa/amp.so 100644 root:root cbe018e697680df01a54292d99e97d64 -File: /usr/lib64/ladspa/delay.so 100644 root:root 4d437be7a55ae47050db7ee2f9377c18 -File: /usr/lib64/ladspa/filter.so 100644 root:root 6dfe18ed444fa0a46a7690444c4d3845 -File: /usr/lib64/ladspa/noise.so 100644 root:root 7599e417a0d260c3632af5c87dc0bc57 -File: /usr/lib64/ladspa/sine.so 100644 root:root afd7f5a664d2fb35072d789aac0f0bde +File: /usr/lib64/ladspa/amp.so 100644 root:root b76ed586ade9656a2fb067e2b5cddd81 +File: /usr/lib64/ladspa/delay.so 100644 root:root 13130deda0c579795c5191ed06aabd1e +File: /usr/lib64/ladspa/filter.so 100644 root:root c0e1bb1c444f11f4ae90b5ddc79a11d5 +File: /usr/lib64/ladspa/noise.so 100644 root:root ab2d4649a7485a4d35c3e8b483e27dc8 +File: /usr/lib64/ladspa/sine.so 100644 root:root 4e7a9634a3c74f595e5059c80418c779 File: /usr/share/doc/ladspa_sdk-1.13 40755 root:root @@ -76,2 +76,2 @@ File: /usr/share/ladspa/rdf 40755 root:root -RPMIdentity: 54494a027640539014650a0b7034e7d3624d3e8579d4bacbfa1f37ae7e632319edd2b28a9290c52ea6ab4f6cc0a798452d3b3b0a750c266cb4de6774e16b269d +RPMIdentity: 34174b6c7ee86a3b0542072c5cef2cc16550f79b2ac8402bf2faaf1a7de7aba5eea23bd5c1c7728ed14abb05afde58df6c6f76f7befd1c7859fccee08ed7dd02 --- ladspa_sdk-debuginfo-1.13-alt1.qa3.x86_64.rpm.repo 2021-06-26 23:24:22.000000000 +0000 +++ ladspa_sdk-debuginfo-1.13-alt1.qa3.x86_64.rpm.hasher 2021-10-03 03:19:48.161273036 +0000 @@ -1,13 +1,13 @@ -/usr/lib/debug/.build-id/55 40755 root:root -/usr/lib/debug/.build-id/55/313bd45d459e272319ee99d3ce4df33f939abb 120777 root:root ../../../../bin/applyplugin -/usr/lib/debug/.build-id/55/313bd45d459e272319ee99d3ce4df33f939abb.debug 120777 root:root ../../usr/bin/applyplugin.debug -/usr/lib/debug/.build-id/a2 40755 root:root -/usr/lib/debug/.build-id/a2/2290459f60b7943aceea17cdeec9bb1cf0fb7f 120777 root:root ../../../../bin/listplugins -/usr/lib/debug/.build-id/a2/2290459f60b7943aceea17cdeec9bb1cf0fb7f.debug 120777 root:root ../../usr/bin/listplugins.debug -/usr/lib/debug/.build-id/c6 40755 root:root -/usr/lib/debug/.build-id/c6/77f4f021ee746b9aa5c9c56e5429a481b0eb70 120777 root:root ../../../../lib64/ladspa/sine.so -/usr/lib/debug/.build-id/c6/77f4f021ee746b9aa5c9c56e5429a481b0eb70.debug 120777 root:root ../../usr/lib64/ladspa/sine.so.debug -/usr/lib/debug/.build-id/f8 40755 root:root -/usr/lib/debug/.build-id/f8/26bb97ae2d4a723f59bc743552cf3344e8ae85 120777 root:root ../../../../bin/analyseplugin -/usr/lib/debug/.build-id/f8/26bb97ae2d4a723f59bc743552cf3344e8ae85.debug 120777 root:root ../../usr/bin/analyseplugin.debug +/usr/lib/debug/.build-id/3a 40755 root:root +/usr/lib/debug/.build-id/3a/d036b128b9f945563f268350d855da40445e26 120777 root:root ../../../../bin/applyplugin +/usr/lib/debug/.build-id/3a/d036b128b9f945563f268350d855da40445e26.debug 120777 root:root ../../usr/bin/applyplugin.debug +/usr/lib/debug/.build-id/56 40755 root:root +/usr/lib/debug/.build-id/56/ad7a1f90985fe688efbb00b27e8d299af0e60e 120777 root:root ../../../../bin/listplugins +/usr/lib/debug/.build-id/56/ad7a1f90985fe688efbb00b27e8d299af0e60e.debug 120777 root:root ../../usr/bin/listplugins.debug +/usr/lib/debug/.build-id/57 40755 root:root +/usr/lib/debug/.build-id/57/20da9f6fabea194a25acd5674bc949fc705aa2 120777 root:root ../../../../lib64/ladspa/sine.so +/usr/lib/debug/.build-id/57/20da9f6fabea194a25acd5674bc949fc705aa2.debug 120777 root:root ../../usr/lib64/ladspa/sine.so.debug +/usr/lib/debug/.build-id/e7 40755 root:root +/usr/lib/debug/.build-id/e7/bd0052f60b267af7d5a6547c70aa1675a3839b 120777 root:root ../../../../bin/analyseplugin +/usr/lib/debug/.build-id/e7/bd0052f60b267af7d5a6547c70aa1675a3839b.debug 120777 root:root ../../usr/bin/analyseplugin.debug /usr/lib/debug/usr/bin/analyseplugin.debug 100644 root:root @@ -45,23 +45,23 @@ Provides: ladspa_sdk-debuginfo = 1.13-alt1.qa3:sisyphus+275723.100.1.1 -File: /usr/lib/debug/.build-id/55 40755 root:root -File: /usr/lib/debug/.build-id/55/313bd45d459e272319ee99d3ce4df33f939abb 120777 root:root ../../../../bin/applyplugin -File: /usr/lib/debug/.build-id/55/313bd45d459e272319ee99d3ce4df33f939abb.debug 120777 root:root ../../usr/bin/applyplugin.debug -File: /usr/lib/debug/.build-id/a2 40755 root:root -File: /usr/lib/debug/.build-id/a2/2290459f60b7943aceea17cdeec9bb1cf0fb7f 120777 root:root ../../../../bin/listplugins -File: /usr/lib/debug/.build-id/a2/2290459f60b7943aceea17cdeec9bb1cf0fb7f.debug 120777 root:root ../../usr/bin/listplugins.debug -File: /usr/lib/debug/.build-id/c6 40755 root:root -File: /usr/lib/debug/.build-id/c6/77f4f021ee746b9aa5c9c56e5429a481b0eb70 120777 root:root ../../../../lib64/ladspa/sine.so -File: /usr/lib/debug/.build-id/c6/77f4f021ee746b9aa5c9c56e5429a481b0eb70.debug 120777 root:root ../../usr/lib64/ladspa/sine.so.debug -File: /usr/lib/debug/.build-id/f8 40755 root:root -File: /usr/lib/debug/.build-id/f8/26bb97ae2d4a723f59bc743552cf3344e8ae85 120777 root:root ../../../../bin/analyseplugin -File: /usr/lib/debug/.build-id/f8/26bb97ae2d4a723f59bc743552cf3344e8ae85.debug 120777 root:root ../../usr/bin/analyseplugin.debug -File: /usr/lib/debug/usr/bin/analyseplugin.debug 100644 root:root dcafa497e996e15a104338fe4188b4f1 -File: /usr/lib/debug/usr/bin/applyplugin.debug 100644 root:root b8b3320572ea675c1e434cf1c2fc64db -File: /usr/lib/debug/usr/bin/listplugins.debug 100644 root:root 228989ec517c225a823c47b66d8c2304 +File: /usr/lib/debug/.build-id/3a 40755 root:root +File: /usr/lib/debug/.build-id/3a/d036b128b9f945563f268350d855da40445e26 120777 root:root ../../../../bin/applyplugin +File: /usr/lib/debug/.build-id/3a/d036b128b9f945563f268350d855da40445e26.debug 120777 root:root ../../usr/bin/applyplugin.debug +File: /usr/lib/debug/.build-id/56 40755 root:root +File: /usr/lib/debug/.build-id/56/ad7a1f90985fe688efbb00b27e8d299af0e60e 120777 root:root ../../../../bin/listplugins +File: /usr/lib/debug/.build-id/56/ad7a1f90985fe688efbb00b27e8d299af0e60e.debug 120777 root:root ../../usr/bin/listplugins.debug +File: /usr/lib/debug/.build-id/57 40755 root:root +File: /usr/lib/debug/.build-id/57/20da9f6fabea194a25acd5674bc949fc705aa2 120777 root:root ../../../../lib64/ladspa/sine.so +File: /usr/lib/debug/.build-id/57/20da9f6fabea194a25acd5674bc949fc705aa2.debug 120777 root:root ../../usr/lib64/ladspa/sine.so.debug +File: /usr/lib/debug/.build-id/e7 40755 root:root +File: /usr/lib/debug/.build-id/e7/bd0052f60b267af7d5a6547c70aa1675a3839b 120777 root:root ../../../../bin/analyseplugin +File: /usr/lib/debug/.build-id/e7/bd0052f60b267af7d5a6547c70aa1675a3839b.debug 120777 root:root ../../usr/bin/analyseplugin.debug +File: /usr/lib/debug/usr/bin/analyseplugin.debug 100644 root:root 0977c7bc3a443966f57d1478ffd5849f +File: /usr/lib/debug/usr/bin/applyplugin.debug 100644 root:root 910c99359d8f1fc6434e018ed2bcbe11 +File: /usr/lib/debug/usr/bin/listplugins.debug 100644 root:root 338979b77d0720a85cb4890262983888 File: /usr/lib/debug/usr/lib64/ladspa 40755 root:root -File: /usr/lib/debug/usr/lib64/ladspa/amp.so.debug 100644 root:root 656a2266c5c3ccf1df2bd50586cb666a -File: /usr/lib/debug/usr/lib64/ladspa/delay.so.debug 100644 root:root bce3343982c1aef7dd281243c10c1d74 -File: /usr/lib/debug/usr/lib64/ladspa/filter.so.debug 100644 root:root da2c52c04f62a86f4fb449833d46a796 -File: /usr/lib/debug/usr/lib64/ladspa/noise.so.debug 100644 root:root d8de2625b7fbb840c2ce917cfaa652f8 -File: /usr/lib/debug/usr/lib64/ladspa/sine.so.debug 100644 root:root 16ad566e51ae3b46bac5631e978977bf +File: /usr/lib/debug/usr/lib64/ladspa/amp.so.debug 100644 root:root c446d3b301a878fde0ff7eb292cac5a4 +File: /usr/lib/debug/usr/lib64/ladspa/delay.so.debug 100644 root:root 18689e9b988a5bdcad96e3c0b8337dc5 +File: /usr/lib/debug/usr/lib64/ladspa/filter.so.debug 100644 root:root ffc5bc348bfa0104ac090875a48aafa7 +File: /usr/lib/debug/usr/lib64/ladspa/noise.so.debug 100644 root:root a33b091032dea365f63ee123b8f66cd1 +File: /usr/lib/debug/usr/lib64/ladspa/sine.so.debug 100644 root:root 75f1b2507ef44f06b51b94caf87ab628 File: /usr/src/debug/ladspa_sdk 40755 root:root @@ -82,2 +82,2 @@ File: /usr/src/debug/ladspa_sdk/src/utils.h 100644 root:root 44bc1b099bf86ec85bd1ac3e3e4d03c5 -RPMIdentity: 121cc53783130790bfd3f40aecc3b0811198ab96ab5c06f394bf722eca15b15461b96022dd81b632d24e9399fbc7ec68772fc0c12332334c82c5749db44af0fa +RPMIdentity: 7592b18725d97e69cce1e3099b3691467b7f214425da7475adccc8f2b334105af314c978c7aad366d39ca2651167a3b5c86fbeff9a50584346a39bcc4590f1f6