<86>Aug 24 10:37:21 userdel[1361914]: delete user 'rooter' <86>Aug 24 10:37:21 userdel[1361914]: removed group 'rooter' owned by 'rooter' <86>Aug 24 10:37:21 groupadd[1361920]: group added to /etc/group: name=rooter, GID=666 <86>Aug 24 10:37:21 groupadd[1361920]: group added to /etc/gshadow: name=rooter <86>Aug 24 10:37:21 groupadd[1361920]: new group: name=rooter, GID=666 <86>Aug 24 10:37:21 useradd[1361924]: new user: name=rooter, UID=666, GID=666, home=/root, shell=/bin/bash <86>Aug 24 10:37:21 userdel[1361930]: delete user 'builder' <86>Aug 24 10:37:21 userdel[1361930]: removed group 'builder' owned by 'builder' <86>Aug 24 10:37:21 userdel[1361930]: removed shadow group 'builder' owned by 'builder' <86>Aug 24 10:37:21 groupadd[1361935]: group added to /etc/group: name=builder, GID=667 <86>Aug 24 10:37:21 groupadd[1361935]: group added to /etc/gshadow: name=builder <86>Aug 24 10:37:21 groupadd[1361935]: new group: name=builder, GID=667 <86>Aug 24 10:37:21 useradd[1361939]: new user: name=builder, UID=667, GID=667, home=/usr/src, shell=/bin/bash Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/clpbar-1.10.9-alt2_16.nosrc.rpm (w1.gzdio) Installing clpbar-1.10.9-alt2_16.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.39700 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf bar-1.10.9 + echo 'Source #0 (bar_1.10.9.tar.gz):' Source #0 (bar_1.10.9.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/bar_1.10.9.tar.gz + /bin/tar -xf - + cd bar-1.10.9 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (bar-1.10.9-clpbar.patch):' Patch #0 (bar-1.10.9-clpbar.patch): + /usr/bin/patch -p1 patching file Makefile.am patching file args.c patching file configure.in patching file test-001 patching file test-002 patching file test-003 patching file test-004 + echo 'Patch #1 (bar-1.10.9-Makefile.patch):' Patch #1 (bar-1.10.9-Makefile.patch): + /usr/bin/patch -p1 patching file Makefile.am patching file Makefile.in + echo 'Patch #2 (bar-1.10.9-Werror=format-security.patch):' Patch #2 (bar-1.10.9-Werror=format-security.patch): + /usr/bin/patch -p1 patching file args.c patching file display.c + cp /usr/src/RPM/SOURCES/clpbar.1.in . + ./autogen aclocal-default: warning: autoconf input should be named 'configure.ac', not 'configure.in' automake-default: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:3: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see: configure.in:3: https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation automake-default: warning: autoconf input should be named 'configure.ac', not 'configure.in' parallel-tests: installing './test-driver' + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.84328 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd bar-1.10.9 + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto' + export FFLAGS + FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto' + export FCFLAGS + '[' -n '' ']' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -flto' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS= + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + readlink -e -- ./configure + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + sort -u + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + xargs -ri dirname -- '{}' + ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --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 build system type... x86_64-alt-linux-gnu checking host system type... x86_64-alt-linux-gnu checking target system type... x86_64-alt-linux-gnu checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes /usr/src/RPM/BUILD/bar-1.10.9/missing: Unknown `--is-lightweight' option Try `/usr/src/RPM/BUILD/bar-1.10.9/missing --help' for more information configure: WARNING: 'missing' script is too old or missing 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 for x86_64-alt-linux-gcc... x86_64-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 x86_64-alt-linux-gcc accepts -g... yes checking for x86_64-alt-linux-gcc option to accept ISO C89... none needed checking whether x86_64-alt-linux-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of x86_64-alt-linux-gcc... none checking whether ln -s works... yes checking for gawk... (cached) gawk checking how to run the C preprocessor... x86_64-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 assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/stat.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking for unistd.h... (cached) yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for posix_memalign... yes checking for select... yes checking for strerror... yes checking for sysconf... yes checking for sprintf... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking whether time.h and sys/time.h may both be included... yes checking if filesystem supports Large Files natively... yes checking for vectored I/O support... yes checking size of unsigned char... 1 checking size of unsigned short... 2 checking size of unsigned int... 4 checking size of unsigned long... 8 checking size of unsigned long long... 8 checking size of size_t... 8 checking whether _SC_PAGE_SIZE is declared... yes checking whether _SC_PAGESIZE is declared... yes checking for default screen width adjustment... (cached) 0 checking if twiddle display should be enabled by default... (cached) 0 checking default buffer size... (cached) 52488 checking sysconf usability... yes checking default page size... (cached) 4096 checking if aligned memory allocation is enabled... (cached) yes checking for posix_memalign usability... yes checking if aligned memory allocation is available... (cached) yes checking if aligned memory allocation is usable... yes checking if vectored I/O is enabled... (cached) yes checking if vectored I/O is available... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating clpbar.1 config.status: creating doxygen.conf config.status: creating config.h config.status: executing depfiles commands config.status: executing test-script-preparation commands configure: WARNING: unrecognized options: --without-included-gettext configure: configure: Current Configuration: configure: ---------------------- configure: Screen width -1 modifier: no configure: Display twiddle by default: no configure: Use aligned memory allocation: yes (default page size: 4096) configure: Use vectored I/O: yes configure: Default I/O buffer size: 52488 configure: Install Path: /usr configure: + make -j8 make all-am make[1]: Entering directory '/usr/src/RPM/BUILD/bar-1.10.9' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto -c -o bar.o bar.c make[1]: Leaving directory '/usr/src/RPM/BUILD/bar-1.10.9' make[1]: Entering directory '/usr/src/RPM/BUILD/bar-1.10.9' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto -c -o fd.o fd.c make[1]: Leaving directory '/usr/src/RPM/BUILD/bar-1.10.9' make[1]: Entering directory '/usr/src/RPM/BUILD/bar-1.10.9' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto -c -o error.o error.c make[1]: Leaving directory '/usr/src/RPM/BUILD/bar-1.10.9' make[1]: Entering directory '/usr/src/RPM/BUILD/bar-1.10.9' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto -c -o test-types.o test-types.c make[1]: Leaving directory '/usr/src/RPM/BUILD/bar-1.10.9' make[1]: Entering directory '/usr/src/RPM/BUILD/bar-1.10.9' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto -c -o io.o io.c make[1]: Leaving directory '/usr/src/RPM/BUILD/bar-1.10.9' make[1]: Entering directory '/usr/src/RPM/BUILD/bar-1.10.9' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto -c -o test-001-pre.o test-001-pre.c test-001-pre.c: In function 'main': test-001-pre.c:16:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 16 | write(out, buffer, strlen(buffer)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ test-001-pre.c:18:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 18 | write(out, buffer, strlen(buffer)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/bar-1.10.9' make[1]: Entering directory '/usr/src/RPM/BUILD/bar-1.10.9' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto -c -o display.o display.c display.c: In function 'displayEnd': display.c:705:31: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] 705 | fprintf(stderr, "Copied: %llu%s (%.1f%s)", | ~~~^ | | | long long unsigned int | %lu display.c:735:36: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'long unsigned int' [-Wformat=] 735 | fprintf(stderr, "Throughput: %llu%s (%.1f%s)\n\n", | ~~~^ | | | long long unsigned int | %lu make[1]: Leaving directory '/usr/src/RPM/BUILD/bar-1.10.9' make[1]: Entering directory '/usr/src/RPM/BUILD/bar-1.10.9' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto -c -o test-001-post.o test-001-post.c test-001-post.c: In function 'main': test-001-post.c:14:2: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 14 | read(in, buffer, strlen(expected)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ test-001-post.c:21:2: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 21 | read(in, buffer, strlen(expected)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/bar-1.10.9' make[1]: Entering directory '/usr/src/RPM/BUILD/bar-1.10.9' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto -o test-types test-types.o make[1]: Leaving directory '/usr/src/RPM/BUILD/bar-1.10.9' make[1]: Entering directory '/usr/src/RPM/BUILD/bar-1.10.9' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto -o test-001-pre test-001-pre.o make[1]: Leaving directory '/usr/src/RPM/BUILD/bar-1.10.9' make[1]: Entering directory '/usr/src/RPM/BUILD/bar-1.10.9' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto -o test-001-post test-001-post.o make[1]: Leaving directory '/usr/src/RPM/BUILD/bar-1.10.9' make[1]: Entering directory '/usr/src/RPM/BUILD/bar-1.10.9' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto -c -o args.o args.c make[1]: Leaving directory '/usr/src/RPM/BUILD/bar-1.10.9' make[1]: Entering directory '/usr/src/RPM/BUILD/bar-1.10.9' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto -o clpbar error.o fd.o io.o display.o args.o bar.o make[1]: Leaving directory '/usr/src/RPM/BUILD/bar-1.10.9' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.52479 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/clpbar-buildroot + : + /bin/rm -rf -- /usr/src/tmp/clpbar-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd bar-1.10.9 + make install DESTDIR=/usr/src/tmp/clpbar-buildroot make: Entering directory '/usr/src/RPM/BUILD/bar-1.10.9' make install-am make[1]: Entering directory '/usr/src/RPM/BUILD/bar-1.10.9' make[2]: Entering directory '/usr/src/RPM/BUILD/bar-1.10.9' /bin/mkdir -p '/usr/src/tmp/clpbar-buildroot/usr/bin' /bin/install -c clpbar '/usr/src/tmp/clpbar-buildroot/usr/bin' /bin/mkdir -p '/usr/src/tmp/clpbar-buildroot/usr/share/man/man1' /bin/install -c -m 644 clpbar.1 '/usr/src/tmp/clpbar-buildroot/usr/share/man/man1' make[2]: Leaving directory '/usr/src/RPM/BUILD/bar-1.10.9' make[1]: Leaving directory '/usr/src/RPM/BUILD/bar-1.10.9' make: Leaving directory '/usr/src/RPM/BUILD/bar-1.10.9' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/clpbar-buildroot (auto) Verifying and fixing files in /usr/src/tmp/clpbar-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/clpbar-buildroot/ (default) Compressing files in /usr/src/tmp/clpbar-buildroot (auto) Verifying ELF objects in /usr/src/tmp/clpbar-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.52479 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd bar-1.10.9 + make check make: Entering directory '/usr/src/RPM/BUILD/bar-1.10.9' make check-am make[1]: Entering directory '/usr/src/RPM/BUILD/bar-1.10.9' make check-TESTS make[2]: Entering directory '/usr/src/RPM/BUILD/bar-1.10.9' make[3]: Entering directory '/usr/src/RPM/BUILD/bar-1.10.9' PASS: test-types PASS: test-001 PASS: test-002 ============================================================================ Testsuite summary for ============================================================================ # TOTAL: 3 # PASS: 3 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[3]: Leaving directory '/usr/src/RPM/BUILD/bar-1.10.9' make[2]: Leaving directory '/usr/src/RPM/BUILD/bar-1.10.9' make[1]: Leaving directory '/usr/src/RPM/BUILD/bar-1.10.9' make: Leaving directory '/usr/src/RPM/BUILD/bar-1.10.9' + exit 0 Processing files: clpbar-1.10.9-alt2_16 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.81780 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd bar-1.10.9 + DOCDIR=/usr/src/tmp/clpbar-buildroot/usr/share/doc/clpbar-1.10.9 + export DOCDIR + rm -rf /usr/src/tmp/clpbar-buildroot/usr/share/doc/clpbar-1.10.9 + /bin/mkdir -p /usr/src/tmp/clpbar-buildroot/usr/share/doc/clpbar-1.10.9 + cp -prL AUTHORS COPYING ChangeLog TODO TROUBLESHOOTING /usr/src/tmp/clpbar-buildroot/usr/share/doc/clpbar-1.10.9 + chmod -R go-w /usr/src/tmp/clpbar-buildroot/usr/share/doc/clpbar-1.10.9 + chmod -R a+rX /usr/src/tmp/clpbar-buildroot/usr/share/doc/clpbar-1.10.9 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5VsKJa 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.KnWcab find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.15)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FwrHRb Creating clpbar-debuginfo package Processing files: clpbar-debuginfo-1.10.9-alt2_16 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.N0Rzna find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0qA16a find-requires: running scripts (debuginfo) Requires: clpbar = 1.10.9-alt2_16, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/clpbar-1.10.9-alt2_16.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/clpbar-debuginfo-1.10.9-alt2_16.x86_64.rpm (w2.lzdio) 4.71user 1.94system 0:15.14elapsed 43%CPU (0avgtext+0avgdata 44772maxresident)k 0inputs+0outputs (0major+735719minor)pagefaults 0swaps 7.65user 4.06system 0:20.17elapsed 58%CPU (0avgtext+0avgdata 99636maxresident)k 0inputs+0outputs (0major+954586minor)pagefaults 0swaps --- clpbar-1.10.9-alt2_16.x86_64.rpm.repo 2017-10-01 01:11:51.000000000 +0000 +++ clpbar-1.10.9-alt2_16.x86_64.rpm.hasher 2021-08-24 10:37:39.715951624 +0000 @@ -18,3 +18,3 @@ Provides: clpbar = 1.10.9-alt2_16 -File: /usr/bin/clpbar 100755 root:root f0668af6d17a9e2a42b5da565f428ec0 +File: /usr/bin/clpbar 100755 root:root eb7d15b7ffa570907f446ba3e9a75086 File: /usr/share/doc/clpbar-1.10.9 40755 root:root @@ -26,2 +26,2 @@ File: /usr/share/man/man1/clpbar.1.xz 100644 root:root c2fb1b646af4847dd8f37d001ba0c491 -RPMIdentity: 6002414f2341fab8ebd9faa26b6f2ddfdde40fb70cd104aec667d50b40de3623ca6084d9988ac35d28fb2750bcf43cc75d061b89e2d47dc0aaae69cbdc749f38 +RPMIdentity: 75585857277c9ebb94322075c3974db5de66e3a0c79d69017a426da219d818d2e86f8980c452c8734ebaacae6dedcfe45e33c11c380534c29464190fa893be3d --- clpbar-debuginfo-1.10.9-alt2_16.x86_64.rpm.repo 2017-10-01 01:11:51.000000000 +0000 +++ clpbar-debuginfo-1.10.9-alt2_16.x86_64.rpm.hasher 2021-08-24 10:37:39.772951688 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/d0 40755 root:root -/usr/lib/debug/.build-id/d0/2722a7aa9a35c7eee9b7805e0d9994a8b89b7b 120777 root:root ../../../../bin/clpbar -/usr/lib/debug/.build-id/d0/2722a7aa9a35c7eee9b7805e0d9994a8b89b7b.debug 120777 root:root ../../usr/bin/clpbar.debug +/usr/lib/debug/.build-id/6f 40755 root:root +/usr/lib/debug/.build-id/6f/30903d017103d7067cd9b6685d6bad2c7714d7 120777 root:root ../../../../bin/clpbar +/usr/lib/debug/.build-id/6f/30903d017103d7067cd9b6685d6bad2c7714d7.debug 120777 root:root ../../usr/bin/clpbar.debug /usr/lib/debug/usr/bin/clpbar.debug 100644 root:root @@ -6,3 +6,2 @@ /usr/src/debug/bar-1.10.9/args.c 100644 root:root -/usr/src/debug/bar-1.10.9/args.h 100644 root:root /usr/src/debug/bar-1.10.9/bar.c 100644 root:root @@ -11,5 +10,3 @@ /usr/src/debug/bar-1.10.9/error.c 100644 root:root -/usr/src/debug/bar-1.10.9/error.h 100644 root:root /usr/src/debug/bar-1.10.9/fd.c 100644 root:root -/usr/src/debug/bar-1.10.9/fd.h 100644 root:root /usr/src/debug/bar-1.10.9/io.c 100644 root:root @@ -22,9 +19,8 @@ Provides: clpbar-debuginfo = 1.10.9-alt2_16 -File: /usr/lib/debug/.build-id/d0 40755 root:root -File: /usr/lib/debug/.build-id/d0/2722a7aa9a35c7eee9b7805e0d9994a8b89b7b 120777 root:root ../../../../bin/clpbar -File: /usr/lib/debug/.build-id/d0/2722a7aa9a35c7eee9b7805e0d9994a8b89b7b.debug 120777 root:root ../../usr/bin/clpbar.debug -File: /usr/lib/debug/usr/bin/clpbar.debug 100644 root:root 897748eb01ce190ab47ffa773ee289d1 +File: /usr/lib/debug/.build-id/6f 40755 root:root +File: /usr/lib/debug/.build-id/6f/30903d017103d7067cd9b6685d6bad2c7714d7 120777 root:root ../../../../bin/clpbar +File: /usr/lib/debug/.build-id/6f/30903d017103d7067cd9b6685d6bad2c7714d7.debug 120777 root:root ../../usr/bin/clpbar.debug +File: /usr/lib/debug/usr/bin/clpbar.debug 100644 root:root ef9dc35be51ae987c0b9e3aedfebf8d0 File: /usr/src/debug/bar-1.10.9 40755 root:root File: /usr/src/debug/bar-1.10.9/args.c 100644 root:root be1db5bfe9fc6ae804f05f1d50269a28 -File: /usr/src/debug/bar-1.10.9/args.h 100644 root:root 0c7b0d2cf090f7ccfc80616635ca5195 File: /usr/src/debug/bar-1.10.9/bar.c 100644 root:root 37179b1f636cfa572a1ad4f6a2557aa6 @@ -33,5 +29,3 @@ File: /usr/src/debug/bar-1.10.9/error.c 100644 root:root 01358d27b57203748a10bdc0cab7b856 -File: /usr/src/debug/bar-1.10.9/error.h 100644 root:root 8838fbdb5cbfa8fdb40e0c4260ecd37f File: /usr/src/debug/bar-1.10.9/fd.c 100644 root:root 98a14d214ca880f5f3f0d0d5915e63fe -File: /usr/src/debug/bar-1.10.9/fd.h 100644 root:root d698e6e6cb6fb25e30278c2fab79ffd0 File: /usr/src/debug/bar-1.10.9/io.c 100644 root:root 55ce6b080d897724d4c4c013786856da @@ -39,2 +33,2 @@ File: /usr/src/debug/bar-1.10.9/types.h 100644 root:root 174f8468e1326d51ae2c8dc08356b0c7 -RPMIdentity: 9249906b8f97462f99cf4735ac2c4921a7fe00929c85e93bbfe146552be22cc3fb19c24683a800cc99f9da618cb73ec2a2facd60fdcb61623b7a59ff665650f3 +RPMIdentity: 3866cd76bfb10ba677bda1418535b21be17d7a5bcac2d269d96396bf2f59f3d63f18c3ec1b806f217f417def4ecdac9ae6a68aac78296ddf29f0e5ba39b7abf7