<86>Jul 25 01:36:42 userdel[344280]: delete user 'rooter' <86>Jul 25 01:36:42 userdel[344280]: removed group 'rooter' owned by 'rooter' <86>Jul 25 01:36:42 userdel[344280]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 25 01:36:42 groupadd[344286]: group added to /etc/group: name=rooter, GID=669 <86>Jul 25 01:36:42 groupadd[344286]: group added to /etc/gshadow: name=rooter <86>Jul 25 01:36:42 groupadd[344286]: new group: name=rooter, GID=669 <86>Jul 25 01:36:42 useradd[344292]: new user: name=rooter, UID=669, GID=669, home=/root, shell=/bin/bash <86>Jul 25 01:36:42 userdel[344301]: delete user 'builder' <86>Jul 25 01:36:42 userdel[344301]: removed group 'builder' owned by 'builder' <86>Jul 25 01:36:42 userdel[344301]: removed shadow group 'builder' owned by 'builder' <86>Jul 25 01:36:42 groupadd[344314]: group added to /etc/group: name=builder, GID=670 <86>Jul 25 01:36:42 groupadd[344314]: group added to /etc/gshadow: name=builder <86>Jul 25 01:36:42 groupadd[344314]: new group: name=builder, GID=670 <86>Jul 25 01:36:42 useradd[344322]: new user: name=builder, UID=670, GID=670, home=/usr/src, shell=/bin/bash <13>Jul 25 01:36:44 rpmi: libusb-1.0.22-alt1 1525452011 installed <13>Jul 25 01:36:44 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus+221902.2500.4.1 1550596716 installed <13>Jul 25 01:36:44 rpmi: libstdc++8-devel-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587756 installed <13>Jul 25 01:36:45 rpmi: gcc8-c++-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587756 installed <13>Jul 25 01:36:45 rpmi: gcc-c++-8-alt2 p9+246536.100.3.1 1582643803 installed <13>Jul 25 01:36:45 rpmi: libusb-devel-1.0.22-alt1 1525452011 installed <13>Jul 25 01:36:45 rpmi: flex-2.6.4.0.88.9801-alt1 sisyphus+221902.2300.4.1 1550596258 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/fxload-2002_04_11-alt2.qa1.nosrc.rpm (w1.gzdio) Installing fxload-2002_04_11-alt2.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.71379 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf fxload-2002_04_11 + echo 'Source #0 (fxload-2002_04_11.tar.gz):' Source #0 (fxload-2002_04_11.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/fxload-2002_04_11.tar.gz + /bin/tar -xf - + cd fxload-2002_04_11 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (ezusb.c.patch):' Patch #0 (ezusb.c.patch): + /usr/bin/patch -p1 patching file ezusb.c + echo 'Patch #1 (ezusb.h.patch):' Patch #1 (ezusb.h.patch): + /usr/bin/patch -p1 patching file ezusb.h + echo 'Patch #2 (Makefile-fix.patch):' Patch #2 (Makefile-fix.patch): + /usr/bin/patch -p1 patching file Makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.71379 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd fxload-2002_04_11 + make -j8 make: Entering directory '/usr/src/RPM/BUILD/fxload-2002_04_11' cc -c -O -Wall -pipe -frecord-gcc-switches -Wall -g -O2 main.c -o main.o make: Leaving directory '/usr/src/RPM/BUILD/fxload-2002_04_11' make: Entering directory '/usr/src/RPM/BUILD/fxload-2002_04_11' cc -c -O -Wall -pipe -frecord-gcc-switches -Wall -g -O2 ezusb.c -o ezusb.o ezusb.c: In function 'ezusb_read': ezusb.c:173:42: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] fprintf (stderr, "%s, addr 0x%04x len %4d (0x%04x)\n", ~~^ %4ld label, addr, len, len); ~~~ ezusb.c:173:50: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] fprintf (stderr, "%s, addr 0x%04x len %4d (0x%04x)\n", ~~~^ %04lx label, addr, len, len); ~~~ ezusb.c: In function 'ezusb_write': ezusb.c:202:42: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] fprintf (stderr, "%s, addr 0x%04x len %4d (0x%04x)\n", ~~^ %4ld label, addr, len, len); ~~~ ezusb.c:202:50: warning: format '%x' expects argument of type 'unsigned int', but argument 6 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] fprintf (stderr, "%s, addr 0x%04x len %4d (0x%04x)\n", ~~~^ %04lx label, addr, len, len); ~~~ ezusb.c: In function 'ram_poke': ezusb.c:447:37: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] fprintf (stderr, "can't write %d bytes external memory at 0x%04x\n", ~^ %ld len, addr); ~~~ ezusb.c:455:40: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] fprintf (stderr, "SKIP on-chip RAM, %d bytes at 0x%04x\n", ~^ %ld len, addr); ~~~ ezusb.c:464:41: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] fprintf (stderr, "SKIP external RAM, %d bytes at 0x%04x\n", ~^ %ld len, addr); ~~~ ezusb.c: In function 'eeprom_poke': ezusb.c:611:26: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] "EEPROM can't init %d bytes external memory at 0x%04x\n", ~^ %ld len, addr); ~~~ ezusb.c:617:37: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] fprintf (stderr, "not fragmenting %d bytes\n", len); ~^ ~~~ %ld make: Leaving directory '/usr/src/RPM/BUILD/fxload-2002_04_11' make: Entering directory '/usr/src/RPM/BUILD/fxload-2002_04_11' cc -o fxload ezusb.o main.o make: Leaving directory '/usr/src/RPM/BUILD/fxload-2002_04_11' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.37256 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/fxload-buildroot + : + /bin/rm -rf -- /usr/src/tmp/fxload-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd fxload-2002_04_11 + make DESTDIR=/usr/src/tmp/fxload-buildroot install make: Entering directory '/usr/src/RPM/BUILD/fxload-2002_04_11' /usr/bin/install -cD fxload /usr/src/tmp/fxload-buildroot/sbin/fxload /usr/bin/install -cD -m 0644 fxload.8 /usr/src/tmp/fxload-buildroot/usr/share/man/man8/fxload.8 /usr/bin/install -cD -m 0644 a3load.hex /usr/src/tmp/fxload-buildroot/usr/share/usb/a3load.hex make: Leaving directory '/usr/src/RPM/BUILD/fxload-2002_04_11' + install -pD -m644 /usr/src/RPM/BUILD/fxload-2002_04_11/README.txt /usr/src/tmp/fxload-buildroot/usr/share/doc/fxload/INSTALL.txt + install -pD -m644 /usr/src/RPM/BUILD/fxload-2002_04_11/COPYING /usr/src/tmp/fxload-buildroot/usr/share/doc/fxload/COPYING + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/fxload-buildroot (auto) Verifying and fixing files in /usr/src/tmp/fxload-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/fxload-buildroot/ (default) Compressing files in /usr/src/tmp/fxload-buildroot (auto) Verifying ELF objects in /usr/src/tmp/fxload-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=relaxed) Hardlinking identical .pyc and .pyo files Processing files: fxload-2002_04_11-alt2.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.n32KnU 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.WZv1u5 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9KEIIj Creating fxload-debuginfo package Processing files: fxload-debuginfo-2002_04_11-alt2.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ozsI2A find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.38DKtV find-requires: running scripts (debuginfo) Requires: fxload = 2002_04_11-alt2.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/fxload-2002_04_11-alt2.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/fxload-debuginfo-2002_04_11-alt2.qa1.x86_64.rpm (w2.lzdio) 1.92user 0.44system 0:06.88elapsed 34%CPU (0avgtext+0avgdata 29648maxresident)k 0inputs+0outputs (0major+185176minor)pagefaults 0swaps 6.68user 2.71system 0:13.80elapsed 68%CPU (0avgtext+0avgdata 115504maxresident)k 0inputs+0outputs (0major+492000minor)pagefaults 0swaps --- fxload-2002_04_11-alt2.qa1.x86_64.rpm.repo 2013-04-18 09:56:38.000000000 +0000 +++ fxload-2002_04_11-alt2.qa1.x86_64.rpm.hasher 2021-07-25 01:36:55.181434448 +0000 @@ -3,3 +3,3 @@ /usr/share/doc/fxload/INSTALL.txt 100644 root:root -/usr/share/man/man8/fxload.8.bz2 100644 root:root +/usr/share/man/man8/fxload.8.xz 100644 root:root /usr/share/usb/a3load.hex 100644 root:root @@ -12,7 +12,7 @@ Provides: fxload = 2002_04_11-alt2.qa1 -File: /sbin/fxload 100755 root:root 27c2e66fadd2b4f9d41887b97fc83a59 +File: /sbin/fxload 100755 root:root 5ec328722516a5e248cc2352d99b3bf5 File: /usr/share/doc/fxload/COPYING 100644 root:root 0636e73ff0215e8d672dc4c32c317bb3 File: /usr/share/doc/fxload/INSTALL.txt 100644 root:root fc9f7906fada44124f3dde2ee5e934ec -File: /usr/share/man/man8/fxload.8.bz2 100644 root:root 5952d34e2a0d16d5bd0c24942eb8ee41 +File: /usr/share/man/man8/fxload.8.xz 100644 root:root 426e13749b0fcda2fe4a4208d535f2f7 File: /usr/share/usb/a3load.hex 100644 root:root 6d9496bb0b440729a23502792e4cd58a -RPMIdentity: a62fc24d2da33331c31499cbb84a7eb4 +RPMIdentity: 2a3888fd4a00fff3af668ad34925878a --- fxload-debuginfo-2002_04_11-alt2.qa1.x86_64.rpm.repo 2013-04-18 09:56:38.000000000 +0000 +++ fxload-debuginfo-2002_04_11-alt2.qa1.x86_64.rpm.hasher 2021-07-25 01:36:55.259435014 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/9e 40755 root:root -/usr/lib/debug/.build-id/9e/68aabda32e988280c26fa3cce933a1ee5cf233 120777 root:root ../../../../../sbin/fxload -/usr/lib/debug/.build-id/9e/68aabda32e988280c26fa3cce933a1ee5cf233.debug 120777 root:root ../../sbin/fxload.debug +/usr/lib/debug/.build-id/7f 40755 root:root +/usr/lib/debug/.build-id/7f/50d4824ba12f002ae4491f1f796e3fbdf975fb 120777 root:root ../../../../../sbin/fxload +/usr/lib/debug/.build-id/7f/50d4824ba12f002ae4491f1f796e3fbdf975fb.debug 120777 root:root ../../sbin/fxload.debug /usr/lib/debug/sbin/fxload.debug 100644 root:root @@ -13,6 +13,6 @@ Provides: fxload-debuginfo = 2002_04_11-alt2.qa1 -File: /usr/lib/debug/.build-id/9e 40755 root:root -File: /usr/lib/debug/.build-id/9e/68aabda32e988280c26fa3cce933a1ee5cf233 120777 root:root ../../../../../sbin/fxload -File: /usr/lib/debug/.build-id/9e/68aabda32e988280c26fa3cce933a1ee5cf233.debug 120777 root:root ../../sbin/fxload.debug -File: /usr/lib/debug/sbin/fxload.debug 100644 root:root 98c1cdbfd45be92148122657f189e713 +File: /usr/lib/debug/.build-id/7f 40755 root:root +File: /usr/lib/debug/.build-id/7f/50d4824ba12f002ae4491f1f796e3fbdf975fb 120777 root:root ../../../../../sbin/fxload +File: /usr/lib/debug/.build-id/7f/50d4824ba12f002ae4491f1f796e3fbdf975fb.debug 120777 root:root ../../sbin/fxload.debug +File: /usr/lib/debug/sbin/fxload.debug 100644 root:root d9e3b25b98065d1eb3c4d13c95608ca9 File: /usr/src/debug/fxload-2002_04_11 40755 root:root @@ -21,2 +21,2 @@ File: /usr/src/debug/fxload-2002_04_11/main.c 100644 root:root cdd71ae654f42d22a40dc59591aa60c0 -RPMIdentity: ceb907282177488bada2139c43d46e39 +RPMIdentity: 85192a8612dc652bb7f930e6689aca47