<86>Mar 2 06:41:28 userdel[1091691]: delete user 'rooter' <86>Mar 2 06:41:28 userdel[1091691]: removed group 'rooter' owned by 'rooter' <86>Mar 2 06:41:28 userdel[1091691]: removed shadow group 'rooter' owned by 'rooter' <86>Mar 2 06:41:28 groupadd[1091712]: group added to /etc/group: name=rooter, GID=1877 <86>Mar 2 06:41:28 groupadd[1091712]: group added to /etc/gshadow: name=rooter <86>Mar 2 06:41:28 groupadd[1091712]: new group: name=rooter, GID=1877 <86>Mar 2 06:41:28 useradd[1091741]: new user: name=rooter, UID=1877, GID=1877, home=/root, shell=/bin/bash, from=none <86>Mar 2 06:41:28 userdel[1091777]: delete user 'builder' <86>Mar 2 06:41:28 userdel[1091777]: removed group 'builder' owned by 'builder' <86>Mar 2 06:41:28 userdel[1091777]: removed shadow group 'builder' owned by 'builder' <86>Mar 2 06:41:28 groupadd[1091808]: group added to /etc/group: name=builder, GID=1878 <86>Mar 2 06:41:28 groupadd[1091808]: group added to /etc/gshadow: name=builder <86>Mar 2 06:41:28 groupadd[1091808]: new group: name=builder, GID=1878 <86>Mar 2 06:41:28 useradd[1091843]: new user: name=builder, UID=1878, GID=1878, home=/usr/src, shell=/bin/bash, from=none /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.78336 + 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.78336 + 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' In function 'lex_eop', inlined from 'print_pbm' at pbm2l2030.c:233:5: 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.78336 + 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.78336 + 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.LWJ7Ch 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.PGlL24 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), 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.nCvZR5 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.xfKMcB find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kMiFSk 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.30user 0.72system 0:05.60elapsed 18%CPU (0avgtext+0avgdata 24884maxresident)k 0inputs+0outputs (0major+136376minor)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 0.49user 0.98system 0:08.95elapsed 16%CPU (0avgtext+0avgdata 12012maxresident)k 0inputs+0outputs (0major+97407minor)pagefaults 0swaps --- pbm2l2030-1.4-alt1.qa2.i586.rpm.repo 2021-07-12 08:33:31.000000000 +0000 +++ pbm2l2030-1.4-alt1.qa2.i586.rpm.hasher 2024-03-02 06:41:36.042129934 +0000 @@ -9,2 +9,3 @@ Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -14,3 +15,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 ffcf591e0c6feb07d1282a243c572825 File: /usr/share/doc/pbm2l2030-1.4 40755 root:root @@ -19,2 +20,2 @@ File: /usr/share/doc/pbm2l2030-1.4/p4_tpg.pbm 100644 root:root da323b15574d0f27ef71103370e74314 -RPMIdentity: aa14dcf10fe49995c1660d5d235796652378b368690caeca86779198f9a6054f2429ddcdc61d578127fa93a89bd9ef2d24c675c498a2892c147df44918519829 +RPMIdentity: f9b362bdb956ac9893be86e0af7df57863eb1ce08d6c9b95139a8901a39004915e0c99abad36906f0d127d539f4768a8364f0fb90e3bb66ea8f1940f221bd554 --- pbm2l2030-debuginfo-1.4-alt1.qa2.i586.rpm.repo 2021-07-12 08:33:31.000000000 +0000 +++ pbm2l2030-debuginfo-1.4-alt1.qa2.i586.rpm.hasher 2024-03-02 06:41:36.125131435 +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/73 40755 root:root +/usr/lib/debug/.build-id/73/3c7f4b1e2c58c993df8314ea723e49370b22a2 120777 root:root ../../../../bin/pbm2l2030 +/usr/lib/debug/.build-id/73/3c7f4b1e2c58c993df8314ea723e49370b22a2.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/73 40755 root:root +File: /usr/lib/debug/.build-id/73/3c7f4b1e2c58c993df8314ea723e49370b22a2 120777 root:root ../../../../bin/pbm2l2030 +File: /usr/lib/debug/.build-id/73/3c7f4b1e2c58c993df8314ea723e49370b22a2.debug 120777 root:root ../../usr/bin/pbm2l2030.debug +File: /usr/lib/debug/usr/bin/pbm2l2030.debug 100644 root:root d44397595521cc03412ba4b991a422b8 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: 15a619ccd69083c66e398046f461c51ff32accc0cb7000d66fae66fb13ae872aa026527dc995f99625a2701633d21985d4babc5ab0fc95d030763223ad74f7c1