<86>Feb 25 00:27:35 userdel[573983]: delete user 'rooter' <86>Feb 25 00:27:35 userdel[573983]: removed group 'rooter' owned by 'rooter' <86>Feb 25 00:27:35 userdel[573983]: removed shadow group 'rooter' owned by 'rooter' <86>Feb 25 00:27:35 groupadd[575198]: group added to /etc/group: name=rooter, GID=1868 <86>Feb 25 00:27:35 groupadd[575198]: group added to /etc/gshadow: name=rooter <86>Feb 25 00:27:35 groupadd[575198]: new group: name=rooter, GID=1868 <86>Feb 25 00:27:35 useradd[575633]: new user: name=rooter, UID=1868, GID=1868, home=/root, shell=/bin/bash <86>Feb 25 00:27:35 userdel[575950]: delete user 'builder' <86>Feb 25 00:27:35 userdel[575950]: removed group 'builder' owned by 'builder' <86>Feb 25 00:27:35 userdel[575950]: removed shadow group 'builder' owned by 'builder' <86>Feb 25 00:27:35 groupadd[576099]: group added to /etc/group: name=builder, GID=1869 <86>Feb 25 00:27:35 groupadd[576099]: group added to /etc/gshadow: name=builder <86>Feb 25 00:27:35 groupadd[576099]: new group: name=builder, GID=1869 <86>Feb 25 00:27:35 useradd[576224]: new user: name=builder, UID=1869, GID=1869, 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.86348 + 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/tar -xf - + /bin/gzip -dc /usr/src/RPM/SOURCES/HawkNL168src.tar.gz + 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.97395 + 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 -j16 -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.51513 + 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.nzHmb2 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.78P083 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.9aUSH4 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.ZBy1W1 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.kth1T3 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.681iv4 Processing files: libhawknl-debuginfo-1.68-alt4 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.S4ryE2 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gZS673 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.41user 2.32system 0:14.80elapsed 32%CPU (0avgtext+0avgdata 38516maxresident)k 0inputs+0outputs (0major+326175minor)pagefaults 0swaps 0.88user 2.50system 0:25.32elapsed 13%CPU (0avgtext+0avgdata 12220maxresident)k 0inputs+0outputs (0major+98071minor)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 2024-02-25 00:27:54.492431618 +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: 3a4aef572530beac9741d77d1aef2624c73fc995f3ea51ddd0824442520878848720cfc26c1138d4c2da2a9809589ea9fd5c79e8b0f8e5e0bbc9ecc22f337820 +File: /usr/lib64/libNL.so.1.6.8 100644 root:root 31453595bc5fb3e38644399ea92a0894 +RPMIdentity: d407cd210a50d2c125935263be0485293a98de35df96581c1961f695918f38aa0a9c4a9bf8d6ba2c8d61dafb0448bed203b7d03368fdc1401251a81c2024ba07 --- 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 2024-02-25 00:27:54.584433074 +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/43 40755 root:root +/usr/lib/debug/.build-id/43/cac0e3645a4b011e410b2b0f2c726ddab8a557 120777 root:root ../../../../lib64/libNL.so.1.6.8 +/usr/lib/debug/.build-id/43/cac0e3645a4b011e410b2b0f2c726ddab8a557.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/43 40755 root:root +File: /usr/lib/debug/.build-id/43/cac0e3645a4b011e410b2b0f2c726ddab8a557 120777 root:root ../../../../lib64/libNL.so.1.6.8 +File: /usr/lib/debug/.build-id/43/cac0e3645a4b011e410b2b0f2c726ddab8a557.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 c2c256a3ccba4622cfaba05f92b379ce 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: 3228f4d3f0cabb28f62745e20b183f4a37541a2d2d44b3b3184be4e64cac17bb57fef5a5d682e29c294cfd36a0fb5fb0e515a95f7e878d7be8e0202c571b97da +RPMIdentity: 551b71dffccf8a7b3bd30757d06935ba69ea5a4875d07ac053468b727b18f6699555c53c6580762813a8d9525798257b798ae40e2579fd6cacde7f6e20c0980e --- 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 2024-02-25 00:27:54.666434372 +0000 @@ -9,2 +9,2 @@ File: /usr/lib64/libNL.so 120777 root:root libNL.so.1.6.8 -RPMIdentity: 83c908e9fa54d30e9e9620f27f9d0fcb6480ff5094ae982943f745d4e8cd6cf6ce36810b08a2d79823d7f5d5c75b7ac08e1e7fcf301d2ce917fbdf1e3fcd8e99 +RPMIdentity: 042e7a457d53243312a115ee93efec0d63ea4e59a0929fa00f0fc86c28798feecc0277ca0b0d5ba11c637de78ad14ee3670d63d727377b306177c896a6329cb1