<86>Oct 29 16:10:10 userdel[3037857]: delete user 'rooter' <86>Oct 29 16:10:10 userdel[3037857]: removed group 'rooter' owned by 'rooter' <86>Oct 29 16:10:10 userdel[3037857]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 29 16:10:10 groupadd[3037930]: group added to /etc/group: name=rooter, GID=1868 <86>Oct 29 16:10:10 groupadd[3037930]: group added to /etc/gshadow: name=rooter <86>Oct 29 16:10:10 groupadd[3037930]: new group: name=rooter, GID=1868 <86>Oct 29 16:10:10 useradd[3038000]: new user: name=rooter, UID=1868, GID=1868, home=/root, shell=/bin/bash, from=none <86>Oct 29 16:10:10 userdel[3038099]: delete user 'builder' <86>Oct 29 16:10:10 userdel[3038099]: removed group 'builder' owned by 'builder' <86>Oct 29 16:10:10 userdel[3038099]: removed shadow group 'builder' owned by 'builder' <86>Oct 29 16:10:10 groupadd[3038170]: group added to /etc/group: name=builder, GID=1869 <86>Oct 29 16:10:10 groupadd[3038170]: group added to /etc/gshadow: name=builder <86>Oct 29 16:10:10 groupadd[3038170]: new group: name=builder, GID=1869 <86>Oct 29 16:10:10 useradd[3038228]: new user: name=builder, UID=1869, GID=1869, home=/usr/src, shell=/bin/bash, from=none <13>Oct 29 16:10:14 rpmi: rpm-macros-kde-common-devel-14.12.1-alt1 1422279175 installed <13>Oct 29 16:10:14 rpmi: rpm-macros-generic-compat-0.05-alt1 sisyphus+332093.100.1.1 1697645292 installed <13>Oct 29 16:10:14 rpmi: rpm-macros-fedora-compat-0.159-alt1 sisyphus+258368.100.1.1 1600512138 installed <13>Oct 29 16:10:15 rpmi: libnatspec-0.3.3-alt1 sisyphus+327088.100.1.1 1691839874 installed <13>Oct 29 16:10:15 rpmi: unzip-6.0-alt6 sisyphus+359147.100.1.1 1728292808 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/libaesgm-20090429-alt2_24.nosrc.rpm (w1.gzdio) Installing libaesgm-20090429-alt2_24.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.33651 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf libaesgm-20090429 + /bin/mkdir -p libaesgm-20090429 + cd libaesgm-20090429 + echo 'Source #0 (aes-src-29-04-09.zip):' Source #0 (aes-src-29-04-09.zip): + /usr/bin/unzip -qq /usr/src/RPM/SOURCES/aes-src-29-04-09.zip + /bin/chmod -c -Rf u+rwX,go-w . + cp /usr/src/RPM/SOURCES/Makefile.aes Makefile + echo 'Patch #0 (libaesgm-20090429-fileencrypt.patch):' Patch #0 (libaesgm-20090429-fileencrypt.patch): + /usr/bin/patch -p1 -b --suffix .fileencrypt patching file fileenc.c patching file fileenc.h patching file hmac.c patching file hmac.h patching file Makefile patching file pwd2key.c patching file pwd2key.h patching file sha1.c patching file sha1.h patching file sha2.c patching file sha2.h + echo 'Patch #1 (libaesgm-20090429-git8798ad829374cd5ff312f55ba3ccccfcf586fa11.patch):' Patch #1 (libaesgm-20090429-git8798ad829374cd5ff312f55ba3ccccfcf586fa11.patch): + /usr/bin/patch -p1 -b --suffix .git8798ad82 patching file aes_amd64.asm patching file aescpp.h patching file aescrypt.c patching file aes.h patching file aeskey.c patching file aes_modes.c patching file aesopt.h patching file aestab.c patching file aestab.h patching file aes_via_ace.h patching file aes_x86_v1.asm patching file aes_x86_v2.asm patching file aesxam.c patching file brg_endian.h patching file brg_types.h patching file license.txt patching file rdtsc.h patching file rfc3686.c patching file tablegen.c + sed -i 's/\r//' aes.txt license.txt vb.txt via_ace.txt + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.33651 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libaesgm-20090429 + make 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -DPIC -fPIC -DUSE_SHA1' LDFLAGS=-Wl,-z,relro make: Entering directory '/usr/src/RPM/BUILD/libaesgm-20090429' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -DPIC -fPIC -DUSE_SHA1 -c -o aescrypt.o aescrypt.c cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -DPIC -fPIC -DUSE_SHA1 -c -o aeskey.o aeskey.c cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -DPIC -fPIC -DUSE_SHA1 -c -o aes_modes.o aes_modes.c cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -DPIC -fPIC -DUSE_SHA1 -c -o aestab.o aestab.c cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -DPIC -fPIC -DUSE_SHA1 -c -o fileenc.o fileenc.c fileenc.c: In function 'fcrypt_end': fileenc.c:136:22: warning: unused variable 'res' [-Wunused-variable] 136 | { unsigned int res = cx->mode; | ^~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -DPIC -fPIC -DUSE_SHA1 -c -o hmac.o hmac.c cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -DPIC -fPIC -DUSE_SHA1 -c -o pwd2key.o pwd2key.c cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -DPIC -fPIC -DUSE_SHA1 -c -o sha1.o sha1.c cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -DPIC -fPIC -DUSE_SHA1 -c -o sha2.o sha2.c cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -DPIC -fPIC -DUSE_SHA1 -shared -Wl,-soname,libaesgm.so.0 -o libaesgm.so.0.0.0 aescrypt.o aeskey.o aes_modes.o aestab.o fileenc.o hmac.o pwd2key.o sha1.o sha2.o -Wl,-z,relro make: Leaving directory '/usr/src/RPM/BUILD/libaesgm-20090429' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.81426 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/libaesgm-buildroot + : + /bin/rm -rf -- /usr/src/tmp/libaesgm-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd libaesgm-20090429 + make DESTDIR=/usr/src/tmp/libaesgm-buildroot LIBDIR=/usr/lib64 install make: Entering directory '/usr/src/RPM/BUILD/libaesgm-20090429' mkdir -p /usr/src/tmp/libaesgm-buildroot/usr/include//aes/ cp -p *.h /usr/src/tmp/libaesgm-buildroot/usr/include//aes/ mkdir -p /usr/src/tmp/libaesgm-buildroot/usr/lib64 cp -p libaesgm.so.0.0.0 /usr/src/tmp/libaesgm-buildroot/usr/lib64 cd /usr/src/tmp/libaesgm-buildroot/usr/lib64 && ln -s -f libaesgm.so.0.0.0 libaesgm.so && ln -s -f libaesgm.so.0.0.0 libaesgm.so.0 make: Leaving directory '/usr/src/RPM/BUILD/libaesgm-20090429' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/libaesgm-buildroot (auto) mode of './usr/lib64/libaesgm.so.0.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/libaesgm-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/libaesgm-buildroot/ (default) Compressing files in /usr/src/tmp/libaesgm-buildroot (auto) Adjusting library links in /usr/src/tmp/libaesgm-buildroot ./usr/lib64: (from :0) libaesgm.so.0 -> libaesgm.so.0.0.0 Verifying ELF objects in /usr/src/tmp/libaesgm-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/libaesgm-buildroot Processing files: libaesgm-20090429-alt2_24 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.81426 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libaesgm-20090429 + DOCDIR=/usr/src/tmp/libaesgm-buildroot/usr/share/doc/libaesgm-20090429 + export DOCDIR + rm -rf /usr/src/tmp/libaesgm-buildroot/usr/share/doc/libaesgm-20090429 + /bin/mkdir -p /usr/src/tmp/libaesgm-buildroot/usr/share/doc/libaesgm-20090429 + cp -prL aes.txt license.txt vb.txt via_ace.txt /usr/src/tmp/libaesgm-buildroot/usr/share/doc/libaesgm-20090429 + chmod -R go-w /usr/src/tmp/libaesgm-buildroot/usr/share/doc/libaesgm-20090429 + chmod -R a+rX /usr/src/tmp/libaesgm-buildroot/usr/share/doc/libaesgm-20090429 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jHIcBK find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/libaesgm-buildroot/usr/lib64/libaesgm.so.0: 64 symbols, 16 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.L0CmSm find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libaesgm.so.0()(64bit) = set:jcJB2wQ2zhrzQ0ax55sbSkMGM4hXDCUmVR3AWP9gIycEfvmmLVc64mLpI3w3tVHqChk2daZrYVl8ayZlD1waU4b7JwLiTRw0jGwPPi7iOavdmysxGXAtSFs5D6TI97 Requires: libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xlNlqZ Creating libaesgm-debuginfo package Processing files: libaesgm-devel-20090429-alt2_24 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2vZDZG 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.NRkI5w find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) /usr/src/tmp/libaesgm-buildroot/usr/include/aes/hmac.h:47:2: error: #error define USE_SHA1 or USE_SHA256 to set the HMAC hash algorithm 47 | #error define USE_SHA1 or USE_SHA256 to set the HMAC hash algorithm | ^~~~~ cpp.req: /usr/src/tmp/libaesgm-buildroot/usr/include/aes/hmac.h: cpp failed, trying c++ mode x86_64-alt-linux-cpp: fatal error: cannot execute 'cc1plus': posix_spawnp: No such file or directory compilation terminated. cpp.req: WARNING: /usr/src/tmp/libaesgm-buildroot/usr/include/aes/hmac.h: cpp failed In file included from /usr/src/tmp/libaesgm-buildroot/usr/include/aes/fileenc.h:42: /usr/src/tmp/libaesgm-buildroot/usr/include/aes/hmac.h:47:2: error: #error define USE_SHA1 or USE_SHA256 to set the HMAC hash algorithm 47 | #error define USE_SHA1 or USE_SHA256 to set the HMAC hash algorithm | ^~~~~ cpp.req: WARNING: /usr/src/tmp/libaesgm-buildroot/usr/include/aes/fileenc.h: cpp failed Requires: libaesgm = 20090429-alt2_24, /usr/lib64/libaesgm.so.0.0.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IgwmQg Processing files: libaesgm-debuginfo-20090429-alt2_24 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eowdqq find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JRLW93 find-requires: running scripts (debuginfo) Provides: debug64(libaesgm.so.0) Requires: libaesgm = 20090429-alt2_24, debug64(libc.so.6) Adding to libaesgm-devel a strict dependency on libaesgm Adding to libaesgm-debuginfo a strict dependency on libaesgm Removing 1 extra deps from libaesgm-devel due to dependency on libaesgm Wrote: /usr/src/RPM/RPMS/x86_64/libaesgm-20090429-alt2_24.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libaesgm-devel-20090429-alt2_24.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libaesgm-debuginfo-20090429-alt2_24.x86_64.rpm (w2.lzdio) 1.68user 2.54system 0:10.44elapsed 40%CPU (0avgtext+0avgdata 61596maxresident)k 0inputs+0outputs (0major+346622minor)pagefaults 0swaps 3.97user 3.22system 0:21.85elapsed 32%CPU (0avgtext+0avgdata 136564maxresident)k 0inputs+0outputs (0major+278320minor)pagefaults 0swaps --- libaesgm-20090429-alt2_24.x86_64.rpm.repo 2021-01-25 19:51:02.652377603 +0000 +++ libaesgm-20090429-alt2_24.x86_64.rpm.hasher 2024-10-29 16:10:29.105318285 +0000 @@ -9,2 +9,3 @@ Requires: libc.so.6(GLIBC_2.2.5)(64bit) +Requires: libc.so.6(GLIBC_2.3.4)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) @@ -15,3 +16,3 @@ File: /usr/lib64/libaesgm.so.0 120777 root:root libaesgm.so.0.0.0 -File: /usr/lib64/libaesgm.so.0.0.0 100644 root:root 524596789b50a9e3ed53f06c3f0754c5 +File: /usr/lib64/libaesgm.so.0.0.0 100644 root:root 61ed25d286def6d3797180e8135b4a3a File: /usr/share/doc/libaesgm-20090429 40755 root:root @@ -21,2 +22,2 @@ File: /usr/share/doc/libaesgm-20090429/via_ace.txt 100644 root:root e43b14de30268cd8cf8664a230533bf9 -RPMIdentity: c403162ec55defd1d03cd4399dab13e6d1cd890583b79d71aebdc6944fd44f438cfa880542e5d561d3c62cca7c4aacc69f83fe291ff8a98dca66ee54872430d4 +RPMIdentity: a516df0ca3b494637526e2e482bc7dd5be70f7a12e7969f58696c906b049ecff8d90da32b797890c321e0347f718fa8f705704deb42bece09b2a4937b7677cf8 --- libaesgm-debuginfo-20090429-alt2_24.x86_64.rpm.repo 2021-01-25 19:51:02.631377430 +0000 +++ libaesgm-debuginfo-20090429-alt2_24.x86_64.rpm.hasher 2024-10-29 16:10:29.195319767 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/46 40755 root:root -/usr/lib/debug/.build-id/46/145b620ad93edf89caf43170ad14dca260043b 120777 root:root ../../../../lib64/libaesgm.so.0.0.0 -/usr/lib/debug/.build-id/46/145b620ad93edf89caf43170ad14dca260043b.debug 120777 root:root ../../usr/lib64/libaesgm.so.0.0.0.debug +/usr/lib/debug/.build-id/9e 40755 root:root +/usr/lib/debug/.build-id/9e/1de36932e98c21b6750652c680332fa401897f 120777 root:root ../../../../lib64/libaesgm.so.0.0.0 +/usr/lib/debug/.build-id/9e/1de36932e98c21b6750652c680332fa401897f.debug 120777 root:root ../../usr/lib64/libaesgm.so.0.0.0.debug /usr/lib/debug/usr/lib64/libaesgm.so.0.0.0.debug 100644 root:root @@ -27,6 +27,6 @@ Provides: libaesgm-debuginfo = 20090429-alt2_24:sisyphus+265272.100.1.1 -File: /usr/lib/debug/.build-id/46 40755 root:root -File: /usr/lib/debug/.build-id/46/145b620ad93edf89caf43170ad14dca260043b 120777 root:root ../../../../lib64/libaesgm.so.0.0.0 -File: /usr/lib/debug/.build-id/46/145b620ad93edf89caf43170ad14dca260043b.debug 120777 root:root ../../usr/lib64/libaesgm.so.0.0.0.debug -File: /usr/lib/debug/usr/lib64/libaesgm.so.0.0.0.debug 100644 root:root b5c65676b0615146a2009ba554bcb65e +File: /usr/lib/debug/.build-id/9e 40755 root:root +File: /usr/lib/debug/.build-id/9e/1de36932e98c21b6750652c680332fa401897f 120777 root:root ../../../../lib64/libaesgm.so.0.0.0 +File: /usr/lib/debug/.build-id/9e/1de36932e98c21b6750652c680332fa401897f.debug 120777 root:root ../../usr/lib64/libaesgm.so.0.0.0.debug +File: /usr/lib/debug/usr/lib64/libaesgm.so.0.0.0.debug 100644 root:root 3ef9f70f18a70dd351e78630eb785bfb File: /usr/lib/debug/usr/lib64/libaesgm.so.0.debug 120777 root:root libaesgm.so.0.0.0.debug @@ -49,2 +49,2 @@ File: /usr/src/debug/libaesgm-20090429/sha2.h 100644 root:root 942da7c82e9ead8e57d1da3eade3efba -RPMIdentity: 365dee935e4d1ea64f3ba846c4f4cd18ca0ad620bb92bb41d513b5be8bdf19446ccded1abc126bc132630e0858e474bf5a8745291d09afa1133b1b9879b76bf5 +RPMIdentity: 657961eb55a0739d3cfaf1aac863aabe257efd29ee173090af3153da9585ad2db9351fb85c84df6eec45331237b5252e7d4bbbf97a3e9ec14f35e4d2749b5559