<86>Nov 9 06:16:42 userdel[888166]: delete user 'rooter' <86>Nov 9 06:16:42 userdel[888166]: removed group 'rooter' owned by 'rooter' <86>Nov 9 06:16:42 userdel[888166]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 9 06:16:42 groupadd[888174]: group added to /etc/group: name=rooter, GID=1226 <86>Nov 9 06:16:42 groupadd[888174]: group added to /etc/gshadow: name=rooter <86>Nov 9 06:16:42 groupadd[888174]: new group: name=rooter, GID=1226 <86>Nov 9 06:16:42 useradd[888182]: new user: name=rooter, UID=1226, GID=1226, home=/root, shell=/bin/bash, from=none <86>Nov 9 06:16:42 userdel[888205]: delete user 'builder' <86>Nov 9 06:16:42 userdel[888205]: removed group 'builder' owned by 'builder' <86>Nov 9 06:16:42 userdel[888205]: removed shadow group 'builder' owned by 'builder' <86>Nov 9 06:16:42 groupadd[888223]: group added to /etc/group: name=builder, GID=1227 <86>Nov 9 06:16:42 groupadd[888223]: group added to /etc/gshadow: name=builder <86>Nov 9 06:16:42 groupadd[888223]: new group: name=builder, GID=1227 <86>Nov 9 06:16:42 useradd[888232]: new user: name=builder, UID=1227, GID=1227, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/ml85p-0.2.0-alt2.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/ml85p-0.2.0-alt2.nosrc.rpm (w1.gzdio) Installing ml85p-0.2.0-alt2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.59130 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ml85p-0.2.0 + echo 'Source #0 (ml85p-0.2.0.tar):' Source #0 (ml85p-0.2.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ml85p-0.2.0.tar + cd ml85p-0.2.0 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (ml85p-0.2.0-build_fix.patch):' Patch #0 (ml85p-0.2.0-build_fix.patch): + /usr/bin/patch -p1 patching file ml85p.c + chmod 644 COPYING Makefile NEWS README THANKS cmpanal.c ml85-print ml85-test ml85p ml85p-0.2.0.lsm ml85p.c ml85p.h printcap + sed -i 's|/usr/local/bin|/usr/bin|g' COPYING Makefile NEWS README THANKS cmpanal.c ml85-print ml85-test ml85p ml85p-0.2.0.lsm ml85p.c ml85p.h printcap + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.59130 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ml85p-0.2.0 + rm -f ml85p + gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o ml85p ml85p.c ml85p.c: In function 'sinpwfast': ml85p.c:157:1: error: type of 'wait' defaults to 'int' [-Wimplicit-int] 157 | sinpwfast (wait) { | ^~~~~~~~~ ml85p.c: In function 'sinpw': ml85p.c:171:1: error: type of 'wait' defaults to 'int' [-Wimplicit-int] 171 | sinpw (wait) { | ^~~~~ ml85p.c: In function 'outlp': ml85p.c:188:1: error: type of 'data' defaults to 'int' [-Wimplicit-int] 188 | outlp( data ) { | ^~~~~ ml85p.c: In function 'coutlp': ml85p.c:194:1: error: type of 'data' defaults to 'int' [-Wimplicit-int] 194 | coutlp( data ) { | ^~~~~~ ml85p.c: In function 'toggle_control': ml85p.c:200:1: error: type of 'times' defaults to 'int' [-Wimplicit-int] 200 | toggle_control (times) { | ^~~~~~~~~~~~~~ ml85p.c: In function 'outstb': ml85p.c:218:28: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 218 | st = inb(LPPORT+2) & 0x0f | 1; | ~~~~~~~~~~~~~~^~~~~~ ml85p.c: In function 'lpout': ml85p.c:226:1: error: type of 'data' defaults to 'int' [-Wimplicit-int] 226 | lpout ( data ) { | ^~~~~ ml85p.c: In function 'lpout1': ml85p.c:232:1: error: type of 'data' defaults to 'int' [-Wimplicit-int] 232 | lpout1 ( data ) { | ^~~~~~ ml85p.c: In function 'lpctrl1': ml85p.c:247:14: warning: unused variable 's' [-Wunused-variable] 247 | int *s; | ^ ml85p.c: In function 'lpoutw': ml85p.c:283:14: warning: unused variable 's' [-Wunused-variable] 283 | char s[100]; | ^ ml85p.c: In function 'reset_printer': ml85p.c:329:14: warning: unused variable 'cmd' [-Wunused-variable] 329 | int *cmd; | ^~~ ml85p.c: In function 'print_band': ml85p.c:355:13: warning: unused variable 'group' [-Wunused-variable] 355 | int group; | ^~~~~ ml85p.c: In function 'print_page': ml85p.c:415:24: warning: unused variable 'cmd_type' [-Wunused-variable] 415 | int i,cmd_code,cmd_type; | ^~~~~~~~ ml85p.c:415:15: warning: unused variable 'cmd_code' [-Wunused-variable] 415 | int i,cmd_code,cmd_type; | ^~~~~~~~ ml85p.c:414:14: warning: unused variable 'cmd' [-Wunused-variable] 414 | int *cmd; | ^~~ ml85p.c: In function 'get_bitmap': ml85p.c:461:17: warning: unused variable 'tmp' [-Wunused-variable] 461 | int i,k,tmp; | ^~~ ml85p.c:461:15: warning: unused variable 'k' [-Wunused-variable] 461 | int i,k,tmp; | ^ ml85p.c:461:13: warning: unused variable 'i' [-Wunused-variable] 461 | int i,k,tmp; | ^ ml85p.c:460:15: warning: unused variable 'dbgf' [-Wunused-variable] 460 | FILE *dbgf; | ^~~~ ml85p.c: In function 'out_packet': ml85p.c:523:26: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] 523 | cbmp += sprintf( cbmp,"%c%c%c%c",pk1.c,pk2.c,pk3.c,pk4.c ); | ^~~~ | | | unsigned char * In file included from /usr/include/features.h:503, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from ml85p.c:9: /usr/include/bits/stdio2.h:28:1: note: expected 'char *' but argument is of type 'unsigned char *' 28 | __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...)) | ^~~~~ ml85p.c:500:15: warning: unused variable 'dbgf' [-Wunused-variable] 500 | FILE *dbgf; | ^~~~ ml85p.c: In function 'compress_bitmap': ml85p.c:535:19: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness [-Wpointer-sign] 535 | if (fgets(cbm,200,bitmapf)<=0) { | ^~~ | | | unsigned char * In file included from /usr/include/stdio.h:964: /usr/include/bits/stdio2.h:195:25: note: expected 'char *' but argument is of type 'unsigned char *' 195 | fgets (char *__restrict __s, int __n, FILE *__restrict __stream) | ~~~~~~~~~~~~~~~~~^~~ ml85p.c:538:21: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] 538 | if (strncmp(cbm,"P4",2)) { | ^~~ | | | unsigned char * In file included from ml85p.c:11: /usr/include/string.h:159:33: note: expected 'const char *' but argument is of type 'unsigned char *' 159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n) | ~~~~~~~~~~~~^~~~ ml85p.c:540:49: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'long int' [-Wformat=] 540 | fprintf(stderr,"file position: %x\n",ftell(bitmapf)); | ~^ ~~~~~~~~~~~~~~ | | | | | long int | unsigned int | %lx ml85p.c:545:23: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness [-Wpointer-sign] 545 | fgets(cbm,200,bitmapf); | ^~~ | | | unsigned char * /usr/include/bits/stdio2.h:195:25: note: expected 'char *' but argument is of type 'unsigned char *' 195 | fgets (char *__restrict __s, int __n, FILE *__restrict __stream) | ~~~~~~~~~~~~~~~~~^~~ ml85p.c:548:20: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign] 548 | if (sscanf(cbm,"%d %d",&bmwidth,&bmheight)<2) { | ^~~ | | | unsigned char * /usr/include/stdio.h:428:43: note: expected 'const char *' but argument is of type 'unsigned char *' 428 | extern int sscanf (const char *__restrict __s, | ~~~~~~~~~~~~~~~~~~~~~~~^~~ ml85p.c:530:13: warning: unused variable 'line' [-Wunused-variable] 530 | int line,band; | ^~~~ ml85p.c: In function 'main': ml85p.c:675:13: warning: unused variable 'size' [-Wunused-variable] 675 | int size; | ^~~~ ml85p.c:672:15: warning: unused variable 'i' [-Wunused-variable] 672 | int c,i; | ^ ml85p.c: In function 'sinpw': ml85p.c:185:1: warning: control reaches end of non-void function [-Wreturn-type] 185 | } | ^ ml85p.c: In function 'print_page': ml85p.c:425:17: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 425 | fread( cbm,size*4,1,cbmf ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ml85p.c: In function 'bitmap_seek': ml85p.c:451:25: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 451 | fread(bmbuf,1,sizeof(garbage),bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml85p.c:454:17: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 454 | fread(bmbuf,1,offset,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml85p.c: In function 'get_bitmap': ml85p.c:467:33: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 467 | fread(bmbuf,1,800,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ml85p.c:471:33: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 471 | fread(bmbuf,1,bmwidth,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ml85p.c: In function 'compress_bitmap': ml85p.c:545:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 545 | fgets(cbm,200,bitmapf); | ^~~~~~~~~~~~~~~~~~~~~~ error: Bad exit status from /usr/src/tmp/rpm-tmp.59130 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.59130 (%build) Command exited with non-zero status 1 0.06user 0.03system 0:00.09elapsed 103%CPU (0avgtext+0avgdata 16640maxresident)k 0inputs+0outputs (0major+8214minor)pagefaults 0swaps hsh-rebuild: rebuild of `ml85p-0.2.0-alt2.src.rpm' failed. Command exited with non-zero status 1 0.74user 1.15system 0:03.65elapsed 52%CPU (0avgtext+0avgdata 11776maxresident)k 0inputs+0outputs (0major+83831minor)pagefaults 0swaps