<86>Jun 8 07:44:24 userdel[3358047]: delete user 'rooter' <86>Jun 8 07:44:24 groupadd[3358118]: group added to /etc/group: name=rooter, GID=654 <86>Jun 8 07:44:24 groupadd[3358118]: new group: name=rooter, GID=654 <86>Jun 8 07:44:24 useradd[3358161]: new user: name=rooter, UID=654, GID=654, home=/root, shell=/bin/bash <86>Jun 8 07:44:24 userdel[3358194]: delete user 'builder' <86>Jun 8 07:44:24 userdel[3358194]: removed group 'builder' owned by 'builder' <86>Jun 8 07:44:24 userdel[3358194]: removed shadow group 'builder' owned by 'builder' <86>Jun 8 07:44:24 groupadd[3358242]: group added to /etc/group: name=builder, GID=655 <86>Jun 8 07:44:24 groupadd[3358242]: group added to /etc/gshadow: name=builder <86>Jun 8 07:44:24 groupadd[3358242]: new group: name=builder, GID=655 <86>Jun 8 07:44:24 useradd[3358269]: new user: name=builder, UID=655, GID=655, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/pbm2lwxl-0-alt1.qa1.src.rpm: The use of such a license name is ambiguous: GPL Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/pbm2lwxl-0-alt1.qa1.nosrc.rpm (w1.gzdio) Installing pbm2lwxl-0-alt1.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.38299 + 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.38299 + 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 -march=i586 -mtune=generic' make: Entering directory '/usr/src/RPM/BUILD/pbm2lwxl-0' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -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:139:27: 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] 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 | } | ^ pbm2lwxl.c: In function 'test': pbm2lwxl.c:110:9: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized] 110 | pos++; | ~~~^~ make: Leaving directory '/usr/src/RPM/BUILD/pbm2lwxl-0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.94588 + 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:/bin:/usr/bin:/usr/X11R6/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) Processing files: pbm2lwxl-0-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.94588 + 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.9KsVoF 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.Emh3uH 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, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), mpage, netpbm, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.URXl5F 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.QT71IE find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nz4E6G find-requires: running scripts (debuginfo) Requires: pbm2lwxl = 0-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/pbm2lwxl-0-alt1.qa1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/pbm2lwxl-debuginfo-0-alt1.qa1.i586.rpm (w2.lzdio) 0.90user 0.43system 0:06.11elapsed 21%CPU (0avgtext+0avgdata 22360maxresident)k 0inputs+0outputs (0major+165007minor)pagefaults 0swaps /.out/pbm2lwxl-0-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/pbm2lwxl-debuginfo-0-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL 2.34user 2.46system 0:12.67elapsed 37%CPU (0avgtext+0avgdata 22360maxresident)k 0inputs+0outputs (0major+345122minor)pagefaults 0swaps --- pbm2lwxl-0-alt1.qa1.i586.rpm.repo 2013-04-16 20:10:48.000000000 +0000 +++ pbm2lwxl-0-alt1.qa1.i586.rpm.hasher 2021-06-08 07:44:34.490539019 +0000 @@ -11,2 +11,3 @@ Requires: libc.so.6(GLIBC_2.0) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.3)