<86>Dec 18 01:07:59 userdel[372439]: delete user 'rooter' <86>Dec 18 01:07:59 userdel[372439]: removed group 'rooter' owned by 'rooter' <86>Dec 18 01:07:59 userdel[372439]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 18 01:07:59 groupadd[372461]: group added to /etc/group: name=rooter, GID=1802 <86>Dec 18 01:07:59 groupadd[372461]: group added to /etc/gshadow: name=rooter <86>Dec 18 01:07:59 groupadd[372461]: new group: name=rooter, GID=1802 <86>Dec 18 01:07:59 useradd[372481]: new user: name=rooter, UID=1802, GID=1802, home=/root, shell=/bin/bash, from=none <86>Dec 18 01:07:59 userdel[372508]: delete user 'builder' <86>Dec 18 01:07:59 userdel[372508]: removed group 'builder' owned by 'builder' <86>Dec 18 01:07:59 userdel[372508]: removed shadow group 'builder' owned by 'builder' <86>Dec 18 01:07:59 groupadd[372529]: group added to /etc/group: name=builder, GID=1803 <86>Dec 18 01:07:59 groupadd[372529]: group added to /etc/gshadow: name=builder <86>Dec 18 01:07:59 groupadd[372529]: new group: name=builder, GID=1803 <86>Dec 18 01:07:59 useradd[372557]: new user: name=builder, UID=1803, GID=1803, home=/usr/src, shell=/bin/bash, from=none warning: Macro %setup1 not found warning: Macro %setup1 not found Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/and-1.2.2-alt3_24.nosrc.rpm (w1.gzdio) warning: Macro %setup1 not found Installing and-1.2.2-alt3_24.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.89730 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf and-1.2.2 + echo 'Source #0 (and-1.2.2.tar.gz):' Source #0 (and-1.2.2.tar.gz): + /usr/bin/gzip -dc /usr/src/RPM/SOURCES/and-1.2.2.tar.gz + /bin/tar -xf - + cd and-1.2.2 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (and-1.2.2-makefile.patch):' Patch #1 (and-1.2.2-makefile.patch): + /usr/bin/patch -p1 -b --suffix .org patching file Makefile patching file and.priorities.5.man patching file and.conf.5.man patching file and.8.man patching file README + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.89730 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd and-1.2.2 + make -j16 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' PREFIX=/usr INSTALL_ETC=/etc INSTALL_SBIN=/usr/sbin INSTALL_MAN=/usr/share/man make: Entering directory '/usr/src/RPM/BUILD/and-1.2.2' sed s:INSTALL_SBIN:/usr/sbin:g < and.startup > and.init chmod +x and.init make: Leaving directory '/usr/src/RPM/BUILD/and-1.2.2' make: Entering directory '/usr/src/RPM/BUILD/and-1.2.2' cat and.8.man | \ sed s/__VERSION__/1.2.2/g | \ sed s/__DATE__/"27 Mar 2005"/g > and.8 make: Leaving directory '/usr/src/RPM/BUILD/and-1.2.2' make: Entering directory '/usr/src/RPM/BUILD/and-1.2.2' cat and.conf.5.man | \ sed s/__VERSION__/1.2.2/g | \ sed s/__DATE__/"27 Mar 2005"/g > and.conf.5 make: Leaving directory '/usr/src/RPM/BUILD/and-1.2.2' make: Entering directory '/usr/src/RPM/BUILD/and-1.2.2' cat and.priorities.5.man | \ sed s/__VERSION__/1.2.2/g | \ sed s/__DATE__/"27 Mar 2005"/g > and.priorities.5 make: Leaving directory '/usr/src/RPM/BUILD/and-1.2.2' make: Entering directory '/usr/src/RPM/BUILD/and-1.2.2' gcc -ansi -pedantic -Wall -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -g -c and-Linux.c and-Linux.c: In function 'linux_getnext': and-Linux.c:106:3: warning: implicit declaration of function 'snprintf' [-Wimplicit-function-declaration] 106 | snprintf(name, 1024, "/proc/%s",entry->d_name); | ^~~~~~~~ and-Linux.c:37:1: note: 'snprintf' is defined in header ''; this is probably fixable by adding '#include ' 36 | #include "and.h" +++ |+#include 37 | and-Linux.c: In function 'linux_readproc': and-Linux.c:74:3: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 74 | fscanf(f,"%d %1023s %c %d",&(linux_proc.pid),buffer,&state,&(linux_proc.ppid)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ and-Linux.c:75:3: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 75 | fscanf(f,"%d %d %d %d",&i,&i,&i,&i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ and-Linux.c:76:3: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 76 | fscanf(f,"%lu %lu %lu %lu %lu",&u,&u,&u,&u,&u); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ and-Linux.c:77:3: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 77 | fscanf(f,"%lu %lu %ld %ld",&ujf,&sjf,&li,&li); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ and-Linux.c:78:3: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 78 | fscanf(f,"%ld %d",&li,&(linux_proc.nice)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/and-1.2.2' make: Entering directory '/usr/src/RPM/BUILD/and-1.2.2' gcc -ansi -pedantic -Wall -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -g -DDEFAULT_INTERVAL=60 -DDEFAULT_NICE=0 \ -DDEFAULT_CONFIG_FILE=\"/etc/and/and.conf\" \ -DDEFAULT_DATABASE_FILE=\"/etc/and/and.priorities\" \ -DAND_VERSION=\"1.2.2\" -DAND_DATE=\""27 Mar 2005"\" -c and.c and.c: In function 'set_defaults': and.c:192:3: warning: implicit declaration of function 'gethostname' [-Wimplicit-function-declaration] 192 | gethostname(and_config.hostname,511); | ^~~~~~~~~~~ and.c: In function 'and_loop': and.c:869:13: warning: implicit declaration of function 'kill' [-Wimplicit-function-declaration] 869 | kill(current->pid,-newnice); | ^~~~ and.c: In function 'read_config': and.c:526:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 526 | fgets(buffer,1023,f); | ^~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/and-1.2.2' make: Entering directory '/usr/src/RPM/BUILD/and-1.2.2' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -g and.o and-Linux.o -o and make: Leaving directory '/usr/src/RPM/BUILD/and-1.2.2' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.89730 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/and-buildroot + : + /bin/rm -rf -- /usr/src/tmp/and-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd and-1.2.2 + mkdir -p /usr/src/tmp/and-buildroot/etc + mkdir -p /usr/src/tmp/and-buildroot/usr/sbin + mkdir -p /usr/src/tmp/and-buildroot/usr/share/man/man8 + mkdir -p /usr/src/tmp/and-buildroot/usr/share/man/man5 + make PREFIX=/usr/src/tmp/and-buildroot/usr INSTALL_ETC=/usr/src/tmp/and-buildroot/etc INSTALL_SBIN=/usr/src/tmp/and-buildroot/usr/sbin INSTALL_MAN=/usr/src/tmp/and-buildroot/usr/share/man install make: Entering directory '/usr/src/RPM/BUILD/and-1.2.2' mkdir -p /usr/src/tmp/and-buildroot/usr/sbin mkdir -p /usr/src/tmp/and-buildroot/etc/and/ mkdir -p /etc/init.d mkdir -p /usr/src/tmp/and-buildroot/usr/share/man/man5 mkdir -p /usr/src/tmp/and-buildroot/usr/share/man/man8 install -m 0755 and /usr/src/tmp/and-buildroot/usr/sbin test -e /usr/src/tmp/and-buildroot/etc/and/and.conf || \ install -m 0644 and.conf /usr/src/tmp/and-buildroot/etc/and/ test -e /usr/src/tmp/and-buildroot/etc/and/and.priorities || \ install -m 0644 and.priorities /usr/src/tmp/and-buildroot/etc/and/ install -m 0644 and.8 /usr/src/tmp/and-buildroot/usr/share/man/man8 install -m 0644 and.conf.5 /usr/src/tmp/and-buildroot/usr/share/man/man5 install -m 0644 and.priorities.5 /usr/src/tmp/and-buildroot/usr/share/man/man5 make: Leaving directory '/usr/src/RPM/BUILD/and-1.2.2' + mkdir -p /usr/src/tmp/and-buildroot/etc/sysconfig + install -p -m 0644 /usr/src/RPM/SOURCES/and.sysconf /usr/src/tmp/and-buildroot/etc/sysconfig/and + mkdir -p /usr/src/tmp/and-buildroot/usr/lib/systemd/system + install -p -m 0644 /usr/src/RPM/SOURCES/and.service /usr/src/tmp/and-buildroot/usr/lib/systemd/system + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/and-buildroot (auto) Verifying and fixing files in /usr/src/tmp/and-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/and-buildroot/ (default) Compressing files in /usr/src/tmp/and-buildroot (auto) Verifying systemd units in /usr/src/tmp/and-buildroot Adjusting library links in /usr/src/tmp/and-buildroot ./usr/lib: (from :0) Verifying ELF objects in /usr/src/tmp/and-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/and-buildroot Processing files: and-1.2.2-alt3_24 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.90745 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd and-1.2.2 + DOCDIR=/usr/src/tmp/and-buildroot/usr/share/doc/and-1.2.2 + export DOCDIR + rm -rf /usr/src/tmp/and-buildroot/usr/share/doc/and-1.2.2 + /bin/mkdir -p /usr/src/tmp/and-buildroot/usr/share/doc/and-1.2.2 + cp -prL README LICENSE CHANGELOG /usr/src/tmp/and-buildroot/usr/share/doc/and-1.2.2 + chmod -R go-w /usr/src/tmp/and-buildroot/usr/share/doc/and-1.2.2 + chmod -R a+rX /usr/src/tmp/and-buildroot/usr/share/doc/and-1.2.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UQxmN3 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.R7jhpM find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.snEJuP Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.a2pfO9 Provides: and-sysvinit = 1.2.2-alt3_24, and-units = 1.2.2-alt3_24 Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.33)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH) Requires(interp): /bin/sh Requires(post): /bin/sh, /usr/sbin/post_service Requires(preun): /bin/sh, /usr/sbin/preun_service Obsoletes: and-sysvinit < 1.2.2-alt3_24, and-units < 1.2.2-alt3_24 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.InPujq Creating and-debuginfo package Processing files: and-debuginfo-1.2.2-alt3_24 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fjDPXo find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YJBxSA find-requires: running scripts (debuginfo) Requires: and = 1.2.2-alt3_24, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/and-1.2.2-alt3_24.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/and-debuginfo-1.2.2-alt3_24.x86_64.rpm (w2.lzdio) 0.60user 1.15system 0:07.88elapsed 22%CPU (0avgtext+0avgdata 30720maxresident)k 0inputs+0outputs (0major+228890minor)pagefaults 0swaps 0.56user 1.84system 0:13.12elapsed 18%CPU (0avgtext+0avgdata 11264maxresident)k 0inputs+0outputs (0major+93948minor)pagefaults 0swaps --- and-1.2.2-alt3_24.x86_64.rpm.repo 2016-02-15 22:11:19.000000000 +0000 +++ and-1.2.2-alt3_24.x86_64.rpm.hasher 2024-12-18 01:08:09.342130760 +0000 @@ -4,3 +4,3 @@ /etc/sysconfig/and 100644 root:root -/lib/systemd/system/and.service 100644 root:root +/usr/lib/systemd/system/and.service 100644 root:root /usr/sbin/and 100755 root:root @@ -14,3 +14,2 @@ Requires: /bin/sh -Requires: /bin/sh Requires: /lib64/ld-linux-x86-64.so.2 @@ -19,3 +18,6 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.33)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) +Requires: libc.so.6(GLIBC_2.7)(64bit) Requires: rtld(GNU_HASH) @@ -33,4 +35,4 @@ File: /etc/sysconfig/and 100644 root:root e7858e320cb6bf88b5eb533e0d92df3f -File: /lib/systemd/system/and.service 100644 root:root 8217ee86adfcfd5954f01b6058f36f9e -File: /usr/sbin/and 100755 root:root 05f818e3caf53bd4c7074d14543df3ad +File: /usr/lib/systemd/system/and.service 100644 root:root 8217ee86adfcfd5954f01b6058f36f9e +File: /usr/sbin/and 100755 root:root 87c011c4396153b575a90feb2736250f File: /usr/share/doc/and-1.2.2 40755 root:root @@ -42,2 +44,2 @@ File: /usr/share/man/man8/and.8.xz 100644 root:root 9125b691666f44a73df1138b6c0aa4ad -RPMIdentity: c70eb8ebd26c5c17edc9025dbd11d942411796ceac09a2f10d29aed6834778061704395ece20194a1e67f2832bef971c9d93f05707e6b7a843e75478a83ee4e4 +RPMIdentity: 76f4abd8c820c5d25315660d27f7ff4eacf7031d010da932306983d3a4f5d4d24cd81bd366bf0356a68f68804c0f2a52c51fede93a45bef4e465575e998f9d95 --- and-debuginfo-1.2.2-alt3_24.x86_64.rpm.repo 2016-02-15 22:11:19.000000000 +0000 +++ and-debuginfo-1.2.2-alt3_24.x86_64.rpm.hasher 2024-12-18 01:08:09.417131971 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/e1 40755 root:root -/usr/lib/debug/.build-id/e1/b3a1b734fd2f9be534f7be615da85ff7698348 120777 root:root ../../../../sbin/and -/usr/lib/debug/.build-id/e1/b3a1b734fd2f9be534f7be615da85ff7698348.debug 120777 root:root ../../usr/sbin/and.debug +/usr/lib/debug/.build-id/73 40755 root:root +/usr/lib/debug/.build-id/73/2794f3c409f811ec8ce17df94f0c2d2053e1d1 120777 root:root ../../../../sbin/and +/usr/lib/debug/.build-id/73/2794f3c409f811ec8ce17df94f0c2d2053e1d1.debug 120777 root:root ../../usr/sbin/and.debug /usr/lib/debug/usr/sbin/and.debug 100644 root:root @@ -13,6 +13,6 @@ Provides: and-debuginfo = 1.2.2-alt3_24 -File: /usr/lib/debug/.build-id/e1 40755 root:root -File: /usr/lib/debug/.build-id/e1/b3a1b734fd2f9be534f7be615da85ff7698348 120777 root:root ../../../../sbin/and -File: /usr/lib/debug/.build-id/e1/b3a1b734fd2f9be534f7be615da85ff7698348.debug 120777 root:root ../../usr/sbin/and.debug -File: /usr/lib/debug/usr/sbin/and.debug 100644 root:root e125b1a7179631cc68205119b7eeb49b +File: /usr/lib/debug/.build-id/73 40755 root:root +File: /usr/lib/debug/.build-id/73/2794f3c409f811ec8ce17df94f0c2d2053e1d1 120777 root:root ../../../../sbin/and +File: /usr/lib/debug/.build-id/73/2794f3c409f811ec8ce17df94f0c2d2053e1d1.debug 120777 root:root ../../usr/sbin/and.debug +File: /usr/lib/debug/usr/sbin/and.debug 100644 root:root e52ed17803299e45cfd91267549985fe File: /usr/src/debug/and-1.2.2 40755 root:root @@ -21,2 +21,2 @@ File: /usr/src/debug/and-1.2.2/and.h 100644 root:root b968be6572288b0eb486c1fce9c6b047 -RPMIdentity: bd7cf940049104586725b5591cd2335fa523dfc2941dc43d33d5ded8d48f547b4303fe5db68d22fc98246aa3c8aa5cd0d42d5f4828aa4c790da19ee1a3a95e4a +RPMIdentity: ff4a4ae4ee4c209a91d31e544286e002212d4ea0e5f97806f8c4424c97081de07289015b5b6abbb827360a0246d42e9599379670995ab9a56ee68c45beec465b