<86>Sep 14 09:13:15 userdel[750720]: delete user 'rooter' <86>Sep 14 09:13:15 userdel[750720]: removed group 'rooter' owned by 'rooter' <86>Sep 14 09:13:15 userdel[750720]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 14 09:13:15 groupadd[750751]: group added to /etc/group: name=rooter, GID=690 <86>Sep 14 09:13:15 groupadd[750751]: group added to /etc/gshadow: name=rooter <86>Sep 14 09:13:15 groupadd[750751]: new group: name=rooter, GID=690 <86>Sep 14 09:13:15 useradd[750774]: new user: name=rooter, UID=690, GID=690, home=/root, shell=/bin/bash <86>Sep 14 09:13:15 userdel[750846]: delete user 'builder' <86>Sep 14 09:13:15 userdel[750846]: removed group 'builder' owned by 'builder' <86>Sep 14 09:13:15 userdel[750846]: removed shadow group 'builder' owned by 'builder' <86>Sep 14 09:13:15 groupadd[750875]: group added to /etc/group: name=builder, GID=691 <86>Sep 14 09:13:15 groupadd[750875]: group added to /etc/gshadow: name=builder <86>Sep 14 09:13:15 groupadd[750875]: new group: name=builder, GID=691 <86>Sep 14 09:13:15 useradd[750900]: new user: name=builder, UID=691, GID=691, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/pbm2l2030-1.4-alt1.qa2.src.rpm: The use of such a license name is ambiguous: GPL warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/pbm2l2030-1.4-alt1.qa2.nosrc.rpm (w1.gzdio) Installing pbm2l2030-1.4-alt1.qa2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.86787 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf pbm2l2030-1.4 + echo 'Source #0 (pbm2l2030-1.4.tar):' Source #0 (pbm2l2030-1.4.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/pbm2l2030-1.4.tar + cd pbm2l2030-1.4 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.86787 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pbm2l2030-1.4 + gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o pbm2l2030 pbm2l2030.c pbm.c In file included from pbm2l2030.c:41: pbm.h:28:7: warning: extra tokens at end of #endif directive [-Wendif-labels] 28 | #endif; | ^ pbm2l2030.c: In function 'print_pbm': pbm2l2030.c:246:5: warning: implicit declaration of function 'hilfe' [-Wimplicit-function-declaration] 246 | hilfe("No pages printed! Try /usr/bin/pbm2ppa < input > output to check..."); | ^~~~~ pbm2l2030.c: At top level: pbm2l2030.c:259:1: warning: return type defaults to 'int' [-Wimplicit-int] 259 | hilfe(char *fehler) | ^~~~~ pbm2l2030.c:271:5: warning: first argument of 'main' should be 'int' [-Wmain] 271 | int main(char argv[], int argc) | ^~~~ pbm2l2030.c:271:5: warning: second argument of 'main' should be 'char **' [-Wmain] pbm2l2030.c: In function 'print_pbm': pbm2l2030.c:237:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 237 | fgets (line, 1024, in); | ^~~~~~~~~~~~~~~~~~~~~~ pbm2l2030.c: In function 'hilfe': pbm2l2030.c:263:1: warning: control reaches end of non-void function [-Wreturn-type] 263 | } | ^ pbm2l2030.c: In function 'lex_eop': pbm2l2030.c:85:50: warning: iteration 4 invokes undefined behavior [-Waggressive-loop-optimizations] 85 | for(i=0; i<=12; i++) fprintf(out, "%c", buffer[i]); | ~~~~~~^~~ pbm2l2030.c:85:14: note: within this loop 85 | for(i=0; i<=12; i++) fprintf(out, "%c", buffer[i]); | ~^~~~ In file included from pbm.c:19: pbm.h:28:7: warning: extra tokens at end of #endif directive [-Wendif-labels] 28 | #endif; | ^ pbm.c: In function 'make_pbm_stat': pbm.c:33:8: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 33 | line[strlen(line)-1] = 0; | ^~~~~~ pbm.c:20:1: note: include '' or provide a declaration of 'strlen' 19 | #include "pbm.h" +++ |+#include 20 | pbm.c:33:8: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 33 | line[strlen(line)-1] = 0; | ^~~~~~ pbm.c:33:8: note: include '' or provide a declaration of 'strlen' pbm.c:35:7: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] 35 | if(!strncmp(line,"P1",2)) pbm->version=P1; | ^~~~~~~ pbm.c:35:7: note: include '' or provide a declaration of 'strncmp' pbm.c:35:25: warning: 'strncmp' argument 3 type is 'int' where 'unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 35 | if(!strncmp(line,"P1",2)) pbm->version=P1; | ^ : note: built-in 'strncmp' declared here pbm.c:36:25: warning: 'strncmp' argument 3 type is 'int' where 'unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 36 | if(!strncmp(line,"P4",2)) pbm->version=P4; | ^ : note: built-in 'strncmp' declared here pbm.c: In function 'getbytes': pbm.c:62:37: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 62 | for(mask=0x80, acc=0, num=0, place=data; numrevdata, (pbm->width+7)/8); | ^~~~~~ pbm.c:97:7: note: include '' or provide a declaration of 'memcpy' pbm.c:97:7: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch] pbm.c:97:7: note: include '' or provide a declaration of 'memcpy' pbm.c: In function 'pbm_unreadline': pbm.c:140:3: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch] 140 | memcpy (pbm->revdata, data, (pbm->width+7)/8); | ^~~~~~ pbm.c:140:3: note: include '' or provide a declaration of 'memcpy' pbm2l2030.c: In function 'print_pbm': pbm2l2030.c:85:50: warning: iteration 4 invokes undefined behavior [-Waggressive-loop-optimizations] 85 | for(i=0; i<=12; i++) fprintf(out, "%c", buffer[i]); | ^ pbm2l2030.c:85:14: note: within this loop 85 | for(i=0; i<=12; i++) fprintf(out, "%c", buffer[i]); | ^ + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.86787 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/pbm2l2030-buildroot + : + /bin/rm -rf -- /usr/src/tmp/pbm2l2030-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd pbm2l2030-1.4 + /bin/install -Dpm 755 pbm2l2030 /usr/src/tmp/pbm2l2030-buildroot/usr/bin/pbm2l2030 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/pbm2l2030-buildroot (auto) Verifying and fixing files in /usr/src/tmp/pbm2l2030-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/pbm2l2030-buildroot/ (default) Compressing files in /usr/src/tmp/pbm2l2030-buildroot (auto) Verifying ELF objects in /usr/src/tmp/pbm2l2030-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: pbm2l2030-1.4-alt1.qa2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.86787 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pbm2l2030-1.4 + DOCDIR=/usr/src/tmp/pbm2l2030-buildroot/usr/share/doc/pbm2l2030-1.4 + export DOCDIR + rm -rf /usr/src/tmp/pbm2l2030-buildroot/usr/share/doc/pbm2l2030-1.4 + /bin/mkdir -p /usr/src/tmp/pbm2l2030-buildroot/usr/share/doc/pbm2l2030-1.4 + cp -prL README.TXT LICENSE p4_tpg.pbm /usr/src/tmp/pbm2l2030-buildroot/usr/share/doc/pbm2l2030-1.4 + chmod -R go-w /usr/src/tmp/pbm2l2030-buildroot/usr/share/doc/pbm2l2030-1.4 + chmod -R a+rX /usr/src/tmp/pbm2l2030-buildroot/usr/share/doc/pbm2l2030-1.4 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ne49lm 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.JLZXvn 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.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TarXhn Creating pbm2l2030-debuginfo package Processing files: pbm2l2030-debuginfo-1.4-alt1.qa2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bsWTup find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ciC5pn find-requires: running scripts (debuginfo) Requires: pbm2l2030 = 1.4-alt1.qa2, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Adding to pbm2l2030-debuginfo a strict dependency on pbm2l2030 Wrote: /usr/src/RPM/RPMS/i586/pbm2l2030-1.4-alt1.qa2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/pbm2l2030-debuginfo-1.4-alt1.qa2.i586.rpm (w2.lzdio) 0.72user 0.47system 0:05.75elapsed 20%CPU (0avgtext+0avgdata 20364maxresident)k 0inputs+0outputs (0major+129184minor)pagefaults 0swaps /.out/pbm2l2030-1.4-alt1.qa2.i586.rpm: The use of such a license name is ambiguous: GPL /.out/pbm2l2030-debuginfo-1.4-alt1.qa2.i586.rpm: The use of such a license name is ambiguous: GPL 2.05user 2.86system 0:09.71elapsed 50%CPU (0avgtext+0avgdata 20364maxresident)k 0inputs+0outputs (0major+298790minor)pagefaults 0swaps --- pbm2l2030-1.4-alt1.qa2.i586.rpm.repo 2021-07-12 08:33:31.258901513 +0000 +++ pbm2l2030-1.4-alt1.qa2.i586.rpm.hasher 2021-09-14 09:13:22.689042885 +0000 @@ -14,3 +14,3 @@ Provides: pbm2l2030 = 1.4-alt1.qa2:sisyphus+278222.100.1.1 -File: /usr/bin/pbm2l2030 100755 root:root db41041fce0749a426b36df2e107590b +File: /usr/bin/pbm2l2030 100755 root:root d42e578d1321a5c3345e1d24386e2cc8 File: /usr/share/doc/pbm2l2030-1.4 40755 root:root @@ -19,2 +19,2 @@ File: /usr/share/doc/pbm2l2030-1.4/p4_tpg.pbm 100644 root:root da323b15574d0f27ef71103370e74314 -RPMIdentity: aa14dcf10fe49995c1660d5d235796652378b368690caeca86779198f9a6054f2429ddcdc61d578127fa93a89bd9ef2d24c675c498a2892c147df44918519829 +RPMIdentity: 633096dff8c4496fd4e3424fbc3a12d1d2a74243bd22ed04204dc8518ac149de34cf25d4b22c7e71d94281e24d1ebd5f95d79b248aa7d12c6f0ce7991d967b67 --- pbm2l2030-debuginfo-1.4-alt1.qa2.i586.rpm.repo 2021-07-12 08:33:31.276901608 +0000 +++ pbm2l2030-debuginfo-1.4-alt1.qa2.i586.rpm.hasher 2021-09-14 09:13:22.775043748 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/f9 40755 root:root -/usr/lib/debug/.build-id/f9/756144c9f857209444edba036550381d2b2e1f 120777 root:root ../../../../bin/pbm2l2030 -/usr/lib/debug/.build-id/f9/756144c9f857209444edba036550381d2b2e1f.debug 120777 root:root ../../usr/bin/pbm2l2030.debug +/usr/lib/debug/.build-id/71 40755 root:root +/usr/lib/debug/.build-id/71/141e1ee7c571a9290f531d00d67031ea58bf5e 120777 root:root ../../../../bin/pbm2l2030 +/usr/lib/debug/.build-id/71/141e1ee7c571a9290f531d00d67031ea58bf5e.debug 120777 root:root ../../usr/bin/pbm2l2030.debug /usr/lib/debug/usr/bin/pbm2l2030.debug 100644 root:root @@ -13,6 +13,6 @@ Provides: pbm2l2030-debuginfo = 1.4-alt1.qa2:sisyphus+278222.100.1.1 -File: /usr/lib/debug/.build-id/f9 40755 root:root -File: /usr/lib/debug/.build-id/f9/756144c9f857209444edba036550381d2b2e1f 120777 root:root ../../../../bin/pbm2l2030 -File: /usr/lib/debug/.build-id/f9/756144c9f857209444edba036550381d2b2e1f.debug 120777 root:root ../../usr/bin/pbm2l2030.debug -File: /usr/lib/debug/usr/bin/pbm2l2030.debug 100644 root:root 8c7f23064c49fd334ed7d4838040a3e3 +File: /usr/lib/debug/.build-id/71 40755 root:root +File: /usr/lib/debug/.build-id/71/141e1ee7c571a9290f531d00d67031ea58bf5e 120777 root:root ../../../../bin/pbm2l2030 +File: /usr/lib/debug/.build-id/71/141e1ee7c571a9290f531d00d67031ea58bf5e.debug 120777 root:root ../../usr/bin/pbm2l2030.debug +File: /usr/lib/debug/usr/bin/pbm2l2030.debug 100644 root:root 0d50e7603c75fb5d5276d0a3ab27f410 File: /usr/src/debug/pbm2l2030-1.4 40755 root:root @@ -21,2 +21,2 @@ File: /usr/src/debug/pbm2l2030-1.4/pbm2l2030.c 100644 root:root b54da4abf06769206d37612d9e05d645 -RPMIdentity: e9022df0bf3d2a10c46ee6e5543925ac702c7e44a988303cbd09fb244f3b43abf57fa5535c438898e2c40ddd3f602eae74b6e5c2989dfd68ea9b440d50d401b1 +RPMIdentity: 6efb48a583a77ca14ae60144c14552526e803e51b222c05f399b5f6344751a14f46ef6d04722873d184eb92f967cd02d26b811b671f048a2cee345fe2e80b948