<86>Aug 26 04:48:56 userdel[1579503]: delete user 'rooter' <86>Aug 26 04:48:56 userdel[1579503]: removed group 'rooter' owned by 'rooter' <86>Aug 26 04:48:56 userdel[1579503]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 26 04:48:56 groupadd[1579552]: group added to /etc/group: name=rooter, GID=1799 <86>Aug 26 04:48:56 groupadd[1579552]: group added to /etc/gshadow: name=rooter <86>Aug 26 04:48:56 groupadd[1579552]: new group: name=rooter, GID=1799 <86>Aug 26 04:48:56 useradd[1579590]: new user: name=rooter, UID=1799, GID=1799, home=/root, shell=/bin/bash, from=none <86>Aug 26 04:48:56 userdel[1579643]: delete user 'builder' <86>Aug 26 04:48:56 userdel[1579643]: removed group 'builder' owned by 'builder' <86>Aug 26 04:48:56 userdel[1579643]: removed shadow group 'builder' owned by 'builder' <86>Aug 26 04:48:56 groupadd[1579701]: group added to /etc/group: name=builder, GID=1800 <86>Aug 26 04:48:56 groupadd[1579701]: group added to /etc/gshadow: name=builder <86>Aug 26 04:48:56 groupadd[1579701]: new group: name=builder, GID=1800 <86>Aug 26 04:48:56 useradd[1579745]: new user: name=builder, UID=1800, GID=1800, 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.16722 + 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.16722 + 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 -j16 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: warning: 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: warning: 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: warning: 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: 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.16722 + 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 + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + 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,gnuconfig) Checking contents of files in /usr/src/tmp/ifled-buildroot/ (default) Compressing files in /usr/src/tmp/ifled-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. 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 Processing files: ifled-0.6-alt2.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.81617 + 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.pxSYwa find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FlHC8B find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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.nvNF1w Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.77PYew 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.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), 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.RgxBQl 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.pnj5SO find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4WIHr0 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 (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ifled-debuginfo-0.6-alt2.qa1.i586.rpm (w2.lzdio) 0.55user 0.59system 0:07.50elapsed 15%CPU (0avgtext+0avgdata 24692maxresident)k 0inputs+0outputs (0major+199710minor)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 0.51user 0.94system 0:10.57elapsed 13%CPU (0avgtext+0avgdata 12056maxresident)k 0inputs+0outputs (0major+95177minor)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 2023-08-26 04:49:04.888713313 +0000 @@ -9,3 +9,2 @@ Requires: /bin/sh -Requires: /bin/sh Requires: /etc/rc.d/init.d @@ -20,3 +19,5 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -30,3 +31,3 @@ File: /etc/sysconfig/ifled 100755 root:root 50ec98193bce091adf82a8f85185f4b6 -File: /usr/sbin/ifled 100755 root:root 119b63b6de1a4d8cc87364fbbc62a66b +File: /usr/sbin/ifled 100755 root:root 04106ebb6ad562b29c3ef5950fbdc0f7 File: /usr/share/doc/ifled-0.6 40755 root:root @@ -35,2 +36,2 @@ File: /usr/share/doc/ifled-0.6/README.ALT 100644 root:root d151a3e32719b7c7efabde04df2f29ce -RPMIdentity: 2a357110b13d1e69608f27df40334c3a3390f91f6a5bdf91731553f26df5986bb34dc1f80dfa37b2edb7dd5ce0cb657a4834d73c49f0b84d063a612baaac1578 +RPMIdentity: 752836c4131dc9714ca34ca5633c3c62a7c5efaf24a4c64618af882eb0478bfdd1db78e894840abee947c68266272319076496203caa1e883ff370d61ec43dc6 --- ifled-debuginfo-0.6-alt2.qa1.i586.rpm.repo 2013-04-15 06:32:56.000000000 +0000 +++ ifled-debuginfo-0.6-alt2.qa1.i586.rpm.hasher 2023-08-26 04:49:04.964714738 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/ac 40755 root:root -/usr/lib/debug/.build-id/ac/b8e215a3400c533da877c1affc67ac61b7675d 120777 root:root ../../../../sbin/ifled -/usr/lib/debug/.build-id/ac/b8e215a3400c533da877c1affc67ac61b7675d.debug 120777 root:root ../../usr/sbin/ifled.debug +/usr/lib/debug/.build-id/be 40755 root:root +/usr/lib/debug/.build-id/be/92a301600d6363ebfbb7f43b66b89b7d436a4b 120777 root:root ../../../../sbin/ifled +/usr/lib/debug/.build-id/be/92a301600d6363ebfbb7f43b66b89b7d436a4b.debug 120777 root:root ../../usr/sbin/ifled.debug /usr/lib/debug/usr/sbin/ifled.debug 100644 root:root @@ -9,6 +9,6 @@ Provides: ifled-debuginfo = 0.6-alt2.qa1 -File: /usr/lib/debug/.build-id/ac 40755 root:root -File: /usr/lib/debug/.build-id/ac/b8e215a3400c533da877c1affc67ac61b7675d 120777 root:root ../../../../sbin/ifled -File: /usr/lib/debug/.build-id/ac/b8e215a3400c533da877c1affc67ac61b7675d.debug 120777 root:root ../../usr/sbin/ifled.debug -File: /usr/lib/debug/usr/sbin/ifled.debug 100644 root:root f7d2b03143a12ce467d30bc118f86064 -RPMIdentity: 07542f0dceff60a10c9e5d8b5b592ba9308f1e0438e6081212be2ba6b46a3bbe5991bbab54cbaf7082f8e3447e9c7b8124c59341777a21d31581ab0228a76efc +File: /usr/lib/debug/.build-id/be 40755 root:root +File: /usr/lib/debug/.build-id/be/92a301600d6363ebfbb7f43b66b89b7d436a4b 120777 root:root ../../../../sbin/ifled +File: /usr/lib/debug/.build-id/be/92a301600d6363ebfbb7f43b66b89b7d436a4b.debug 120777 root:root ../../usr/sbin/ifled.debug +File: /usr/lib/debug/usr/sbin/ifled.debug 100644 root:root 2df6c4734baa7ad06c089a2835f57a6b +RPMIdentity: d695e6f0895f8080d494161bcf87511f596f1e86661df35021b6cb4028f04c8057460942ef3c21cb38c3a2bcdb0265d294f4872a1effde03ba7853012f8f4800