<86>May 4 00:06:01 userdel[1272088]: delete user 'rooter' <86>May 4 00:06:01 userdel[1272088]: removed group 'rooter' owned by 'rooter' <86>May 4 00:06:01 userdel[1272088]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 00:06:01 groupadd[1272107]: group added to /etc/group: name=rooter, GID=1250 <86>May 4 00:06:01 groupadd[1272107]: group added to /etc/gshadow: name=rooter <86>May 4 00:06:01 groupadd[1272107]: new group: name=rooter, GID=1250 <86>May 4 00:06:01 useradd[1272121]: new user: name=rooter, UID=1250, GID=1250, home=/root, shell=/bin/bash, from=none <86>May 4 00:06:01 userdel[1272142]: delete user 'builder' <86>May 4 00:06:01 userdel[1272142]: removed group 'builder' owned by 'builder' <86>May 4 00:06:01 userdel[1272142]: removed shadow group 'builder' owned by 'builder' <86>May 4 00:06:01 groupadd[1272157]: group added to /etc/group: name=builder, GID=1251 <86>May 4 00:06:01 groupadd[1272157]: group added to /etc/gshadow: name=builder <86>May 4 00:06:01 groupadd[1272157]: new group: name=builder, GID=1251 <86>May 4 00:06:01 useradd[1272169]: new user: name=builder, UID=1251, GID=1251, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/pbm2lwxl-0-alt1.qa1.src.rpm: The use of such a license name is ambiguous: GPL Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/pbm2lwxl-0-alt1.qa1.nosrc.rpm (w1.gzdio) Installing pbm2lwxl-0-alt1.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.4797 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf pbm2lwxl-0 + echo 'Source #0 (pbm2lwxl-0.tar):' Source #0 (pbm2lwxl-0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/pbm2lwxl-0.tar + cd pbm2lwxl-0 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (pbm2lwxl-20040515-mdk-path.patch):' Patch #0 (pbm2lwxl-20040515-mdk-path.patch): + /usr/bin/patch -p1 patching file small2lwxl patching file ps2lwxl patching file txt2lwxl + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.98004 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pbm2lwxl-0 + make 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' make: Entering directory '/usr/src/RPM/BUILD/pbm2lwxl-0' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o pbm2lwxl pbm2lwxl.c pbm2lwxl.c:18:1: warning: "/*" within comment [-Wcomment] 18 | /* You will probably want to use one or more of the following utilities */ | pbm2lwxl.c:52:1: warning: return type defaults to 'int' [-Wimplicit-int] 52 | reset() | ^~~~~ pbm2lwxl.c:64:1: warning: return type defaults to 'int' [-Wimplicit-int] 64 | print_line(int n, unsigned char data[]) | ^~~~~~~~~~ pbm2lwxl.c:87:1: warning: return type defaults to 'int' [-Wimplicit-int] 87 | form_feed() | ^~~~~~~~~ pbm2lwxl.c:92:1: warning: return type defaults to 'int' [-Wimplicit-int] 92 | set_label_length(int n) | ^~~~~~~~~~~~~~~~ pbm2lwxl.c:103:1: warning: return type defaults to 'int' [-Wimplicit-int] 103 | test() | ^~~~ pbm2lwxl.c:124:1: warning: return type defaults to 'int' [-Wimplicit-int] 124 | read_pbm_header(int *width_p, int *height_p) | ^~~~~~~~~~~~~~~ pbm2lwxl.c: In function 'read_pbm_header': pbm2lwxl.c:139:10: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] 139 | if(strncmp(buf,"P1",2)==0) { | ^~~~~~~ pbm2lwxl.c:43:1: note: include '' or provide a declaration of 'strncmp' 42 | #include +++ |+#include 43 | pbm2lwxl.c:139:27: 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] 139 | if(strncmp(buf,"P1",2)==0) { | ^ : note: built-in 'strncmp' declared here pbm2lwxl.c:127:8: warning: variable 'found_type' set but not used [-Wunused-but-set-variable] 127 | int found_type; | ^~~~~~~~~~ pbm2lwxl.c: At top level: pbm2lwxl.c:203:1: warning: return type defaults to 'int' [-Wimplicit-int] 203 | main(int argc, char **argv) | ^~~~ pbm2lwxl.c: In function 'main': pbm2lwxl.c:209:9: warning: unused variable 'buf' [-Wunused-variable] 209 | char buf[4096]; | ^~~ pbm2lwxl.c:208:8: warning: unused variable 'pos' [-Wunused-variable] 208 | int pos; | ^~~ pbm2lwxl.c: In function 'reset': pbm2lwxl.c:59:1: warning: control reaches end of non-void function [-Wreturn-type] 59 | } | ^ pbm2lwxl.c: In function 'print_line': pbm2lwxl.c:83:1: warning: control reaches end of non-void function [-Wreturn-type] 83 | } | ^ pbm2lwxl.c: In function 'form_feed': pbm2lwxl.c:90:1: warning: control reaches end of non-void function [-Wreturn-type] 90 | } | ^ pbm2lwxl.c: In function 'set_label_length': pbm2lwxl.c:99:1: warning: control reaches end of non-void function [-Wreturn-type] 99 | } | ^ pbm2lwxl.c: In function 'test': pbm2lwxl.c:122:1: warning: control reaches end of non-void function [-Wreturn-type] 122 | } | ^ pbm2lwxl.c: In function 'read_pbm_header': pbm2lwxl.c:157:1: warning: control reaches end of non-void function [-Wreturn-type] 157 | } | ^ make: Leaving directory '/usr/src/RPM/BUILD/pbm2lwxl-0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.98004 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/pbm2lwxl-buildroot + : + /bin/rm -rf -- /usr/src/tmp/pbm2lwxl-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd pbm2lwxl-0 + for i in pbm2lwxl ps2lwxl txt2lwxl small2lwxl + /bin/install -Dpm755 pbm2lwxl /usr/src/tmp/pbm2lwxl-buildroot//usr/bin/pbm2lwxl + for i in pbm2lwxl ps2lwxl txt2lwxl small2lwxl + /bin/install -Dpm755 ps2lwxl /usr/src/tmp/pbm2lwxl-buildroot//usr/bin/ps2lwxl + for i in pbm2lwxl ps2lwxl txt2lwxl small2lwxl + /bin/install -Dpm755 txt2lwxl /usr/src/tmp/pbm2lwxl-buildroot//usr/bin/txt2lwxl + for i in pbm2lwxl ps2lwxl txt2lwxl small2lwxl + /bin/install -Dpm755 small2lwxl /usr/src/tmp/pbm2lwxl-buildroot//usr/bin/small2lwxl + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/pbm2lwxl-buildroot (auto) Verifying and fixing files in /usr/src/tmp/pbm2lwxl-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/pbm2lwxl-buildroot/ (default) Compressing files in /usr/src/tmp/pbm2lwxl-buildroot (auto) Verifying ELF objects in /usr/src/tmp/pbm2lwxl-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/pbm2lwxl-buildroot Processing files: pbm2lwxl-0-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.98004 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pbm2lwxl-0 + DOCDIR=/usr/src/tmp/pbm2lwxl-buildroot/usr/share/doc/pbm2lwxl-0 + export DOCDIR + rm -rf /usr/src/tmp/pbm2lwxl-buildroot/usr/share/doc/pbm2lwxl-0 + /bin/mkdir -p /usr/src/tmp/pbm2lwxl-buildroot/usr/share/doc/pbm2lwxl-0 + cp -prL README index.html license.html /usr/src/tmp/pbm2lwxl-buildroot/usr/share/doc/pbm2lwxl-0 + chmod -R go-w /usr/src/tmp/pbm2lwxl-buildroot/usr/share/doc/pbm2lwxl-0 + chmod -R a+rX /usr/src/tmp/pbm2lwxl-buildroot/usr/share/doc/pbm2lwxl-0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SjaRpt 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.4DC2UF find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) shell.req: /usr/src/tmp/pbm2lwxl-buildroot/usr/bin/ps2lwxl: ghostscript not found (skip) find-requires: FINDPACKAGE-COMMANDS: ghostscript mpage pnmflip pnmnoraw Requires: /bin/bash, /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), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.7)(64bit), mpage, netpbm, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KvIkgM Creating pbm2lwxl-debuginfo package Processing files: pbm2lwxl-debuginfo-0-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3Qwexp find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CKpDAl find-requires: running scripts (debuginfo) Requires: pbm2lwxl = 0-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Adding to pbm2lwxl-debuginfo a strict dependency on pbm2lwxl Wrote: /usr/src/RPM/RPMS/x86_64/pbm2lwxl-0-alt1.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/pbm2lwxl-debuginfo-0-alt1.qa1.x86_64.rpm (w2.lzdio) 0.49user 0.79system 0:05.57elapsed 23%CPU (0avgtext+0avgdata 25968maxresident)k 0inputs+0outputs (0major+180194minor)pagefaults 0swaps /.out/pbm2lwxl-0-alt1.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/pbm2lwxl-debuginfo-0-alt1.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL 0.75user 1.48system 0:10.38elapsed 21%CPU (0avgtext+0avgdata 12268maxresident)k 0inputs+0outputs (0major+94354minor)pagefaults 0swaps --- pbm2lwxl-0-alt1.qa1.x86_64.rpm.repo 2021-07-12 07:27:13.000000000 +0000 +++ pbm2lwxl-0-alt1.qa1.x86_64.rpm.hasher 2024-05-04 00:06:08.396465973 +0000 @@ -13,3 +13,3 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) -Requires: libc.so.6(GLIBC_2.4)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libc.so.6(GLIBC_2.7)(64bit) @@ -20,3 +20,3 @@ Provides: pbm2lwxl = 0-alt1.qa1:sisyphus+278176.100.1.1 -File: /usr/bin/pbm2lwxl 100755 root:root 03bea302399a9458b33f666c4eb73edf +File: /usr/bin/pbm2lwxl 100755 root:root ab7df91feb14043acaf219bbbaffc776 File: /usr/bin/ps2lwxl 100755 root:root d8a951435e6fe4d69b654b03cea86742 @@ -28,2 +28,2 @@ File: /usr/share/doc/pbm2lwxl-0/license.html 100644 root:root 1955e0d5509411567b8c7b4f228f0345 -RPMIdentity: 336d52f3bffde3cf00b4a9be873da892495b89754c8e4710e7d9df26de55cf474a70c644ca01506a2ca3e723a64ce6986706278c3a4d74f6172f633d45643999 +RPMIdentity: bd7d1f754d69051fc69fa62cd7dd686af1c23261f17ff8d30a4b0dcdc822ddd2327d851773bdf45995209fb9c62d9d6013e0575efc219677c194b1775f0ba977 --- pbm2lwxl-debuginfo-0-alt1.qa1.x86_64.rpm.repo 2021-07-12 07:27:13.000000000 +0000 +++ pbm2lwxl-debuginfo-0-alt1.qa1.x86_64.rpm.hasher 2024-05-04 00:06:08.476465522 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/4e 40755 root:root -/usr/lib/debug/.build-id/4e/fb594b198b8f9c2449d57d0a0363398e0c605d 120777 root:root ../../../../bin/pbm2lwxl -/usr/lib/debug/.build-id/4e/fb594b198b8f9c2449d57d0a0363398e0c605d.debug 120777 root:root ../../usr/bin/pbm2lwxl.debug +/usr/lib/debug/.build-id/54 40755 root:root +/usr/lib/debug/.build-id/54/1dc4ad17c1d0c8eaf83338235f78d01ca6a8a7 120777 root:root ../../../../bin/pbm2lwxl +/usr/lib/debug/.build-id/54/1dc4ad17c1d0c8eaf83338235f78d01ca6a8a7.debug 120777 root:root ../../usr/bin/pbm2lwxl.debug /usr/lib/debug/usr/bin/pbm2lwxl.debug 100644 root:root @@ -11,8 +11,8 @@ Provides: pbm2lwxl-debuginfo = 0-alt1.qa1:sisyphus+278176.100.1.1 -File: /usr/lib/debug/.build-id/4e 40755 root:root -File: /usr/lib/debug/.build-id/4e/fb594b198b8f9c2449d57d0a0363398e0c605d 120777 root:root ../../../../bin/pbm2lwxl -File: /usr/lib/debug/.build-id/4e/fb594b198b8f9c2449d57d0a0363398e0c605d.debug 120777 root:root ../../usr/bin/pbm2lwxl.debug -File: /usr/lib/debug/usr/bin/pbm2lwxl.debug 100644 root:root 4400faf028a0b48eebf2e34fe2c5f2c1 +File: /usr/lib/debug/.build-id/54 40755 root:root +File: /usr/lib/debug/.build-id/54/1dc4ad17c1d0c8eaf83338235f78d01ca6a8a7 120777 root:root ../../../../bin/pbm2lwxl +File: /usr/lib/debug/.build-id/54/1dc4ad17c1d0c8eaf83338235f78d01ca6a8a7.debug 120777 root:root ../../usr/bin/pbm2lwxl.debug +File: /usr/lib/debug/usr/bin/pbm2lwxl.debug 100644 root:root fae7d142b7e35438e431d858ea08358b File: /usr/src/debug/pbm2lwxl-0 40755 root:root File: /usr/src/debug/pbm2lwxl-0/pbm2lwxl.c 100644 root:root f450321e333277a82778e44d89be81e7 -RPMIdentity: b7c3604592b0b4c51e5cb03459cd3fcd158ba820eec074c52bb68044d9252f782804a659a7fcf4424114d1fd98189474d00aef2c78f2fe97867c3ecca82c516c +RPMIdentity: 5a928f9f256c1a819c925bfec8cd13c0b3c76a11735b3d61dfe04589f237fbc4bb3b9834d0358c3aae6cc5051afa9c6459c9225d1d81495f8927117cbdbc731d