<86>May 4 00:55:10 userdel[983925]: delete user 'rooter' <86>May 4 00:55:10 userdel[983925]: removed group 'rooter' owned by 'rooter' <86>May 4 00:55:10 userdel[983925]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 00:55:10 groupadd[983934]: group added to /etc/group: name=rooter, GID=1262 <86>May 4 00:55:10 groupadd[983934]: group added to /etc/gshadow: name=rooter <86>May 4 00:55:10 groupadd[983934]: new group: name=rooter, GID=1262 <86>May 4 00:55:10 useradd[983940]: new user: name=rooter, UID=1262, GID=1262, home=/root, shell=/bin/bash, from=none <86>May 4 00:55:10 userdel[983952]: delete user 'builder' <86>May 4 00:55:10 userdel[983952]: removed group 'builder' owned by 'builder' <86>May 4 00:55:10 userdel[983952]: removed shadow group 'builder' owned by 'builder' <86>May 4 00:55:10 groupadd[983959]: group added to /etc/group: name=builder, GID=1263 <86>May 4 00:55:10 groupadd[983959]: group added to /etc/gshadow: name=builder <86>May 4 00:55:10 groupadd[983959]: new group: name=builder, GID=1263 <86>May 4 00:55:10 useradd[983967]: new user: name=builder, UID=1263, GID=1263, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/fxload-2002_04_11-alt2.qa1.src.rpm: The use of such a license name is ambiguous: GPL <13>May 4 00:55:15 rpmi: libusb-1.0.27-alt1 sisyphus+347412.100.1.1 1714739651 installed <13>May 4 00:55:15 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>May 4 00:55:15 rpmi: libstdc++13-devel-13.2.1-alt3 sisyphus+339335.100.1.1 1706563486 installed <13>May 4 00:55:16 rpmi: gcc13-c++-13.2.1-alt3 sisyphus+339335.100.1.1 1706563486 installed <13>May 4 00:55:16 rpmi: gcc-c++-13-alt1 sisyphus+323337.300.1.1 1687267966 installed <13>May 4 00:55:16 rpmi: libusb-devel-1.0.27-alt1 sisyphus+347412.100.1.1 1714739651 installed <13>May 4 00:55:16 rpmi: flex-2.6.4.0.88.9801-alt2 sisyphus+283727.100.1.1 1629851973 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.91025 + 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.91025 + 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 -flto=auto 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 -flto=auto ezusb.c -o ezusb.o ezusb.c: In function 'ezusb_read': ezusb.c:173:49: 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:57: 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:49: 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:57: 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:44: 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:54: 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:55: 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:33: 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:44: 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.91025 + 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:/usr/bin:/bin:/usr/local/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) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/fxload-buildroot 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.5sJDz7 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.oiRKM3 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.34)(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.ATIurh 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.hZOr6B find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6mlEsN 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) 0.65user 0.66system 0:05.77elapsed 22%CPU (0avgtext+0avgdata 29080maxresident)k 0inputs+0outputs (0major+157772minor)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 5.41user 1.82system 0:17.38elapsed 41%CPU (0avgtext+0avgdata 131272maxresident)k 56inputs+0outputs (0major+193937minor)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 2024-05-04 00:55:25.238386168 +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 @@ -8,2 +8,3 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) @@ -12,7 +13,7 @@ Provides: fxload = 2002_04_11-alt2.qa1 -File: /sbin/fxload 100755 root:root 27c2e66fadd2b4f9d41887b97fc83a59 +File: /sbin/fxload 100755 root:root c1cbdbf6ffa4efb910e9437170bc9fa3 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: f4d4e18d9363923b3f026e34d657d70dca08d519e6810ef98357530e564524a183c645e212fdcc6c38acc71ebadb696088d8ee7b7bcce82e834329a8bc2a8722 +RPMIdentity: 56116c7678786d20d7a1fd09b88a0ebe2c278fd25cba4d1a0c1aef272b3c60ac5c4504b2810671d615f33e2e01a1cc3e81ecfdc674b5acbc62ec68b8d0b09042 --- 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 2024-05-04 00:55:25.300386445 +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/4c 40755 root:root +/usr/lib/debug/.build-id/4c/90e208e6072c82018135465bb27ea41d00544d 120777 root:root ../../../../../sbin/fxload +/usr/lib/debug/.build-id/4c/90e208e6072c82018135465bb27ea41d00544d.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/4c 40755 root:root +File: /usr/lib/debug/.build-id/4c/90e208e6072c82018135465bb27ea41d00544d 120777 root:root ../../../../../sbin/fxload +File: /usr/lib/debug/.build-id/4c/90e208e6072c82018135465bb27ea41d00544d.debug 120777 root:root ../../sbin/fxload.debug +File: /usr/lib/debug/sbin/fxload.debug 100644 root:root b081e5822de3611e3e1047dfbabddafb 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: b659b93dbc3ed3a70e7de8a87b55a96465652a4fa853877e62265557756131167250764e88b2b31792348b8e76b5a7beced36668e246bc89445c4591290abb0c +RPMIdentity: 2640bebd0b3b5ea3824f37acf77cb30e8b22131e849af11b50c43605488671a8abd00f72cf2bcba0cd0149e22a12239e38fc79d53a8a1103e0bfdf3c08f672b4