<86>Jun 16 00:11:37 userdel[327845]: delete user 'rooter' <86>Jun 16 00:11:37 userdel[327845]: removed group 'rooter' owned by 'rooter' <86>Jun 16 00:11:37 groupadd[327908]: group added to /etc/group: name=rooter, GID=1223 <86>Jun 16 00:11:37 groupadd[327908]: group added to /etc/gshadow: name=rooter <86>Jun 16 00:11:37 groupadd[327908]: new group: name=rooter, GID=1223 <86>Jun 16 00:11:37 useradd[327933]: new user: name=rooter, UID=1223, GID=1223, home=/root, shell=/bin/bash <86>Jun 16 00:11:37 userdel[327982]: delete user 'builder' <86>Jun 16 00:11:37 userdel[327982]: removed group 'builder' owned by 'builder' <86>Jun 16 00:11:37 userdel[327982]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 00:11:37 groupadd[328024]: group added to /etc/group: name=builder, GID=1224 <86>Jun 16 00:11:37 groupadd[328024]: group added to /etc/gshadow: name=builder <86>Jun 16 00:11:37 groupadd[328024]: new group: name=builder, GID=1224 <86>Jun 16 00:11:37 useradd[328108]: new user: name=builder, UID=1224, GID=1224, 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: x86_64 Building for target x86_64 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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.67394 + 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.67394 + 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 -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:4: 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:33:8: warning: incompatible implicit declaration of built-in function 'strlen' pbm.c:20:1: note: include '' or provide a declaration of 'strlen' 19 | #include "pbm.h" +++ |+#include 20 | 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:25: warning: 'strncmp' argument 3 type is 'int' where 'long 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 'long 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: warning: incompatible implicit declaration of built-in function 'memcpy' 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' 140 | memcpy (pbm->revdata, data, (pbm->width+7)/8); | ^~~~~~ pbm.c:140:3: note: include '' or provide a declaration of 'memcpy' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.67394 + 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.89243 + 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.X3K4FH 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.gOZh2G 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.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zHbWGJ 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.K6bT9H find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7o1iOF find-requires: running scripts (debuginfo) Requires: pbm2l2030 = 1.4-alt1.qa2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Adding to pbm2l2030-debuginfo a strict dependency on pbm2l2030 Wrote: /usr/src/RPM/RPMS/x86_64/pbm2l2030-1.4-alt1.qa2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/pbm2l2030-debuginfo-1.4-alt1.qa2.x86_64.rpm (w2.lzdio) 0.69user 0.50system 0:06.18elapsed 19%CPU (0avgtext+0avgdata 28036maxresident)k 0inputs+0outputs (0major+137867minor)pagefaults 0swaps /.out/pbm2l2030-1.4-alt1.qa2.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/pbm2l2030-debuginfo-1.4-alt1.qa2.x86_64.rpm: The use of such a license name is ambiguous: GPL 0.90user 1.56system 0:14.60elapsed 16%CPU (0avgtext+0avgdata 11672maxresident)k 0inputs+0outputs (0major+95574minor)pagefaults 0swaps --- pbm2l2030-1.4-alt1.qa2.x86_64.rpm.repo 2021-07-12 08:33:31.000000000 +0000 +++ pbm2l2030-1.4-alt1.qa2.x86_64.rpm.hasher 2024-06-16 00:11:46.927246045 +0000 @@ -14,3 +14,3 @@ Provides: pbm2l2030 = 1.4-alt1.qa2:sisyphus+278222.100.1.1 -File: /usr/bin/pbm2l2030 100755 root:root 93a438f9ae860efe3393213adae76db4 +File: /usr/bin/pbm2l2030 100755 root:root 1f49ed88ede243561830c5564d69b331 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: 478bf406c80fbfcb690dd279b2c921b9f01e2df707d00eae04c14649f32f175f5c3ee9f53c4349b3d074b75395b3eb992acaaa6eba717e102efbb71483eb25cf +RPMIdentity: 277217d362be56717cf022e056f97b7eda5e97c038a96c42cfb7eff5c3e73b72e2eda49b5d7028d2e2737f533591fe267e0ff52f1504afb27610a63b15ecf056 --- pbm2l2030-debuginfo-1.4-alt1.qa2.x86_64.rpm.repo 2021-07-12 08:33:31.000000000 +0000 +++ pbm2l2030-debuginfo-1.4-alt1.qa2.x86_64.rpm.hasher 2024-06-16 00:11:47.095246840 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/cf 40755 root:root -/usr/lib/debug/.build-id/cf/4620e6a36e72821a432fa2d9738765221b0a26 120777 root:root ../../../../bin/pbm2l2030 -/usr/lib/debug/.build-id/cf/4620e6a36e72821a432fa2d9738765221b0a26.debug 120777 root:root ../../usr/bin/pbm2l2030.debug +/usr/lib/debug/.build-id/5f 40755 root:root +/usr/lib/debug/.build-id/5f/efebc02ee95abe9367ef4e32ef30546d9db863 120777 root:root ../../../../bin/pbm2l2030 +/usr/lib/debug/.build-id/5f/efebc02ee95abe9367ef4e32ef30546d9db863.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/cf 40755 root:root -File: /usr/lib/debug/.build-id/cf/4620e6a36e72821a432fa2d9738765221b0a26 120777 root:root ../../../../bin/pbm2l2030 -File: /usr/lib/debug/.build-id/cf/4620e6a36e72821a432fa2d9738765221b0a26.debug 120777 root:root ../../usr/bin/pbm2l2030.debug -File: /usr/lib/debug/usr/bin/pbm2l2030.debug 100644 root:root 78582752f8a550a826a164e1a0e2fb8a +File: /usr/lib/debug/.build-id/5f 40755 root:root +File: /usr/lib/debug/.build-id/5f/efebc02ee95abe9367ef4e32ef30546d9db863 120777 root:root ../../../../bin/pbm2l2030 +File: /usr/lib/debug/.build-id/5f/efebc02ee95abe9367ef4e32ef30546d9db863.debug 120777 root:root ../../usr/bin/pbm2l2030.debug +File: /usr/lib/debug/usr/bin/pbm2l2030.debug 100644 root:root 3d60fc4e296ef264b9ef7eb39f97861f 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: 98c4e9d30627fe33b5e9a23cc329616e4db0d9ba3f563ddb7de134fd629268952d92f09245989d1898459baa9424feeb5fc9b280ddeb525782d1a81ec89e707d +RPMIdentity: 817e624835fe0162ff96bdb0f1957e7b27872dfad91dfc14a1de37f29de0d647d9cbc2ad0feaef1b82c5efdbcfc1fddc9ac7731cacb7383185123a47d3befab9