<86>Feb 28 07:36:48 userdel[3511132]: delete user 'rooter' <86>Feb 28 07:36:48 groupadd[3511144]: group added to /etc/group: name=rooter, GID=672 <86>Feb 28 07:36:48 groupadd[3511144]: group added to /etc/gshadow: name=rooter <86>Feb 28 07:36:48 groupadd[3511144]: new group: name=rooter, GID=672 <86>Feb 28 07:36:48 useradd[3511157]: new user: name=rooter, UID=672, GID=672, home=/root, shell=/bin/bash <86>Feb 28 07:36:48 userdel[3511194]: delete user 'builder' <86>Feb 28 07:36:48 userdel[3511194]: removed group 'builder' owned by 'builder' <86>Feb 28 07:36:48 userdel[3511194]: removed shadow group 'builder' owned by 'builder' <86>Feb 28 07:36:48 groupadd[3511239]: group added to /etc/group: name=builder, GID=673 <86>Feb 28 07:36:48 groupadd[3511239]: group added to /etc/gshadow: name=builder <86>Feb 28 07:36:48 groupadd[3511239]: new group: name=builder, GID=673 <86>Feb 28 07:36:48 useradd[3511251]: new user: name=builder, UID=673, GID=673, home=/usr/src, shell=/bin/bash warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root warning: user mike does not exist - using root warning: group mike does not exist - using root Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/lphdisk-0.9.1-alt6.nosrc.rpm Installing lphdisk-0.9.1-alt6.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.4123 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf lphdisk-0.9.1 + echo 'Source #0 (lphdisk-0.9.1.tar.gz):' Source #0 (lphdisk-0.9.1.tar.gz): + /bin/tar -xf - + /bin/gzip -dc /usr/src/RPM/SOURCES/lphdisk-0.9.1.tar.gz + cd lphdisk-0.9.1 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (lphdisk-0.9.1-alt-lrmi.patch):' Patch #0 (lphdisk-0.9.1-alt-lrmi.patch): + /usr/bin/patch -p1 -b --suffix .lrmi patching file lrmi-0.6m/lrmi.c + echo 'Patch #1 (lphdisk-0.9.1-debian-syscall-llseek.diff):' Patch #1 (lphdisk-0.9.1-debian-syscall-llseek.diff): + /usr/bin/patch -p1 -b --suffix .llseek patching file lphdisk.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.4123 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd lphdisk-0.9.1 + make make: Entering directory '/usr/src/RPM/BUILD/lphdisk-0.9.1' cp lrmi-0.6m/lrmi.h lrmi.h cp lrmi-0.6m/vbe.h vbe.h cc -g -Wall -c -o lphdisk.o lphdisk.c lphdisk.c: In function 'check_proc_partitions': lphdisk.c:260:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . int devmajor = major(dev); ^~~~~~~~~~~~~~~~ lphdisk.c:261:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . int devminor = minor(dev); ^~~~~~~~~~~~~~~~ lphdisk.c: In function 'main': lphdisk.c:812:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . debug("%s is a block device (major=%d, minor=%d)\n", drive, major(dev), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lphdisk.c:813:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . minor(dev)); ^~~~~~~~~~ lphdisk.c:872:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . if ((dev != makedev(3, 0)) && !quiet_flag) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd lrmi-0.6m && make lrmi.o make[1]: Entering directory '/usr/src/RPM/BUILD/lphdisk-0.9.1/lrmi-0.6m' cc -c -g -Wall -o lrmi.o lrmi.c make[1]: Leaving directory '/usr/src/RPM/BUILD/lphdisk-0.9.1/lrmi-0.6m' cp lrmi-0.6m/lrmi.o . cc -g -Wall -o lphdisk lphdisk.o lrmi.o make: Leaving directory '/usr/src/RPM/BUILD/lphdisk-0.9.1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.2876 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/lphdisk-buildroot + : + /bin/rm -rf -- /usr/src/tmp/lphdisk-buildroot + cd lphdisk-0.9.1 + install -pD -m755 lphdisk /usr/src/tmp/lphdisk-buildroot/usr/sbin/lphdisk + install -pD -m644 lphdisk.8 /usr/src/tmp/lphdisk-buildroot/usr/share/man/man8/lphdisk.8 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/lphdisk-buildroot (auto) Verifying and fixing files in /usr/src/tmp/lphdisk-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/lphdisk-buildroot/ (default) Compressing files in /usr/src/tmp/lphdisk-buildroot (auto) Verifying ELF objects in /usr/src/tmp/lphdisk-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/sbin/lphdisk: uses non-LFS functions: __fxstat fopen mmap open Hardlinking identical .pyc and .pyo files Processing files: lphdisk-0.9.1-alt6 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.70220 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd lphdisk-0.9.1 + DOCDIR=/usr/src/tmp/lphdisk-buildroot/usr/share/doc/lphdisk-0.9.1 + export DOCDIR + rm -rf /usr/src/tmp/lphdisk-buildroot/usr/share/doc/lphdisk-0.9.1 + /bin/mkdir -p /usr/src/tmp/lphdisk-buildroot/usr/share/doc/lphdisk-0.9.1 + cp -prL ChangeLog CREDITS NEWS README TODO /usr/src/tmp/lphdisk-buildroot/usr/share/doc/lphdisk-0.9.1 + chmod -R go-w /usr/src/tmp/lphdisk-buildroot/usr/share/doc/lphdisk-0.9.1 + chmod -R a+rX /usr/src/tmp/lphdisk-buildroot/usr/share/doc/lphdisk-0.9.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DzZdNj 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.VcnMuT find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,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.3.3), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pdMOHU Creating lphdisk-debuginfo package Processing files: lphdisk-debuginfo-0.9.1-alt6 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aGhtDw find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1QKLpA find-requires: running scripts (debuginfo) Requires: lphdisk = 0.9.1-alt6, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/lphdisk-0.9.1-alt6.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/lphdisk-debuginfo-0.9.1-alt6.i586.rpm 2.60user 0.31system 0:11.46elapsed 25%CPU (0avgtext+0avgdata 20788maxresident)k 0inputs+0outputs (0major+154369minor)pagefaults 0swaps 3.98user 2.00system 0:19.44elapsed 30%CPU (0avgtext+0avgdata 20788maxresident)k 0inputs+0outputs (0major+329871minor)pagefaults 0swaps --- lphdisk-0.9.1-alt6.i586.rpm.repo 2008-09-28 14:35:52.000000000 +0000 +++ lphdisk-0.9.1-alt6.i586.rpm.hasher 2021-02-28 07:37:04.079572012 +0000 @@ -7,5 +7,3 @@ /usr/share/doc/lphdisk-0.9.1/TODO 100644 -/usr/share/man/man8/lphdisk.8.gz 100644 -Requires: rpmlib(PayloadFilesHavePrefix) <= 4.0-1 -Requires: rpmlib(CompressedFileNames) <= 3.0.4-1 +/usr/share/man/man8/lphdisk.8.xz 100644 Requires: /lib/ld-linux.so.2 @@ -15,4 +13,5 @@ Requires: libc.so.6(GLIBC_2.4) +Requires: libc.so.6(GLIBC_2.7) Requires: rtld(GNU_HASH) -Requires: rpmlib(PayloadIsLzma) <= 4.4.2-1 +Requires: rpmlib(PayloadIsLzma) Provides: lphdisk = 0.9.1-alt6 error: open of /archive/repo/p9/task/_260/266920/files/i586/RPMS/lphdisk-debuginfo-0.9.1-alt6.i586.rpm failed: No such file or directory