<86>May 24 02:16:31 userdel[3155617]: delete user 'rooter' <86>May 24 02:16:31 groupadd[3155622]: group added to /etc/group: name=rooter, GID=654 <86>May 24 02:16:31 groupadd[3155622]: group added to /etc/gshadow: name=rooter <86>May 24 02:16:31 groupadd[3155622]: new group: name=rooter, GID=654 <86>May 24 02:16:31 useradd[3155626]: new user: name=rooter, UID=654, GID=654, home=/root, shell=/bin/bash <86>May 24 02:16:31 userdel[3155632]: delete user 'builder' <86>May 24 02:16:31 groupadd[3155637]: group added to /etc/group: name=builder, GID=655 <86>May 24 02:16:31 groupadd[3155637]: group added to /etc/gshadow: name=builder <86>May 24 02:16:31 groupadd[3155637]: new group: name=builder, GID=655 <86>May 24 02:16:31 useradd[3155642]: new user: name=builder, UID=655, GID=655, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/fxload-2002_04_11-alt2.qa1.src.rpm: The use of such a license name is ambiguous: GPL <13>May 24 02:16:37 rpmi: libusb-1.0.24-alt1 sisyphus+271858.200.2.1 1621003094 installed <13>May 24 02:16:37 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+262033.600.7.2 1607340230 installed <13>May 24 02:16:37 rpmi: libstdc++10-devel-10.2.1-alt3 sisyphus+267829.100.1.1 1615807924 installed <13>May 24 02:16:38 rpmi: gcc10-c++-10.2.1-alt3 sisyphus+267829.100.1.1 1615807924 installed <13>May 24 02:16:38 rpmi: gcc-c++-10-alt1 sisyphus+263054.200.3.1 1607517515 installed <13>May 24 02:16:38 rpmi: libusb-devel-1.0.24-alt1 sisyphus+271858.200.2.1 1621003094 installed <13>May 24 02:16:39 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.58382 + 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/tar -xf - + /bin/gzip -dc /usr/src/RPM/SOURCES/fxload-2002_04_11.tar.gz + 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.58382 + 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=] 173 | fprintf (stderr, "%s, addr 0x%04x len %4d (0x%04x)\n", | ~~^ | | | int | %4ld 174 | label, addr, len, len); | ~~~ | | | size_t {aka long unsigned int} 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=] 173 | fprintf (stderr, "%s, addr 0x%04x len %4d (0x%04x)\n", | ~~~^ | | | unsigned int | %04lx 174 | label, addr, len, len); | ~~~ | | | size_t {aka long unsigned int} 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=] 202 | fprintf (stderr, "%s, addr 0x%04x len %4d (0x%04x)\n", | ~~^ | | | int | %4ld 203 | label, addr, len, len); | ~~~ | | | size_t {aka long unsigned int} 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=] 202 | fprintf (stderr, "%s, addr 0x%04x len %4d (0x%04x)\n", | ~~~^ | | | unsigned int | %04lx 203 | label, addr, len, len); | ~~~ | | | size_t {aka long unsigned int} 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=] 447 | fprintf (stderr, "can't write %d bytes external memory at 0x%04x\n", | ~^ | | | int | %ld 448 | len, addr); | ~~~ | | | size_t {aka long unsigned int} ezusb.c:455:40: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 455 | fprintf (stderr, "SKIP on-chip RAM, %d bytes at 0x%04x\n", | ~^ | | | int | %ld 456 | len, addr); | ~~~ | | | size_t {aka long unsigned int} ezusb.c:464:41: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 464 | fprintf (stderr, "SKIP external RAM, %d bytes at 0x%04x\n", | ~^ | | | int | %ld 465 | len, addr); | ~~~ | | | size_t {aka long unsigned int} 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=] 611 | "EEPROM can't init %d bytes external memory at 0x%04x\n", | ~^ | | | int | %ld 612 | len, addr); | ~~~ | | | size_t {aka long unsigned int} ezusb.c:617:37: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 617 | fprintf (stderr, "not fragmenting %d bytes\n", len); | ~^ ~~~ | | | | int size_t {aka long unsigned int} | %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.70628 + 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) 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.fJAYlR 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.doLg6N find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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.R0tdcQ 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.QwrPtR find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3JSrsR 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.65user 0.94system 0:07.26elapsed 35%CPU (0avgtext+0avgdata 28796maxresident)k 0inputs+0outputs (0major+154695minor)pagefaults 0swaps /.out/fxload-2002_04_11-alt2.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/fxload-debuginfo-2002_04_11-alt2.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL 11.28user 7.11system 0:27.56elapsed 66%CPU (0avgtext+0avgdata 108656maxresident)k 27000inputs+0outputs (4major+467802minor)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-05-24 02:16:52.919476008 +0000 @@ -3,3 +3,3 @@ /usr/share/doc/fxload/INSTALL.txt 100644 -/usr/share/man/man8/fxload.8.bz2 100644 +/usr/share/man/man8/fxload.8.xz 100644 /usr/share/usb/a3load.hex 100644