<86>Apr 21 00:45:59 userdel[37308]: delete user 'rooter' <86>Apr 21 00:45:59 groupadd[37374]: group added to /etc/group: name=rooter, GID=561 <86>Apr 21 00:45:59 groupadd[37374]: group added to /etc/gshadow: name=rooter <86>Apr 21 00:45:59 groupadd[37374]: new group: name=rooter, GID=561 <86>Apr 21 00:45:59 useradd[37414]: new user: name=rooter, UID=561, GID=561, home=/root, shell=/bin/bash <86>Apr 21 00:45:59 userdel[37500]: delete user 'builder' <86>Apr 21 00:45:59 userdel[37500]: removed group 'builder' owned by 'builder' <86>Apr 21 00:45:59 userdel[37500]: removed shadow group 'builder' owned by 'builder' <86>Apr 21 00:45:59 groupadd[37632]: group added to /etc/group: name=builder, GID=562 <86>Apr 21 00:45:59 groupadd[37632]: group added to /etc/gshadow: name=builder <86>Apr 21 00:45:59 groupadd[37632]: new group: name=builder, GID=562 <86>Apr 21 00:45:59 useradd[37660]: new user: name=builder, UID=562, GID=562, home=/usr/src, shell=/bin/bash <13>Apr 21 00:46:01 rpmi: libpcap0.8-2:1.1.1-alt3 1298589613 installed <13>Apr 21 00:46:01 rpmi: libpcap-devel-2:1.1.1-alt3 1298589613 installed Installing ipaudit-1.0-alt1rc9.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.96523 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ipaudit-1.0rc9 + echo 'Source #0 (ipaudit-1.0rc9.tar.gz):' Source #0 (ipaudit-1.0rc9.tar.gz): + /bin/tar -xf - + /bin/gzip -dc /usr/src/RPM/SOURCES/ipaudit-1.0rc9.tar.gz + cd ipaudit-1.0rc9 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.96523 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ipaudit-1.0rc9 + ./configure --prefix=/usr checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes Configuring for ipaudit ... checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for a BSD-compatible install... /bin/install -c checking for sqrt in -lm... yes checking for gethostent in -lnsl... yes checking for pcap_datalink in -lpcap... yes checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking pcap.h usability... yes checking pcap.h presence... yes checking for pcap.h... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating src/config.h config.status: executing depfiles commands + '[' -n '' ']' + NPROCS=8 + make -j8 make: Entering directory `/usr/src/RPM/BUILD/ipaudit-1.0rc9' Making all in src make[1]: Entering directory `/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' make all-am make[2]: Entering directory `/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -MT total.o -MD -MP -MF ".deps/total.Tpo" -c -o total.o total.c; \ then mv -f ".deps/total.Tpo" ".deps/total.Po"; else rm -f ".deps/total.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -MT hash.o -MD -MP -MF ".deps/hash.Tpo" -c -o hash.o hash.c; \ then mv -f ".deps/hash.Tpo" ".deps/hash.Po"; else rm -f ".deps/hash.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -MT ipaudit.o -MD -MP -MF ".deps/ipaudit.Tpo" -c -o ipaudit.o ipaudit.c; \ then mv -f ".deps/ipaudit.Tpo" ".deps/ipaudit.Po"; else rm -f ".deps/ipaudit.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -MT ipdbase.o -MD -MP -MF ".deps/ipdbase.Tpo" -c -o ipdbase.o ipdbase.c; \ then mv -f ".deps/ipdbase.Tpo" ".deps/ipdbase.Po"; else rm -f ".deps/ipdbase.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -MT ipstrings.o -MD -MP -MF ".deps/ipstrings.Tpo" -c -o ipstrings.o ipstrings.c; \ then mv -f ".deps/ipstrings.Tpo" ".deps/ipstrings.Po"; else rm -f ".deps/ipstrings.Tpo"; exit 1; fi ipaudit.c: In function 'main': ipaudit.c:724:21: warning: the address of 'ip_m' will always evaluate as 'true' [-Waddress] if ((!dump_this) && ip_m) { ^ hash.c: In function 'ht_storekey': hash.c:312:23: warning: ignoring return value of 'calloc', declared with attribute warn_unused_result [-Wunused-result] if (ndata ) calloc(1, ndata); ^ ipaudit.c:419:3: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] setgid (pw_user->pw_gid); ^ ipaudit.c:420:3: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] setuid (pw_user->pw_uid); ^ gcc -g -O2 -Wall -o ipstrings ipstrings.o -lpcap -lnsl -lm gcc -g -O2 -Wall -o total total.o hash.o -lpcap -lnsl -lm gcc -g -O2 -Wall -o ipaudit ipaudit.o ipdbase.o hash.o -lpcap -lnsl -lm make[2]: Leaving directory `/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' make[1]: Leaving directory `/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' Making all in doc make[1]: Entering directory `/usr/src/RPM/BUILD/ipaudit-1.0rc9/doc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/src/RPM/BUILD/ipaudit-1.0rc9/doc' make[1]: Entering directory `/usr/src/RPM/BUILD/ipaudit-1.0rc9' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/usr/src/RPM/BUILD/ipaudit-1.0rc9' make: Leaving directory `/usr/src/RPM/BUILD/ipaudit-1.0rc9' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.34084 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ipaudit-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ipaudit-buildroot + cd ipaudit-1.0rc9 + make install DESTDIR=/usr/src/tmp/ipaudit-buildroot make: Entering directory `/usr/src/RPM/BUILD/ipaudit-1.0rc9' Making install in src make[1]: Entering directory `/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' make[2]: Entering directory `/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' test -z "/usr/bin" || mkdir -p -- "/usr/src/tmp/ipaudit-buildroot/usr/bin" /bin/install -c 'total' '/usr/src/tmp/ipaudit-buildroot/usr/bin/total' test -z "/usr/sbin" || mkdir -p -- "/usr/src/tmp/ipaudit-buildroot/usr/sbin" /bin/install -c 'ipaudit' '/usr/src/tmp/ipaudit-buildroot/usr/sbin/ipaudit' /bin/install -c 'ipstrings' '/usr/src/tmp/ipaudit-buildroot/usr/sbin/ipstrings' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' make[1]: Leaving directory `/usr/src/RPM/BUILD/ipaudit-1.0rc9/src' Making install in doc make[1]: Entering directory `/usr/src/RPM/BUILD/ipaudit-1.0rc9/doc' make[2]: Entering directory `/usr/src/RPM/BUILD/ipaudit-1.0rc9/doc' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/man/man1" || mkdir -p -- "/usr/src/tmp/ipaudit-buildroot/usr/man/man1" /bin/install -c -m 644 './total.1' '/usr/src/tmp/ipaudit-buildroot/usr/man/man1/total.1' test -z "/usr/man/man8" || mkdir -p -- "/usr/src/tmp/ipaudit-buildroot/usr/man/man8" /bin/install -c -m 644 './ipaudit.8' '/usr/src/tmp/ipaudit-buildroot/usr/man/man8/ipaudit.8' /bin/install -c -m 644 './ipstrings.8' '/usr/src/tmp/ipaudit-buildroot/usr/man/man8/ipstrings.8' make[2]: Leaving directory `/usr/src/RPM/BUILD/ipaudit-1.0rc9/doc' make[1]: Leaving directory `/usr/src/RPM/BUILD/ipaudit-1.0rc9/doc' make[1]: Entering directory `/usr/src/RPM/BUILD/ipaudit-1.0rc9' make[2]: Entering directory `/usr/src/RPM/BUILD/ipaudit-1.0rc9' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/usr/src/RPM/BUILD/ipaudit-1.0rc9' make[1]: Leaving directory `/usr/src/RPM/BUILD/ipaudit-1.0rc9' make: Leaving directory `/usr/src/RPM/BUILD/ipaudit-1.0rc9' + /bin/install -pD -m444 /usr/src/tmp/ipaudit-buildroot/usr/man/man1/total.1 /usr/src/tmp/ipaudit-buildroot/usr/share/man/man1/total.1 + /bin/install -pD -m444 /usr/src/tmp/ipaudit-buildroot/usr/man/man8/ipaudit.8 /usr/src/tmp/ipaudit-buildroot/usr/share/man/man8/ipaudit.8 + /bin/install -pD -m444 /usr/src/tmp/ipaudit-buildroot/usr/man/man8/ipstrings.8 /usr/src/tmp/ipaudit-buildroot/usr/share/man/man8/ipstrings.8 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ipaudit-buildroot (auto) mode of 'usr/share/man/man8/ipstrings.8' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) mode of 'usr/share/man/man8/ipaudit.8' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) mode of 'usr/share/man/man1/total.1' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/ipaudit-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/ipaudit-buildroot (auto) Verifying ELF objects in /usr/src/tmp/ipaudit-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: ipaudit-1.0-alt1rc9.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.34084 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ipaudit-1.0rc9 + DOCDIR=/usr/src/tmp/ipaudit-buildroot/usr/share/doc/ipaudit-1.0 + export DOCDIR + rm -rf /usr/src/tmp/ipaudit-buildroot/usr/share/doc/ipaudit-1.0 + /bin/mkdir -p /usr/src/tmp/ipaudit-buildroot/usr/share/doc/ipaudit-1.0 + cp -prL README /usr/src/tmp/ipaudit-buildroot/usr/share/doc/ipaudit-1.0 + chmod -R go-w /usr/src/tmp/ipaudit-buildroot/usr/share/doc/ipaudit-1.0 + chmod -R a+rX /usr/src/tmp/ipaudit-buildroot/usr/share/doc/ipaudit-1.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3kmLB5 find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0cWRV0 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.15)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libpcap.so.0.8()(64bit) >= set:kgzkKujW9Zmz32C6l9xomIup4r2H45VfTe2, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fqKy2Y Creating ipaudit-debuginfo package Processing files: ipaudit-debuginfo-1.0-alt1rc9.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uj8VTZ find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BmbAD3 find-requires: running scripts (debuginfo) Requires: ipaudit = 1.0-alt1rc9.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libm.so.6), debug64(libpcap.so.0.8) warning: Installed (but unpackaged) file(s) found: /usr/man/man1/total.1.xz /usr/man/man8/ipaudit.8.xz /usr/man/man8/ipstrings.8.xz Wrote: /usr/src/RPM/RPMS/x86_64/ipaudit-1.0-alt1rc9.qa1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/ipaudit-debuginfo-1.0-alt1rc9.qa1.x86_64.rpm 2.91user 1.10system 0:09.29elapsed 43%CPU (0avgtext+0avgdata 37760maxresident)k 0inputs+0outputs (0major+488012minor)pagefaults 0swaps 5.35user 2.97system 0:14.31elapsed 58%CPU (0avgtext+0avgdata 124008maxresident)k 0inputs+0outputs (0major+699723minor)pagefaults 0swaps --- ipaudit-1.0-alt1rc9.qa1.x86_64.rpm.repo 2013-04-16 16:07:15.000000000 +0000 +++ ipaudit-1.0-alt1rc9.qa1.x86_64.rpm.hasher 2019-04-21 00:46:12.237038722 +0000 @@ -5,5 +5,5 @@ /usr/share/doc/ipaudit-1.0/README 100644 -/usr/share/man/man1/total.1.gz 100644 -/usr/share/man/man8/ipaudit.8.bz2 100644 -/usr/share/man/man8/ipstrings.8.gz 100644 +/usr/share/man/man1/total.1.xz 100644 +/usr/share/man/man8/ipaudit.8.xz 100644 +/usr/share/man/man8/ipstrings.8.xz 100644 Requires: /lib64/ld-linux-x86-64.so.2