<86>Oct 18 14:36:54 userdel[484205]: delete user 'rooter' <86>Oct 18 14:36:54 userdel[484205]: removed group 'rooter' owned by 'rooter' <86>Oct 18 14:36:54 userdel[484205]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 18 14:36:54 groupadd[484247]: group added to /etc/group: name=rooter, GID=1877 <86>Oct 18 14:36:54 groupadd[484247]: group added to /etc/gshadow: name=rooter <86>Oct 18 14:36:54 groupadd[484247]: new group: name=rooter, GID=1877 <86>Oct 18 14:36:54 useradd[484294]: new user: name=rooter, UID=1877, GID=1877, home=/root, shell=/bin/bash, from=none <86>Oct 18 14:36:54 userdel[484341]: delete user 'builder' <86>Oct 18 14:36:54 userdel[484341]: removed group 'builder' owned by 'builder' <86>Oct 18 14:36:54 userdel[484341]: removed shadow group 'builder' owned by 'builder' <86>Oct 18 14:36:54 groupadd[484388]: group added to /etc/group: name=builder, GID=1878 <86>Oct 18 14:36:54 groupadd[484388]: group added to /etc/gshadow: name=builder <86>Oct 18 14:36:54 groupadd[484388]: new group: name=builder, GID=1878 <86>Oct 18 14:36:54 useradd[484435]: new user: name=builder, UID=1878, GID=1878, home=/usr/src, shell=/bin/bash, from=none <13>Oct 18 14:36:58 rpmi: libusb-1.0.27-alt1 sisyphus+347412.100.1.1 1714739651 installed <13>Oct 18 14:36:58 rpmi: libusb-compat-0.1.8-alt1 sisyphus+339464.100.1.1 1706693618 installed <13>Oct 18 14:36:58 rpmi: libusb-compat-devel-0.1.8-alt1 sisyphus+339464.100.1.1 1706693618 installed Building target platforms: x86_64 Building for target x86_64 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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.1684 + 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.1684 + 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' LIB_PATH=/usr/lib64 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 -I/usr/include -L/usr/lib64 -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.1684 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.1684 (%build) Command exited with non-zero status 1 0.04user 0.09system 0:00.13elapsed 105%CPU (0avgtext+0avgdata 18632maxresident)k 0inputs+0outputs (0major+10038minor)pagefaults 0swaps hsh-rebuild: rebuild of `printer-driver-rname-0.23-alt1.src.rpm' failed. Command exited with non-zero status 1 3.27user 2.79system 0:08.67elapsed 69%CPU (0avgtext+0avgdata 136420maxresident)k 0inputs+0outputs (0major+197505minor)pagefaults 0swaps