<86>Nov 16 06:53:29 userdel[2751243]: delete user 'rooter' <86>Nov 16 06:53:29 userdel[2751243]: removed group 'rooter' owned by 'rooter' <86>Nov 16 06:53:29 userdel[2751243]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 16 06:53:29 groupadd[2751290]: group added to /etc/group: name=rooter, GID=1805 <86>Nov 16 06:53:29 groupadd[2751290]: group added to /etc/gshadow: name=rooter <86>Nov 16 06:53:29 groupadd[2751290]: new group: name=rooter, GID=1805 <86>Nov 16 06:53:29 useradd[2751339]: new user: name=rooter, UID=1805, GID=1805, home=/root, shell=/bin/bash, from=none <86>Nov 16 06:53:29 userdel[2751399]: delete user 'builder' <86>Nov 16 06:53:29 userdel[2751399]: removed group 'builder' owned by 'builder' <86>Nov 16 06:53:29 userdel[2751399]: removed shadow group 'builder' owned by 'builder' <86>Nov 16 06:53:29 groupadd[2751446]: group added to /etc/group: name=builder, GID=1806 <86>Nov 16 06:53:29 groupadd[2751446]: group added to /etc/gshadow: name=builder <86>Nov 16 06:53:29 groupadd[2751446]: new group: name=builder, GID=1806 <86>Nov 16 06:53:29 useradd[2751484]: new user: name=builder, UID=1806, GID=1806, home=/usr/src, shell=/bin/bash, from=none <13>Nov 16 06:53:32 rpmi: libusb-1.0.27-alt1 sisyphus+347412.100.1.1 1714739652 installed <13>Nov 16 06:53:32 rpmi: libusb-compat-0.1.8-alt1 sisyphus+339464.100.1.1 1706693618 installed <13>Nov 16 06:53:32 rpmi: libusb-compat-devel-0.1.8-alt1 sisyphus+339464.100.1.1 1706693618 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/printer-driver-rname-0.23-alt1.nosrc.rpm (w1.gzdio) Installing printer-driver-rname-0.23-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.95041 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf pegg-0.23 + /bin/mkdir -p pegg-0.23 + cd pegg-0.23 + echo 'Source #0 (pegg-0.23.tar):' Source #0 (pegg-0.23.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/pegg-0.23.tar + echo 'Source #1 (xbm2crw-0.4.tar):' Source #1 (xbm2crw-0.4.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/xbm2crw-0.4.tar + echo 'Source #2 (cups2pegg-0.21a.tar):' Source #2 (cups2pegg-0.21a.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/cups2pegg-0.21a.tar + echo 'Source #3 (pegg_el-0.11.tar):' Source #3 (pegg_el-0.11.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/pegg_el-0.11.tar + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (cups-drivers-pegg-0.23-LDFLAGS.patch):' Patch #1 (cups-drivers-pegg-0.23-LDFLAGS.patch): + /usr/bin/patch -p1 patching file pegg-0.23/Makefile patching file pegg_el-0.11/src/Makefile + find -name '*.1.gz' + xargs gunzip + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.95041 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pegg-0.23 + make -C pegg-0.23 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' LIB_PATH=/usr/lib make: Entering directory '/usr/src/RPM/BUILD/pegg-0.23/pegg-0.23' gcc -o pegg pegg.c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I/usr/include -L/usr/lib -lusb pegg.c: In function 'main': pegg.c:115:9: error: implicit declaration of function 'strstr' [-Wimplicit-function-declaration] 115 | if (strstr(argv[i],"-w") != 0x00) { | ^~~~~~ pegg.c:48:1: note: include '' or provide a declaration of 'strstr' 47 | #include +++ |+#include 48 | pegg.c:115:9: warning: incompatible implicit declaration of built-in function 'strstr' [-Wbuiltin-declaration-mismatch] 115 | if (strstr(argv[i],"-w") != 0x00) { | ^~~~~~ pegg.c:115:9: note: include '' or provide a declaration of 'strstr' pegg.c:116:10: error: implicit declaration of function 'strtok'; did you mean 'strtoq'? [-Wimplicit-function-declaration] 116 | if(strtok(argv[i], "-w") != NULL) width = chr2int(strtok(argv[i], "-w")); | ^~~~~~ | strtoq pegg.c:116:32: warning: comparison between pointer and integer 116 | if(strtok(argv[i], "-w") != NULL) width = chr2int(strtok(argv[i], "-w")); | ^~ pegg.c:116:49: error: implicit declaration of function 'chr2int' [-Wimplicit-function-declaration] 116 | if(strtok(argv[i], "-w") != NULL) width = chr2int(strtok(argv[i], "-w")); | ^~~~~~~ pegg.c:118:9: warning: incompatible implicit declaration of built-in function 'strstr' [-Wbuiltin-declaration-mismatch] 118 | if (strstr(argv[i],"-d") != 0x00) { | ^~~~~~ pegg.c:118:9: note: include '' or provide a declaration of 'strstr' pegg.c:119:32: warning: comparison between pointer and integer 119 | if(strtok(argv[i], "-d") != NULL) density = chr2int(strtok(argv[i], "-d")); | ^~ pegg.c:121:9: warning: incompatible implicit declaration of built-in function 'strstr' [-Wbuiltin-declaration-mismatch] 121 | if (strstr(argv[i],"-o") != 0x00) { | ^~~~~~ pegg.c:121:9: note: include '' or provide a declaration of 'strstr' pegg.c:122:32: warning: comparison between pointer and integer 122 | if(strtok(argv[i], "-o") != NULL) pnm_filename = 2+strstr(argv[i], "-o"); | ^~ pegg.c:124:9: warning: incompatible implicit declaration of built-in function 'strstr' [-Wbuiltin-declaration-mismatch] 124 | if (strstr(argv[i],"-t") != 0x00) test = 1; | ^~~~~~ pegg.c:124:9: note: include '' or provide a declaration of 'strstr' pegg.c:129:4: error: implicit declaration of function 'display_printer_status' [-Wimplicit-function-declaration] 129 | display_printer_status(); | ^~~~~~~~~~~~~~~~~~~~~~ pegg.c:156:7: error: implicit declaration of function 'send_raw_data' [-Wimplicit-function-declaration] 156 | send_raw_data(data); | ^~~~~~~~~~~~~ make: *** [Makefile:32: pegg] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/pegg-0.23/pegg-0.23' error: Bad exit status from /usr/src/tmp/rpm-tmp.95041 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.95041 (%build) Command exited with non-zero status 1 0.04user 0.07system 0:00.11elapsed 106%CPU (0avgtext+0avgdata 15360maxresident)k 0inputs+0outputs (0major+9026minor)pagefaults 0swaps hsh-rebuild: rebuild of `printer-driver-rname-0.23-alt1.src.rpm' failed. Command exited with non-zero status 1 3.11user 2.74system 0:08.38elapsed 69%CPU (0avgtext+0avgdata 131348maxresident)k 168inputs+0outputs (0major+193817minor)pagefaults 0swaps