<86>Oct 29 14:46:15 userdel[1688379]: delete user 'rooter' <86>Oct 29 14:46:15 userdel[1688379]: removed group 'rooter' owned by 'rooter' <86>Oct 29 14:46:15 userdel[1688379]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 29 14:46:15 groupadd[1688387]: group added to /etc/group: name=rooter, GID=1247 <86>Oct 29 14:46:15 groupadd[1688387]: group added to /etc/gshadow: name=rooter <86>Oct 29 14:46:15 groupadd[1688387]: new group: name=rooter, GID=1247 <86>Oct 29 14:46:15 useradd[1688395]: new user: name=rooter, UID=1247, GID=1247, home=/root, shell=/bin/bash, from=none <86>Oct 29 14:46:15 userdel[1688409]: delete user 'builder' <86>Oct 29 14:46:15 userdel[1688409]: removed group 'builder' owned by 'builder' <86>Oct 29 14:46:15 userdel[1688409]: removed shadow group 'builder' owned by 'builder' <86>Oct 29 14:46:15 groupadd[1688419]: group added to /etc/group: name=builder, GID=1248 <86>Oct 29 14:46:15 groupadd[1688419]: group added to /etc/gshadow: name=builder <86>Oct 29 14:46:15 groupadd[1688419]: new group: name=builder, GID=1248 <86>Oct 29 14:46:15 useradd[1688429]: new user: name=builder, UID=1248, GID=1248, 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.30041 + 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.30041 + 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: error: return type defaults to 'int' [-Wimplicit-int] 52 | reset() | ^~~~~ pbm2lwxl.c:64:1: error: return type defaults to 'int' [-Wimplicit-int] 64 | print_line(int n, unsigned char data[]) | ^~~~~~~~~~ pbm2lwxl.c:87:1: error: return type defaults to 'int' [-Wimplicit-int] 87 | form_feed() | ^~~~~~~~~ pbm2lwxl.c:92:1: error: return type defaults to 'int' [-Wimplicit-int] 92 | set_label_length(int n) | ^~~~~~~~~~~~~~~~ pbm2lwxl.c:103:1: error: return type defaults to 'int' [-Wimplicit-int] 103 | test() | ^~~~ pbm2lwxl.c:124:1: error: 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: error: 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: error: 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: *** [Makefile:10: pbm2lwxl] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/pbm2lwxl-0' error: Bad exit status from /usr/src/tmp/rpm-tmp.30041 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.30041 (%build) Command exited with non-zero status 1 0.02user 0.04system 0:00.06elapsed 104%CPU (0avgtext+0avgdata 17264maxresident)k 0inputs+0outputs (0major+8394minor)pagefaults 0swaps hsh-rebuild: rebuild of `pbm2lwxl-0-alt1.qa1.src.rpm' failed. Command exited with non-zero status 1 0.73user 1.16system 0:03.53elapsed 53%CPU (0avgtext+0avgdata 12064maxresident)k 0inputs+0outputs (0major+84029minor)pagefaults 0swaps