<86>Oct 6 12:38:16 userdel[967068]: delete user 'rooter' <86>Oct 6 12:38:16 userdel[967068]: removed group 'rooter' owned by 'rooter' <86>Oct 6 12:38:16 userdel[967068]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 6 12:38:16 groupadd[967079]: group added to /etc/group: name=rooter, GID=1226 <86>Oct 6 12:38:16 groupadd[967079]: group added to /etc/gshadow: name=rooter <86>Oct 6 12:38:16 groupadd[967079]: new group: name=rooter, GID=1226 <86>Oct 6 12:38:16 useradd[967085]: new user: name=rooter, UID=1226, GID=1226, home=/root, shell=/bin/bash <86>Oct 6 12:38:16 userdel[967095]: delete user 'builder' <86>Oct 6 12:38:16 userdel[967095]: removed group 'builder' owned by 'builder' <86>Oct 6 12:38:16 userdel[967095]: removed shadow group 'builder' owned by 'builder' <86>Oct 6 12:38:16 groupadd[967102]: group added to /etc/group: name=builder, GID=1227 <86>Oct 6 12:38:16 groupadd[967102]: group added to /etc/gshadow: name=builder <86>Oct 6 12:38:16 groupadd[967102]: new group: name=builder, GID=1227 <86>Oct 6 12:38:16 useradd[967106]: new user: name=builder, UID=1227, GID=1227, home=/usr/src, shell=/bin/bash <13>Oct 6 12:38:20 rpmi: libpci-3.7.0-alt1 p9+253477.100.2.1 1592498098 installed <13>Oct 6 12:38:20 rpmi: libpci-devel-3.7.0-alt1 p9+253477.100.2.1 1592498098 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/athcool-0.3.12-alt1.nosrc.rpm (w1.gzdio) Installing athcool-0.3.12-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.59750 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf athcool-0.3.12 + echo 'Source #0 (athcool-0.3.12.tar.gz):' Source #0 (athcool-0.3.12.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/athcool-0.3.12.tar.gz + /bin/tar -xf - + cd athcool-0.3.12 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.59750 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd athcool-0.3.12 + make make: Entering directory '/usr/src/RPM/BUILD/athcool-0.3.12' gcc -O2 -Wall -I. -I/usr/include -DPACKAGE=\"athcool\" -DVERSION=\"0.3.12\" -c athcool.c -o athcool.o gcc -O2 -Wall -I. -I/usr/include -DPACKAGE=\"athcool\" -DVERSION=\"0.3.12\" -c scanpci.c -o scanpci.o scanpci.c: In function 'scan_device': scanpci.c:32:32: warning: pointer targets in passing argument 3 of 'pci_read_block' differ in signedness [-Wpointer-sign] if ( !pci_read_block( p, 0, d->config, how_much ) ) { ~^~~~~~~~ In file included from scanpci.c:9: /usr/include/pci/pci.h:164:5: note: expected 'u8 *' {aka 'unsigned char *'} but argument is of type 'int8_t *' {aka 'signed char *'} int pci_read_block(struct pci_dev *, int pos, u8 *buf, int len) PCI_ABI; ^~~~~~~~~~~~~~ scanpci.c:39:44: warning: pointer targets in passing argument 3 of 'pci_read_block' differ in signedness [-Wpointer-sign] if ( !pci_read_block( p, 64, d->config + 64, 64 ) ) { ~~~~~~~~~~^~~~ In file included from scanpci.c:9: /usr/include/pci/pci.h:164:5: note: expected 'u8 *' {aka 'unsigned char *'} but argument is of type 'int8_t *' {aka 'signed char *'} int pci_read_block(struct pci_dev *, int pos, u8 *buf, int len) PCI_ABI; ^~~~~~~~~~~~~~ scanpci.c:45:24: warning: pointer targets in passing argument 2 of 'pci_setup_cache' differ in signedness [-Wpointer-sign] pci_setup_cache( p, d->config, d->config_cnt ); ~^~~~~~~~ In file included from scanpci.c:9: /usr/include/pci/pci.h:210:6: note: expected 'u8 *' {aka 'unsigned char *'} but argument is of type 'int8_t *' {aka 'signed char *'} void pci_setup_cache(struct pci_dev *, u8 *cache, int len) PCI_ABI; ^~~~~~~~~~~~~~~ gcc -O2 -Wall athcool.o scanpci.o -lpci -o athcool make: Leaving directory '/usr/src/RPM/BUILD/athcool-0.3.12' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.95729 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/athcool-buildroot + : + /bin/rm -rf -- /usr/src/tmp/athcool-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd athcool-0.3.12 + make 'INSTALL=/usr/libexec/rpm-build/install -p' DESTDIR=/usr/src/tmp/athcool-buildroot install make: Entering directory '/usr/src/RPM/BUILD/athcool-0.3.12' [ -d /usr/src/tmp/athcool-buildroot/usr/sbin ] || install -m 755 -d /usr/src/tmp/athcool-buildroot/usr/sbin install -s athcool /usr/src/tmp/athcool-buildroot/usr/sbin WARNING: strip is called in %install by 'install -s' (ignored) [ -d /usr/src/tmp/athcool-buildroot/usr/share/man/man8 ] || install -m 755 -d /usr/src/tmp/athcool-buildroot/usr/share/man/man8 install -m 644 athcool.8 /usr/src/tmp/athcool-buildroot/usr/share/man/man8 make: Leaving directory '/usr/src/RPM/BUILD/athcool-0.3.12' + install -Dp -m0755 /usr/src/RPM/SOURCES/athcool.init /usr/src/tmp/athcool-buildroot/etc/rc.d/init.d/athcool + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/athcool-buildroot (auto) Verifying and fixing files in /usr/src/tmp/athcool-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/athcool-buildroot/ (default) Compressing files in /usr/src/tmp/athcool-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/athcool-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: athcool-0.3.12-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.95729 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd athcool-0.3.12 + DOCDIR=/usr/src/tmp/athcool-buildroot/usr/share/doc/athcool-0.3.12 + export DOCDIR + rm -rf /usr/src/tmp/athcool-buildroot/usr/share/doc/athcool-0.3.12 + /bin/mkdir -p /usr/src/tmp/athcool-buildroot/usr/share/doc/athcool-0.3.12 + cp -prL ChangeLog COPYING README /usr/src/tmp/athcool-buildroot/usr/share/doc/athcool-0.3.12 + chmod -R go-w /usr/src/tmp/athcool-buildroot/usr/share/doc/athcool-0.3.12 + chmod -R a+rX /usr/src/tmp/athcool-buildroot/usr/share/doc/athcool-0.3.12 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.emNntK 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.64IIio find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) find-requires: FINDPACKAGE-COMMANDS: EXTRAOPTIONS Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mSIJe5 Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YMKXhP Finding Requires(postun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.M5X7rC Requires: /bin/bash, /etc/rc.d/init.d, /etc/rc.d/init.d(msg_starting), /etc/rc.d/init.d(msg_stopping), /etc/rc.d/init.d(start_daemon), /etc/rc.d/init.d(status), /etc/rc.d/init.d/functions, /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libpci.so.3()(64bit) >= set:jfe9tJkb5fI28c2tPvkMcmtuRFPNhvcbewpE, libpci.so.3(LIBPCI_3.0)(64bit), libpci.so.3(LIBPCI_3.3)(64bit), libpci.so.3(LIBPCI_3.5)(64bit), rtld(GNU_HASH) Requires(interp): /bin/sh Requires(rpmlib): rpmlib(SetVersions) Requires(post): /bin/sh, /sbin/chkconfig Requires(preun): /bin/sh, /sbin/chkconfig, /sbin/service Requires(postun): /bin/sh, /sbin/service Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8xXIIs Creating athcool-debuginfo package Processing files: athcool-debuginfo-0.3.12-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6vVs6l find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aZxlBi find-requires: running scripts (debuginfo) Requires: athcool = 0.3.12-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libpci.so.3) Wrote: /usr/src/RPM/RPMS/x86_64/athcool-0.3.12-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/athcool-debuginfo-0.3.12-alt1.x86_64.rpm (w2.lzdio) 2.71user 1.17system 0:10.65elapsed 36%CPU (0avgtext+0avgdata 26548maxresident)k 0inputs+0outputs (0major+333476minor)pagefaults 0swaps 4.71user 1.55system 0:19.09elapsed 32%CPU (0avgtext+0avgdata 137204maxresident)k 64inputs+0outputs (0major+193549minor)pagefaults 0swaps --- athcool-0.3.12-alt1.x86_64.rpm.repo 2008-04-28 07:35:48.000000000 +0000 +++ athcool-0.3.12-alt1.x86_64.rpm.hasher 2024-10-06 12:38:33.183340866 +0000 @@ -6,13 +6,6 @@ /usr/share/doc/athcool-0.3.12/README 100644 root:root -/usr/share/man/man8/athcool.8.gz 100644 root:root +/usr/share/man/man8/athcool.8.xz 100644 root:root Requires: /bin/sh -Requires: /bin/sh -Requires: /bin/sh -Requires: rpmlib(PayloadFilesHavePrefix) <= 4.0-1 -Requires: rpmlib(CompressedFileNames) <= 3.0.4-1 -Requires: /sbin/chkconfig -Requires: /sbin/chkconfig -Requires: /sbin/service -Requires: /sbin/service Requires: /bin/bash +Requires: /etc/rc.d/init.d Requires: /etc/rc.d/init.d(msg_starting) @@ -25,7 +18,14 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libpci.so.3()(64bit) >= set:jfe9tJkb5fI28c2tPvkMcmtuRFPNhvcbewpE +Requires: rpmlib(SetVersions) Requires: libpci.so.3(LIBPCI_3.0)(64bit) +Requires: libpci.so.3(LIBPCI_3.3)(64bit) +Requires: libpci.so.3(LIBPCI_3.5)(64bit) Requires: rtld(GNU_HASH) +Requires: /sbin/chkconfig +Requires: /sbin/service +Requires: rpmlib(PayloadIsLzma) Provides: athcool = 0.3.12-alt1 File: /etc/rc.d/init.d/athcool 100755 root:root a42bfc61ed0ae77d3135e040382c0027 -File: /usr/sbin/athcool 100755 root:root 9696a455aceddcbd5b4f3dafe12293e9 +File: /usr/sbin/athcool 100755 root:root 00af975d842aef9edc102a65c3b90bf6 File: /usr/share/doc/athcool-0.3.12 40755 root:root @@ -34,3 +34,3 @@ File: /usr/share/doc/athcool-0.3.12/README 100644 root:root f5f74e7a4f576627d838676cc7f1f158 -File: /usr/share/man/man8/athcool.8.gz 100644 root:root 844de3e15c0b8e1f6ae8682b08b9580a -RPMIdentity: ba32b44936cd0c6f1bee49cde805bff9a5ed843acd843e79b50ea2f7ed203c477b4b0b15416b9afa5fc06d08be7bc36773f56e667f282baf544f9805d572cb10 +File: /usr/share/man/man8/athcool.8.xz 100644 root:root 8589e9958f1d5a84d435e29a01bb2157 +RPMIdentity: 6746a42d8b1a20bdc27195d643e75f94fa04b17ece5323f219b1fa0f19b663c74cfe59a93cfce27b1e28f319e4f142fded0f914728991e8c8fe6ee43c2d95153 error: open of /archive/repo/p9/task/_349/357388/files/x86_64/RPMS/athcool-debuginfo-0.3.12-alt1.x86_64.rpm failed: No such file or directory