<86>Feb 10 06:21:01 userdel[82714]: delete user 'rooter' <86>Feb 10 06:21:01 userdel[82714]: removed group 'rooter' owned by 'rooter' <86>Feb 10 06:21:01 userdel[82714]: removed shadow group 'rooter' owned by 'rooter' <86>Feb 10 06:21:01 groupadd[82733]: group added to /etc/group: name=rooter, GID=699 <86>Feb 10 06:21:01 groupadd[82733]: group added to /etc/gshadow: name=rooter <86>Feb 10 06:21:01 groupadd[82733]: new group: name=rooter, GID=699 <86>Feb 10 06:21:01 useradd[82745]: new user: name=rooter, UID=699, GID=699, home=/root, shell=/bin/bash <86>Feb 10 06:21:01 userdel[82764]: delete user 'builder' <86>Feb 10 06:21:01 userdel[82764]: removed group 'builder' owned by 'builder' <86>Feb 10 06:21:01 userdel[82764]: removed shadow group 'builder' owned by 'builder' <86>Feb 10 06:21:01 groupadd[82782]: group added to /etc/group: name=builder, GID=700 <86>Feb 10 06:21:01 groupadd[82782]: group added to /etc/gshadow: name=builder <86>Feb 10 06:21:01 groupadd[82782]: new group: name=builder, GID=700 <86>Feb 10 06:21:01 useradd[82799]: new user: name=builder, UID=700, GID=700, home=/usr/src, shell=/bin/bash <13>Feb 10 06:21:03 rpmi: libpcap0.8-2:1.1.1-alt3 1298589613 installed <13>Feb 10 06:21:03 rpmi: libpcap-devel-2:1.1.1-alt3 1298589613 installed Installing ipaudit-1.0-alt1rc9.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.97119 + 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/gzip -dc /usr/src/RPM/SOURCES/ipaudit-1.0rc9.tar.gz + /bin/tar -xf - + cd ipaudit-1.0rc9 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.97119 + 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 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: In function 'main': ipaudit.c:724:21: warning: the address of 'ip_m' will always evaluate as 'true' [-Waddress] if ((!dump_this) && ip_m) { ^ 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.21221 + 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) verify-elf: WARNING: ./usr/sbin/ipaudit: uses non-LFS functions: fopen open verify-elf: WARNING: ./usr/bin/total: uses non-LFS functions: fopen Hardlinking identical .pyc and .pyo files Processing files: ipaudit-1.0-alt1rc9.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.21221 + 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.8sRw8a 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.raCV4h find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.15), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libm.so.6(GLIBC_2.0), libpcap.so.0.8 >= 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.fB63Yp 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.i1Ys6B find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uxKl3T find-requires: running scripts (debuginfo) Requires: ipaudit = 1.0-alt1rc9.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libm.so.6), debug(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/i586/ipaudit-1.0-alt1rc9.qa1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/ipaudit-debuginfo-1.0-alt1rc9.qa1.i586.rpm 3.14user 1.15system 0:09.02elapsed 47%CPU (0avgtext+0avgdata 29316maxresident)k 0inputs+0outputs (0major+422603minor)pagefaults 0swaps 9.69user 3.51system 0:18.64elapsed 70%CPU (0avgtext+0avgdata 125076maxresident)k 416inputs+0outputs (0major+752671minor)pagefaults 0swaps --- ipaudit-1.0-alt1rc9.qa1.i586.rpm.repo 2013-04-16 16:07:15.000000000 +0000 +++ ipaudit-1.0-alt1rc9.qa1.i586.rpm.hasher 2019-02-10 06:21:14.280266995 +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: /lib/ld-linux.so.2