<86>Mar 4 08:43:19 userdel[1291909]: delete user 'rooter' <86>Mar 4 08:43:19 userdel[1291909]: removed group 'rooter' owned by 'rooter' <86>Mar 4 08:43:19 userdel[1291909]: removed shadow group 'rooter' owned by 'rooter' <86>Mar 4 08:43:19 groupadd[1291924]: group added to /etc/group: name=rooter, GID=573 <86>Mar 4 08:43:19 groupadd[1291924]: group added to /etc/gshadow: name=rooter <86>Mar 4 08:43:19 groupadd[1291924]: new group: name=rooter, GID=573 <86>Mar 4 08:43:19 useradd[1291929]: new user: name=rooter, UID=573, GID=573, home=/root, shell=/bin/bash <86>Mar 4 08:43:19 userdel[1291953]: delete user 'builder' <86>Mar 4 08:43:19 userdel[1291953]: removed group 'builder' owned by 'builder' <86>Mar 4 08:43:19 userdel[1291953]: removed shadow group 'builder' owned by 'builder' <86>Mar 4 08:43:19 groupadd[1291968]: group added to /etc/group: name=builder, GID=574 <86>Mar 4 08:43:19 groupadd[1291968]: group added to /etc/gshadow: name=builder <86>Mar 4 08:43:19 groupadd[1291968]: new group: name=builder, GID=574 <86>Mar 4 08:43:19 useradd[1291980]: new user: name=builder, UID=574, GID=574, home=/usr/src, shell=/bin/bash /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 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.50745 + 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): + /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.50745 + 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:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 83 | exit(1); | ^~~~ ifled.c:83:2: warning: incompatible implicit declaration of built-in function 'exit' ifled.c:30:1: note: include '' or provide a declaration of 'exit' 29 | #include +++ |+#include 30 | ifled.c: In function 'set_led': ifled.c:89:2: warning: implicit declaration of function 'ioctl' [-Wimplicit-function-declaration] 89 | ioctl(ttyfd,KDGETLED,&last_leds); | ^~~~~ ifled.c: In function 'update_netproc': ifled.c:116:30: 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:34: 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:50: 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:22: 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:34: 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:38: 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:42: 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:46: 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:54: 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:66: 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:2: warning: incompatible implicit declaration of built-in function 'exit' 196 | exit(0); | ^~~~ ifled.c:196:2: note: include '' or provide a declaration of 'exit' ifled.c: In function 'fork_program': ifled.c:206:3: warning: incompatible implicit declaration of built-in function 'exit' 206 | exit(0); | ^~~~ ifled.c:206:3: note: include '' or provide a declaration of 'exit' ifled.c: In function 'main': ifled.c:220:3: warning: incompatible implicit declaration of built-in function 'exit' 220 | exit(0); | ^~~~ ifled.c:220:3: note: include '' or provide a declaration of 'exit' ifled.c:227:4: warning: incompatible implicit declaration of built-in function 'exit' 227 | exit(1); | ^~~~ ifled.c:227:4: note: include '' or provide a declaration of 'exit' ifled.c:242:13: warning: implicit declaration of function 'atol' [-Wimplicit-function-declaration] 242 | delay = atol(argv[arg_dummy+1]); | ^~~~ ifled.c:256:5: warning: incompatible implicit declaration of built-in function 'exit' 256 | exit(1); | ^~~~ ifled.c:256:5: note: include '' or provide a declaration of 'exit' ifled.c:269:3: warning: format not a string literal and no format arguments [-Wformat-security] 269 | printf(banner); | ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/ifled-0.6' make: Entering directory '/usr/src/RPM/BUILD/ifled-0.6' gcc -O2 ifled.o -o ifled make: Leaving directory '/usr/src/RPM/BUILD/ifled-0.6' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.50745 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ifled-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ifled-buildroot + cd ifled-0.6 + /bin/mkdir -p /usr/src/tmp/ifled-buildroot/usr/sbin + install ifled /usr/src/tmp/ifled-buildroot/usr/sbin + /bin/mkdir -p /usr/src/tmp/ifled-buildroot/etc/rc.d/init.d/ + /bin/mkdir -p /usr/src/tmp/ifled-buildroot/etc/sysconfig/ + install /usr/src/RPM/SOURCES/ifled.init /usr/src/tmp/ifled-buildroot/etc/rc.d/init.d/ifled + install /usr/src/RPM/SOURCES/ifled.sysconfig /usr/src/tmp/ifled-buildroot/etc/sysconfig/ifled + /bin/cp /usr/src/RPM/SOURCES/ifled.README.ALT README.ALT + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ifled-buildroot (auto) Verifying and fixing files in /usr/src/tmp/ifled-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/ifled-buildroot/ (default) Compressing files in /usr/src/tmp/ifled-buildroot (auto) Verifying ELF objects in /usr/src/tmp/ifled-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/sbin/ifled: uses non-LFS functions: fopen open Hardlinking identical .pyc and .pyo files Processing files: ifled-0.6-alt2.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.77294 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ifled-0.6 + DOCDIR=/usr/src/tmp/ifled-buildroot/usr/share/doc/ifled-0.6 + export DOCDIR + rm -rf /usr/src/tmp/ifled-buildroot/usr/share/doc/ifled-0.6 + /bin/mkdir -p /usr/src/tmp/ifled-buildroot/usr/share/doc/ifled-0.6 + cp -prL ChangeLog README README.ALT /usr/src/tmp/ifled-buildroot/usr/share/doc/ifled-0.6 + chmod -R go-w /usr/src/tmp/ifled-buildroot/usr/share/doc/ifled-0.6 + chmod -R a+rX /usr/src/tmp/ifled-buildroot/usr/share/doc/ifled-0.6 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bgHpVO find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xk6rIP find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SpdvKO Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.c01jJQ Requires: /bin/sh, /etc/rc.d/init.d, /etc/rc.d/init.d(SourceIfNotEmpty), /etc/rc.d/init.d(is_yes), /etc/rc.d/init.d(start_daemon), /etc/rc.d/init.d(status), /etc/rc.d/init.d(stop_daemon), /etc/rc.d/init.d/functions, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH) Requires(interp): /bin/sh Requires(post): /bin/sh, /usr/sbin/post_service Requires(preun): /bin/sh, /usr/sbin/preun_service Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qRU0MO Creating ifled-debuginfo package Processing files: ifled-debuginfo-0.6-alt2.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.E6xeYP find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9UCXIP find-requires: running scripts (debuginfo) Requires: ifled = 0.6-alt2.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/ifled-0.6-alt2.qa1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/ifled-debuginfo-0.6-alt2.qa1.i586.rpm 2.90user 0.57system 0:09.97elapsed 34%CPU (0avgtext+0avgdata 22312maxresident)k 0inputs+0outputs (0major+222868minor)pagefaults 0swaps /.out/ifled-0.6-alt2.qa1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/ifled-debuginfo-0.6-alt2.qa1.i586.rpm: The use of such a license name is ambiguous: GPL 4.24user 2.55system 0:13.56elapsed 50%CPU (0avgtext+0avgdata 22312maxresident)k 0inputs+0outputs (0major+402985minor)pagefaults 0swaps --- ifled-0.6-alt2.qa1.i586.rpm.repo 2013-04-15 06:32:56.000000000 +0000 +++ ifled-0.6-alt2.qa1.i586.rpm.hasher 2020-03-04 08:43:31.010951464 +0000 @@ -9,3 +9,2 @@ Requires: /bin/sh -Requires: /bin/sh Requires: /etc/rc.d/init.d