<86>Jun 10 07:53:50 userdel[39072]: delete user 'rooter' <86>Jun 10 07:53:50 userdel[39072]: removed group 'rooter' owned by 'rooter' <86>Jun 10 07:53:50 groupadd[39083]: group added to /etc/group: name=rooter, GID=585 <86>Jun 10 07:53:50 groupadd[39083]: group added to /etc/gshadow: name=rooter <86>Jun 10 07:53:50 groupadd[39083]: new group: name=rooter, GID=585 <86>Jun 10 07:53:50 useradd[39104]: new user: name=rooter, UID=585, GID=585, home=/root, shell=/bin/bash <86>Jun 10 07:53:50 userdel[39138]: delete user 'builder' <86>Jun 10 07:53:50 userdel[39138]: removed group 'builder' owned by 'builder' <86>Jun 10 07:53:50 userdel[39138]: removed shadow group 'builder' owned by 'builder' <86>Jun 10 07:53:50 groupadd[39149]: group added to /etc/group: name=builder, GID=586 <86>Jun 10 07:53:50 groupadd[39149]: group added to /etc/gshadow: name=builder <86>Jun 10 07:53:50 groupadd[39149]: new group: name=builder, GID=586 <86>Jun 10 07:53:50 useradd[39161]: new user: name=builder, UID=586, GID=586, 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.98431 + 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/gzip -dc /usr/src/RPM/SOURCES/lphdisk-0.9.1.tar.gz + /bin/tar -xf - + 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.98301 + 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.98301 + 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.39311 + 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.cH90Qp 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.jRXcEb find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) 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.IRBApj 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.cNfwfX find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eTLBa8 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.54user 0.25system 0:10.08elapsed 27%CPU (0avgtext+0avgdata 20716maxresident)k 0inputs+0outputs (0major+150540minor)pagefaults 0swaps 3.82user 1.89system 0:16.67elapsed 34%CPU (0avgtext+0avgdata 20716maxresident)k 0inputs+0outputs (0major+326449minor)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 2019-06-10 07:54:04.025549772 +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 /ALT/repo/sisyphus/task/archive/_226/231812/files/i586/RPMS/lphdisk-debuginfo-0.9.1-alt6.i586.rpm failed: No such file or directory