<86>Jul 25 02:23:34 userdel[2406903]: delete user 'rooter' <86>Jul 25 02:23:34 userdel[2406903]: removed group 'rooter' owned by 'rooter' <86>Jul 25 02:23:34 userdel[2406903]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 25 02:23:34 groupadd[2406910]: group added to /etc/group: name=rooter, GID=690 <86>Jul 25 02:23:34 groupadd[2406910]: group added to /etc/gshadow: name=rooter <86>Jul 25 02:23:34 groupadd[2406910]: new group: name=rooter, GID=690 <86>Jul 25 02:23:34 useradd[2406914]: new user: name=rooter, UID=690, GID=690, home=/root, shell=/bin/bash <86>Jul 25 02:23:34 userdel[2406932]: delete user 'builder' <86>Jul 25 02:23:34 userdel[2406932]: removed group 'builder' owned by 'builder' <86>Jul 25 02:23:34 userdel[2406932]: removed shadow group 'builder' owned by 'builder' <86>Jul 25 02:23:34 groupadd[2406940]: group added to /etc/group: name=builder, GID=691 <86>Jul 25 02:23:34 groupadd[2406940]: group added to /etc/gshadow: name=builder <86>Jul 25 02:23:34 groupadd[2406940]: new group: name=builder, GID=691 <86>Jul 25 02:23:34 useradd[2406948]: new user: name=builder, UID=691, GID=691, home=/usr/src, shell=/bin/bash <13>Jul 25 02:23:36 rpmi: svgalib-1.9.25-alt2.5 sisyphus+227573.100.1.1 1555676590 installed <13>Jul 25 02:23:36 rpmi: svgalib-devel-1.9.25-alt2.5 sisyphus+227573.100.1.1 1555676590 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/libdha-1.0-alt1.qa1.nosrc.rpm (w1.gzdio) Installing libdha-1.0-alt1.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.37171 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf libdha-svn-r21861 + echo 'Source #0 (libdha-svn-r21861.tar.bz2):' Source #0 (libdha-svn-r21861.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/libdha-svn-r21861.tar.bz2 + /bin/tar -xf - + cd libdha-svn-r21861 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (libdha-1.0-configure.patch.gz):' Patch #0 (libdha-1.0-configure.patch.gz): + /usr/bin/patch -p1 + /bin/gzip -dc /usr/src/RPM/SOURCES/libdha-1.0-configure.patch.gz patching file configure patching file Makefile Hunk #3 succeeded at 61 with fuzz 1. Hunk #4 succeeded at 87 with fuzz 2 (offset -2 lines). + echo 'Patch #1 (libdha-svn-r21861-bswap.patch.gz):' Patch #1 (libdha-svn-r21861-bswap.patch.gz): + /usr/bin/patch -p1 + /bin/gzip -dc /usr/src/RPM/SOURCES/libdha-svn-r21861-bswap.patch.gz patching file sysdep/pci_linux.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.91206 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libdha-svn-r21861 + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + sh ./configure --prefix=/usr --libdir=/usr/lib64 --enable-svgalib-helper --cc=gcc Detected operating system: Linux Detected host architecture: i386 Checking for mman.h ... yes Checking for malloc.h ... yes Checking for memalign ... yes Checking for awk ... gawk Creating config.mak Creating config.h + make -j8 make: Entering directory '/usr/src/RPM/BUILD/libdha-svn-r21861' gcc -c -fPIC -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/ -o mtrr.o mtrr.c make: Leaving directory '/usr/src/RPM/BUILD/libdha-svn-r21861' make: Entering directory '/usr/src/RPM/BUILD/libdha-svn-r21861' gcc -c -fPIC -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/ -o libdha.o libdha.c libdha.c: In function 'unmap_phys_mem': libdha.c:152:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (res == (int)MAP_FAILED) ^ make: Leaving directory '/usr/src/RPM/BUILD/libdha-svn-r21861' make: Entering directory '/usr/src/RPM/BUILD/libdha-svn-r21861' LC_ALL=C gawk -f pci_db2c.awk oth/pci.db Total lines parsed: 7006 make: Leaving directory '/usr/src/RPM/BUILD/libdha-svn-r21861' make: Entering directory '/usr/src/RPM/BUILD/libdha-svn-r21861' gcc -c -fPIC -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/ -o pci.o pci.c In file included from pci.c:64: sysdep/pci_linux.c: In function 'pci_config_read_long': sysdep/pci_linux.c:48:19: warning: unused variable 'config_cmd' [-Wunused-variable] unsigned long config_cmd; ^~~~~~~~~~ sysdep/pci_linux.c: In function 'enable_os_io': sysdep/pci_linux.c:94:9: warning: implicit declaration of function 'iopl'; did you mean 'inl'? [-Wimplicit-function-declaration] if (iopl(3) != 0) ^~~~ inl make: Leaving directory '/usr/src/RPM/BUILD/libdha-svn-r21861' make: Entering directory '/usr/src/RPM/BUILD/libdha-svn-r21861' gcc -c -fPIC -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -DDEV_SVGA=\"/dev/svga\" -DCONFIG_SVGAHELPER -Isvgalib_helper/ -o pci_names.o pci_names.c In file included from pci_names.c:7: pci_dev_ids.c:1622:18: warning: trigraph ??) ignored, use -trigraphs to enable [-Wtrigraphs] { 0x036c, "Bt879(??) Video Capture" }, pci_names.c:1577:23: warning: trigraph ??) ignored, use -trigraphs to enable [-Wtrigraphs] { 0x2a15, "3D Vision(???)", dev_lst_2a15 }, make: Leaving directory '/usr/src/RPM/BUILD/libdha-svn-r21861' make: Entering directory '/usr/src/RPM/BUILD/libdha-svn-r21861' #gcc -shared -Wl,-soname,libdha.so.1 -o libdha.so.1.0 libdha.o mtrr.o pci.o pci_names.o gcc -shared -Wl,-soname -Wl,libdha.so.1.0 -o libdha.so.1.0 libdha.o mtrr.o pci.o pci_names.o ln -sf libdha.so.1.0 libdha.so.1 ln -sf libdha.so.1.0 libdha.so make: Leaving directory '/usr/src/RPM/BUILD/libdha-svn-r21861' + make -j8 libdha.a make: Entering directory '/usr/src/RPM/BUILD/libdha-svn-r21861' ar r libdha.a libdha.o mtrr.o pci.o pci_names.o ar: creating libdha.a make: Leaving directory '/usr/src/RPM/BUILD/libdha-svn-r21861' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.91206 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/libdha-buildroot + : + /bin/rm -rf -- /usr/src/tmp/libdha-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd libdha-svn-r21861 + make 'INSTALL=/usr/libexec/rpm-build/install -p' LIBDIR=/usr/src/tmp/libdha-buildroot/usr/lib64 install make: Entering directory '/usr/src/RPM/BUILD/libdha-svn-r21861' mkdir -p /usr/src/tmp/libdha-buildroot/usr/lib64 install -m 755 -p libdha.so.1.0 /usr/src/tmp/libdha-buildroot/usr/lib64/libdha.so.1.0 rm -f /usr/src/tmp/libdha-buildroot/usr/lib64/libdha.so ln -sf libdha.so.1.0 /usr/src/tmp/libdha-buildroot/usr/lib64/libdha.so.1 ln -sf libdha.so.1.0 /usr/src/tmp/libdha-buildroot/usr/lib64/libdha.so make: Leaving directory '/usr/src/RPM/BUILD/libdha-svn-r21861' + install -pD -m 0644 libdha.a /usr/src/tmp/libdha-buildroot/usr/lib64/libdha.a + install -d -m 0755 /usr/src/tmp/libdha-buildroot/usr/include/libdha + install -m 0644 libdha.h /usr/src/tmp/libdha-buildroot/usr/include/libdha.h + install -m 0644 pci_ids.h pci_names.h pci_vendors.h /usr/src/tmp/libdha-buildroot/usr/include/libdha/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/libdha-buildroot (auto) mode of './usr/lib64/libdha.so.1.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/libdha-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/libdha-buildroot/ (default) Compressing files in /usr/src/tmp/libdha-buildroot (auto) Adjusting library links in /usr/src/tmp/libdha-buildroot ./usr/lib64: libdha.so.1.0 -> libdha.so.1.0 Verifying ELF objects in /usr/src/tmp/libdha-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: libdha-1.0-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.20984 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libdha-svn-r21861 + DOCDIR=/usr/src/tmp/libdha-buildroot/usr/share/doc/libdha-1.0 + export DOCDIR + rm -rf /usr/src/tmp/libdha-buildroot/usr/share/doc/libdha-1.0 + /bin/mkdir -p /usr/src/tmp/libdha-buildroot/usr/share/doc/libdha-1.0 + cp -prL README /usr/src/tmp/libdha-buildroot/usr/share/doc/libdha-1.0 + chmod -R go-w /usr/src/tmp/libdha-buildroot/usr/share/doc/libdha-1.0 + chmod -R a+rX /usr/src/tmp/libdha-buildroot/usr/share/doc/libdha-1.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XIzUHD find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/libdha-buildroot/usr/lib64/libdha.so.1.0: 17 symbols, 15 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LTLAkS find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libdha.so.1.0()(64bit) = set:idExDIoH2xiUxq9qLnBJjyCqUF9Jef3pofdVh Requires: 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.Tm4Z39 Creating libdha-debuginfo package Processing files: libdha-devel-1.0-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dMTlUu 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.588GRS find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: libdha = 1.0-alt1.qa1, /usr/lib64/libdha.so.1.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Lr1sVj Processing files: libdha-devel-static-1.0-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nqea5N 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.fpfKkl find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: libdha-devel = 1.0-alt1.qa1, glibc-devel-static Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TE4CGV Processing files: libdha-debuginfo-1.0-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rrOf9y find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.z2GlIf find-requires: running scripts (debuginfo) Provides: debug64(libdha.so.1.0) Requires: libdha = 1.0-alt1.qa1, debug64(libc.so.6) Removing 1 extra deps from libdha-devel due to dependency on libdha Wrote: /usr/src/RPM/RPMS/x86_64/libdha-1.0-alt1.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libdha-devel-1.0-alt1.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libdha-devel-static-1.0-alt1.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libdha-debuginfo-1.0-alt1.qa1.x86_64.rpm (w2.lzdio) 3.85user 1.06system 0:14.58elapsed 33%CPU (0avgtext+0avgdata 30104maxresident)k 0inputs+0outputs (0major+387617minor)pagefaults 0swaps 7.58user 3.39system 0:20.69elapsed 53%CPU (0avgtext+0avgdata 115980maxresident)k 1192inputs+0outputs (0major+719346minor)pagefaults 0swaps --- libdha-1.0-alt1.qa1.x86_64.rpm.repo 2013-04-14 15:24:25.000000000 +0000 +++ libdha-1.0-alt1.qa1.x86_64.rpm.hasher 2021-07-25 02:23:53.263222932 +0000 @@ -12,5 +12,5 @@ File: /usr/lib64/libdha.so.1 120777 root:root libdha.so.1.0 -File: /usr/lib64/libdha.so.1.0 100644 root:root 15fe2135b0a59a0b2f34ddb5b51d88f3 +File: /usr/lib64/libdha.so.1.0 100644 root:root 235c7525f9f54bf910aa82ca2fc9981d File: /usr/share/doc/libdha-1.0 40755 root:root File: /usr/share/doc/libdha-1.0/README 100644 root:root 9eef8e1335b9959cb6fd57c6686a77f4 -RPMIdentity: 397b3e4456d3adbfbc81fd3a902f7937 +RPMIdentity: bc74aea1d507b3275635b794a5ee72df --- libdha-debuginfo-1.0-alt1.qa1.x86_64.rpm.repo 2013-04-14 15:24:25.000000000 +0000 +++ libdha-debuginfo-1.0-alt1.qa1.x86_64.rpm.hasher 2021-07-25 02:23:53.334223166 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/bc 40755 root:root -/usr/lib/debug/.build-id/bc/d71867023793caffe43a2d49f1eb4f0d120981 120777 root:root ../../../../lib64/libdha.so.1.0 -/usr/lib/debug/.build-id/bc/d71867023793caffe43a2d49f1eb4f0d120981.debug 120777 root:root ../../usr/lib64/libdha.so.1.0.debug +/usr/lib/debug/.build-id/fa 40755 root:root +/usr/lib/debug/.build-id/fa/71342cf86215be576277d7b7e2738e4667ddc5 120777 root:root ../../../../lib64/libdha.so.1.0 +/usr/lib/debug/.build-id/fa/71342cf86215be576277d7b7e2738e4667ddc5.debug 120777 root:root ../../usr/lib64/libdha.so.1.0.debug /usr/lib/debug/usr/lib64/libdha.so.1.0.debug 100644 root:root @@ -21,6 +21,6 @@ Provides: libdha-debuginfo = 1.0-alt1.qa1 -File: /usr/lib/debug/.build-id/bc 40755 root:root -File: /usr/lib/debug/.build-id/bc/d71867023793caffe43a2d49f1eb4f0d120981 120777 root:root ../../../../lib64/libdha.so.1.0 -File: /usr/lib/debug/.build-id/bc/d71867023793caffe43a2d49f1eb4f0d120981.debug 120777 root:root ../../usr/lib64/libdha.so.1.0.debug -File: /usr/lib/debug/usr/lib64/libdha.so.1.0.debug 100644 root:root a63d83bbd7b046e75851e0e78123819a +File: /usr/lib/debug/.build-id/fa 40755 root:root +File: /usr/lib/debug/.build-id/fa/71342cf86215be576277d7b7e2738e4667ddc5 120777 root:root ../../../../lib64/libdha.so.1.0 +File: /usr/lib/debug/.build-id/fa/71342cf86215be576277d7b7e2738e4667ddc5.debug 120777 root:root ../../usr/lib64/libdha.so.1.0.debug +File: /usr/lib/debug/usr/lib64/libdha.so.1.0.debug 100644 root:root ae92b0f0c685c1017e8970539c545e5e File: /usr/lib/debug/usr/lib64/libdha.so.1.debug 120777 root:root libdha.so.1.0.debug @@ -37,2 +37,2 @@ File: /usr/src/debug/libdha-svn-r21861/sysdep/pci_linux.c 100644 root:root 67ab2414afdbcf10ef4975930cfd1eb7 -RPMIdentity: baf951817e50f0eebee2a785435ee2c6 +RPMIdentity: 69ddfb97f5d5d4267888134322a40ab3 --- libdha-devel-static-1.0-alt1.qa1.x86_64.rpm.repo 2013-04-14 15:24:25.000000000 +0000 +++ libdha-devel-static-1.0-alt1.qa1.x86_64.rpm.hasher 2021-07-25 02:23:53.645224193 +0000 @@ -5,3 +5,3 @@ Provides: libdha-devel-static = 1.0-alt1.qa1 -File: /usr/lib64/libdha.a 100644 root:root 7a7ee0e43ef014b4c58d3e0d52b46e07 -RPMIdentity: fd70cbdf7413e9228296b856a30eaa70 +File: /usr/lib64/libdha.a 100644 root:root 59fb1dd99ad5c243cbdc7a5b04bcdbe3 +RPMIdentity: 7d8e8ce60239cc297d003fb9f60387df