<86>Jun 16 01:38:17 userdel[2304254]: delete user 'rooter' <86>Jun 16 01:38:17 userdel[2304254]: removed group 'rooter' owned by 'rooter' <86>Jun 16 01:38:17 userdel[2304254]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 16 01:38:17 groupadd[2304270]: group added to /etc/group: name=rooter, GID=1850 <86>Jun 16 01:38:17 groupadd[2304270]: group added to /etc/gshadow: name=rooter <86>Jun 16 01:38:17 groupadd[2304270]: new group: name=rooter, GID=1850 <86>Jun 16 01:38:17 useradd[2304284]: new user: name=rooter, UID=1850, GID=1850, home=/root, shell=/bin/bash <86>Jun 16 01:38:17 userdel[2304299]: delete user 'builder' <86>Jun 16 01:38:17 userdel[2304299]: removed group 'builder' owned by 'builder' <86>Jun 16 01:38:17 userdel[2304299]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 01:38:17 groupadd[2304314]: group added to /etc/group: name=builder, GID=1851 <86>Jun 16 01:38:17 groupadd[2304314]: group added to /etc/gshadow: name=builder <86>Jun 16 01:38:17 groupadd[2304314]: new group: name=builder, GID=1851 <86>Jun 16 01:38:18 useradd[2304326]: new user: name=builder, UID=1851, GID=1851, 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>Jun 16 01:38:20 rpmi: libnatspec-0.3.1-alt3 p10+325550.100.4.1 1691674888 installed <13>Jun 16 01:38:20 rpmi: libnatspec-devel-0.3.1-alt3 p10+325550.100.4.1 1691674888 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.57295 + 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.57295 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd catpkt-1.0 + make -j16 'FLAGS=-pipe -frecord-gcc-switches -Wall -g -O2' make: Entering directory '/usr/src/RPM/BUILD/catpkt-1.0' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -c catpkt.c catpkt.c: In function 'readpktmsg': catpkt.c:211:18: 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:18: 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:18: 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:18: 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:18: 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:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 231 | if ( mToPoint = strstr( Text, hdrTOPT ) ) | ^~~~~~~~ catpkt.c:244:7: 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 -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.57295 + 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.57295 + 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.MV4CRJ 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.Kp7fCJ 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), 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.jhVu3F 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.LE3snG find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.a7QKsG 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.28user 0.90system 0:05.60elapsed 21%CPU (0avgtext+0avgdata 28340maxresident)k 0inputs+0outputs (0major+143165minor)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 3.12user 2.49system 0:14.09elapsed 39%CPU (0avgtext+0avgdata 128892maxresident)k 0inputs+0outputs (0major+192719minor)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 2024-06-16 01:38:28.721538994 +0000 @@ -17,3 +17,3 @@ Provides: catpkt = 1.0-alt5 -File: /usr/bin/catpkt 100755 root:root f7cd6e0346a9ff363edf06834bf1c9c6 +File: /usr/bin/catpkt 100755 root:root 5af114092bf95c1b5000cd693a725ce2 File: /usr/share/doc/catpkt-1.0 40755 root:root @@ -25,2 +25,2 @@ File: /usr/share/doc/catpkt-1.0/bsd-style-copyright 100644 root:root 05ebb6207cf28ad9badde476b980de7e -RPMIdentity: cd18993ddd18109e3db1b9cc944f98a0af58e937559550db65d1d886a7fdc1c25e9b45833b01715d6fed4820690b46da0ce411c241e2ce4a77a5bebd6c897009 +RPMIdentity: 04d5d352405260e1f3e134bb0b79d02ea313623bbfd50deb7db96593a24f8383e5499316618b2aceb560cf515f4ffb3725d615a5f3cf79ac5036d7348d87d755 --- 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 2024-06-16 01:38:28.799540340 +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/fa 40755 root:root +/usr/lib/debug/.build-id/fa/c696efb6581721488a691d5b0bb53ef5ef7d04 120777 root:root ../../../../bin/catpkt +/usr/lib/debug/.build-id/fa/c696efb6581721488a691d5b0bb53ef5ef7d04.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/fa 40755 root:root +File: /usr/lib/debug/.build-id/fa/c696efb6581721488a691d5b0bb53ef5ef7d04 120777 root:root ../../../../bin/catpkt +File: /usr/lib/debug/.build-id/fa/c696efb6581721488a691d5b0bb53ef5ef7d04.debug 120777 root:root ../../usr/bin/catpkt.debug +File: /usr/lib/debug/usr/bin/catpkt.debug 100644 root:root 8b564aba702bb61d399538151e968437 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: 4022fc58af7a56efe967cfb5178d0b8d1533f2f3b3e16515a4f7b678070b9fe68e0446e4e724b995eeee05c8034a61737e73ac6bd7b9af2f66e62ebe87b01cee