<86>Jul 28 01:30:54 userdel[2328605]: delete user 'rooter' <86>Jul 28 01:30:54 userdel[2328605]: removed group 'rooter' owned by 'rooter' <86>Jul 28 01:30:54 userdel[2328605]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 28 01:30:54 groupadd[2328623]: group added to /etc/group: name=rooter, GID=648 <86>Jul 28 01:30:54 groupadd[2328623]: group added to /etc/gshadow: name=rooter <86>Jul 28 01:30:54 groupadd[2328623]: new group: name=rooter, GID=648 <86>Jul 28 01:30:54 useradd[2328636]: new user: name=rooter, UID=648, GID=648, home=/root, shell=/bin/bash <86>Jul 28 01:30:54 userdel[2328655]: delete user 'builder' <86>Jul 28 01:30:54 userdel[2328655]: removed group 'builder' owned by 'builder' <86>Jul 28 01:30:54 userdel[2328655]: removed shadow group 'builder' owned by 'builder' <86>Jul 28 01:30:54 groupadd[2328679]: group added to /etc/group: name=builder, GID=649 <86>Jul 28 01:30:54 groupadd[2328679]: group added to /etc/gshadow: name=builder <86>Jul 28 01:30:54 groupadd[2328679]: new group: name=builder, GID=649 <86>Jul 28 01:30:54 useradd[2328689]: new user: name=builder, UID=649, GID=649, home=/usr/src, shell=/bin/bash Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/libhawknl-1.68-alt4.nosrc.rpm (w1.gzdio) Installing libhawknl-1.68-alt4.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.29826 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf hawknl1.68 + echo 'Source #0 (HawkNL168src.tar.gz):' Source #0 (HawkNL168src.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/HawkNL168src.tar.gz + /bin/tar -xf - + cd hawknl1.68 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (libhawknl-64bit.patch):' Patch #0 (libhawknl-64bit.patch): + /usr/bin/patch -p1 patching file include/nl.h patching file src/sock.c Hunk #3 succeeded at 1756 (offset -4 lines). Hunk #4 succeeded at 1773 (offset -4 lines). + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.29826 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd hawknl1.68 + subst 's/-soname,NL.so/-soname,libNL.so/; s|ln -s $(LIBDIR)/$(OUTPUT)|ln -s $(OUTPUT)|g' src/makefile.linux + subst 's/-O./-pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing/' src/makefile.linux + make -j8 -f makefile.linux make: Entering directory '/usr/src/RPM/BUILD/hawknl1.68' cd src;\ make -f makefile.linux make[1]: Entering directory '/usr/src/RPM/BUILD/hawknl1.68/src' make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Leaving directory '/usr/src/RPM/BUILD/hawknl1.68/src' make[1]: Entering directory '/usr/src/RPM/BUILD/hawknl1.68/src' gcc -Wall -fPIC -I../include -funroll-all-loops -ffast-math -fomit-frame-pointer -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -D_GNU_SOURCE -D_REENTRANT -c -o crc.o crc.c gcc -Wall -fPIC -I../include -funroll-all-loops -ffast-math -fomit-frame-pointer -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -D_GNU_SOURCE -D_REENTRANT -c -o errorstr.o errorstr.c gcc -Wall -fPIC -I../include -funroll-all-loops -ffast-math -fomit-frame-pointer -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -D_GNU_SOURCE -D_REENTRANT -c -o nl.o nl.c gcc -Wall -fPIC -I../include -funroll-all-loops -ffast-math -fomit-frame-pointer -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -D_GNU_SOURCE -D_REENTRANT -c -o sock.o sock.c In file included from /usr/include/string.h:532, from /usr/include/memory.h:29, from sock.c:26: In function 'strncpy', inlined from 'sock_GetNameFromAddr' at sock.c:1944:5: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wall -fPIC -I../include -funroll-all-loops -ffast-math -fomit-frame-pointer -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -D_GNU_SOURCE -D_REENTRANT -c -o group.o group.c gcc -Wall -fPIC -I../include -funroll-all-loops -ffast-math -fomit-frame-pointer -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -D_GNU_SOURCE -D_REENTRANT -c -o loopback.o loopback.c gcc -Wall -fPIC -I../include -funroll-all-loops -ffast-math -fomit-frame-pointer -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -D_GNU_SOURCE -D_REENTRANT -c -o err.o err.c err.c: In function 'nlSetError': err.c:76:40: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 76 | (void)pthread_setspecific(key, (void *)err); | ^ err.c: In function 'nlGetError': err.c:113:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 113 | result = (NLenum)pthread_getspecific(key); | ^ gcc -Wall -fPIC -I../include -funroll-all-loops -ffast-math -fomit-frame-pointer -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -D_GNU_SOURCE -D_REENTRANT -c -o thread.o thread.c gcc -Wall -fPIC -I../include -funroll-all-loops -ffast-math -fomit-frame-pointer -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -D_GNU_SOURCE -D_REENTRANT -c -o mutex.o mutex.c gcc -Wall -fPIC -I../include -funroll-all-loops -ffast-math -fomit-frame-pointer -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -D_GNU_SOURCE -D_REENTRANT -c -o condition.o condition.c gcc -Wall -fPIC -I../include -funroll-all-loops -ffast-math -fomit-frame-pointer -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -D_GNU_SOURCE -D_REENTRANT -c -o nltime.o nltime.c gcc -o libNL.so.1.6.8 crc.o errorstr.o nl.o sock.o group.o loopback.o err.o thread.o mutex.o condition.o nltime.o -shared -Wl,-soname,libNL.so.1.6 -rdynamic -lpthread -Wall -fPIC -I../include -funroll-all-loops -ffast-math -fomit-frame-pointer -pipe -frecord-gcc-switches -Wall -g -O2 -fno-strict-aliasing -D_GNU_SOURCE -D_REENTRANT ar cru libNL.a crc.o errorstr.o nl.o sock.o group.o loopback.o err.o thread.o mutex.o condition.o nltime.o ar: `u' modifier ignored since `D' is the default (see `U') ranlib libNL.a make[1]: Leaving directory '/usr/src/RPM/BUILD/hawknl1.68/src' make: Leaving directory '/usr/src/RPM/BUILD/hawknl1.68' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.65193 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/libhawknl-buildroot + : + /bin/rm -rf -- /usr/src/tmp/libhawknl-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd hawknl1.68 + install -d /usr/src/tmp/libhawknl-buildroot/usr/lib64 /usr/src/tmp/libhawknl-buildroot/usr/include/hawknl + make -f makefile.linux install LIBDIR=/usr/src/tmp/libhawknl-buildroot/usr/lib64 INCDIR=/usr/src/tmp/libhawknl-buildroot/usr/include/hawknl make: Entering directory '/usr/src/RPM/BUILD/hawknl1.68' cd src;\ make -f makefile.linux install make[1]: Entering directory '/usr/src/RPM/BUILD/hawknl1.68/src' cp libNL.so.1.6.8 /usr/src/tmp/libhawknl-buildroot/usr/lib64 cp libNL.a /usr/src/tmp/libhawknl-buildroot/usr/lib64 chmod 755 /usr/src/tmp/libhawknl-buildroot/usr/lib64/libNL.so.1.6.8 ln -s libNL.so.1.6.8 /usr/src/tmp/libhawknl-buildroot/usr/lib64/libNL.so.1.6 ln -s libNL.so.1.6.8 /usr/src/tmp/libhawknl-buildroot/usr/lib64/libNL.so.1 ln -s libNL.so.1.6.8 /usr/src/tmp/libhawknl-buildroot/usr/lib64/libNL.so ln -s libNL.so.1.6.8 /usr/src/tmp/libhawknl-buildroot/usr/lib64/NL.so cp ../include/nl.h /usr/src/tmp/libhawknl-buildroot/usr/include/hawknl/nl.h chmod 644 /usr/src/tmp/libhawknl-buildroot/usr/include/hawknl/nl.h ************************************************* * Installed HawkNL. * * Remember to run /sbin/ldconfig before using * * the library, you may also want to check that * * /usr/src/tmp/libhawknl-buildroot/usr/lib64 is included in /etc/ld.so.conf * * You must be root to run ldconfig. * ************************************************* make[1]: Leaving directory '/usr/src/RPM/BUILD/hawknl1.68/src' make: Leaving directory '/usr/src/RPM/BUILD/hawknl1.68' + rm -f /usr/src/tmp/libhawknl-buildroot/usr/lib64/libNL.a /usr/src/tmp/libhawknl-buildroot/usr/lib64/NL.so + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/libhawknl-buildroot (auto) mode of './usr/lib64/libNL.so.1.6.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/libhawknl-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/libhawknl-buildroot/ (default) Compressing files in /usr/src/tmp/libhawknl-buildroot (auto) Adjusting library links in /usr/src/tmp/libhawknl-buildroot ./usr/lib64: (from :0) libNL.so.1.6 -> libNL.so.1.6.8 Verifying ELF objects in /usr/src/tmp/libhawknl-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: libhawknl-1.68-alt4 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZNRfxo find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/libhawknl-buildroot/usr/lib64/libNL.so.1.6: 125 symbols, 17 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kOY2zn find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libNL.so.1.6()(64bit) = set:kdTxdCcqhijmnsTNLFeKwYhZ0FwsBG6n8ZASZ3SQKZmRpcfiQrKeq7RQWAKOy7m7udr6eAdJtPxbgegbe53FeZD8Osm5QAct6KyCzddrG2gD2aZuz5RuAyaX1pyQipVEeHs6XPZv9HgmAEz7lCm0rePtpDGhZ0xi7lic1Sn3FVAZBRSMqBZBLC16IsNfxTGDn3uoQse6tAxQkvg6OOkZKwpZ9xuwKtLHPN1MTy7Er4qbZm8Amrj2SrYc0 Requires: libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.15)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.2)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libpthread.so.0(GLIBC_2.2.5)(64bit), libpthread.so.0(GLIBC_2.3.2)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hBRWvm Creating libhawknl-debuginfo package Processing files: libhawknl-devel-1.68-alt4 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IMKcNo 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.Tog6Jo find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: libhawknl = 1.68-alt4, /usr/lib64/libNL.so.1.6.8 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.o3mrcp Processing files: libhawknl-debuginfo-1.68-alt4 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ogxQ2l find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.s3396l find-requires: running scripts (debuginfo) Provides: debug64(libNL.so.1.6) Requires: libhawknl = 1.68-alt4, debug64(libc.so.6), debug64(libpthread.so.0) Removing 1 extra deps from libhawknl-devel due to dependency on libhawknl Wrote: /usr/src/RPM/RPMS/x86_64/libhawknl-1.68-alt4.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libhawknl-devel-1.68-alt4.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libhawknl-debuginfo-1.68-alt4.x86_64.rpm (w2.lzdio) 2.88user 0.70system 0:13.28elapsed 26%CPU (0avgtext+0avgdata 38584maxresident)k 0inputs+0outputs (0major+328078minor)pagefaults 0swaps 4.47user 3.95system 0:19.27elapsed 43%CPU (0avgtext+0avgdata 38584maxresident)k 0inputs+0outputs (0major+528024minor)pagefaults 0swaps --- libhawknl-1.68-alt4.x86_64.rpm.repo 2011-07-14 11:50:35.000000000 +0000 +++ libhawknl-1.68-alt4.x86_64.rpm.hasher 2021-07-28 01:31:10.952827302 +0000 @@ -3,5 +3,9 @@ /usr/lib64/libNL.so.1.6.8 100644 root:root +Requires: libc.so.6(GLIBC_2.14)(64bit) +Requires: libc.so.6(GLIBC_2.15)(64bit) Requires: libc.so.6(GLIBC_2.2.5)(64bit) +Requires: libc.so.6(GLIBC_2.3.2)(64bit) Requires: libc.so.6(GLIBC_2.3.4)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) +Requires: libc.so.6(GLIBC_2.7)(64bit) Requires: libpthread.so.0(GLIBC_2.2.5)(64bit) @@ -14,3 +18,3 @@ File: /usr/lib64/libNL.so.1.6 120777 root:root libNL.so.1.6.8 -File: /usr/lib64/libNL.so.1.6.8 100644 root:root 46853b26c92359495bb528bfa2e28fe5 -RPMIdentity: ba5042f67be74a72620aba62a4418d90 +File: /usr/lib64/libNL.so.1.6.8 100644 root:root 51e3f83878c43a3ca44aabca8672420c +RPMIdentity: d7b747e5473b99eb50c4766fa0c32c66 --- libhawknl-debuginfo-1.68-alt4.x86_64.rpm.repo 2011-07-14 11:50:35.000000000 +0000 +++ libhawknl-debuginfo-1.68-alt4.x86_64.rpm.hasher 2021-07-28 01:31:11.109827394 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/00 40755 root:root -/usr/lib/debug/.build-id/00/4f28d8957d6d133e89c4dd8c3b18bcc38c543a 120777 root:root ../../../../lib64/libNL.so.1.6.8 -/usr/lib/debug/.build-id/00/4f28d8957d6d133e89c4dd8c3b18bcc38c543a.debug 120777 root:root ../../usr/lib64/libNL.so.1.6.8.debug +/usr/lib/debug/.build-id/69 40755 root:root +/usr/lib/debug/.build-id/69/ec4bc5b6c400b722f1717a63e1da8660255c0f 120777 root:root ../../../../lib64/libNL.so.1.6.8 +/usr/lib/debug/.build-id/69/ec4bc5b6c400b722f1717a63e1da8660255c0f.debug 120777 root:root ../../usr/lib64/libNL.so.1.6.8.debug /usr/lib/debug/usr/lib64/libNL.so.1.6.8.debug 100644 root:root @@ -6,3 +6,2 @@ /usr/lib/debug/usr/lib64/libNL.so.1.debug 120777 root:root libNL.so.1.6.8.debug -/usr/lib/debug/usr/lib64/libNL.so.debug 120777 root:root libNL.so.1.6.8.debug /usr/src/debug/hawknl1.68 40755 root:root @@ -29,9 +28,8 @@ Provides: libhawknl-debuginfo = 1.68-alt4 -File: /usr/lib/debug/.build-id/00 40755 root:root -File: /usr/lib/debug/.build-id/00/4f28d8957d6d133e89c4dd8c3b18bcc38c543a 120777 root:root ../../../../lib64/libNL.so.1.6.8 -File: /usr/lib/debug/.build-id/00/4f28d8957d6d133e89c4dd8c3b18bcc38c543a.debug 120777 root:root ../../usr/lib64/libNL.so.1.6.8.debug -File: /usr/lib/debug/usr/lib64/libNL.so.1.6.8.debug 100644 root:root 6630e128b7bdb9757638c21d91df03ff +File: /usr/lib/debug/.build-id/69 40755 root:root +File: /usr/lib/debug/.build-id/69/ec4bc5b6c400b722f1717a63e1da8660255c0f 120777 root:root ../../../../lib64/libNL.so.1.6.8 +File: /usr/lib/debug/.build-id/69/ec4bc5b6c400b722f1717a63e1da8660255c0f.debug 120777 root:root ../../usr/lib64/libNL.so.1.6.8.debug +File: /usr/lib/debug/usr/lib64/libNL.so.1.6.8.debug 100644 root:root 89984769a0d0dc5f3bfe405b1236822e File: /usr/lib/debug/usr/lib64/libNL.so.1.6.debug 120777 root:root libNL.so.1.6.8.debug File: /usr/lib/debug/usr/lib64/libNL.so.1.debug 120777 root:root libNL.so.1.6.8.debug -File: /usr/lib/debug/usr/lib64/libNL.so.debug 120777 root:root libNL.so.1.6.8.debug File: /usr/src/debug/hawknl1.68 40755 root:root @@ -52,2 +50,2 @@ File: /usr/src/debug/hawknl1.68/src/thread.c 100644 root:root 8ad05f9a1e75a3ee355ace9a97872dbd -RPMIdentity: f573dd56a43dd3db65b016387c859fb0 +RPMIdentity: b9df9a020a1737039ec98340b10fcc9d --- libhawknl-devel-1.68-alt4.x86_64.rpm.repo 2011-07-14 11:50:35.000000000 +0000 +++ libhawknl-devel-1.68-alt4.x86_64.rpm.hasher 2021-07-28 01:31:11.299827506 +0000 @@ -9,2 +9,2 @@ File: /usr/lib64/libNL.so 120777 root:root libNL.so.1.6.8 -RPMIdentity: 505b6212ca708f24ae1c8d4004c22662 +RPMIdentity: c1fd38506cb016296dd10a17831526b5