<86>Nov 9 06:16:45 userdel[891128]: delete user 'rooter' <86>Nov 9 06:16:45 userdel[891128]: removed group 'rooter' owned by 'rooter' <86>Nov 9 06:16:45 userdel[891128]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 9 06:16:45 groupadd[891136]: group added to /etc/group: name=rooter, GID=1238 <86>Nov 9 06:16:45 groupadd[891136]: group added to /etc/gshadow: name=rooter <86>Nov 9 06:16:45 groupadd[891136]: new group: name=rooter, GID=1238 <86>Nov 9 06:16:45 useradd[891149]: new user: name=rooter, UID=1238, GID=1238, home=/root, shell=/bin/bash, from=none <86>Nov 9 06:16:45 userdel[891161]: delete user 'builder' <86>Nov 9 06:16:45 userdel[891161]: removed group 'builder' owned by 'builder' <86>Nov 9 06:16:45 userdel[891161]: removed shadow group 'builder' owned by 'builder' <86>Nov 9 06:16:45 groupadd[891169]: group added to /etc/group: name=builder, GID=1239 <86>Nov 9 06:16:45 groupadd[891169]: group added to /etc/gshadow: name=builder <86>Nov 9 06:16:45 groupadd[891169]: new group: name=builder, GID=1239 <86>Nov 9 06:16:45 useradd[891175]: new user: name=builder, UID=1239, GID=1239, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/ifled-0.6-alt2.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/ifled-0.6-alt2.qa1.nosrc.rpm (w1.gzdio) Installing ifled-0.6-alt2.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.81833 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ifled-0.6 + echo 'Source #0 (ifled-0.6.tar.gz):' Source #0 (ifled-0.6.tar.gz): + /usr/bin/gzip -dc /usr/src/RPM/SOURCES/ifled-0.6.tar.gz + /bin/tar -xf - + cd ifled-0.6 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.81833 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ifled-0.6 + make clean make: Entering directory '/usr/src/RPM/BUILD/ifled-0.6' rm ifled.o rm: cannot remove 'ifled.o': No such file or directory make: [Makefile:11: clean] Error 1 (ignored) rm ifled make: Leaving directory '/usr/src/RPM/BUILD/ifled-0.6' + make -j8 make: Entering directory '/usr/src/RPM/BUILD/ifled-0.6' gcc -O2 -c -o ifled.o ifled.c ifled.c: In function 'freakout': ifled.c:83:9: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 83 | exit(1); | ^~~~ ifled.c:30:1: note: include '' or provide a declaration of 'exit' 29 | #include +++ |+#include 30 | ifled.c:83:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 83 | exit(1); | ^~~~ ifled.c:83:9: note: include '' or provide a declaration of 'exit' ifled.c: In function 'set_led': ifled.c:89:9: error: implicit declaration of function 'ioctl' [-Wimplicit-function-declaration] 89 | ioctl(ttyfd,KDGETLED,&last_leds); | ^~~~~ ifled.c: In function 'update_netproc': ifled.c:116:58: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 6 has type 'char *' [-Wformat=] 116 | sscanf(bp,"%lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", | ~~^ | | | long unsigned int * | %hhu 117 | &if_info[IF_RX],&if_info[IF_ERR_RX],&if_info[IF_DROP_RX], 118 | &dummy,&dummy,&if_info[IF_TX],&if_info[IF_ERR_TX], | ~~~~~~ | | | char * ifled.c:116:62: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 7 has type 'char *' [-Wformat=] 116 | sscanf(bp,"%lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", | ~~^ | | | long unsigned int * | %hhu 117 | &if_info[IF_RX],&if_info[IF_ERR_RX],&if_info[IF_DROP_RX], 118 | &dummy,&dummy,&if_info[IF_TX],&if_info[IF_ERR_TX], | ~~~~~~ | | | char * ifled.c:116:78: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 11 has type 'char *' [-Wformat=] 116 | sscanf(bp,"%lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", | ~~^ | | | long unsigned int * | %hhu ...... 119 | &if_info[IF_DROP_TX],&dummy,&if_info[IF_COLL]); | ~~~~~~ | | | char * ifled.c:121:50: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 4 has type 'char *' [-Wformat=] 121 | sscanf(bp,"%lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", | ~~^ | | | long unsigned int * | %hhu 122 | &if_info[IF_RX],&dummy,&if_info[IF_ERR_RX],&if_info[IF_DROP_RX], | ~~~~~~ | | | char * ifled.c:121:62: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 7 has type 'char *' [-Wformat=] 121 | sscanf(bp,"%lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", | ~~^ | | | long unsigned int * | %hhu 122 | &if_info[IF_RX],&dummy,&if_info[IF_ERR_RX],&if_info[IF_DROP_RX], 123 | &dummy,&dummy,&dummy,&dummy,&if_info[IF_TX],&dummy, | ~~~~~~ | | | char * ifled.c:121:66: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 8 has type 'char *' [-Wformat=] 121 | sscanf(bp,"%lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", | ~~^ | | | long unsigned int * | %hhu 122 | &if_info[IF_RX],&dummy,&if_info[IF_ERR_RX],&if_info[IF_DROP_RX], 123 | &dummy,&dummy,&dummy,&dummy,&if_info[IF_TX],&dummy, | ~~~~~~ | | | char * ifled.c:121:70: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 9 has type 'char *' [-Wformat=] 121 | sscanf(bp,"%lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", | ~~^ | | | long unsigned int * | %hhu 122 | &if_info[IF_RX],&dummy,&if_info[IF_ERR_RX],&if_info[IF_DROP_RX], 123 | &dummy,&dummy,&dummy,&dummy,&if_info[IF_TX],&dummy, | ~~~~~~ | | | char * ifled.c:121:74: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 10 has type 'char *' [-Wformat=] 121 | sscanf(bp,"%lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", | ~~^ | | | long unsigned int * | %hhu 122 | &if_info[IF_RX],&dummy,&if_info[IF_ERR_RX],&if_info[IF_DROP_RX], 123 | &dummy,&dummy,&dummy,&dummy,&if_info[IF_TX],&dummy, | ~~~~~~ | | | char * ifled.c:121:82: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 12 has type 'char *' [-Wformat=] 121 | sscanf(bp,"%lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", | ~~^ | | | long unsigned int * | %hhu 122 | &if_info[IF_RX],&dummy,&if_info[IF_ERR_RX],&if_info[IF_DROP_RX], 123 | &dummy,&dummy,&dummy,&dummy,&if_info[IF_TX],&dummy, | ~~~~~~ | | | char * ifled.c:121:94: warning: format '%lu' expects argument of type 'long unsigned int *', but argument 15 has type 'char *' [-Wformat=] 121 | sscanf(bp,"%lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu %lu", | ~~^ | | | long unsigned int * | %hhu ...... 124 | &if_info[IF_ERR_TX],&if_info[IF_DROP_TX],&dummy,&if_info[IF_COLL]); | ~~~~~~ | | | char * ifled.c: In function 'signal_handler': ifled.c:196:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 196 | exit(0); | ^~~~ ifled.c:196:9: note: include '' or provide a declaration of 'exit' ifled.c: In function 'fork_program': ifled.c:206:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 206 | exit(0); | ^~~~ ifled.c:206:17: note: include '' or provide a declaration of 'exit' ifled.c: In function 'main': ifled.c:220:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 220 | exit(0); | ^~~~ ifled.c:220:17: note: include '' or provide a declaration of 'exit' ifled.c:227:25: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 227 | exit(1); | ^~~~ ifled.c:227:25: note: include '' or provide a declaration of 'exit' ifled.c:242:41: error: implicit declaration of function 'atol' [-Wimplicit-function-declaration] 242 | delay = atol(argv[arg_dummy+1]); | ^~~~ ifled.c:256:33: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 256 | exit(1); | ^~~~ ifled.c:256:33: note: include '' or provide a declaration of 'exit' ifled.c:269:17: warning: format not a string literal and no format arguments [-Wformat-security] 269 | printf(banner); | ^~~~~~ make: *** [: ifled.o] Error 1 make: Leaving directory '/usr/src/RPM/BUILD/ifled-0.6' error: Bad exit status from /usr/src/tmp/rpm-tmp.81833 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.81833 (%build) Command exited with non-zero status 1 0.05user 0.03system 0:00.09elapsed 102%CPU (0avgtext+0avgdata 15360maxresident)k 0inputs+0outputs (0major+7684minor)pagefaults 0swaps hsh-rebuild: rebuild of `ifled-0.6-alt2.qa1.src.rpm' failed. Command exited with non-zero status 1 0.76user 1.38system 0:03.85elapsed 55%CPU (0avgtext+0avgdata 11776maxresident)k 0inputs+0outputs (0major+84450minor)pagefaults 0swaps