<86>Dec 19 00:07:05 userdel[1211023]: delete user 'rooter' <86>Dec 19 00:07:05 userdel[1211023]: removed group 'rooter' owned by 'rooter' <86>Dec 19 00:07:05 userdel[1211023]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 19 00:07:05 groupadd[1211069]: group added to /etc/group: name=rooter, GID=1862 <86>Dec 19 00:07:05 groupadd[1211069]: group added to /etc/gshadow: name=rooter <86>Dec 19 00:07:05 groupadd[1211069]: new group: name=rooter, GID=1862 <86>Dec 19 00:07:05 useradd[1211102]: new user: name=rooter, UID=1862, GID=1862, home=/root, shell=/bin/bash, from=none <86>Dec 19 00:07:05 userdel[1211141]: delete user 'builder' <86>Dec 19 00:07:05 userdel[1211141]: removed group 'builder' owned by 'builder' <86>Dec 19 00:07:05 userdel[1211141]: removed shadow group 'builder' owned by 'builder' <86>Dec 19 00:07:05 groupadd[1211178]: group added to /etc/group: name=builder, GID=1863 <86>Dec 19 00:07:05 groupadd[1211178]: group added to /etc/gshadow: name=builder <86>Dec 19 00:07:05 groupadd[1211178]: new group: name=builder, GID=1863 <86>Dec 19 00:07:05 useradd[1211211]: new user: name=builder, UID=1863, GID=1863, home=/usr/src, shell=/bin/bash, from=none Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/nrg4iso-1.0.1-alt2.nosrc.rpm (w1.gzdio) Installing nrg4iso-1.0.1-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.25866 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf nrg4iso + echo 'Source #0 (nrg4iso-1.0.1.tgz):' Source #0 (nrg4iso-1.0.1.tgz): + /usr/bin/gzip -dc /usr/src/RPM/SOURCES/nrg4iso-1.0.1.tgz + /bin/tar -xf - + cd nrg4iso + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.25866 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd nrg4iso + /usr/bin/subst s@machine/endian.h@endian.h@ endian.h + /usr/bin/subst 's/O_RDONLY,/O_RDONLY | O_LARGEFILE,/' nrg.c + make -j16 'CC=gcc -D_LARGEFILE64_SOURCE -fgnu89-inline' make: Entering directory '/usr/src/RPM/BUILD/nrg4iso' gcc -D_LARGEFILE64_SOURCE -fgnu89-inline -Os -Wall -c -o endian.o endian.c In file included from endian.c:29: endian.h:47:9: warning: "htobe16" redefined 47 | #define htobe16(x) bswap16((x)) | ^~~~~~~ In file included from endian.h:36: /usr/include/endian.h:39:11: note: this is the location of the previous definition 39 | # define htobe16(x) __bswap_16 (x) | ^~~~~~~ endian.h:48:9: warning: "htobe32" redefined 48 | #define htobe32(x) bswap32((x)) | ^~~~~~~ /usr/include/endian.h:44:11: note: this is the location of the previous definition 44 | # define htobe32(x) __bswap_32 (x) | ^~~~~~~ endian.h:49:9: warning: "htobe64" redefined 49 | #define htobe64(x) bswap64((x)) | ^~~~~~~ /usr/include/endian.h:49:11: note: this is the location of the previous definition 49 | # define htobe64(x) __bswap_64 (x) | ^~~~~~~ endian.h:50:9: warning: "htole16" redefined 50 | #define htole16(x) ((uint16_t)(x)) | ^~~~~~~ /usr/include/endian.h:40:11: note: this is the location of the previous definition 40 | # define htole16(x) __uint16_identity (x) | ^~~~~~~ endian.h:51:9: warning: "htole32" redefined 51 | #define htole32(x) ((uint32_t)(x)) | ^~~~~~~ /usr/include/endian.h:45:11: note: this is the location of the previous definition 45 | # define htole32(x) __uint32_identity (x) | ^~~~~~~ endian.h:52:9: warning: "htole64" redefined 52 | #define htole64(x) ((uint64_t)(x)) | ^~~~~~~ /usr/include/endian.h:50:11: note: this is the location of the previous definition 50 | # define htole64(x) __uint64_identity (x) | ^~~~~~~ endian.h:54:9: warning: "be16toh" redefined 54 | #define be16toh(x) bswap16((x)) | ^~~~~~~ /usr/include/endian.h:41:11: note: this is the location of the previous definition 41 | # define be16toh(x) __bswap_16 (x) | ^~~~~~~ endian.h:55:9: warning: "be32toh" redefined 55 | #define be32toh(x) bswap32((x)) | ^~~~~~~ /usr/include/endian.h:46:11: note: this is the location of the previous definition 46 | # define be32toh(x) __bswap_32 (x) | ^~~~~~~ endian.h:56:9: warning: "be64toh" redefined 56 | #define be64toh(x) bswap64((x)) | ^~~~~~~ /usr/include/endian.h:51:11: note: this is the location of the previous definition 51 | # define be64toh(x) __bswap_64 (x) | ^~~~~~~ endian.h:57:9: warning: "le16toh" redefined 57 | #define le16toh(x) ((uint16_t)(x)) | ^~~~~~~ /usr/include/endian.h:42:11: note: this is the location of the previous definition 42 | # define le16toh(x) __uint16_identity (x) | ^~~~~~~ endian.h:58:9: warning: "le32toh" redefined 58 | #define le32toh(x) ((uint32_t)(x)) | ^~~~~~~ /usr/include/endian.h:47:11: note: this is the location of the previous definition 47 | # define le32toh(x) __uint32_identity (x) | ^~~~~~~ endian.h:59:9: warning: "le64toh" redefined 59 | #define le64toh(x) ((uint64_t)(x)) | ^~~~~~~ /usr/include/endian.h:52:11: note: this is the location of the previous definition 52 | # define le64toh(x) __uint64_identity (x) | ^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/nrg4iso' make: Entering directory '/usr/src/RPM/BUILD/nrg4iso' gcc -D_LARGEFILE64_SOURCE -fgnu89-inline -Os -Wall -c -o iso9660.o iso9660.c In file included from iso9660.c:35: endian.h:47:9: warning: "htobe16" redefined 47 | #define htobe16(x) bswap16((x)) | ^~~~~~~ In file included from endian.h:36: /usr/include/endian.h:39:11: note: this is the location of the previous definition 39 | # define htobe16(x) __bswap_16 (x) | ^~~~~~~ endian.h:48:9: warning: "htobe32" redefined 48 | #define htobe32(x) bswap32((x)) | ^~~~~~~ /usr/include/endian.h:44:11: note: this is the location of the previous definition 44 | # define htobe32(x) __bswap_32 (x) | ^~~~~~~ endian.h:49:9: warning: "htobe64" redefined 49 | #define htobe64(x) bswap64((x)) | ^~~~~~~ /usr/include/endian.h:49:11: note: this is the location of the previous definition 49 | # define htobe64(x) __bswap_64 (x) | ^~~~~~~ endian.h:50:9: warning: "htole16" redefined 50 | #define htole16(x) ((uint16_t)(x)) | ^~~~~~~ /usr/include/endian.h:40:11: note: this is the location of the previous definition 40 | # define htole16(x) __uint16_identity (x) | ^~~~~~~ endian.h:51:9: warning: "htole32" redefined 51 | #define htole32(x) ((uint32_t)(x)) | ^~~~~~~ /usr/include/endian.h:45:11: note: this is the location of the previous definition 45 | # define htole32(x) __uint32_identity (x) | ^~~~~~~ endian.h:52:9: warning: "htole64" redefined 52 | #define htole64(x) ((uint64_t)(x)) | ^~~~~~~ /usr/include/endian.h:50:11: note: this is the location of the previous definition 50 | # define htole64(x) __uint64_identity (x) | ^~~~~~~ endian.h:54:9: warning: "be16toh" redefined 54 | #define be16toh(x) bswap16((x)) | ^~~~~~~ /usr/include/endian.h:41:11: note: this is the location of the previous definition 41 | # define be16toh(x) __bswap_16 (x) | ^~~~~~~ endian.h:55:9: warning: "be32toh" redefined 55 | #define be32toh(x) bswap32((x)) | ^~~~~~~ /usr/include/endian.h:46:11: note: this is the location of the previous definition 46 | # define be32toh(x) __bswap_32 (x) | ^~~~~~~ endian.h:56:9: warning: "be64toh" redefined 56 | #define be64toh(x) bswap64((x)) | ^~~~~~~ /usr/include/endian.h:51:11: note: this is the location of the previous definition 51 | # define be64toh(x) __bswap_64 (x) | ^~~~~~~ endian.h:57:9: warning: "le16toh" redefined 57 | #define le16toh(x) ((uint16_t)(x)) | ^~~~~~~ /usr/include/endian.h:42:11: note: this is the location of the previous definition 42 | # define le16toh(x) __uint16_identity (x) | ^~~~~~~ endian.h:58:9: warning: "le32toh" redefined 58 | #define le32toh(x) ((uint32_t)(x)) | ^~~~~~~ /usr/include/endian.h:47:11: note: this is the location of the previous definition 47 | # define le32toh(x) __uint32_identity (x) | ^~~~~~~ endian.h:59:9: warning: "le64toh" redefined 59 | #define le64toh(x) ((uint64_t)(x)) | ^~~~~~~ /usr/include/endian.h:52:11: note: this is the location of the previous definition 52 | # define le64toh(x) __uint64_identity (x) | ^~~~~~~ iso9660.c: In function 'iso_verifypvd': iso9660.c:70:84: warning: argument to 'sizeof' in 'strncmp' call is the same expression as the second source; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] 70 | if ((VDPrimary != a_pvd->VDType) || (strncmp(a_pvd->VSStdId, ISO_STD_ID, sizeof(ISO_STD_ID))) || (1 != a_pvd->Version)) | ^ make: Leaving directory '/usr/src/RPM/BUILD/nrg4iso' make: Entering directory '/usr/src/RPM/BUILD/nrg4iso' gcc -D_LARGEFILE64_SOURCE -fgnu89-inline -Os -Wall -c -o main.o main.c make: Leaving directory '/usr/src/RPM/BUILD/nrg4iso' make: Entering directory '/usr/src/RPM/BUILD/nrg4iso' gcc -D_LARGEFILE64_SOURCE -fgnu89-inline -Os -Wall -c -o nrg.o nrg.c In file included from nrg.c:40: endian.h:47:9: warning: "htobe16" redefined 47 | #define htobe16(x) bswap16((x)) | ^~~~~~~ In file included from /usr/include/sys/types.h:176, from /usr/include/stdlib.h:514, from nrg.c:30: /usr/include/endian.h:39:11: note: this is the location of the previous definition 39 | # define htobe16(x) __bswap_16 (x) | ^~~~~~~ endian.h:48:9: warning: "htobe32" redefined 48 | #define htobe32(x) bswap32((x)) | ^~~~~~~ /usr/include/endian.h:44:11: note: this is the location of the previous definition 44 | # define htobe32(x) __bswap_32 (x) | ^~~~~~~ endian.h:49:9: warning: "htobe64" redefined 49 | #define htobe64(x) bswap64((x)) | ^~~~~~~ /usr/include/endian.h:49:11: note: this is the location of the previous definition 49 | # define htobe64(x) __bswap_64 (x) | ^~~~~~~ endian.h:50:9: warning: "htole16" redefined 50 | #define htole16(x) ((uint16_t)(x)) | ^~~~~~~ /usr/include/endian.h:40:11: note: this is the location of the previous definition 40 | # define htole16(x) __uint16_identity (x) | ^~~~~~~ endian.h:51:9: warning: "htole32" redefined 51 | #define htole32(x) ((uint32_t)(x)) | ^~~~~~~ /usr/include/endian.h:45:11: note: this is the location of the previous definition 45 | # define htole32(x) __uint32_identity (x) | ^~~~~~~ endian.h:52:9: warning: "htole64" redefined 52 | #define htole64(x) ((uint64_t)(x)) | ^~~~~~~ /usr/include/endian.h:50:11: note: this is the location of the previous definition 50 | # define htole64(x) __uint64_identity (x) | ^~~~~~~ endian.h:54:9: warning: "be16toh" redefined 54 | #define be16toh(x) bswap16((x)) | ^~~~~~~ /usr/include/endian.h:41:11: note: this is the location of the previous definition 41 | # define be16toh(x) __bswap_16 (x) | ^~~~~~~ endian.h:55:9: warning: "be32toh" redefined 55 | #define be32toh(x) bswap32((x)) | ^~~~~~~ /usr/include/endian.h:46:11: note: this is the location of the previous definition 46 | # define be32toh(x) __bswap_32 (x) | ^~~~~~~ endian.h:56:9: warning: "be64toh" redefined 56 | #define be64toh(x) bswap64((x)) | ^~~~~~~ /usr/include/endian.h:51:11: note: this is the location of the previous definition 51 | # define be64toh(x) __bswap_64 (x) | ^~~~~~~ endian.h:57:9: warning: "le16toh" redefined 57 | #define le16toh(x) ((uint16_t)(x)) | ^~~~~~~ /usr/include/endian.h:42:11: note: this is the location of the previous definition 42 | # define le16toh(x) __uint16_identity (x) | ^~~~~~~ endian.h:58:9: warning: "le32toh" redefined 58 | #define le32toh(x) ((uint32_t)(x)) | ^~~~~~~ /usr/include/endian.h:47:11: note: this is the location of the previous definition 47 | # define le32toh(x) __uint32_identity (x) | ^~~~~~~ endian.h:59:9: warning: "le64toh" redefined 59 | #define le64toh(x) ((uint64_t)(x)) | ^~~~~~~ /usr/include/endian.h:52:11: note: this is the location of the previous definition 52 | # define le64toh(x) __uint64_identity (x) | ^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/nrg4iso' make: Entering directory '/usr/src/RPM/BUILD/nrg4iso' gcc -D_LARGEFILE64_SOURCE -fgnu89-inline -Os -Wall -o nrg4iso main.o iso9660.o nrg.o endian.o make: Leaving directory '/usr/src/RPM/BUILD/nrg4iso' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.25866 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/nrg4iso-buildroot + : + /bin/rm -rf -- /usr/src/tmp/nrg4iso-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd nrg4iso + install -pD -m755 nrg4iso /usr/src/tmp/nrg4iso-buildroot/usr/bin/nrg4iso + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/nrg4iso-buildroot (auto) Verifying and fixing files in /usr/src/tmp/nrg4iso-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/nrg4iso-buildroot/ (default) Compressing files in /usr/src/tmp/nrg4iso-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/nrg4iso-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/nrg4iso-buildroot Processing files: nrg4iso-1.0.1-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hpVWK5 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.5vSWpF 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.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.34)(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.dMIbrT Creating nrg4iso-debuginfo package Processing files: nrg4iso-debuginfo-1.0.1-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5CP2F3 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.C6KHc9 find-requires: running scripts (debuginfo) Requires: nrg4iso = 1.0.1-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/nrg4iso-1.0.1-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/nrg4iso-debuginfo-1.0.1-alt2.x86_64.rpm (w2.lzdio) 0.29user 0.85system 0:05.51elapsed 20%CPU (0avgtext+0avgdata 27648maxresident)k 0inputs+0outputs (0major+143261minor)pagefaults 0swaps 0.56user 2.04system 0:11.02elapsed 23%CPU (0avgtext+0avgdata 11264maxresident)k 0inputs+0outputs (0major+95210minor)pagefaults 0swaps --- nrg4iso-1.0.1-alt2.x86_64.rpm.repo 2017-09-15 15:16:44.000000000 +0000 +++ nrg4iso-1.0.1-alt2.x86_64.rpm.hasher 2024-12-19 00:07:13.147095115 +0000 @@ -4,2 +4,3 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) @@ -8,3 +9,3 @@ Provides: nrg4iso = 1.0.1-alt2 -File: /usr/bin/nrg4iso 100755 root:root 450571d42a072b5973f5af6768088e4d -RPMIdentity: da93048e6734a8ecf86c84c1c9cb62fe05c072a9103b1516b07bcb6c6430ae73bf711ea803c37b070b79127bcf3f1b8b3da12e8da1e625a47549e096339432f0 +File: /usr/bin/nrg4iso 100755 root:root 7859124b69f1a29e2e8026ec1b0a2bb1 +RPMIdentity: 2a6358fe69e14777cffed666f75eaf3e43632474021d95c3f095da63f2e77cc981a983e75ef21e34d536dc0951409b727b111e61275ca14f3ed17543fe5b2ffc --- nrg4iso-debuginfo-1.0.1-alt2.x86_64.rpm.repo 2017-09-15 15:16:44.000000000 +0000 +++ nrg4iso-debuginfo-1.0.1-alt2.x86_64.rpm.hasher 2024-12-19 00:07:13.225095997 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/a4 40755 root:root -/usr/lib/debug/.build-id/a4/88b0dc9f5939d20b232f60481dd4bdfb43ac2f 120777 root:root ../../../../bin/nrg4iso -/usr/lib/debug/.build-id/a4/88b0dc9f5939d20b232f60481dd4bdfb43ac2f.debug 120777 root:root ../../usr/bin/nrg4iso.debug +/usr/lib/debug/.build-id/7f 40755 root:root +/usr/lib/debug/.build-id/7f/804b0de5f559dc4c4c53dbbfbeb6f00cd6461b 120777 root:root ../../../../bin/nrg4iso +/usr/lib/debug/.build-id/7f/804b0de5f559dc4c4c53dbbfbeb6f00cd6461b.debug 120777 root:root ../../usr/bin/nrg4iso.debug /usr/lib/debug/usr/bin/nrg4iso.debug 100644 root:root @@ -9,6 +9,6 @@ Provides: nrg4iso-debuginfo = 1.0.1-alt2 -File: /usr/lib/debug/.build-id/a4 40755 root:root -File: /usr/lib/debug/.build-id/a4/88b0dc9f5939d20b232f60481dd4bdfb43ac2f 120777 root:root ../../../../bin/nrg4iso -File: /usr/lib/debug/.build-id/a4/88b0dc9f5939d20b232f60481dd4bdfb43ac2f.debug 120777 root:root ../../usr/bin/nrg4iso.debug -File: /usr/lib/debug/usr/bin/nrg4iso.debug 100644 root:root 6bbcd52a58b7110c4b28b2bc52c1561d -RPMIdentity: 2fda1cec8e3aa1b89d39e8af428ad3956b34943d14d1c00ab61be97219b75c05f59c5bab36a0363eae0a64beda53ba27566f670559e898cd5f2af0354d89a308 +File: /usr/lib/debug/.build-id/7f 40755 root:root +File: /usr/lib/debug/.build-id/7f/804b0de5f559dc4c4c53dbbfbeb6f00cd6461b 120777 root:root ../../../../bin/nrg4iso +File: /usr/lib/debug/.build-id/7f/804b0de5f559dc4c4c53dbbfbeb6f00cd6461b.debug 120777 root:root ../../usr/bin/nrg4iso.debug +File: /usr/lib/debug/usr/bin/nrg4iso.debug 100644 root:root 5f0b43d2dd216a3f4ac26920c19eb797 +RPMIdentity: 94a5bae81403a3a5734489e6c0f6adb128385cb106709264f2d9d8d45730560cdd2717f05e1483186c44a921abac4f478a3dd58fa42fbbf2653a5433cf235411