<86>Oct 23 00:53:50 userdel[13262]: delete user 'rooter' <86>Oct 23 00:53:50 userdel[13262]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 23 00:53:50 groupadd[13277]: group added to /etc/group: name=rooter, GID=621 <86>Oct 23 00:53:50 groupadd[13277]: group added to /etc/gshadow: name=rooter <86>Oct 23 00:53:50 groupadd[13277]: new group: name=rooter, GID=621 <86>Oct 23 00:53:50 useradd[13285]: new user: name=rooter, UID=621, GID=621, home=/root, shell=/bin/bash <86>Oct 23 00:53:50 userdel[13295]: delete user 'builder' <86>Oct 23 00:53:50 userdel[13295]: removed group 'builder' owned by 'builder' <86>Oct 23 00:53:50 groupadd[13304]: group added to /etc/group: name=builder, GID=622 <86>Oct 23 00:53:50 groupadd[13304]: group added to /etc/gshadow: name=builder <86>Oct 23 00:53:50 groupadd[13304]: new group: name=builder, GID=622 <86>Oct 23 00:53:50 useradd[13310]: new user: name=builder, UID=622, GID=622, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/catpkt-1.0-alt5.src.rpm: license not found in '/usr/share/license' directory: BSD-like <13>Oct 23 00:53:53 rpmi: libnatspec-0.3.1-alt2 sisyphus+275114.100.1.1 1624405312 installed <13>Oct 23 00:53:53 rpmi: libnatspec-devel-0.3.1-alt2 sisyphus+275114.100.1.1 1624405312 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/catpkt-1.0-alt5.nosrc.rpm (w1.gzdio) Installing catpkt-1.0-alt5.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.43972 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf catpkt-1.0 + echo 'Source #0 (catpkt-1.0.tar.gz):' Source #0 (catpkt-1.0.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/catpkt-1.0.tar.gz + /bin/tar -xf - + cd catpkt-1.0 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (catpkt-1.0-alt-warnings.patch):' Patch #0 (catpkt-1.0-alt-warnings.patch): + /usr/bin/patch -p1 patching file catpkt.c + echo 'Patch #1 (catpkt-1.0-alt-natspec.patch):' Patch #1 (catpkt-1.0-alt-natspec.patch): + /usr/bin/patch -p1 patching file catpkt.c Hunk #1 succeeded at 7 with fuzz 1 (offset 2 lines). Hunk #2 succeeded at 27 (offset 2 lines). Hunk #3 succeeded at 258 (offset 2 lines). Hunk #4 succeeded at 316 (offset 2 lines). Hunk #5 succeeded at 328 (offset 2 lines). Hunk #6 succeeded at 344 (offset 2 lines). patching file dos2koi.c patching file Makefile + echo 'Patch #2 (catpkt-1.0-alt-newld.patch):' Patch #2 (catpkt-1.0-alt-newld.patch): + /usr/bin/patch -p1 patching file Makefile + echo 'Patch #3 (catpkt-1.0-alt-gcc4.patch):' Patch #3 (catpkt-1.0-alt-gcc4.patch): + /usr/bin/patch -p1 patching file catpkt.c + echo 'Patch #4 (catpkt-1.0-alt-dont-strip.patch):' Patch #4 (catpkt-1.0-alt-dont-strip.patch): + /usr/bin/patch -p1 patching file Makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.43972 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd catpkt-1.0 + make -j8 'FLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' make: Entering directory '/usr/src/RPM/BUILD/catpkt-1.0' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c catpkt.c catpkt.c: In function 'readpktmsg': catpkt.c:211:25: warning: pointer targets in passing argument 1 of 'readfield' differ in signedness [-Wpointer-sign] 211 | if ( readfield( DateTime ) ) // read date & time | ^~~~~~~~ | | | char * catpkt.c:57:30: note: expected 'unsigned char *' but argument is of type 'char *' 57 | int readfield( unsigned char Field[] ) | ~~~~~~~~~~~~~~^~~~~~~ catpkt.c:213:25: warning: pointer targets in passing argument 1 of 'readfield' differ in signedness [-Wpointer-sign] 213 | if ( readfield( ToUser ) ) // read sender | ^~~~~~ | | | char * catpkt.c:57:30: note: expected 'unsigned char *' but argument is of type 'char *' 57 | int readfield( unsigned char Field[] ) | ~~~~~~~~~~~~~~^~~~~~~ catpkt.c:215:25: warning: pointer targets in passing argument 1 of 'readfield' differ in signedness [-Wpointer-sign] 215 | if ( readfield( FromUser ) ) // read recepient | ^~~~~~~~ | | | char * catpkt.c:57:30: note: expected 'unsigned char *' but argument is of type 'char *' 57 | int readfield( unsigned char Field[] ) | ~~~~~~~~~~~~~~^~~~~~~ catpkt.c:217:25: warning: pointer targets in passing argument 1 of 'readfield' differ in signedness [-Wpointer-sign] 217 | if ( readfield( Subject ) ) // read subject | ^~~~~~~ | | | char * catpkt.c:57:30: note: expected 'unsigned char *' but argument is of type 'char *' 57 | int readfield( unsigned char Field[] ) | ~~~~~~~~~~~~~~^~~~~~~ catpkt.c:220:25: warning: pointer targets in passing argument 1 of 'readfield' differ in signedness [-Wpointer-sign] 220 | if ( readfield( Text ) ) // read text of message | ^~~~ | | | char * catpkt.c:57:30: note: expected 'unsigned char *' but argument is of type 'char *' 57 | int readfield( unsigned char Field[] ) | ~~~~~~~~~~~~~~^~~~~~~ catpkt.c:231:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 231 | if ( mToPoint = strstr( Text, hdrTOPT ) ) | ^~~~~~~~ catpkt.c:244:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 244 | if ( mFromPoint = strstr( Text, hdrFMPT ) ) | ^~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/catpkt-1.0' make: Entering directory '/usr/src/RPM/BUILD/catpkt-1.0' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o catpkt catpkt.o -lnatspec make: Leaving directory '/usr/src/RPM/BUILD/catpkt-1.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.43972 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/catpkt-buildroot + : + /bin/rm -rf -- /usr/src/tmp/catpkt-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd catpkt-1.0 + mkdir -p /usr/src/tmp/catpkt-buildroot/usr/bin/ + install -p -m755 catpkt /usr/src/tmp/catpkt-buildroot/usr/bin/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/catpkt-buildroot (auto) Verifying and fixing files in /usr/src/tmp/catpkt-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/catpkt-buildroot/ (default) Compressing files in /usr/src/tmp/catpkt-buildroot (auto) Verifying ELF objects in /usr/src/tmp/catpkt-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: catpkt-1.0-alt5 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.64335 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd catpkt-1.0 + DOCDIR=/usr/src/tmp/catpkt-buildroot/usr/share/doc/catpkt-1.0 + export DOCDIR + rm -rf /usr/src/tmp/catpkt-buildroot/usr/share/doc/catpkt-1.0 + /bin/mkdir -p /usr/src/tmp/catpkt-buildroot/usr/share/doc/catpkt-1.0 + cp -prL CHANGES README README.1st README.mc TODO bsd-style-copyright /usr/src/tmp/catpkt-buildroot/usr/share/doc/catpkt-1.0 + chmod -R go-w /usr/src/tmp/catpkt-buildroot/usr/share/doc/catpkt-1.0 + chmod -R a+rX /usr/src/tmp/catpkt-buildroot/usr/share/doc/catpkt-1.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hjx25o 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.MCoJNK 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)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.34)(64bit), libnatspec.so.0()(64bit) >= set:ihfl1, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nh7bj2 Creating catpkt-debuginfo package Processing files: catpkt-debuginfo-1.0-alt5 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aVRxLk find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.POII0t find-requires: running scripts (debuginfo) Requires: catpkt = 1.0-alt5, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libnatspec.so.0) Wrote: /usr/src/RPM/RPMS/x86_64/catpkt-1.0-alt5.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/catpkt-debuginfo-1.0-alt5.x86_64.rpm (w2.lzdio) 0.97user 1.07system 0:06.03elapsed 33%CPU (0avgtext+0avgdata 23488maxresident)k 0inputs+0outputs (0major+154225minor)pagefaults 0swaps /.out/catpkt-1.0-alt5.x86_64.rpm: license not found in '/usr/share/license' directory: BSD-like /.out/catpkt-debuginfo-1.0-alt5.x86_64.rpm: license not found in '/usr/share/license' directory: BSD-like 6.57user 7.90system 0:16.24elapsed 89%CPU (0avgtext+0avgdata 104696maxresident)k 24inputs+0outputs (30470major+403939minor)pagefaults 0swaps --- catpkt-1.0-alt5.x86_64.rpm.repo 2012-10-05 15:04:57.000000000 +0000 +++ catpkt-1.0-alt5.x86_64.rpm.hasher 2021-10-23 00:54:02.521852933 +0000 @@ -12,2 +12,3 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libnatspec.so.0()(64bit) >= set:ihfl1 @@ -17,3 +18,3 @@ Provides: catpkt = 1.0-alt5 -File: /usr/bin/catpkt 100755 root:root f7cd6e0346a9ff363edf06834bf1c9c6 +File: /usr/bin/catpkt 100755 root:root f447572aee91fd2b00ea796fb662a43a File: /usr/share/doc/catpkt-1.0 40755 root:root @@ -25,2 +26,2 @@ File: /usr/share/doc/catpkt-1.0/bsd-style-copyright 100644 root:root 05ebb6207cf28ad9badde476b980de7e -RPMIdentity: cd18993ddd18109e3db1b9cc944f98a0af58e937559550db65d1d886a7fdc1c25e9b45833b01715d6fed4820690b46da0ce411c241e2ce4a77a5bebd6c897009 +RPMIdentity: 20c58895228abc9721a671b9f4e568294afd02f2b0402d48a189d08ae8ec81a2e03b00250416f889341f445542f760e12ebd80b191b4d3151d1b667e922d60f8 --- catpkt-debuginfo-1.0-alt5.x86_64.rpm.repo 2012-10-05 15:04:57.000000000 +0000 +++ catpkt-debuginfo-1.0-alt5.x86_64.rpm.hasher 2021-10-23 00:54:02.642848541 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/1b 40755 root:root -/usr/lib/debug/.build-id/1b/951581860293d239b34cdfd7495340ffbbe0b7 120777 root:root ../../../../bin/catpkt -/usr/lib/debug/.build-id/1b/951581860293d239b34cdfd7495340ffbbe0b7.debug 120777 root:root ../../usr/bin/catpkt.debug +/usr/lib/debug/.build-id/57 40755 root:root +/usr/lib/debug/.build-id/57/55174bcd72b156439c9f1424336e5b0a3273ba 120777 root:root ../../../../bin/catpkt +/usr/lib/debug/.build-id/57/55174bcd72b156439c9f1424336e5b0a3273ba.debug 120777 root:root ../../usr/bin/catpkt.debug /usr/lib/debug/usr/bin/catpkt.debug 100644 root:root @@ -13,6 +13,6 @@ Provides: catpkt-debuginfo = 1.0-alt5 -File: /usr/lib/debug/.build-id/1b 40755 root:root -File: /usr/lib/debug/.build-id/1b/951581860293d239b34cdfd7495340ffbbe0b7 120777 root:root ../../../../bin/catpkt -File: /usr/lib/debug/.build-id/1b/951581860293d239b34cdfd7495340ffbbe0b7.debug 120777 root:root ../../usr/bin/catpkt.debug -File: /usr/lib/debug/usr/bin/catpkt.debug 100644 root:root 193ee81ccf51bb49f4e1924bbdfd1103 +File: /usr/lib/debug/.build-id/57 40755 root:root +File: /usr/lib/debug/.build-id/57/55174bcd72b156439c9f1424336e5b0a3273ba 120777 root:root ../../../../bin/catpkt +File: /usr/lib/debug/.build-id/57/55174bcd72b156439c9f1424336e5b0a3273ba.debug 120777 root:root ../../usr/bin/catpkt.debug +File: /usr/lib/debug/usr/bin/catpkt.debug 100644 root:root 953db61c8d1a910871ca7f8110158873 File: /usr/src/debug/catpkt-1.0 40755 root:root @@ -20,2 +20,2 @@ File: /usr/src/debug/catpkt-1.0/pkt.h 100644 root:root 533d077b25f726c682bba4ad4cb9747c -RPMIdentity: 018a12df4b8ceea50adb47a6b0f283d03ebc16dc017eb8b8eb5ce8f7e9c702a1d7e417014e4d02c070f50581ff67a04e7014dec50f223df406a9efe0d32e2768 +RPMIdentity: d88b9f9a114efa1d32fac2535b894cf29b06b93edc6fc5ef52fdd14233d358d0f65815b8bfd2e4664a16fb737f43fba55a82398e453d5d64a2e35073c5b13f13