<86>Apr 14 00:54:42 userdel[98577]: delete user 'rooter' <86>Apr 14 00:54:42 userdel[98577]: removed group 'rooter' owned by 'rooter' <86>Apr 14 00:54:42 groupadd[98584]: group added to /etc/group: name=rooter, GID=561 <86>Apr 14 00:54:42 groupadd[98584]: group added to /etc/gshadow: name=rooter <86>Apr 14 00:54:42 groupadd[98584]: new group: name=rooter, GID=561 <86>Apr 14 00:54:42 useradd[98589]: new user: name=rooter, UID=561, GID=561, home=/root, shell=/bin/bash <86>Apr 14 00:54:42 userdel[98596]: delete user 'builder' <86>Apr 14 00:54:42 userdel[98596]: removed group 'builder' owned by 'builder' <86>Apr 14 00:54:42 userdel[98596]: removed shadow group 'builder' owned by 'builder' <86>Apr 14 00:54:42 groupadd[98604]: group added to /etc/group: name=builder, GID=562 <86>Apr 14 00:54:42 groupadd[98604]: group added to /etc/gshadow: name=builder <86>Apr 14 00:54:42 groupadd[98604]: new group: name=builder, GID=562 <86>Apr 14 00:54:42 useradd[98608]: new user: name=builder, UID=562, GID=562, home=/usr/src, shell=/bin/bash Installing ipxripd-0.8-alt6.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.20752 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ipxripd-0.8 + echo 'Source #0 (ipxripd-0.8.tar.gz):' Source #0 (ipxripd-0.8.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/ipxripd-0.8.tar.gz + /bin/tar -xf - + cd ipxripd-0.8 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (ipxripd-rh5.patch):' Patch #0 (ipxripd-rh5.patch): + /usr/bin/patch -p1 patching file Makefile patching file ipxkern.c patching file ipxkern.h + echo 'Patch #1 (ipxripd-rh61.patch):' Patch #1 (ipxripd-rh61.patch): + /usr/bin/patch -p0 patching file ipxd.c Hunk #1 succeeded at 717 (offset 3 lines). patching file ipxripd.c Hunk #1 succeeded at 39 (offset 1 line). patching file ipxsapd.c Hunk #1 succeeded at 32 (offset 1 line). patching file ipxutil.h + echo 'Patch #2 (ipxripd-rh71.patch):' Patch #2 (ipxripd-rh71.patch): + /usr/bin/patch -p1 patching file ipxd.c Hunk #1 succeeded at 22 with fuzz 1. patching file ipxd.h + echo 'Patch #3 (ipxripd-0.8-namechange.patch):' Patch #3 (ipxripd-0.8-namechange.patch): + /usr/bin/patch -p1 patching file ipxd.8 + echo 'Patch #4 (ipxripd-0.8-alt-build-gcc3.patch):' Patch #4 (ipxripd-0.8-alt-build-gcc3.patch): + /usr/bin/patch -p1 patching file ipxd.h + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.20752 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ipxripd-0.8 + '[' -n '' ']' + NPROCS=8 + make -j8 'CFLAGS=-pipe -Wall -g -O2' make: Entering directory `/usr/src/RPM/BUILD/ipxripd-0.8' cc -pipe -Wall -g -O2 -c -o ipxd.o ipxd.c cc -pipe -Wall -g -O2 -c -o ipxripd.o ipxripd.c cc -pipe -Wall -g -O2 -c -o ipxsapd.o ipxsapd.c cc -pipe -Wall -g -O2 -c -o ipxsap.o ipxsap.c cc -pipe -Wall -g -O2 -c -o ipxrip.o ipxrip.c cc -pipe -Wall -g -O2 -c -o ipxkern.o ipxkern.c cc -pipe -Wall -g -O2 -c -o ipxutil.o ipxutil.c In file included from ipxsap.c:27:0: ipxsap.h:48:2: warning: 'packed' attribute ignored for field of type 'ser_name_t {aka char[48]}' [-Wattributes] ser_name_t ser_name __attribute__ ((packed)); ^ ipxsap.h:50:2: warning: 'packed' attribute ignored for field of type 'IPXNode {aka unsigned char[6]}' [-Wattributes] IPXNode node __attribute__ ((packed)); ^ ipxsap.h:59:29: warning: 'packed' attribute ignored for field of type 'struct sap_entry[7]' [-Wattributes] __attribute__ ((packed)); ^ In file included from ipxd.h:31:0, from ipxsap.c:28: ipxrip.h:49:29: warning: 'packed' attribute ignored for field of type 'struct rip_entry[50]' [-Wattributes] __attribute__ ((packed)); ^ ipxkern.c: In function 'ipx_kern_scan_rtable': ipxkern.c:64:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, sizeof(buf), ipx_route); ^ ipxkern.c: In function 'ipx_kern_scan_ifaces': ipxkern.c:122:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, sizeof(buf), ipx_ifc); ^ In file included from ipxrip.c:25:0: ipxrip.h:49:29: warning: 'packed' attribute ignored for field of type 'struct rip_entry[50]' [-Wattributes] __attribute__ ((packed)); ^ In file included from ipxd.h:30:0, from ipxrip.c:26: ipxsap.h:48:2: warning: 'packed' attribute ignored for field of type 'ser_name_t {aka char[48]}' [-Wattributes] ser_name_t ser_name __attribute__ ((packed)); ^ ipxsap.h:50:2: warning: 'packed' attribute ignored for field of type 'IPXNode {aka unsigned char[6]}' [-Wattributes] IPXNode node __attribute__ ((packed)); ^ ipxsap.h:59:29: warning: 'packed' attribute ignored for field of type 'struct sap_entry[7]' [-Wattributes] __attribute__ ((packed)); ^ In file included from ipxd.h:30:0, from ipxd.c:35: ipxsap.h:48:2: warning: 'packed' attribute ignored for field of type 'ser_name_t {aka char[48]}' [-Wattributes] ser_name_t ser_name __attribute__ ((packed)); ^ ipxsap.h:50:2: warning: 'packed' attribute ignored for field of type 'IPXNode {aka unsigned char[6]}' [-Wattributes] IPXNode node __attribute__ ((packed)); ^ ipxsap.h:59:29: warning: 'packed' attribute ignored for field of type 'struct sap_entry[7]' [-Wattributes] __attribute__ ((packed)); ^ In file included from ipxd.h:31:0, from ipxd.c:35: ipxrip.h:49:29: warning: 'packed' attribute ignored for field of type 'struct rip_entry[50]' [-Wattributes] __attribute__ ((packed)); ^ ipxd.c: In function 'run': ipxd.c:534:13: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness [-Wpointer-sign] &addr_len); ^ In file included from /usr/include/sys/socket.h:280:0, from ipxd.c:32: /usr/include/bits/socket2.h:64:1: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' recvfrom (int __fd, void *__restrict __buf, size_t __n, int __flags, ^ ipxd.c:548:13: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness [-Wpointer-sign] &addr_len); ^ In file included from /usr/include/sys/socket.h:280:0, from ipxd.c:32: /usr/include/bits/socket2.h:64:1: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' recvfrom (int __fd, void *__restrict __buf, size_t __n, int __flags, ^ In file included from ipxsapd.c:37:0: ipxsap.h:48:2: warning: 'packed' attribute ignored for field of type 'ser_name_t {aka char[48]}' [-Wattributes] ser_name_t ser_name __attribute__ ((packed)); ^ ipxsap.h:50:2: warning: 'packed' attribute ignored for field of type 'IPXNode {aka unsigned char[6]}' [-Wattributes] IPXNode node __attribute__ ((packed)); ^ ipxsap.h:59:29: warning: 'packed' attribute ignored for field of type 'struct sap_entry[7]' [-Wattributes] __attribute__ ((packed)); ^ In file included from ipxd.h:31:0, from ipxsapd.c:38: ipxrip.h:49:29: warning: 'packed' attribute ignored for field of type 'struct rip_entry[50]' [-Wattributes] __attribute__ ((packed)); ^ In file included from ipxripd.c:44:0: ipxrip.h:49:29: warning: 'packed' attribute ignored for field of type 'struct rip_entry[50]' [-Wattributes] __attribute__ ((packed)); ^ In file included from ipxd.h:30:0, from ipxripd.c:45: ipxsap.h:48:2: warning: 'packed' attribute ignored for field of type 'ser_name_t {aka char[48]}' [-Wattributes] ser_name_t ser_name __attribute__ ((packed)); ^ ipxsap.h:50:2: warning: 'packed' attribute ignored for field of type 'IPXNode {aka unsigned char[6]}' [-Wattributes] IPXNode node __attribute__ ((packed)); ^ ipxsap.h:59:29: warning: 'packed' attribute ignored for field of type 'struct sap_entry[7]' [-Wattributes] __attribute__ ((packed)); ^ ipxripd.c: In function 'ipx_socket': ipxripd.c:83:22: warning: the comparison will always evaluate as 'false' for the address of 'first_interface' will never be NULL [-Waddress] if (first_interface == NULL) ^ cc -o ipxd ipxd.o ipxripd.o ipxsapd.o ipxsap.o ipxrip.o ipxkern.o ipxutil.o make: Leaving directory `/usr/src/RPM/BUILD/ipxripd-0.8' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.20752 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ipxripd-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ipxripd-buildroot + cd ipxripd-0.8 + install -p -m755 -D /usr/src/RPM/SOURCES/ipxripd.init /usr/src/tmp/ipxripd-buildroot/etc/rc.d/init.d/ipxripd + install -p -m755 -D ipxd /usr/src/tmp/ipxripd-buildroot/usr/sbin/ipxripd + install -p -m644 -D ipx_ticks /usr/src/tmp/ipxripd-buildroot/etc/ipx_ticks + install -p -m644 -D ipxd.8 /usr/src/tmp/ipxripd-buildroot/usr/share/man/man8/ipxripd.8 + install -p -m644 -D ipx_ticks.5 /usr/src/tmp/ipxripd-buildroot/usr/share/man/man5/ipx_ticks.5 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ipxripd-buildroot (auto) Verifying and fixing files in /usr/src/tmp/ipxripd-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/ipxripd-buildroot (auto) Verifying ELF objects in /usr/src/tmp/ipxripd-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: ipxripd-0.8-alt6.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.20752 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ipxripd-0.8 + DOCDIR=/usr/src/tmp/ipxripd-buildroot/usr/share/doc/ipxripd-0.8 + export DOCDIR + rm -rf /usr/src/tmp/ipxripd-buildroot/usr/share/doc/ipxripd-0.8 + /bin/mkdir -p /usr/src/tmp/ipxripd-buildroot/usr/share/doc/ipxripd-0.8 + cp -prL README ipxripd-0.8.lsm /usr/src/tmp/ipxripd-buildroot/usr/share/doc/ipxripd-0.8 + chmod -R go-w /usr/src/tmp/ipxripd-buildroot/usr/share/doc/ipxripd-0.8 + chmod -R a+rX /usr/src/tmp/ipxripd-buildroot/usr/share/doc/ipxripd-0.8 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Q049ZN 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.TC31bF find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) shell.req: /usr/src/tmp/ipxripd-buildroot/etc/rc.d/init.d/ipxripd: /etc/sysconfig/network -> /etc/sysconfig/network (raw, not installed) Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AFvj9y Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xycpPv Requires: ipxutils, /bin/sh, /etc/rc.d/init.d, /etc/rc.d/init.d(msg_usage), /etc/rc.d/init.d(start_daemon), /etc/rc.d/init.d(status), /etc/rc.d/init.d(stop_daemon), /etc/rc.d/init.d/functions, /etc/sysconfig/network, /lib64/ld-linux-x86-64.so.2, 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), rtld(GNU_HASH) Requires(interp): /bin/sh, /bin/sh Requires(post): /bin/sh, /usr/sbin/post_service Requires(preun): /bin/sh, /usr/sbin/preun_service Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QEygev Creating ipxripd-debuginfo package Processing files: ipxripd-debuginfo-0.8-alt6.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jcckmx find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.A7agdC find-requires: running scripts (debuginfo) Requires: ipxripd = 0.8-alt6.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/ipxripd-0.8-alt6.qa1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/ipxripd-debuginfo-0.8-alt6.qa1.x86_64.rpm 1.75user 0.59system 0:08.01elapsed 29%CPU (0avgtext+0avgdata 30256maxresident)k 0inputs+0outputs (0major+243776minor)pagefaults 0swaps 2.70user 2.20system 0:10.73elapsed 45%CPU (0avgtext+0avgdata 30256maxresident)k 0inputs+0outputs (0major+390066minor)pagefaults 0swaps --- ipxripd-0.8-alt6.qa1.x86_64.rpm.repo 2013-04-15 06:47:23.000000000 +0000 +++ ipxripd-0.8-alt6.qa1.x86_64.rpm.hasher 2019-04-14 00:54:51.708666528 +0000 @@ -6,4 +6,4 @@ /usr/share/doc/ipxripd-0.8/ipxripd-0.8.lsm 100644 -/usr/share/man/man5/ipx_ticks.5.gz 100644 -/usr/share/man/man8/ipxripd.8.gz 100644 +/usr/share/man/man5/ipx_ticks.5.xz 100644 +/usr/share/man/man8/ipxripd.8.xz 100644 Requires: ipxutils