<86>Sep 23 05:03:21 userdel[1619528]: delete user 'rooter' <86>Sep 23 05:03:21 userdel[1619528]: removed group 'rooter' owned by 'rooter' <86>Sep 23 05:03:21 userdel[1619528]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 23 05:03:21 groupadd[1619581]: group added to /etc/group: name=rooter, GID=1823 <86>Sep 23 05:03:21 groupadd[1619581]: group added to /etc/gshadow: name=rooter <86>Sep 23 05:03:21 groupadd[1619581]: new group: name=rooter, GID=1823 <86>Sep 23 05:03:21 useradd[1619615]: new user: name=rooter, UID=1823, GID=1823, home=/root, shell=/bin/bash, from=none <86>Sep 23 05:03:21 userdel[1619678]: delete user 'builder' <86>Sep 23 05:03:21 userdel[1619678]: removed group 'builder' owned by 'builder' <86>Sep 23 05:03:21 userdel[1619678]: removed shadow group 'builder' owned by 'builder' <86>Sep 23 05:03:21 groupadd[1619732]: group added to /etc/group: name=builder, GID=1824 <86>Sep 23 05:03:21 groupadd[1619732]: group added to /etc/gshadow: name=builder <86>Sep 23 05:03:21 groupadd[1619732]: new group: name=builder, GID=1824 <86>Sep 23 05:03:21 useradd[1619768]: new user: name=builder, UID=1824, GID=1824, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/unarj-2.65-alt4.src.rpm: license not found in '/usr/share/license' directory: distributable Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/unarj-2.65-alt4.nosrc.rpm (w1.gzdio) Installing unarj-2.65-alt4.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.59902 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf unarj-2.65 + echo 'Source #0 (unarj-2.65.tar.bz2):' Source #0 (unarj-2.65.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/unarj-2.65.tar.bz2 + /bin/tar -xf - + cd unarj-2.65 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (unarj-2.65-time.diff):' Patch #0 (unarj-2.65-time.diff): + /usr/bin/patch -p0 patching file environ.c + echo 'Patch #1 (unarj-2.65-overflow.diff):' Patch #1 (unarj-2.65-overflow.diff): + /usr/bin/patch -p0 patching file unarj.c + echo 'Patch #2 (unarj-2.65-path.diff):' Patch #2 (unarj-2.65-path.diff): + /usr/bin/patch -p0 patching file Makefile patching file sanitize.c patching file unarj.c + echo 'Patch #3 (unarj-2.65-notice.diff):' Patch #3 (unarj-2.65-notice.diff): + /usr/bin/patch -p0 patching file unarj.c + echo 'Patch #4 (unarj-2.63c-iconv.patch):' Patch #4 (unarj-2.63c-iconv.patch): + /usr/bin/patch -p0 patching file unarj.c Hunk #2 succeeded at 296 (offset 9 lines). Hunk #3 succeeded at 738 with fuzz 2 (offset 14 lines). Hunk #4 succeeded at 1091 (offset 14 lines). + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.59902 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd unarj-2.65 + make clean make: Entering directory '/usr/src/RPM/BUILD/unarj-2.65' rm -f core unarj *.o *.out *~ make: Leaving directory '/usr/src/RPM/BUILD/unarj-2.65' + make -j16 clean unarj 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O3 -flto=auto -march=i586 -mtune=generic -DUNIX' make: Entering directory '/usr/src/RPM/BUILD/unarj-2.65' rm -f core unarj *.o *.out *~ make: Leaving directory '/usr/src/RPM/BUILD/unarj-2.65' make: Entering directory '/usr/src/RPM/BUILD/unarj-2.65' gcc -pipe -frecord-gcc-switches -Wall -g -O3 -flto=auto -march=i586 -mtune=generic -DUNIX -c -o sanitize.o sanitize.c make: Leaving directory '/usr/src/RPM/BUILD/unarj-2.65' make: Entering directory '/usr/src/RPM/BUILD/unarj-2.65' gcc -pipe -frecord-gcc-switches -Wall -g -O3 -flto=auto -march=i586 -mtune=generic -DUNIX -c -o environ.o environ.c environ.c: In function 'case_path': environ.c:501:5: warning: statement with no effect [-Wunused-value] 501 | (char *) name; | ^ environ.c: In function 'set_ftime_mode': environ.c:602:5: warning: statement with no effect [-Wunused-value] 602 | (char *) name; | ^ environ.c:603:5: warning: statement with no effect [-Wunused-value] 603 | (uint) attribute; | ^~~~~~~~~~~~~~~~ environ.c:604:5: warning: statement with no effect [-Wunused-value] 604 | (uint) host; | ^~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/unarj-2.65' make: Entering directory '/usr/src/RPM/BUILD/unarj-2.65' gcc -pipe -frecord-gcc-switches -Wall -g -O3 -flto=auto -march=i586 -mtune=generic -DUNIX -c -o decode.o decode.c make: Leaving directory '/usr/src/RPM/BUILD/unarj-2.65' make: Entering directory '/usr/src/RPM/BUILD/unarj-2.65' gcc -pipe -frecord-gcc-switches -Wall -g -O3 -flto=auto -march=i586 -mtune=generic -DUNIX -c -o unarj.o unarj.c unarj.c:385:1: warning: 'strparity' defined but not used [-Wunused-function] 385 | strparity(p) | ^~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/unarj-2.65' make: Entering directory '/usr/src/RPM/BUILD/unarj-2.65' gcc -pipe -frecord-gcc-switches -Wall -g -O3 -flto=auto -march=i586 -mtune=generic -DUNIX -o unarj unarj.o decode.o environ.o sanitize.o strip unarj make: Leaving directory '/usr/src/RPM/BUILD/unarj-2.65' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.19341 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/unarj-buildroot + : + /bin/rm -rf -- /usr/src/tmp/unarj-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd unarj-2.65 + install -p -m755 -D unarj /usr/src/tmp/unarj-buildroot/usr/bin/unarj + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/unarj-buildroot (auto) Verifying and fixing files in /usr/src/tmp/unarj-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/unarj-buildroot/ (default) Compressing files in /usr/src/tmp/unarj-buildroot (auto) 056-debuginfo.brp: WARNING: You have 1 stripped ELF objects. Please compile with debugging information! 056-debuginfo.brp: WARNING: An excerpt from the list of affected files follows: ./usr/bin/unarj Verifying ELF objects in /usr/src/tmp/unarj-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/unarj: uses non-LFS functions: fopen Processing files: unarj-2.65-alt4 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.19341 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd unarj-2.65 + DOCDIR=/usr/src/tmp/unarj-buildroot/usr/share/doc/unarj-2.65 + export DOCDIR + rm -rf /usr/src/tmp/unarj-buildroot/usr/share/doc/unarj-2.65 + /bin/mkdir -p /usr/src/tmp/unarj-buildroot/usr/share/doc/unarj-2.65 + cp -prL unarj.txt technote.txt /usr/src/tmp/unarj-buildroot/usr/share/doc/unarj-2.65 + chmod -R go-w /usr/src/tmp/unarj-buildroot/usr/share/doc/unarj-2.65 + chmod -R a+rX /usr/src/tmp/unarj-buildroot/usr/share/doc/unarj-2.65 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ITinTU 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.lCYJIt find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Rldkv4 Wrote: /usr/src/RPM/RPMS/i586/unarj-2.65-alt4.i586.rpm (w2.lzdio) 0.93user 0.44system 0:04.06elapsed 33%CPU (0avgtext+0avgdata 40272maxresident)k 0inputs+0outputs (0major+116745minor)pagefaults 0swaps /.out/unarj-2.65-alt4.i586.rpm: license not found in '/usr/share/license' directory: distributable 0.46user 0.88system 0:06.80elapsed 19%CPU (0avgtext+0avgdata 12160maxresident)k 0inputs+0outputs (0major+95434minor)pagefaults 0swaps --- unarj-2.65-alt4.i586.rpm.repo 2021-07-14 22:57:19.000000000 +0000 +++ unarj-2.65-alt4.i586.rpm.hasher 2023-09-23 05:03:26.779295813 +0000 @@ -10,3 +10,5 @@ Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) +Requires: libc.so.6(GLIBC_2.7) Requires: rtld(GNU_HASH) @@ -14,3 +16,3 @@ Provides: unarj = 2.65-alt4:sisyphus+278955.100.1.1 -File: /usr/bin/unarj 100755 root:root c651c54403e51d3b1dee9738399a1902 +File: /usr/bin/unarj 100755 root:root 42bff42c7d106247b39f7c12debd0d15 File: /usr/share/doc/unarj-2.65 40755 root:root @@ -18,2 +20,2 @@ File: /usr/share/doc/unarj-2.65/unarj.txt 100644 root:root 83b04048958c164ff17e49397946c4ac -RPMIdentity: 06959aae0ab64c49cb5c43b22e9872bdf74ed9b2b90cb3e3af3258992b64b09558cb884d5818da7a4084ff2692445e9a977e9de408462565257212092732903d +RPMIdentity: 4abc8b12a7be8fe24272998474ade656ea862eae26251934a3596c922cc8fe2607c9115da2142b7163ec17cca3ed728190ed0dd7f1c23ee7bc5b5f9bc10c1eef