<86>Mar 26 06:33:18 userdel[3015]: delete user 'rooter' <86>Mar 26 06:33:18 userdel[3015]: removed group 'rooter' owned by 'rooter' <86>Mar 26 06:33:18 userdel[3015]: removed shadow group 'rooter' owned by 'rooter' <86>Mar 26 06:33:18 groupadd[3020]: group added to /etc/group: name=rooter, GID=597 <86>Mar 26 06:33:18 groupadd[3020]: group added to /etc/gshadow: name=rooter <86>Mar 26 06:33:18 groupadd[3020]: new group: name=rooter, GID=597 <86>Mar 26 06:33:18 useradd[3024]: new user: name=rooter, UID=597, GID=597, home=/root, shell=/bin/bash <86>Mar 26 06:33:19 userdel[3033]: delete user 'builder' <86>Mar 26 06:33:19 userdel[3033]: removed group 'builder' owned by 'builder' <86>Mar 26 06:33:19 userdel[3033]: removed shadow group 'builder' owned by 'builder' <86>Mar 26 06:33:19 groupadd[3040]: group added to /etc/group: name=builder, GID=598 <86>Mar 26 06:33:19 groupadd[3040]: group added to /etc/gshadow: name=builder <86>Mar 26 06:33:19 groupadd[3040]: new group: name=builder, GID=598 <86>Mar 26 06:33:19 useradd[3049]: new user: name=builder, UID=598, GID=598, home=/usr/src, shell=/bin/bash Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/nvram-wakeup-0.99b-alt1.qa1.nosrc.rpm Installing nvram-wakeup-0.99b-alt1.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.56208 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf nvram-wakup-0.99b + echo 'Source #0 (nvram-wakup-0.99b.tar.gz):' Source #0 (nvram-wakup-0.99b.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/nvram-wakup-0.99b.tar.gz + /bin/tar -xf - + cd nvram-wakup-0.99b + /bin/chmod -c -Rf u+rwX,go-w . + /bin/mkdir -p examples + /bin/cp nvram-wakeup.conf examples + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.42984 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd nvram-wakup-0.99b + make make: Entering directory '/usr/src/RPM/BUILD/nvram-wakup-0.99b' Preparing cvs_revs.h gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o nvram-wakeup.o nvram-wakeup.c gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o nvram-wakeup-mb.o nvram-wakeup-mb.c gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o gmt-test.o gmt-test.c gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o byteops.o byteops.c gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o nvramops.o nvramops.c gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o bios.o bios.c gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o tools.o tools.c tools.c: In function 'xxd': tools.c:169:108: warning: ' ' directive writing 1 byte into a region of size between 0 and 1 [-Wformat-overflow=] sprintf(out_line, "%06X0: %02X%02X %02X%02X %02X%02X %02X%02X %02X%02X %02X%02X %02X%02X %02X%02X\n", i, ^~ In file included from /usr/include/stdio.h:862, from tools.c:26: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 50 and 51 bytes into a destination of size 49 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o readconf.o readconf.c readconf.c: In function 'assign': readconf.c:117:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (errno) return -3; /* overflow (number too large/too small) */ ^~ readconf.c:118:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return 0; /* ok */ ^~~~~~ gcc nvram-wakeup.o nvram-wakeup-mb.o gmt-test.o byteops.o nvramops.o bios.o tools.o readconf.o -o nvram-wakeup gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o rtc.o rtc.c gcc rtc.o -o rtc gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o time.o time.c gcc time.o -o time gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o biosinfo.o biosinfo.c gcc biosinfo.o bios.o tools.o -o biosinfo gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o guess.o guess.c gcc guess.o byteops.o bios.o tools.o -o guess gcc -O2 -Wall -Wstrict-prototypes -g -pedantic -D_GNU_SOURCE -c -o cat_nvram.o cat_nvram.c gcc cat_nvram.o tools.o nvramops.o -o cat_nvram msgfmt `basename guess-helper.mo .mo`.po -o guess-helper.mo size nvram-wakeup rtc time biosinfo guess cat_nvram text data bss dec hex filename 104132 740 992 105864 19d88 nvram-wakeup 1675 292 8 1975 7b7 rtc 1612 284 4 1900 76c time 7543 356 64 7963 1f1b biosinfo 12612 368 1088 14068 36f4 guess 6663 360 32 7055 1b8f cat_nvram make: Leaving directory '/usr/src/RPM/BUILD/nvram-wakup-0.99b' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.27713 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/nvram-wakeup-buildroot + : + /bin/rm -rf -- /usr/src/tmp/nvram-wakeup-buildroot + cd nvram-wakup-0.99b + /bin/mkdir -p /usr/src/tmp/nvram-wakeup-buildroot/usr/sbin /usr/src/tmp/nvram-wakeup-buildroot/etc /usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man5 /usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man8 /usr/src/tmp/nvram-wakeup-buildroot/usr/share/doc/nvram-wakeup-0.99b/examples + /bin/install -m644 nvram-wakeup.conf /usr/src/tmp/nvram-wakeup-buildroot/etc + /bin/install biosinfo cat_nvram guess guess-helper nvram-wakeup rtc set_timer /usr/src/tmp/nvram-wakeup-buildroot/usr/sbin + /bin/install nvram-wakeup.conf.5 /usr/src/tmp/nvram-wakeup-buildroot//usr/share/man/man5 + /bin/install biosinfo.8 cat_nvram.8 guess.8 guess-helper.8 nvram-wakeup.8 rtc.8 set_timer.8 /usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man8 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/nvram-wakeup-buildroot (auto) Verifying and fixing files in /usr/src/tmp/nvram-wakeup-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/nvram-wakeup-buildroot/ (default) Compressing files in /usr/src/tmp/nvram-wakeup-buildroot (auto) mode of '/usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man8/set_timer.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of '/usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man8/rtc.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of '/usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man8/nvram-wakeup.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of '/usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man8/guess-helper.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of '/usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man8/guess.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of '/usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man8/cat_nvram.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of '/usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man8/biosinfo.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of '/usr/src/tmp/nvram-wakeup-buildroot/usr/share/man/man5/nvram-wakeup.conf.5' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying ELF objects in /usr/src/tmp/nvram-wakeup-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/sbin/rtc: uses non-LFS functions: open verify-elf: WARNING: ./usr/sbin/nvram-wakeup: uses non-LFS functions: __open_2 fopen lseek open verify-elf: WARNING: ./usr/sbin/guess: uses non-LFS functions: lseek open verify-elf: WARNING: ./usr/sbin/cat_nvram: uses non-LFS functions: __open_2 lseek verify-elf: WARNING: ./usr/sbin/biosinfo: uses non-LFS functions: lseek open Hardlinking identical .pyc and .pyo files Processing files: nvram-wakeup-0.99b-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.98195 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd nvram-wakup-0.99b + DOCDIR=/usr/src/tmp/nvram-wakeup-buildroot/usr/share/doc/nvram-wakeup-0.99b + export DOCDIR + rm -rf /usr/src/tmp/nvram-wakeup-buildroot/usr/share/doc/nvram-wakeup-0.99b + /bin/mkdir -p /usr/src/tmp/nvram-wakeup-buildroot/usr/share/doc/nvram-wakeup-0.99b + cp -prL README README.mb README.reboot HISTORY examples /usr/src/tmp/nvram-wakeup-buildroot/usr/share/doc/nvram-wakeup-0.99b + chmod -R go-w /usr/src/tmp/nvram-wakeup-buildroot/usr/share/doc/nvram-wakeup-0.99b + chmod -R a+rX /usr/src/tmp/nvram-wakeup-buildroot/usr/share/doc/nvram-wakeup-0.99b + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.18F1Ww 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.JvE8Tk find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) shell.req: /usr/src/tmp/nvram-wakeup-buildroot/usr/sbin/guess-helper: invalid /bin/sh --rpm-requires output: executable("Please check the cat_nvram.log for the details, fix the errors and run\n") shell.req: /usr/src/tmp/nvram-wakeup-buildroot/usr/sbin/guess-helper: invalid /bin/sh --rpm-requires output: executable("guess-helper again.\n") find-requires: FINDPACKAGE-COMMANDS: cat clear mkdir rm shutdown sleep which Requires: /bin/bash, /bin/sh, /lib/ld-linux.so.2, /sbin/shutdown, coreutils, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH), termutils, which Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Qgsupy Creating nvram-wakeup-debuginfo package Processing files: nvram-wakeup-debuginfo-0.99b-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.efqGRd find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nQinnl find-requires: running scripts (debuginfo) Requires: nvram-wakeup = 0.99b-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/nvram-wakeup-0.99b-alt1.qa1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/nvram-wakeup-debuginfo-0.99b-alt1.qa1.i586.rpm 8.56user 2.41system 0:15.92elapsed 68%CPU (0avgtext+0avgdata 32792maxresident)k 0inputs+0outputs (0major+416392minor)pagefaults 0swaps 10.94user 6.30system 0:21.88elapsed 78%CPU (0avgtext+0avgdata 32792maxresident)k 0inputs+0outputs (0major+592674minor)pagefaults 0swaps --- nvram-wakeup-0.99b-alt1.qa1.i586.rpm.repo 2013-04-18 13:28:34.000000000 +0000 +++ nvram-wakeup-0.99b-alt1.qa1.i586.rpm.hasher 2019-03-26 06:33:37.729778997 +0000 @@ -15,10 +15,10 @@ /usr/share/doc/nvram-wakeup-0.99b/examples/nvram-wakeup.conf 100644 -/usr/share/man/man5/nvram-wakeup.conf.5.gz 100644 -/usr/share/man/man8/biosinfo.8.gz 100644 -/usr/share/man/man8/cat_nvram.8.gz 100644 -/usr/share/man/man8/guess-helper.8.gz 100644 -/usr/share/man/man8/guess.8.gz 100644 -/usr/share/man/man8/nvram-wakeup.8.gz 100644 -/usr/share/man/man8/rtc.8.gz 100644 -/usr/share/man/man8/set_timer.8.gz 100644 +/usr/share/man/man5/nvram-wakeup.conf.5.xz 100644 +/usr/share/man/man8/biosinfo.8.xz 100644 +/usr/share/man/man8/cat_nvram.8.xz 100644 +/usr/share/man/man8/guess-helper.8.xz 100644 +/usr/share/man/man8/guess.8.xz 100644 +/usr/share/man/man8/nvram-wakeup.8.xz 100644 +/usr/share/man/man8/rtc.8.xz 100644 +/usr/share/man/man8/set_timer.8.xz 100644 Requires: /bin/bash