<86>Apr 13 05:38:08 userdel[2833152]: delete user 'rooter' <86>Apr 13 05:38:08 userdel[2833152]: removed group 'rooter' owned by 'rooter' <86>Apr 13 05:38:08 userdel[2833152]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 13 05:38:08 groupadd[2833190]: group added to /etc/group: name=rooter, GID=1799 <86>Apr 13 05:38:08 groupadd[2833190]: group added to /etc/gshadow: name=rooter <86>Apr 13 05:38:08 groupadd[2833190]: new group: name=rooter, GID=1799 <86>Apr 13 05:38:08 useradd[2833223]: new user: name=rooter, UID=1799, GID=1799, home=/root, shell=/bin/bash, from=none <86>Apr 13 05:38:08 userdel[2833259]: delete user 'builder' <86>Apr 13 05:38:08 userdel[2833259]: removed group 'builder' owned by 'builder' <86>Apr 13 05:38:08 userdel[2833259]: removed shadow group 'builder' owned by 'builder' <86>Apr 13 05:38:08 groupadd[2833285]: group added to /etc/group: name=builder, GID=1800 <86>Apr 13 05:38:08 groupadd[2833285]: group added to /etc/gshadow: name=builder <86>Apr 13 05:38:08 groupadd[2833285]: new group: name=builder, GID=1800 <86>Apr 13 05:38:08 useradd[2833299]: new user: name=builder, UID=1800, GID=1800, home=/usr/src, shell=/bin/bash, from=none <13>Apr 13 05:38:11 rpmi: dos2unix-7.5.2-alt1 sisyphus+339342.100.1.1 1706585516 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/cmospwd-5.0-alt2_13.nosrc.rpm (w1.gzdio) Installing cmospwd-5.0-alt2_13.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.54618 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf cmospwd-5.0 + echo 'Source #0 (cmospwd-5.0.tar.bz2):' Source #0 (cmospwd-5.0.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/cmospwd-5.0.tar.bz2 + /bin/tar -xf - + cd cmospwd-5.0 + /bin/chmod -c -Rf u+rwX,go-w . + rm src/cmospwd + dos2unix cmospwd.txt dos2unix: converting file cmospwd.txt to Unix format... + iconv -f iso-8859-1 -t utf-8 cmospwd.txt + touch -r cmospwd.txt cmospwd.new + mv cmospwd.new cmospwd.txt + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.54618 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd cmospwd-5.0 + cd src + make 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' -j16 make: Entering directory '/usr/src/RPM/BUILD/cmospwd-5.0/src' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o cmospwd cmospwd.c cmospwd.c: In function 'phoenix': cmospwd.c:1311:28: warning: pointer targets in passing argument 4 of 'table2val' differ in signedness [-Wpointer-sign] 1311 | table2val(value, cmos, 8,tbl_phoenix); | ^~~~~~~~~~~ | | | const int * cmospwd.c:617:98: note: expected 'const unsigned int *' but argument is of type 'const int *' 617 | void table2val(unsigned int*dst, const uint8_t *src, const unsigned int lng, const unsigned int *table) | ~~~~~~~~~~~~~~~~~~~~^~~~~ cmospwd.c: In function 'phoenix405': cmospwd.c:1368:29: warning: pointer targets in passing argument 4 of 'table2val' differ in signedness [-Wpointer-sign] 1368 | table2val(value, cmos, 8, tbl); | ^~~ | | | const int * cmospwd.c:617:98: note: expected 'const unsigned int *' but argument is of type 'const int *' 617 | void table2val(unsigned int*dst, const uint8_t *src, const unsigned int lng, const unsigned int *table) | ~~~~~~~~~~~~~~~~~~~~^~~~~ cmospwd.c:1370:29: warning: pointer targets in passing argument 4 of 'table2val' differ in signedness [-Wpointer-sign] 1370 | table2val(value, cmos, 8, tbl2); | ^~~~ | | | const int * cmospwd.c:617:98: note: expected 'const unsigned int *' but argument is of type 'const int *' 617 | void table2val(unsigned int*dst, const uint8_t *src, const unsigned int lng, const unsigned int *table) | ~~~~~~~~~~~~~~~~~~~~^~~~~ cmospwd.c: In function 'sony_vaio': cmospwd.c:1172:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 1172 | fread(&eeprom,1,14,fb); | ^~~~~~~~~~~~~~~~~~~~~~ cmospwd.c: In function 'award_backdoor': cmospwd.c:1925:5: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 1925 | fread(&car,1,1,fb); | ^~~~~~~~~~~~~~~~~~ cmospwd.c: In function 'keyb_mem': cmospwd.c:1944:3: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 1944 | fread(&mem,1,sizeof(mem),fb); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/cmospwd-5.0/src' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.54618 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/cmospwd-buildroot + : + /bin/rm -rf -- /usr/src/tmp/cmospwd-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd cmospwd-5.0 + install -D -m 755 src/cmospwd /usr/src/tmp/cmospwd-buildroot/usr/sbin/cmospwd + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/cmospwd-buildroot (auto) Verifying and fixing files in /usr/src/tmp/cmospwd-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/cmospwd-buildroot/ (default) Compressing files in /usr/src/tmp/cmospwd-buildroot (auto) Verifying ELF objects in /usr/src/tmp/cmospwd-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/sbin/cmospwd: uses non-LFS functions: fopen Splitting links to aliased files under /{,s}bin in /usr/src/tmp/cmospwd-buildroot Processing files: cmospwd-5.0-alt2_13 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.77823 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd cmospwd-5.0 + DOCDIR=/usr/src/tmp/cmospwd-buildroot/usr/share/doc/cmospwd-5.0 + export DOCDIR + rm -rf /usr/src/tmp/cmospwd-buildroot/usr/share/doc/cmospwd-5.0 + /bin/mkdir -p /usr/src/tmp/cmospwd-buildroot/usr/share/doc/cmospwd-5.0 + cp -prL COPYING cmospwd.txt /usr/src/tmp/cmospwd-buildroot/usr/share/doc/cmospwd-5.0 + chmod -R go-w /usr/src/tmp/cmospwd-buildroot/usr/share/doc/cmospwd-5.0 + chmod -R a+rX /usr/src/tmp/cmospwd-buildroot/usr/share/doc/cmospwd-5.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ypFnOi 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.Tl9ZhT 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.6xr08t Creating cmospwd-debuginfo package Processing files: cmospwd-debuginfo-5.0-alt2_13 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8UkEmn find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wTJ0LR find-requires: running scripts (debuginfo) Requires: cmospwd = 5.0-alt2_13, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Adding to cmospwd-debuginfo a strict dependency on cmospwd Wrote: /usr/src/RPM/RPMS/i586/cmospwd-5.0-alt2_13.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/cmospwd-debuginfo-5.0-alt2_13.i586.rpm (w2.lzdio) 0.93user 0.70system 0:06.10elapsed 26%CPU (0avgtext+0avgdata 33764maxresident)k 0inputs+0outputs (0major+139525minor)pagefaults 0swaps 3.01user 2.47system 0:14.49elapsed 37%CPU (0avgtext+0avgdata 126692maxresident)k 0inputs+0outputs (0major+187880minor)pagefaults 0swaps --- cmospwd-5.0-alt2_13.i586.rpm.repo 2021-07-09 02:21:50.000000000 +0000 +++ cmospwd-5.0-alt2_13.i586.rpm.hasher 2024-04-13 05:38:19.349028187 +0000 @@ -10,2 +10,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 +15,3 @@ Provides: cmospwd = 5.0-alt2_13:sisyphus+277772.100.1.1 -File: /usr/sbin/cmospwd 100755 root:root e9763bbebeffb74b7672fed1bd144739 +File: /usr/sbin/cmospwd 100755 root:root cb19bb99fc5dd42daf97f784b3b239f3 File: /usr/share/doc/cmospwd-5.0 40755 root:root @@ -18,2 +19,2 @@ File: /usr/share/doc/cmospwd-5.0/cmospwd.txt 100644 root:root 5d0a1f01243a7b8c9b8ee45cca91651f -RPMIdentity: ccae5fdf04b59efb2c79d46246651f7aee4a793518449b39d43a55e0fbb646f5e2dcd47c23a6b9c5941bfc9e2b9569dd04b053512e99878bfdcf47e1178d8442 +RPMIdentity: d2e392cf453b3f35d8a391391edd6ddaef97e0bf6a78f7fa613e83a78d1403d9efe57c728ddf75dc7663b459602171f7d260d58b8e061049b1b37af18c0443a7 --- cmospwd-debuginfo-5.0-alt2_13.i586.rpm.repo 2021-07-09 02:21:50.000000000 +0000 +++ cmospwd-debuginfo-5.0-alt2_13.i586.rpm.hasher 2024-04-13 05:38:19.427029199 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/a7 40755 root:root -/usr/lib/debug/.build-id/a7/0e1c35c026c8e5cf291831eaebee0417382a18 120777 root:root ../../../../sbin/cmospwd -/usr/lib/debug/.build-id/a7/0e1c35c026c8e5cf291831eaebee0417382a18.debug 120777 root:root ../../usr/sbin/cmospwd.debug +/usr/lib/debug/.build-id/40 40755 root:root +/usr/lib/debug/.build-id/40/7894469f1954b01bec36cff0a400e747406b80 120777 root:root ../../../../sbin/cmospwd +/usr/lib/debug/.build-id/40/7894469f1954b01bec36cff0a400e747406b80.debug 120777 root:root ../../usr/sbin/cmospwd.debug /usr/lib/debug/usr/sbin/cmospwd.debug 100644 root:root @@ -12,6 +12,6 @@ Provides: cmospwd-debuginfo = 5.0-alt2_13:sisyphus+277772.100.1.1 -File: /usr/lib/debug/.build-id/a7 40755 root:root -File: /usr/lib/debug/.build-id/a7/0e1c35c026c8e5cf291831eaebee0417382a18 120777 root:root ../../../../sbin/cmospwd -File: /usr/lib/debug/.build-id/a7/0e1c35c026c8e5cf291831eaebee0417382a18.debug 120777 root:root ../../usr/sbin/cmospwd.debug -File: /usr/lib/debug/usr/sbin/cmospwd.debug 100644 root:root 10ce31676d7b7c5b95900112ec26e99b +File: /usr/lib/debug/.build-id/40 40755 root:root +File: /usr/lib/debug/.build-id/40/7894469f1954b01bec36cff0a400e747406b80 120777 root:root ../../../../sbin/cmospwd +File: /usr/lib/debug/.build-id/40/7894469f1954b01bec36cff0a400e747406b80.debug 120777 root:root ../../usr/sbin/cmospwd.debug +File: /usr/lib/debug/usr/sbin/cmospwd.debug 100644 root:root 6007f940d358ca4db5169acfee1cb2fc File: /usr/src/debug/cmospwd-5.0 40755 root:root @@ -19,2 +19,2 @@ File: /usr/src/debug/cmospwd-5.0/src/cmospwd.c 100644 root:root 33277792a536e707d9641a8f7039816f -RPMIdentity: 95a837e38598d519e4173bbdd0e980e45441e40926adac2403e9c984d6cd07a2088c11efbfb002e5b7a3249cf6c210149bb2907110d89da27abcca6a4bc88ba5 +RPMIdentity: bc0f1337fd69b188baab585dfebb670b6a7a9b8d8f2f51a956ab5e6c21abca5b888788db1e245ce97586f3dfc35a0a770046e5179c4ae2d6b82c13e0cbb2056c