<86>May 4 02:13:21 userdel[3698457]: delete user 'rooter' <86>May 4 02:13:21 userdel[3698457]: removed group 'rooter' owned by 'rooter' <86>May 4 02:13:21 userdel[3698457]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 02:13:21 groupadd[3698499]: group added to /etc/group: name=rooter, GID=1868 <86>May 4 02:13:21 groupadd[3698499]: group added to /etc/gshadow: name=rooter <86>May 4 02:13:21 groupadd[3698499]: new group: name=rooter, GID=1868 <86>May 4 02:13:21 useradd[3698627]: new user: name=rooter, UID=1868, GID=1868, home=/root, shell=/bin/bash, from=none <86>May 4 02:13:21 userdel[3698648]: delete user 'builder' <86>May 4 02:13:21 userdel[3698648]: removed group 'builder' owned by 'builder' <86>May 4 02:13:21 userdel[3698648]: removed shadow group 'builder' owned by 'builder' <86>May 4 02:13:21 groupadd[3698678]: group added to /etc/group: name=builder, GID=1869 <86>May 4 02:13:21 groupadd[3698678]: group added to /etc/gshadow: name=builder <86>May 4 02:13:21 groupadd[3698678]: new group: name=builder, GID=1869 <86>May 4 02:13:21 useradd[3698718]: new user: name=builder, UID=1869, GID=1869, 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: 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.51588 + 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.51588 + 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 -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 '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: 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.59520 + 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:/usr/bin:/bin:/usr/local/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) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/pbm2l2030-buildroot Processing files: pbm2l2030-1.4-alt1.qa2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.83734 + 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.8oA1m9 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.VhyfEi 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.34)(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.ZPMrc9 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.QTtAmb find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.seTbgx 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.65user 1.40system 0:07.29elapsed 28%CPU (0avgtext+0avgdata 28072maxresident)k 0inputs+0outputs (0major+151146minor)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.88user 3.40system 0:22.08elapsed 19%CPU (0avgtext+0avgdata 12560maxresident)k 0inputs+0outputs (0major+96794minor)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-05-04 02:13:34.836819004 +0000 @@ -9,2 +9,3 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) @@ -14,3 +15,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 8c0c0c20603f16dfa0cd090fef61fa64 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: 478bf406c80fbfcb690dd279b2c921b9f01e2df707d00eae04c14649f32f175f5c3ee9f53c4349b3d074b75395b3eb992acaaa6eba717e102efbb71483eb25cf +RPMIdentity: e536be5a889d21e5e53bd225d222d41946c5ae97254b7a89c266a5c5a4224588c4b3224637fe6eed72bd9fea2105d92e487ca33e458420f430cff8c17b88fa32 --- 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-05-04 02:13:34.995821671 +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/3f 40755 root:root +/usr/lib/debug/.build-id/3f/bf6b536485de6dabbf88ba618a85b880d74945 120777 root:root ../../../../bin/pbm2l2030 +/usr/lib/debug/.build-id/3f/bf6b536485de6dabbf88ba618a85b880d74945.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/3f 40755 root:root +File: /usr/lib/debug/.build-id/3f/bf6b536485de6dabbf88ba618a85b880d74945 120777 root:root ../../../../bin/pbm2l2030 +File: /usr/lib/debug/.build-id/3f/bf6b536485de6dabbf88ba618a85b880d74945.debug 120777 root:root ../../usr/bin/pbm2l2030.debug +File: /usr/lib/debug/usr/bin/pbm2l2030.debug 100644 root:root 1f01b594e78a99bf61211489e7c540f2 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: 9313bbaa6b3f8d0ff87cbca2caf33d05e9423122c88fe6d4562e581ce844ca5f5b399b9789b05d927846d8ff8db0b33c779a0c700e0db87d4a6b6000bd161726