<86>Dec 14 06:46:07 userdel[3186437]: delete user 'rooter' <86>Dec 14 06:46:07 userdel[3186437]: removed group 'rooter' owned by 'rooter' <86>Dec 14 06:46:07 userdel[3186437]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 14 06:46:07 groupadd[3186477]: group added to /etc/group: name=rooter, GID=1820 <86>Dec 14 06:46:07 groupadd[3186477]: group added to /etc/gshadow: name=rooter <86>Dec 14 06:46:07 groupadd[3186477]: new group: name=rooter, GID=1820 <86>Dec 14 06:46:07 useradd[3186517]: new user: name=rooter, UID=1820, GID=1820, home=/root, shell=/bin/bash, from=none <86>Dec 14 06:46:07 userdel[3186567]: delete user 'builder' <86>Dec 14 06:46:07 userdel[3186567]: removed group 'builder' owned by 'builder' <86>Dec 14 06:46:07 userdel[3186567]: removed shadow group 'builder' owned by 'builder' <86>Dec 14 06:46:07 groupadd[3186613]: group added to /etc/group: name=builder, GID=1821 <86>Dec 14 06:46:07 groupadd[3186613]: group added to /etc/gshadow: name=builder <86>Dec 14 06:46:07 groupadd[3186613]: new group: name=builder, GID=1821 <86>Dec 14 06:46:07 useradd[3186661]: new user: name=builder, UID=1821, GID=1821, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/hfalg-1.20-alt1.src.rpm: license not found in '/usr/share/license' directory: Freely /usr/src/in/srpm/hfalg-1.20-alt1.src.rpm: license not found in '/usr/share/license' directory: distributable warning: user victor does not exist - using root warning: group victor does not exist - using root warning: user victor does not exist - using root warning: group victor does not exist - using root <13>Dec 14 06:46:10 rpmi: libjpeg-2:3.0.2-alt2.1 sisyphus+340135.100.1.1 1707449053 installed <13>Dec 14 06:46:10 rpmi: libturbojpeg-2:3.0.2-alt2.1 sisyphus+340135.100.1.1 1707449053 installed <13>Dec 14 06:46:10 rpmi: libjpeg-devel-2:3.0.2-alt2.1 sisyphus+340135.100.1.1 1707449053 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/hfalg-1.20-alt1.nosrc.rpm (w1.gzdio) Installing hfalg-1.20-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.35081 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf hfalg-1.20 + /bin/mkdir -p hfalg-1.20 + cd hfalg-1.20 + /bin/chmod -c -Rf u+rwX,go-w . + cp /usr/src/RPM/SOURCES/hfalg.c . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.35081 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd hfalg-1.20 + gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic hfalg.c -o hfalg -ljpeg -lm hfalg.c: In function 'forkBuffer': hfalg.c:57:7: warning: unused variable 'i' [-Wunused-variable] 57 | int i; | ^ hfalg.c: In function 'minmax3': hfalg.c:323:15: warning: unused variable 'ntmp' [-Wunused-variable] 323 | int ntmp; | ^~~~ hfalg.c: In function 'minmax4': hfalg.c:427:15: warning: unused variable 'ntmp' [-Wunused-variable] 427 | int ntmp; | ^~~~ hfalg.c:426:15: warning: unused variable 'nlow' [-Wunused-variable] 426 | int nlow = 255; | ^~~~ hfalg.c:425:15: warning: unused variable 'nhigh' [-Wunused-variable] 425 | int nhigh = 0; | ^~~~~ hfalg.c:424:15: warning: unused variable 'mag' [-Wunused-variable] 424 | int mag = vectorLength( r, g, b ); | ^~~ hfalg.c: In function 'ela': hfalg.c:726:7: warning: unused variable 'i' [-Wunused-variable] 726 | int i; | ^ hfalg.c: In function 'usage': hfalg.c:52:1: warning: control reaches end of non-void function [-Wreturn-type] 52 | } | ^ hfalg.c: In function 'forkBuffer': hfalg.c:113:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 113 | write( fd1[1], acBuffer, sizeof( char ) * iTotalRead ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hfalg.c: In function 'minmax1': hfalg.c:213:1: warning: control reaches end of non-void function [-Wreturn-type] 213 | } | ^ hfalg.c: In function 'minmax5': hfalg.c:278:1: warning: control reaches end of non-void function [-Wreturn-type] 278 | } | ^ hfalg.c: In function 'minmax3': hfalg.c:382:1: warning: control reaches end of non-void function [-Wreturn-type] 382 | } | ^ hfalg.c: In function 'minmax4': hfalg.c:465:1: warning: control reaches end of non-void function [-Wreturn-type] 465 | } | ^ hfalg.c: In function 'minmax2': hfalg.c:570:1: warning: control reaches end of non-void function [-Wreturn-type] 570 | } | ^ hfalg.c: In function 'maxcolor': hfalg.c:921:1: warning: control reaches end of non-void function [-Wreturn-type] 921 | } | ^ hfalg.c: In function 'mincolor': hfalg.c:973:1: warning: control reaches end of non-void function [-Wreturn-type] 973 | } | ^ hfalg.c: In function 'midcolor': hfalg.c:1025:1: warning: control reaches end of non-void function [-Wreturn-type] 1025 | } | ^ + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.35081 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/hfalg-buildroot + : + /bin/rm -rf -- /usr/src/tmp/hfalg-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd hfalg-1.20 + install -Dpm 755 hfalg /usr/src/tmp/hfalg-buildroot//usr/bin/hfalg + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/hfalg-buildroot (auto) Verifying and fixing files in /usr/src/tmp/hfalg-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/hfalg-buildroot/ (default) Compressing files in /usr/src/tmp/hfalg-buildroot (auto) Verifying ELF objects in /usr/src/tmp/hfalg-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/hfalg: uses non-LFS functions: fcntl fopen Splitting links to aliased files under /{,s}bin in /usr/src/tmp/hfalg-buildroot Processing files: hfalg-1.20-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1AF98a 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.ACzEAI 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.28), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libjpeg.so.62 >= set:kgAooYwdYAlwq7iLMFsrKxaBhzI5llSUZntPb, 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.Lcwvny Creating hfalg-debuginfo package Processing files: hfalg-debuginfo-1.20-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.V6UaKu find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zDkqoj find-requires: running scripts (debuginfo) Requires: hfalg = 1.20-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libjpeg.so.62) Wrote: /usr/src/RPM/RPMS/i586/hfalg-1.20-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/hfalg-debuginfo-1.20-alt1.i586.rpm (w2.lzdio) 0.63user 0.83system 0:05.85elapsed 24%CPU (0avgtext+0avgdata 31744maxresident)k 0inputs+0outputs (0major+141141minor)pagefaults 0swaps /.out/hfalg-1.20-alt1.i586.rpm: license not found in '/usr/share/license' directory: Freely /.out/hfalg-1.20-alt1.i586.rpm: license not found in '/usr/share/license' directory: distributable /.out/hfalg-debuginfo-1.20-alt1.i586.rpm: license not found in '/usr/share/license' directory: Freely /.out/hfalg-debuginfo-1.20-alt1.i586.rpm: license not found in '/usr/share/license' directory: distributable 3.17user 2.62system 0:14.83elapsed 39%CPU (0avgtext+0avgdata 130732maxresident)k 0inputs+0outputs (0major+205520minor)pagefaults 0swaps --- hfalg-1.20-alt1.i586.rpm.repo 2011-03-15 13:43:17.000000000 +0000 +++ hfalg-1.20-alt1.i586.rpm.hasher 2024-12-14 06:46:19.044428194 +0000 @@ -4,7 +4,9 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) +Requires: libc.so.6(GLIBC_2.28) Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) -Requires: libjpeg.so.62 >= set:jfgjDuQy7QMbH0ReiLgoTzaZLHPlOTZfWC7 +Requires: libjpeg.so.62 >= set:kgAooYwdYAlwq7iLMFsrKxaBhzI5llSUZntPb Requires: rpmlib(SetVersions) -Requires: libm.so.6(GLIBC_2.0) Requires: rtld(GNU_HASH) @@ -12,3 +14,3 @@ Provides: hfalg = 1.20-alt1 -File: /usr/bin/hfalg 100755 root:root f8908562c0ae13085bd2e43abcd96ac2 -RPMIdentity: 1eaec85378ddc3fcea87ba3ec8cd8c413e624b22d3677859b052a79e1212f035aa4b7008079564014e74cc9d8c9f4d7c7463d3b192f9423368614ed65575904d +File: /usr/bin/hfalg 100755 root:root b66887a9fcedb30e5a6b9bc06a4262cd +RPMIdentity: b7c2f790ce6a464bd3d24bf2206c43371ea0b9684d9ddc0b631df2bc41cf60fffdedfeac160557eb35337af1988472c58d89d7057fcdfd4df636b19b2be66f33 --- hfalg-debuginfo-1.20-alt1.i586.rpm.repo 2011-03-15 13:43:17.000000000 +0000 +++ hfalg-debuginfo-1.20-alt1.i586.rpm.hasher 2024-12-14 06:46:19.124429082 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/3d 40755 root:root -/usr/lib/debug/.build-id/3d/45f73aebb98b36ee694ab6666ebbf8bd5e7848 120777 root:root ../../../../bin/hfalg -/usr/lib/debug/.build-id/3d/45f73aebb98b36ee694ab6666ebbf8bd5e7848.debug 120777 root:root ../../usr/bin/hfalg.debug +/usr/lib/debug/.build-id/f0 40755 root:root +/usr/lib/debug/.build-id/f0/c14f1ca7d2f3883c9d5e8ead1b48a5afadd297 120777 root:root ../../../../bin/hfalg +/usr/lib/debug/.build-id/f0/c14f1ca7d2f3883c9d5e8ead1b48a5afadd297.debug 120777 root:root ../../usr/bin/hfalg.debug /usr/lib/debug/usr/bin/hfalg.debug 100644 root:root @@ -10,11 +10,10 @@ Requires: debug(libjpeg.so.62) -Requires: debug(libm.so.6) Requires: rpmlib(PayloadIsLzma) Provides: hfalg-debuginfo = 1.20-alt1 -File: /usr/lib/debug/.build-id/3d 40755 root:root -File: /usr/lib/debug/.build-id/3d/45f73aebb98b36ee694ab6666ebbf8bd5e7848 120777 root:root ../../../../bin/hfalg -File: /usr/lib/debug/.build-id/3d/45f73aebb98b36ee694ab6666ebbf8bd5e7848.debug 120777 root:root ../../usr/bin/hfalg.debug -File: /usr/lib/debug/usr/bin/hfalg.debug 100644 root:root 272dcc9e0d233e7bfb8ba94eb1a6b3ee +File: /usr/lib/debug/.build-id/f0 40755 root:root +File: /usr/lib/debug/.build-id/f0/c14f1ca7d2f3883c9d5e8ead1b48a5afadd297 120777 root:root ../../../../bin/hfalg +File: /usr/lib/debug/.build-id/f0/c14f1ca7d2f3883c9d5e8ead1b48a5afadd297.debug 120777 root:root ../../usr/bin/hfalg.debug +File: /usr/lib/debug/usr/bin/hfalg.debug 100644 root:root 83c86aa858dd239ba7ad12170a1666aa File: /usr/src/debug/hfalg-1.20 40755 root:root File: /usr/src/debug/hfalg-1.20/hfalg.c 100644 root:root 92a368f8587b12674951a28b5a3be1eb -RPMIdentity: d15149bb9427e4c7a19f84a6939605c651fdb89ab905ca9f4e28cf4cdab763961fdc612384dd6f765e825e572d556375910bded3d2897031bd5b64ba71c2247c +RPMIdentity: 1b99a3f56b8de9e3f961a81872a135a1e6b1504cf66c6633bf190385d180dc3b2c5460d602b490b8de7087944c9addb1175f297a18d23a700898a1ef31d6a033