<86>Apr 27 08:47:36 userdel[3626610]: delete user 'rooter' <86>Apr 27 08:47:36 groupadd[3626657]: group added to /etc/group: name=rooter, GID=1841 <86>Apr 27 08:47:36 groupadd[3626657]: group added to /etc/gshadow: name=rooter <86>Apr 27 08:47:36 groupadd[3626657]: new group: name=rooter, GID=1841 <86>Apr 27 08:47:36 useradd[3626700]: new user: name=rooter, UID=1841, GID=1841, home=/root, shell=/bin/bash, from=none <86>Apr 27 08:47:36 userdel[3626757]: delete user 'builder' <86>Apr 27 08:47:36 userdel[3626757]: removed group 'builder' owned by 'builder' <86>Apr 27 08:47:36 userdel[3626757]: removed shadow group 'builder' owned by 'builder' <86>Apr 27 08:47:36 groupadd[3626811]: group added to /etc/group: name=builder, GID=1842 <86>Apr 27 08:47:36 groupadd[3626811]: group added to /etc/gshadow: name=builder <86>Apr 27 08:47:36 groupadd[3626811]: new group: name=builder, GID=1842 <86>Apr 27 08:47:36 useradd[3626865]: new user: name=builder, UID=1842, GID=1842, home=/usr/src, shell=/bin/bash, from=none <13>Apr 27 08:47:40 rpmi: glibc-devel-static-6:2.38.0.66.ge1135387de-alt1 sisyphus+345667.100.2.1 1713964722 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/chkrootkit-0.58b-alt1.nosrc.rpm (w1.gzdio) Installing chkrootkit-0.58b-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.89987 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf chkrootkit-0.58b + echo 'Source #0 (chkrootkit-0.58b.tar.gz):' Source #0 (chkrootkit-0.58b.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/chkrootkit-0.58b.tar.gz + /bin/tar -xf - + cd chkrootkit-0.58b + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (chkrootkit-alt-libpath.patch):' Patch #0 (chkrootkit-alt-libpath.patch): + /usr/bin/patch -p2 patching file chkrootkit + subst 's|@CHKROOTKIT_DIR@|/usr/lib/chkrootkit|' chkrootkit + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.87648 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd chkrootkit-0.58b + make sense 'CC=gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64' make: Entering directory '/usr/src/RPM/BUILD/chkrootkit-0.58b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -DHAVE_LASTLOG_H -o chklastlog chklastlog.c In function 'memcpy', inlined from 'main' at chklastlog.c:112:9: /usr/include/bits/string_fortified.h:29:10: warning: '__builtin_memcpy' reading 127 bytes from a region of size 14 [-Wstringop-overread] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^ In function 'memcpy', inlined from 'main' at chklastlog.c:113:9: /usr/include/bits/string_fortified.h:29:10: warning: '__builtin_memcpy' reading 127 bytes from a region of size 17 [-Wstringop-overread] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -DHAVE_LASTLOG_H -o chkwtmp chkwtmp.c In function 'memcpy', inlined from 'main' at chkwtmp.c:73:8: /usr/include/bits/string_fortified.h:29:10: warning: '__builtin_memcpy' reading 127 bytes from a region of size 14 [-Wstringop-overread] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -DHAVE_LASTLOG_H -D_FILE_OFFSET_BITS=64 -o ifpromisc ifpromisc.c ifpromisc.c: In function 'read_proc_net_packet': ifpromisc.c:108:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 108 | fgets(buf, 80, proc); | ^~~~~~~~~~~~~~~~~~~~ ifpromisc.c: In function 'walk_process': ifpromisc.c:204:13: warning: ignoring return value of 'readlink' declared with attribute 'warn_unused_result' [-Wunused-result] 204 | readlink(path, link, sizeof(link) - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -o chkproc chkproc.c chkproc.c: In function 'main': chkproc.c:197:32: warning: "/*" within comment [-Wcomment] 197 | /* printf("pv = %d\n\r", pv); /* -- DEBUG */ | chkproc.c:200:37: warning: "/*" within comment [-Wcomment] 200 | /* printf("pscmd = %s\n\r", pscmd); /* -- DEBUG */ | chkproc.c:245:32: warning: "/*" within comment [-Wcomment] 245 | /* printf(">>PS %s<<\n", p); /* -- DEBUG */ | chkproc.c:280:37: warning: "/*" within comment [-Wcomment] 280 | /* printf("%s\n", tmp_d_name); /* -- DEBUG */ | chkproc.c: In function 'readline': chkproc.c:131:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 131 | fgets(buf, MAX_BUF, stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ chkproc.c:134:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 134 | fgets(buf, MAX_BUF, stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -o chkdirs chkdirs.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -o check_wtmpx check_wtmpx.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -static -o strings-static strings.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -o chkutmp chkutmp.c chkutmp.c: In function 'fetchps': chkutmp.c:90:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 90 | fgets(line, MAXREAD, ps_fp); /* skip header */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ chkutmp.c:122:20: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 122 | fgets(line, MAXREAD, ps_fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/chkrootkit-0.58b' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.20048 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/chkrootkit-buildroot + : + /bin/rm -rf -- /usr/src/tmp/chkrootkit-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd chkrootkit-0.58b + install -Dpm0755 chkrootkit /usr/src/tmp/chkrootkit-buildroot/usr/sbin/chkrootkit + for p in check_wtmpx chkdirs chklastlog chkproc chkutmp chkwtmp ifpromisc strings-static + install -pD -m 755 check_wtmpx /usr/src/tmp/chkrootkit-buildroot/usr/lib/chkrootkit/check_wtmpx + for p in check_wtmpx chkdirs chklastlog chkproc chkutmp chkwtmp ifpromisc strings-static + install -pD -m 755 chkdirs /usr/src/tmp/chkrootkit-buildroot/usr/lib/chkrootkit/chkdirs + for p in check_wtmpx chkdirs chklastlog chkproc chkutmp chkwtmp ifpromisc strings-static + install -pD -m 755 chklastlog /usr/src/tmp/chkrootkit-buildroot/usr/lib/chkrootkit/chklastlog + for p in check_wtmpx chkdirs chklastlog chkproc chkutmp chkwtmp ifpromisc strings-static + install -pD -m 755 chkproc /usr/src/tmp/chkrootkit-buildroot/usr/lib/chkrootkit/chkproc + for p in check_wtmpx chkdirs chklastlog chkproc chkutmp chkwtmp ifpromisc strings-static + install -pD -m 755 chkutmp /usr/src/tmp/chkrootkit-buildroot/usr/lib/chkrootkit/chkutmp + for p in check_wtmpx chkdirs chklastlog chkproc chkutmp chkwtmp ifpromisc strings-static + install -pD -m 755 chkwtmp /usr/src/tmp/chkrootkit-buildroot/usr/lib/chkrootkit/chkwtmp + for p in check_wtmpx chkdirs chklastlog chkproc chkutmp chkwtmp ifpromisc strings-static + install -pD -m 755 ifpromisc /usr/src/tmp/chkrootkit-buildroot/usr/lib/chkrootkit/ifpromisc + for p in check_wtmpx chkdirs chklastlog chkproc chkutmp chkwtmp ifpromisc strings-static + install -pD -m 755 strings-static /usr/src/tmp/chkrootkit-buildroot/usr/lib/chkrootkit/strings-static + mkdir -p /usr/src/tmp/chkrootkit-buildroot/etc/cron.daily + cat + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/chkrootkit-buildroot (auto) Verifying and fixing files in /usr/src/tmp/chkrootkit-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/chkrootkit-buildroot/ (default) Compressing files in /usr/src/tmp/chkrootkit-buildroot (auto) Adjusting library links in /usr/src/tmp/chkrootkit-buildroot ./usr/lib: (from :0) 056-debuginfo.brp: WARNING: You have 8 stripped ELF objects. Please compile with debugging information! 056-debuginfo.brp: WARNING: An excerpt from the list of affected files follows: ./usr/lib/chkrootkit/check_wtmpx ./usr/lib/chkrootkit/chkdirs ./usr/lib/chkrootkit/chklastlog ./usr/lib/chkrootkit/chkproc ./usr/lib/chkrootkit/chkutmp ./usr/lib/chkrootkit/chkwtmp ./usr/lib/chkrootkit/ifpromisc ./usr/lib/chkrootkit/strings-static Verifying ELF objects in /usr/src/tmp/chkrootkit-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/chkrootkit-buildroot Processing files: chkrootkit-0.58b-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.20048 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd chkrootkit-0.58b + DOCDIR=/usr/src/tmp/chkrootkit-buildroot/usr/share/doc/chkrootkit-0.58b + export DOCDIR + rm -rf /usr/src/tmp/chkrootkit-buildroot/usr/share/doc/chkrootkit-0.58b + /bin/mkdir -p /usr/src/tmp/chkrootkit-buildroot/usr/share/doc/chkrootkit-0.58b + cp -prL COPYRIGHT ACKNOWLEDGMENTS README README.chklastlog README.chkwtmp chkrootkit.lsm /usr/src/tmp/chkrootkit-buildroot/usr/share/doc/chkrootkit-0.58b + chmod -R go-w /usr/src/tmp/chkrootkit-buildroot/usr/share/doc/chkrootkit-0.58b + chmod -R a+rX /usr/src/tmp/chkrootkit-buildroot/usr/share/doc/chkrootkit-0.58b + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8GxKsR 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.TzWDGt find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) find-requires: FINDPACKAGE-COMMANDS: cat cut find grep ls tr Requires: binutils, coreutils, findutils, sed, gawk, grep, net-tools, procps, crontabs, /usr/bin/ssh, /bin/sh, /etc/cron.daily, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), 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.Hhuj7n Wrote: /usr/src/RPM/RPMS/i586/chkrootkit-0.58b-alt1.i586.rpm (w2.lzdio) 1.33user 2.88system 0:06.12elapsed 69%CPU (0avgtext+0avgdata 39504maxresident)k 0inputs+0outputs (0major+424803minor)pagefaults 0swaps 3.38user 2.94system 0:16.16elapsed 39%CPU (0avgtext+0avgdata 127180maxresident)k 17824inputs+0outputs (0major+201914minor)pagefaults 0swaps --- chkrootkit-0.58b-alt1.i586.rpm.repo 2024-03-01 11:56:21.000000000 +0000 +++ chkrootkit-0.58b-alt1.i586.rpm.hasher 2024-04-27 08:47:49.294131423 +0000 @@ -46,10 +46,10 @@ File: /usr/lib/chkrootkit 40755 root:root -File: /usr/lib/chkrootkit/check_wtmpx 100755 root:root e279c9b070681c765bc7daef58425def -File: /usr/lib/chkrootkit/chkdirs 100755 root:root 8de477f90af4a10560805775a228cb3e -File: /usr/lib/chkrootkit/chklastlog 100755 root:root fe7e81864932d19b8f3b938c2636dfaa -File: /usr/lib/chkrootkit/chkproc 100755 root:root eb180239a943234a1cb954d9072c5157 -File: /usr/lib/chkrootkit/chkutmp 100755 root:root 7ddd6bb0ff20dcb6ff3b2c83524ca47a -File: /usr/lib/chkrootkit/chkwtmp 100755 root:root d3adaad348fac6dd41972645f07e00c6 -File: /usr/lib/chkrootkit/ifpromisc 100755 root:root 6ce97e7a675b98882d8b47c1da08a975 -File: /usr/lib/chkrootkit/strings-static 100755 root:root a5e827b2cdb6b618c735dbe9677cabdb +File: /usr/lib/chkrootkit/check_wtmpx 100755 root:root 72b3350a9303de78445b8e217bb8afea +File: /usr/lib/chkrootkit/chkdirs 100755 root:root 841a5b8c00d444f21ef62ea313a1ca0c +File: /usr/lib/chkrootkit/chklastlog 100755 root:root ac25b9bdd0b79765c652c3d181368615 +File: /usr/lib/chkrootkit/chkproc 100755 root:root 71037dc0dc02772450e81ce9ad624d8d +File: /usr/lib/chkrootkit/chkutmp 100755 root:root cb3a3b522022de25578211d0370dc37c +File: /usr/lib/chkrootkit/chkwtmp 100755 root:root 9908f4308b03ced4888cbc9b2f196b7a +File: /usr/lib/chkrootkit/ifpromisc 100755 root:root 6f28419e5ddae2169f355c1de8bed375 +File: /usr/lib/chkrootkit/strings-static 100755 root:root e019823a2d7ac17026aee5cf99bc6547 File: /usr/sbin/chkrootkit 100755 root:root 0664f99ff63a871648161d8f9765b88f @@ -62,2 +62,2 @@ File: /usr/share/doc/chkrootkit-0.58b/chkrootkit.lsm 100644 root:root 13d522e7680e17be868a097edf485dd5 -RPMIdentity: c5e497398e53b097649d5467e030acffa3710f34d898feddf4af37b860f5345b54781fb65d6a98f59ce71b913b7411cb547fbcd9c1be2663f8eb1fca97cf9f0f +RPMIdentity: 5454bb94a880ad5148a3daf74594be66d99f3026f35de5fcc65fc73449ecdd4c3ba80079c531903bf696545a899ee26fd6e019ebdf97cd2efcc160a09a8c34ed