<86>Apr 27 08:37:48 userdel[1001288]: delete user 'rooter' <86>Apr 27 08:37:48 userdel[1001288]: removed group 'rooter' owned by 'rooter' <86>Apr 27 08:37:48 userdel[1001288]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 27 08:37:48 groupadd[1001307]: group added to /etc/group: name=rooter, GID=1820 <86>Apr 27 08:37:48 groupadd[1001307]: group added to /etc/gshadow: name=rooter <86>Apr 27 08:37:48 groupadd[1001307]: new group: name=rooter, GID=1820 <86>Apr 27 08:37:48 useradd[1001317]: new user: name=rooter, UID=1820, GID=1820, home=/root, shell=/bin/bash, from=none <86>Apr 27 08:37:48 userdel[1001340]: delete user 'builder' <86>Apr 27 08:37:48 userdel[1001340]: removed group 'builder' owned by 'builder' <86>Apr 27 08:37:48 userdel[1001340]: removed shadow group 'builder' owned by 'builder' <86>Apr 27 08:37:48 groupadd[1001360]: group added to /etc/group: name=builder, GID=1821 <86>Apr 27 08:37:48 groupadd[1001360]: group added to /etc/gshadow: name=builder <86>Apr 27 08:37:48 groupadd[1001360]: new group: name=builder, GID=1821 <86>Apr 27 08:37:48 useradd[1001368]: new user: name=builder, UID=1821, GID=1821, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/rkflashtool-0.1-alt1.src.rpm: license not found in '/usr/share/license' directory: like <13>Apr 27 08:37:52 rpmi: libusb-1.0.26-alt3 sisyphus+340691.100.3.1 1708466436 installed <13>Apr 27 08:37:52 rpmi: libusb-devel-1.0.26-alt3 sisyphus+340691.100.3.1 1708466436 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/rkflashtool-0.1-alt1.nosrc.rpm (w1.gzdio) Installing rkflashtool-0.1-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.76762 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf rkflashtool-0.1 + echo 'Source #0 (rkflashtool-0.1.tar):' Source #0 (rkflashtool-0.1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/rkflashtool-0.1.tar + cd rkflashtool-0.1 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.76762 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd rkflashtool-0.1 + make -j16 make: Entering directory '/usr/src/RPM/BUILD/rkflashtool-0.1' gcc -O2 -W -Wall -I/usr/include/libusb-1.0 rkcrc.c -o rkcrc -lusb-1.0 make: Leaving directory '/usr/src/RPM/BUILD/rkflashtool-0.1' make: Entering directory '/usr/src/RPM/BUILD/rkflashtool-0.1' gcc -O2 -W -Wall -I/usr/include/libusb-1.0 rkunpack.c -o rkunpack -lusb-1.0 make: Leaving directory '/usr/src/RPM/BUILD/rkflashtool-0.1' make: Entering directory '/usr/src/RPM/BUILD/rkflashtool-0.1' gcc -O2 -W -Wall -I/usr/include/libusb-1.0 rkflashtool.c -o rkflashtool -lusb-1.0 rkflashtool.c: In function 'send_exec': rkflashtool.c:198:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 198 | if (parm_addr) SETBE32(cmd+22, parm_addr); | ^~ rkflashtool.c:93:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 93 | #define SETBE32(a, v) do { \ | ^~ rkflashtool.c:199:21: note: in expansion of macro 'SETBE32' 199 | SETBE32(cmd+12, RKFT_CMD_EXECUTESDRAM); | ^~~~~~~ rkflashtool.c: In function 'main': rkflashtool.c:308:5: warning: 'libusb_set_debug' is deprecated: Use libusb_set_option instead [-Wdeprecated-declarations] 308 | libusb_set_debug(c, 3); | ^~~~~~~~~~~~~~~~ In file included from rkflashtool.c:35: /usr/include/libusb-1.0/libusb.h:1365:18: note: declared here 1365 | void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level); | ^~~~~~~~~~~~~~~~ rkflashtool.c:537:13: warning: '__builtin_strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 537 | strncpy((char *)buf, "PARM", 4); | ^ make: Leaving directory '/usr/src/RPM/BUILD/rkflashtool-0.1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.76762 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/rkflashtool-buildroot + : + /bin/rm -rf -- /usr/src/tmp/rkflashtool-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd rkflashtool-0.1 + make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/rkflashtool-buildroot PREFIX=/usr make: Entering directory '/usr/src/RPM/BUILD/rkflashtool-0.1' install -d -m 0755 /usr/src/tmp/rkflashtool-buildroot//usr/bin install -m 0755 rkcrc rkflashtool rkunpack /usr/src/tmp/rkflashtool-buildroot//usr/bin install -m 0755 rkunsign rkparametersblock rkmisc rkpad rkparameters /usr/src/tmp/rkflashtool-buildroot//usr/bin make: Leaving directory '/usr/src/RPM/BUILD/rkflashtool-0.1' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/rkflashtool-buildroot (auto) Verifying and fixing files in /usr/src/tmp/rkflashtool-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/rkflashtool-buildroot/ (default) Compressing files in /usr/src/tmp/rkflashtool-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/rkflashtool-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/rkunpack: uses non-LFS functions: lseek mmap open verify-elf: WARNING: ./usr/bin/rkcrc: uses non-LFS functions: fstat open Splitting links to aliased files under /{,s}bin in /usr/src/tmp/rkflashtool-buildroot Processing files: rkflashtool-0.1-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.22864 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd rkflashtool-0.1 + DOCDIR=/usr/src/tmp/rkflashtool-buildroot/usr/share/doc/rkflashtool-0.1 + export DOCDIR + rm -rf /usr/src/tmp/rkflashtool-buildroot/usr/share/doc/rkflashtool-0.1 + /bin/mkdir -p /usr/src/tmp/rkflashtool-buildroot/usr/share/doc/rkflashtool-0.1 + cp -prL README doc/protocol.txt examples/ /usr/src/tmp/rkflashtool-buildroot/usr/share/doc/rkflashtool-0.1 + chmod -R go-w /usr/src/tmp/rkflashtool-buildroot/usr/share/doc/rkflashtool-0.1 + chmod -R a+rX /usr/src/tmp/rkflashtool-buildroot/usr/share/doc/rkflashtool-0.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rtpgeH 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.SxhdJH find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) find-requires: FINDPACKAGE-COMMANDS: cat dd rm Requires: /bin/sh, /lib/ld-linux.so.2, coreutils, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libusb-1.0.so.0 >= set:kg5YvkSceZATHqbFk6H9gccM2ySRi9oEXj, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kxuwwj Creating rkflashtool-debuginfo package Processing files: rkflashtool-debuginfo-0.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.iXYj5O find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mGRwFi find-requires: running scripts (debuginfo) Requires: rkflashtool = 0.1-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libusb-1.0.so.0) Adding to rkflashtool-debuginfo a strict dependency on rkflashtool Wrote: /usr/src/RPM/RPMS/i586/rkflashtool-0.1-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/rkflashtool-debuginfo-0.1-alt1.i586.rpm (w2.lzdio) 0.71user 2.01system 0:05.84elapsed 46%CPU (0avgtext+0avgdata 28620maxresident)k 0inputs+0outputs (0major+266224minor)pagefaults 0swaps /.out/rkflashtool-0.1-alt1.i586.rpm: license not found in '/usr/share/license' directory: like /.out/rkflashtool-debuginfo-0.1-alt1.i586.rpm: license not found in '/usr/share/license' directory: like 3.42user 2.94system 0:15.55elapsed 40%CPU (0avgtext+0avgdata 127160maxresident)k 168inputs+0outputs (0major+202193minor)pagefaults 0swaps --- rkflashtool-0.1-alt1.i586.rpm.repo 2020-03-19 15:37:01.000000000 +0000 +++ rkflashtool-0.1-alt1.i586.rpm.hasher 2024-04-27 08:38:00.629810040 +0000 @@ -18,3 +18,6 @@ Requires: libc.so.6(GLIBC_2.0) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.33) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -25,4 +28,4 @@ Provides: rkflashtool = 0.1-alt1:sisyphus+248113.100.1.1 -File: /usr/bin/rkcrc 100755 root:root 5e6b4ce282cfb94b558963e80bd05be7 -File: /usr/bin/rkflashtool 100755 root:root 710b9bb1cc071afcfa084e724e835d61 +File: /usr/bin/rkcrc 100755 root:root 5e0afcb585e0ac08c3470612e5d62aae +File: /usr/bin/rkflashtool 100755 root:root 42876176efc13382b0d9278caa71ccad File: /usr/bin/rkmisc 100755 root:root fb274388b5cab666c3dd8cabe3d3f24c @@ -31,3 +34,3 @@ File: /usr/bin/rkparametersblock 100755 root:root 5ca99b5956c0fadf02f5c51bd99c8c57 -File: /usr/bin/rkunpack 100755 root:root cd5e0478d54c5afd38fe4a9842689e74 +File: /usr/bin/rkunpack 100755 root:root 0b8ebad0fbbb3400f1064bffd6c76a96 File: /usr/bin/rkunsign 100755 root:root aa2d2e050cf9ce3790d4f86768b77978 @@ -39,2 +42,2 @@ File: /usr/share/doc/rkflashtool-0.1/protocol.txt 100644 root:root 57b71663c7b2966d43d30a8edd8070af -RPMIdentity: af1e937be05b3fb944c37073715123cde94318f055cbd5368875e9089b7511056e507dbe2ad41454e6e93fcda037244ef54eb462da46126659ce220a7c3b6dda +RPMIdentity: 8847c59d3bfad4f733cc3c1214c0173f9fe180c64a89e0d55135e4d83023c4e88e619687c2869176961f9334cd2da14b1d8bd409dc131a2de83ed1e1a2057ba2 --- rkflashtool-debuginfo-0.1-alt1.i586.rpm.repo 2020-03-19 15:37:01.000000000 +0000 +++ rkflashtool-debuginfo-0.1-alt1.i586.rpm.hasher 2024-04-27 08:38:00.719811198 +0000 @@ -1,10 +1,10 @@ -/usr/lib/debug/.build-id/04 40755 root:root -/usr/lib/debug/.build-id/04/4569b1e2a1621036a5e26594f96688696585c4 120777 root:root ../../../../bin/rkunpack -/usr/lib/debug/.build-id/04/4569b1e2a1621036a5e26594f96688696585c4.debug 120777 root:root ../../usr/bin/rkunpack.debug -/usr/lib/debug/.build-id/17 40755 root:root -/usr/lib/debug/.build-id/17/7efb02c3dd654902de4e2bb6c277a0b577b206 120777 root:root ../../../../bin/rkcrc -/usr/lib/debug/.build-id/17/7efb02c3dd654902de4e2bb6c277a0b577b206.debug 120777 root:root ../../usr/bin/rkcrc.debug -/usr/lib/debug/.build-id/f3 40755 root:root -/usr/lib/debug/.build-id/f3/7357c5d952bce3d85847469ab3e0ddae79828a 120777 root:root ../../../../bin/rkflashtool -/usr/lib/debug/.build-id/f3/7357c5d952bce3d85847469ab3e0ddae79828a.debug 120777 root:root ../../usr/bin/rkflashtool.debug +/usr/lib/debug/.build-id/1b 40755 root:root +/usr/lib/debug/.build-id/1b/69c51ed4c797f20f8c7beb42bd91a9de736407 120777 root:root ../../../../bin/rkcrc +/usr/lib/debug/.build-id/1b/69c51ed4c797f20f8c7beb42bd91a9de736407.debug 120777 root:root ../../usr/bin/rkcrc.debug +/usr/lib/debug/.build-id/34 40755 root:root +/usr/lib/debug/.build-id/34/21c970e3ab1a83fec50e34fed43e84ce8a5cc1 120777 root:root ../../../../bin/rkflashtool +/usr/lib/debug/.build-id/34/21c970e3ab1a83fec50e34fed43e84ce8a5cc1.debug 120777 root:root ../../usr/bin/rkflashtool.debug +/usr/lib/debug/.build-id/54 40755 root:root +/usr/lib/debug/.build-id/54/c19f98a5396d8ca9c97dc0ecd0a38fced50c47 120777 root:root ../../../../bin/rkunpack +/usr/lib/debug/.build-id/54/c19f98a5396d8ca9c97dc0ecd0a38fced50c47.debug 120777 root:root ../../usr/bin/rkunpack.debug /usr/lib/debug/usr/bin/rkcrc.debug 100644 root:root @@ -18,14 +18,14 @@ Provides: rkflashtool-debuginfo = 0.1-alt1:sisyphus+248113.100.1.1 -File: /usr/lib/debug/.build-id/04 40755 root:root -File: /usr/lib/debug/.build-id/04/4569b1e2a1621036a5e26594f96688696585c4 120777 root:root ../../../../bin/rkunpack -File: /usr/lib/debug/.build-id/04/4569b1e2a1621036a5e26594f96688696585c4.debug 120777 root:root ../../usr/bin/rkunpack.debug -File: /usr/lib/debug/.build-id/17 40755 root:root -File: /usr/lib/debug/.build-id/17/7efb02c3dd654902de4e2bb6c277a0b577b206 120777 root:root ../../../../bin/rkcrc -File: /usr/lib/debug/.build-id/17/7efb02c3dd654902de4e2bb6c277a0b577b206.debug 120777 root:root ../../usr/bin/rkcrc.debug -File: /usr/lib/debug/.build-id/f3 40755 root:root -File: /usr/lib/debug/.build-id/f3/7357c5d952bce3d85847469ab3e0ddae79828a 120777 root:root ../../../../bin/rkflashtool -File: /usr/lib/debug/.build-id/f3/7357c5d952bce3d85847469ab3e0ddae79828a.debug 120777 root:root ../../usr/bin/rkflashtool.debug -File: /usr/lib/debug/usr/bin/rkcrc.debug 100644 root:root 8ecb19428002235207f0a59e689a1c95 -File: /usr/lib/debug/usr/bin/rkflashtool.debug 100644 root:root b9092720397f85da1686b54bb88d258f -File: /usr/lib/debug/usr/bin/rkunpack.debug 100644 root:root d4596d72c011e3239a2ca300a1e7fc58 -RPMIdentity: a0199b68bf3c776f0b0ad28cca9068ab16eafa3e10249dbb3403bcb3aab43bcde876a09a1773af4a6b1773fa20ee6f998a050b88b445958a67561cdb733528a1 +File: /usr/lib/debug/.build-id/1b 40755 root:root +File: /usr/lib/debug/.build-id/1b/69c51ed4c797f20f8c7beb42bd91a9de736407 120777 root:root ../../../../bin/rkcrc +File: /usr/lib/debug/.build-id/1b/69c51ed4c797f20f8c7beb42bd91a9de736407.debug 120777 root:root ../../usr/bin/rkcrc.debug +File: /usr/lib/debug/.build-id/34 40755 root:root +File: /usr/lib/debug/.build-id/34/21c970e3ab1a83fec50e34fed43e84ce8a5cc1 120777 root:root ../../../../bin/rkflashtool +File: /usr/lib/debug/.build-id/34/21c970e3ab1a83fec50e34fed43e84ce8a5cc1.debug 120777 root:root ../../usr/bin/rkflashtool.debug +File: /usr/lib/debug/.build-id/54 40755 root:root +File: /usr/lib/debug/.build-id/54/c19f98a5396d8ca9c97dc0ecd0a38fced50c47 120777 root:root ../../../../bin/rkunpack +File: /usr/lib/debug/.build-id/54/c19f98a5396d8ca9c97dc0ecd0a38fced50c47.debug 120777 root:root ../../usr/bin/rkunpack.debug +File: /usr/lib/debug/usr/bin/rkcrc.debug 100644 root:root 3f8ae19c863292b761d2f558a534546c +File: /usr/lib/debug/usr/bin/rkflashtool.debug 100644 root:root 64b6264d622102f58cbc82628834bfcd +File: /usr/lib/debug/usr/bin/rkunpack.debug 100644 root:root ad1f2d056ec0a7860a8f65633dfd6337 +RPMIdentity: 7f7582a6e93974e31cb284062512b560e9ce3e59b8dcbd50b8410117541b099e24d2b1c2a794b026f27f333a667a4ef3067581b7ffaa905bae06f888794b85f5