<86>Apr 27 08:15:45 userdel[4133370]: delete user 'rooter' <86>Apr 27 08:15:45 userdel[4133370]: removed group 'rooter' owned by 'rooter' <86>Apr 27 08:15:45 userdel[4133370]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 27 08:15:45 groupadd[4133405]: group added to /etc/group: name=rooter, GID=1811 <86>Apr 27 08:15:45 groupadd[4133405]: group added to /etc/gshadow: name=rooter <86>Apr 27 08:15:45 groupadd[4133405]: new group: name=rooter, GID=1811 <86>Apr 27 08:15:45 useradd[4133427]: new user: name=rooter, UID=1811, GID=1811, home=/root, shell=/bin/bash, from=none <86>Apr 27 08:15:45 userdel[4133473]: delete user 'builder' <86>Apr 27 08:15:45 userdel[4133473]: removed group 'builder' owned by 'builder' <86>Apr 27 08:15:45 userdel[4133473]: removed shadow group 'builder' owned by 'builder' <86>Apr 27 08:15:45 groupadd[4133513]: group added to /etc/group: name=builder, GID=1812 <86>Apr 27 08:15:45 groupadd[4133513]: group added to /etc/gshadow: name=builder <86>Apr 27 08:15:45 groupadd[4133513]: new group: name=builder, GID=1812 <86>Apr 27 08:15:45 useradd[4133539]: new user: name=builder, UID=1812, GID=1812, home=/usr/src, shell=/bin/bash, from=none Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.94034 + 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): + /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.94034 + 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: warning: "htobe16" redefined 47 | #define htobe16(x) bswap16((x)) | In file included from endian.h:36: /usr/include/endian.h:39: note: this is the location of the previous definition 39 | # define htobe16(x) __bswap_16 (x) | endian.h:48: warning: "htobe32" redefined 48 | #define htobe32(x) bswap32((x)) | /usr/include/endian.h:44: note: this is the location of the previous definition 44 | # define htobe32(x) __bswap_32 (x) | endian.h:49: warning: "htobe64" redefined 49 | #define htobe64(x) bswap64((x)) | /usr/include/endian.h:49: note: this is the location of the previous definition 49 | # define htobe64(x) __bswap_64 (x) | endian.h:50: warning: "htole16" redefined 50 | #define htole16(x) ((uint16_t)(x)) | /usr/include/endian.h:40: note: this is the location of the previous definition 40 | # define htole16(x) __uint16_identity (x) | endian.h:51: warning: "htole32" redefined 51 | #define htole32(x) ((uint32_t)(x)) | /usr/include/endian.h:45: note: this is the location of the previous definition 45 | # define htole32(x) __uint32_identity (x) | endian.h:52: warning: "htole64" redefined 52 | #define htole64(x) ((uint64_t)(x)) | /usr/include/endian.h:50: note: this is the location of the previous definition 50 | # define htole64(x) __uint64_identity (x) | endian.h:54: warning: "be16toh" redefined 54 | #define be16toh(x) bswap16((x)) | /usr/include/endian.h:41: note: this is the location of the previous definition 41 | # define be16toh(x) __bswap_16 (x) | endian.h:55: warning: "be32toh" redefined 55 | #define be32toh(x) bswap32((x)) | /usr/include/endian.h:46: note: this is the location of the previous definition 46 | # define be32toh(x) __bswap_32 (x) | endian.h:56: warning: "be64toh" redefined 56 | #define be64toh(x) bswap64((x)) | /usr/include/endian.h:51: note: this is the location of the previous definition 51 | # define be64toh(x) __bswap_64 (x) | endian.h:57: warning: "le16toh" redefined 57 | #define le16toh(x) ((uint16_t)(x)) | /usr/include/endian.h:42: note: this is the location of the previous definition 42 | # define le16toh(x) __uint16_identity (x) | endian.h:58: warning: "le32toh" redefined 58 | #define le32toh(x) ((uint32_t)(x)) | /usr/include/endian.h:47: note: this is the location of the previous definition 47 | # define le32toh(x) __uint32_identity (x) | endian.h:59: warning: "le64toh" redefined 59 | #define le64toh(x) ((uint64_t)(x)) | /usr/include/endian.h:52: 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: warning: "htobe16" redefined 47 | #define htobe16(x) bswap16((x)) | In file included from endian.h:36: /usr/include/endian.h:39: note: this is the location of the previous definition 39 | # define htobe16(x) __bswap_16 (x) | endian.h:48: warning: "htobe32" redefined 48 | #define htobe32(x) bswap32((x)) | /usr/include/endian.h:44: note: this is the location of the previous definition 44 | # define htobe32(x) __bswap_32 (x) | endian.h:49: warning: "htobe64" redefined 49 | #define htobe64(x) bswap64((x)) | /usr/include/endian.h:49: note: this is the location of the previous definition 49 | # define htobe64(x) __bswap_64 (x) | endian.h:50: warning: "htole16" redefined 50 | #define htole16(x) ((uint16_t)(x)) | /usr/include/endian.h:40: note: this is the location of the previous definition 40 | # define htole16(x) __uint16_identity (x) | endian.h:51: warning: "htole32" redefined 51 | #define htole32(x) ((uint32_t)(x)) | /usr/include/endian.h:45: note: this is the location of the previous definition 45 | # define htole32(x) __uint32_identity (x) | endian.h:52: warning: "htole64" redefined 52 | #define htole64(x) ((uint64_t)(x)) | /usr/include/endian.h:50: note: this is the location of the previous definition 50 | # define htole64(x) __uint64_identity (x) | endian.h:54: warning: "be16toh" redefined 54 | #define be16toh(x) bswap16((x)) | /usr/include/endian.h:41: note: this is the location of the previous definition 41 | # define be16toh(x) __bswap_16 (x) | endian.h:55: warning: "be32toh" redefined 55 | #define be32toh(x) bswap32((x)) | /usr/include/endian.h:46: note: this is the location of the previous definition 46 | # define be32toh(x) __bswap_32 (x) | endian.h:56: warning: "be64toh" redefined 56 | #define be64toh(x) bswap64((x)) | /usr/include/endian.h:51: note: this is the location of the previous definition 51 | # define be64toh(x) __bswap_64 (x) | endian.h:57: warning: "le16toh" redefined 57 | #define le16toh(x) ((uint16_t)(x)) | /usr/include/endian.h:42: note: this is the location of the previous definition 42 | # define le16toh(x) __uint16_identity (x) | endian.h:58: warning: "le32toh" redefined 58 | #define le32toh(x) ((uint32_t)(x)) | /usr/include/endian.h:47: note: this is the location of the previous definition 47 | # define le32toh(x) __uint32_identity (x) | endian.h:59: warning: "le64toh" redefined 59 | #define le64toh(x) ((uint64_t)(x)) | /usr/include/endian.h:52: 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: 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: note: this is the location of the previous definition 39 | # define htobe16(x) __bswap_16 (x) | endian.h:48: warning: "htobe32" redefined 48 | #define htobe32(x) bswap32((x)) | /usr/include/endian.h:44: note: this is the location of the previous definition 44 | # define htobe32(x) __bswap_32 (x) | endian.h:49: warning: "htobe64" redefined 49 | #define htobe64(x) bswap64((x)) | /usr/include/endian.h:49: note: this is the location of the previous definition 49 | # define htobe64(x) __bswap_64 (x) | endian.h:50: warning: "htole16" redefined 50 | #define htole16(x) ((uint16_t)(x)) | /usr/include/endian.h:40: note: this is the location of the previous definition 40 | # define htole16(x) __uint16_identity (x) | endian.h:51: warning: "htole32" redefined 51 | #define htole32(x) ((uint32_t)(x)) | /usr/include/endian.h:45: note: this is the location of the previous definition 45 | # define htole32(x) __uint32_identity (x) | endian.h:52: warning: "htole64" redefined 52 | #define htole64(x) ((uint64_t)(x)) | /usr/include/endian.h:50: note: this is the location of the previous definition 50 | # define htole64(x) __uint64_identity (x) | endian.h:54: warning: "be16toh" redefined 54 | #define be16toh(x) bswap16((x)) | /usr/include/endian.h:41: note: this is the location of the previous definition 41 | # define be16toh(x) __bswap_16 (x) | endian.h:55: warning: "be32toh" redefined 55 | #define be32toh(x) bswap32((x)) | /usr/include/endian.h:46: note: this is the location of the previous definition 46 | # define be32toh(x) __bswap_32 (x) | endian.h:56: warning: "be64toh" redefined 56 | #define be64toh(x) bswap64((x)) | /usr/include/endian.h:51: note: this is the location of the previous definition 51 | # define be64toh(x) __bswap_64 (x) | endian.h:57: warning: "le16toh" redefined 57 | #define le16toh(x) ((uint16_t)(x)) | /usr/include/endian.h:42: note: this is the location of the previous definition 42 | # define le16toh(x) __uint16_identity (x) | endian.h:58: warning: "le32toh" redefined 58 | #define le32toh(x) ((uint32_t)(x)) | /usr/include/endian.h:47: note: this is the location of the previous definition 47 | # define le32toh(x) __uint32_identity (x) | endian.h:59: warning: "le64toh" redefined 59 | #define le64toh(x) ((uint64_t)(x)) | /usr/include/endian.h:52: 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.94034 + 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) verify-elf: WARNING: ./usr/bin/nrg4iso: uses non-LFS functions: lseek open 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.fklU8r 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.oAKj6u 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.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kurT63 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.8Kbnin find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BxJy91 find-requires: running scripts (debuginfo) Requires: nrg4iso = 1.0.1-alt2, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/nrg4iso-1.0.1-alt2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/nrg4iso-debuginfo-1.0.1-alt2.i586.rpm (w2.lzdio) 0.40user 0.82system 0:05.56elapsed 22%CPU (0avgtext+0avgdata 24552maxresident)k 0inputs+0outputs (0major+128823minor)pagefaults 0swaps 0.61user 1.85system 0:10.64elapsed 23%CPU (0avgtext+0avgdata 12312maxresident)k 0inputs+0outputs (0major+93781minor)pagefaults 0swaps --- nrg4iso-1.0.1-alt2.i586.rpm.repo 2017-09-15 15:16:44.000000000 +0000 +++ nrg4iso-1.0.1-alt2.i586.rpm.hasher 2024-04-27 08:15:52.801731532 +0000 @@ -3,3 +3,5 @@ Requires: libc.so.6(GLIBC_2.0) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -8,3 +10,3 @@ Provides: nrg4iso = 1.0.1-alt2 -File: /usr/bin/nrg4iso 100755 root:root a566c75681195d3a1bbc46bf0a40ce7d -RPMIdentity: 1ef55100f326bf5c6f2524ed370ccac866d31da5954b39c7722b7de61a59a93e7e3443f7016a426bdcfed6932bd79cc65691b9a512da8c35faedc06d2d9c0546 +File: /usr/bin/nrg4iso 100755 root:root a5fba02b9b3bdbf5e6fc928c9f60d944 +RPMIdentity: f131c077df69cd01a7c1b7b803af022b25a05d66bc58d8789658ad9beb4ecb1d52fa78d1ee81c5bb64e3aae5e4db2e5cf37d35a0e2fd98ec7f88e15ba9ad273e --- nrg4iso-debuginfo-1.0.1-alt2.i586.rpm.repo 2017-09-15 15:16:44.000000000 +0000 +++ nrg4iso-debuginfo-1.0.1-alt2.i586.rpm.hasher 2024-04-27 08:15:52.967733667 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/b5 40755 root:root -/usr/lib/debug/.build-id/b5/571941a03c5a392525de3e73d5c779b846db28 120777 root:root ../../../../bin/nrg4iso -/usr/lib/debug/.build-id/b5/571941a03c5a392525de3e73d5c779b846db28.debug 120777 root:root ../../usr/bin/nrg4iso.debug +/usr/lib/debug/.build-id/38 40755 root:root +/usr/lib/debug/.build-id/38/a01ae4d3100bbb501d33424809960a4469613e 120777 root:root ../../../../bin/nrg4iso +/usr/lib/debug/.build-id/38/a01ae4d3100bbb501d33424809960a4469613e.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/b5 40755 root:root -File: /usr/lib/debug/.build-id/b5/571941a03c5a392525de3e73d5c779b846db28 120777 root:root ../../../../bin/nrg4iso -File: /usr/lib/debug/.build-id/b5/571941a03c5a392525de3e73d5c779b846db28.debug 120777 root:root ../../usr/bin/nrg4iso.debug -File: /usr/lib/debug/usr/bin/nrg4iso.debug 100644 root:root cf54afc18254e6bb33a39469a93ca93a -RPMIdentity: 26f477596c866d6a4ca6d404d58d9fd89339ea86824062e24de7311740a19985b13bb35274f5fe995ea891e84e91e4f4bd8dc819bd54e2e64ced7b6e99a20c94 +File: /usr/lib/debug/.build-id/38 40755 root:root +File: /usr/lib/debug/.build-id/38/a01ae4d3100bbb501d33424809960a4469613e 120777 root:root ../../../../bin/nrg4iso +File: /usr/lib/debug/.build-id/38/a01ae4d3100bbb501d33424809960a4469613e.debug 120777 root:root ../../usr/bin/nrg4iso.debug +File: /usr/lib/debug/usr/bin/nrg4iso.debug 100644 root:root b19e5df505f1715cbe3c7e2093ceff1d +RPMIdentity: 97ee3db0f8e99a518f3600aa4e83df838a615f3471f46e7032c82ec313db62c2a2a0f0cfff13d50f9bc55d5d0ab4db16c90781574592f37e87520f4c3252da34