<86>Jul 29 06:35:55 userdel[803982]: delete user 'rooter' <86>Jul 29 06:35:55 userdel[803982]: removed group 'rooter' owned by 'rooter' <86>Jul 29 06:35:55 userdel[803982]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 29 06:35:55 groupadd[804050]: group added to /etc/group: name=rooter, GID=1877 <86>Jul 29 06:35:55 groupadd[804050]: group added to /etc/gshadow: name=rooter <86>Jul 29 06:35:55 groupadd[804050]: new group: name=rooter, GID=1877 <86>Jul 29 06:35:55 useradd[804096]: new user: name=rooter, UID=1877, GID=1877, home=/root, shell=/bin/bash, from=none <86>Jul 29 06:35:55 userdel[804185]: delete user 'builder' <86>Jul 29 06:35:55 userdel[804185]: removed group 'builder' owned by 'builder' <86>Jul 29 06:35:55 userdel[804185]: removed shadow group 'builder' owned by 'builder' <86>Jul 29 06:35:55 groupadd[804254]: group added to /etc/group: name=builder, GID=1878 <86>Jul 29 06:35:55 groupadd[804254]: group added to /etc/gshadow: name=builder <86>Jul 29 06:35:55 groupadd[804254]: new group: name=builder, GID=1878 <86>Jul 29 06:35:55 useradd[804304]: new user: name=builder, UID=1878, GID=1878, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/lxbios-2.0.1-alt0.1.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/lxbios-2.0.1-alt0.1.qa1.nosrc.rpm (w1.gzdio) Installing lxbios-2.0.1-alt0.1.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.87141 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf lxbios-2.0.1 + echo 'Source #0 (lxbios-2.0.1.tar.bz2):' Source #0 (lxbios-2.0.1.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/lxbios-2.0.1.tar.bz2 + /bin/tar -xf - + cd lxbios-2.0.1 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.87141 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd lxbios-2.0.1 + make -j16 make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1' gzip -c --best lxbios.1 > lxbios.1.gz make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1' make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1' gcc -O2 -W -Wall -c -o compute_ip_checksum.o compute_ip_checksum.c make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1' make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1' gcc -O2 -W -Wall -c -o common.o common.c make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1' make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1' gcc -O2 -W -Wall -c -o reg_expr.o reg_expr.c make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1' make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1' gcc -O2 -W -Wall -c -o hexdump.o hexdump.c make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1' make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1' gcc -O2 -W -Wall -c -o cmos_ops.o cmos_ops.c make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1' make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1' gcc -O2 -W -Wall -c -o input_file.o input_file.c make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1' make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1' gcc -O2 -W -Wall -c -o layout.o layout.c make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1' make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1' gcc -O2 -W -Wall -c -o opts.o opts.c make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1' make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1' gcc -O2 -W -Wall -c -o cmos_lowlevel.o cmos_lowlevel.c make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1' make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1' gcc -O2 -W -Wall -c -o lxbios.o lxbios.c make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1' make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1' gcc -O2 -W -Wall -c -o layout_file.o layout_file.c make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1' make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1' gcc -O2 -W -Wall -c -o lbtable.o lbtable.c lbtable.c: In function 'process_cmos_table': lbtable.c:559:32: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign] 559 | strncpy(cmos_enum.text, p->text, CMOS_MAX_TEXT_LENGTH); | ~^~~~~~ | | | const uint8_t * {aka const unsigned char *} In file included from /usr/include/features.h:491, from /usr/include/sys/mman.h:22, from lbtable.c:33: /usr/include/bits/string_fortified.h:92:1: note: expected 'const char * restrict' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} 92 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src, | ^~~~~ lbtable.c:592:33: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign] 592 | strncpy(cmos_entry.name, q->name, CMOS_MAX_NAME_LENGTH); | ~^~~~~~ | | | const uint8_t * {aka const unsigned char *} /usr/include/bits/string_fortified.h:92:1: note: expected 'const char * restrict' but argument is of type 'const uint8_t *' {aka 'const unsigned char *'} 92 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src, | ^~~~~ In function 'process_cmos_table', inlined from 'get_layout_from_cmos_table' at lbtable.c:355:4: lbtable.c:593:22: warning: array subscript 32 is above array bounds of 'char[32]' [-Warray-bounds=] 593 | cmos_entry.name[CMOS_MAX_NAME_LENGTH] = '\0'; | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ In file included from lbtable.c:38: layout.h: In function 'get_layout_from_cmos_table': layout.h:62:9: note: while referencing 'name' 62 | char name[CMOS_MAX_NAME_LENGTH]; | ^~~~ In function 'process_cmos_table', inlined from 'get_layout_from_cmos_table' at lbtable.c:355:4: lbtable.c:560:21: warning: array subscript 32 is above array bounds of 'char[32]' [-Warray-bounds=] 560 | cmos_enum.text[CMOS_MAX_TEXT_LENGTH] = '\0'; | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ layout.h: In function 'get_layout_from_cmos_table': layout.h:72:9: note: while referencing 'text' 72 | char text[CMOS_MAX_TEXT_LENGTH]; | ^~~~ make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1' make: Entering directory '/usr/src/RPM/BUILD/lxbios-2.0.1' gcc -o lxbios common.o compute_ip_checksum.o hexdump.o cmos_lowlevel.o reg_expr.o layout.o layout_file.o lbtable.o cmos_ops.o input_file.o opts.o lxbios.o make: Leaving directory '/usr/src/RPM/BUILD/lxbios-2.0.1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.87141 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/lxbios-buildroot + : + /bin/rm -rf -- /usr/src/tmp/lxbios-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd lxbios-2.0.1 + mkdir -p /usr/src/tmp/lxbios-buildroot/usr/bin /usr/src/tmp/lxbios-buildroot/usr/share/man/man1 + install -m755 lxbios /usr/src/tmp/lxbios-buildroot/usr/bin/ + cp lxbios.1.gz /usr/src/tmp/lxbios-buildroot/usr/share/man/man1/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/lxbios-buildroot (auto) Verifying and fixing files in /usr/src/tmp/lxbios-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/lxbios-buildroot/ (default) Compressing files in /usr/src/tmp/lxbios-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/lxbios-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/lxbios: uses non-LFS functions: fopen mmap open Processing files: lxbios-2.0.1-alt0.1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.87141 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd lxbios-2.0.1 + DOCDIR=/usr/src/tmp/lxbios-buildroot/usr/share/doc/lxbios-2.0.1 + export DOCDIR + rm -rf /usr/src/tmp/lxbios-buildroot/usr/share/doc/lxbios-2.0.1 + /bin/mkdir -p /usr/src/tmp/lxbios-buildroot/usr/share/doc/lxbios-2.0.1 + cp -prL ChangeLog README /usr/src/tmp/lxbios-buildroot/usr/share/doc/lxbios-2.0.1 + chmod -R go-w /usr/src/tmp/lxbios-buildroot/usr/share/doc/lxbios-2.0.1 + chmod -R a+rX /usr/src/tmp/lxbios-buildroot/usr/share/doc/lxbios-2.0.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.T5nVGv 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.apsvVc find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /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), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xAGwvr Creating lxbios-debuginfo package Processing files: lxbios-debuginfo-2.0.1-alt0.1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LTEpqH find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.It4TgN find-requires: running scripts (debuginfo) Requires: lxbios = 2.0.1-alt0.1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/lxbios-2.0.1-alt0.1.qa1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/lxbios-debuginfo-2.0.1-alt0.1.qa1.i586.rpm (w2.lzdio) 1.25user 0.74system 0:05.62elapsed 35%CPU (0avgtext+0avgdata 27108maxresident)k 0inputs+0outputs (0major+158311minor)pagefaults 0swaps /.out/lxbios-2.0.1-alt0.1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/lxbios-debuginfo-2.0.1-alt0.1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL 0.61user 1.03system 0:09.20elapsed 17%CPU (0avgtext+0avgdata 11816maxresident)k 0inputs+0outputs (0major+97471minor)pagefaults 0swaps --- lxbios-2.0.1-alt0.1.qa1.i586.rpm.repo 2013-04-17 13:28:16.000000000 +0000 +++ lxbios-2.0.1-alt0.1.qa1.i586.rpm.hasher 2023-07-29 06:36:02.657613196 +0000 @@ -4,3 +4,3 @@ /usr/share/doc/lxbios-2.0.1/README 100644 root:root -/usr/share/man/man1/lxbios.1.gz 100644 root:root +/usr/share/man/man1/lxbios.1.xz 100644 root:root Requires: /lib/ld-linux.so.2 @@ -8,4 +8,6 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.3) Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -14,3 +16,3 @@ Provides: lxbios = 2.0.1-alt0.1.qa1 -File: /usr/bin/lxbios 100755 root:root 9f20440615095ec2ea873ee7ebf2d9c7 +File: /usr/bin/lxbios 100755 root:root 231310f8bccbb6151ea623eda74f2f81 File: /usr/share/doc/lxbios-2.0.1 40755 root:root @@ -18,3 +20,3 @@ File: /usr/share/doc/lxbios-2.0.1/README 100644 root:root 25000d37b53904720bfd934581953736 -File: /usr/share/man/man1/lxbios.1.gz 100644 root:root 06d9bc85e8626d228970da47af18684a -RPMIdentity: 7a98e332fbc8b4c37ac4aef7325fbbb2a17653caa9e2f5b90184b1a841e6dbd1d84eada6ef6a4f66ce22146cc38ec59a9e552ee5cc71ff32c82af4ecbb635cdf +File: /usr/share/man/man1/lxbios.1.xz 100644 root:root 9faee63cc4cb00484f08a1d4e00158cf +RPMIdentity: 64ea508e8e0bf58a387d15687d04ca448da1c9aa24f4d4fc8b2d0e6d8cf1050ea13966040e0d72fa54492c43c449f063c69264198cc68f0570f8f9b7c523a3af --- lxbios-debuginfo-2.0.1-alt0.1.qa1.i586.rpm.repo 2013-04-17 13:28:16.000000000 +0000 +++ lxbios-debuginfo-2.0.1-alt0.1.qa1.i586.rpm.hasher 2023-07-29 06:36:02.724613984 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/a2 40755 root:root -/usr/lib/debug/.build-id/a2/7dfa349d4d79a9405aae6aaefeeec2fb3428ea 120777 root:root ../../../../bin/lxbios -/usr/lib/debug/.build-id/a2/7dfa349d4d79a9405aae6aaefeeec2fb3428ea.debug 120777 root:root ../../usr/bin/lxbios.debug +/usr/lib/debug/.build-id/47 40755 root:root +/usr/lib/debug/.build-id/47/bdbab58e5927b8cea701a4d34b4b62dc30c259 120777 root:root ../../../../bin/lxbios +/usr/lib/debug/.build-id/47/bdbab58e5927b8cea701a4d34b4b62dc30c259.debug 120777 root:root ../../usr/bin/lxbios.debug /usr/lib/debug/usr/bin/lxbios.debug 100644 root:root @@ -9,6 +9,6 @@ Provides: lxbios-debuginfo = 2.0.1-alt0.1.qa1 -File: /usr/lib/debug/.build-id/a2 40755 root:root -File: /usr/lib/debug/.build-id/a2/7dfa349d4d79a9405aae6aaefeeec2fb3428ea 120777 root:root ../../../../bin/lxbios -File: /usr/lib/debug/.build-id/a2/7dfa349d4d79a9405aae6aaefeeec2fb3428ea.debug 120777 root:root ../../usr/bin/lxbios.debug -File: /usr/lib/debug/usr/bin/lxbios.debug 100644 root:root 818bb05e8c4af53c8a36d5ab3a70b57a -RPMIdentity: 1b06320a246cd0b1470b8415a4bea385a6c83b54f1e299639b287fdcb6ad902bee220cbee06eaeedf6ff369137b8c58f2fd3b479c6a852e359fa75dccdd4a6e7 +File: /usr/lib/debug/.build-id/47 40755 root:root +File: /usr/lib/debug/.build-id/47/bdbab58e5927b8cea701a4d34b4b62dc30c259 120777 root:root ../../../../bin/lxbios +File: /usr/lib/debug/.build-id/47/bdbab58e5927b8cea701a4d34b4b62dc30c259.debug 120777 root:root ../../usr/bin/lxbios.debug +File: /usr/lib/debug/usr/bin/lxbios.debug 100644 root:root b2b2578099be7dee8739e7298485b6d4 +RPMIdentity: 8ea25d3154fd4589602f4eb28922ddf879f8636a9a20485092c3a275e8c55f1639699cb58f0b8f5b3d4f4c8217973d074556e73937245648567dd1a0e6627238