<86>Jan 27 09:00:26 userdel[3870811]: delete user 'rooter' <86>Jan 27 09:00:26 userdel[3870811]: removed group 'rooter' owned by 'rooter' <86>Jan 27 09:00:26 userdel[3870811]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 27 09:00:26 groupadd[3870837]: group added to /etc/group: name=rooter, GID=693 <86>Jan 27 09:00:26 groupadd[3870837]: group added to /etc/gshadow: name=rooter <86>Jan 27 09:00:26 groupadd[3870837]: new group: name=rooter, GID=693 <86>Jan 27 09:00:26 useradd[3870850]: new user: name=rooter, UID=693, GID=693, home=/root, shell=/bin/bash <86>Jan 27 09:00:26 userdel[3870881]: delete user 'builder' <86>Jan 27 09:00:26 userdel[3870881]: removed group 'builder' owned by 'builder' <86>Jan 27 09:00:26 userdel[3870881]: removed shadow group 'builder' owned by 'builder' <86>Jan 27 09:00:26 groupadd[3870902]: group added to /etc/group: name=builder, GID=694 <86>Jan 27 09:00:26 groupadd[3870902]: group added to /etc/gshadow: name=builder <86>Jan 27 09:00:26 groupadd[3870902]: new group: name=builder, GID=694 <86>Jan 27 09:00:26 useradd[3870916]: new user: name=builder, UID=694, GID=694, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/ipxripd-0.8-alt6.qa1.src.rpm: The use of such a license name is ambiguous: GPL Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/ipxripd-0.8-alt6.qa1.nosrc.rpm Installing ipxripd-0.8-alt6.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.7562 + 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/tar -xf - + /bin/gzip -dc /usr/src/RPM/SOURCES/ipxripd-0.8.tar.gz + 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.7562 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ipxripd-0.8 + make -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' make: Entering directory '/usr/src/RPM/BUILD/ipxripd-0.8' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o ipxutil.o ipxutil.c make: Leaving directory '/usr/src/RPM/BUILD/ipxripd-0.8' make: Entering directory '/usr/src/RPM/BUILD/ipxripd-0.8' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o ipxkern.o ipxkern.c 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] 64 | 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] 122 | fgets(buf, sizeof(buf), ipx_ifc); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/ipxripd-0.8' make: Entering directory '/usr/src/RPM/BUILD/ipxripd-0.8' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o ipxrip.o ipxrip.c In file included from ipxrip.c:25: ipxrip.h:49:29: warning: 'packed' attribute ignored for field of type 'struct rip_entry[50]' [-Wattributes] 49 | __attribute__ ((packed)); | ^~~~~~~~~~~~~ In file included from ipxd.h:30, from ipxrip.c:26: ipxsap.h:48:2: warning: 'packed' attribute ignored for field of type 'ser_name_t' {aka 'char[48]'} [-Wattributes] 48 | 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] 50 | IPXNode node __attribute__ ((packed)); | ^~~~~~~ ipxsap.h:59:29: warning: 'packed' attribute ignored for field of type 'struct sap_entry[7]' [-Wattributes] 59 | __attribute__ ((packed)); | ^~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/ipxripd-0.8' make: Entering directory '/usr/src/RPM/BUILD/ipxripd-0.8' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o ipxsap.o ipxsap.c In file included from ipxsap.c:27: ipxsap.h:48:2: warning: 'packed' attribute ignored for field of type 'ser_name_t' {aka 'char[48]'} [-Wattributes] 48 | 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] 50 | IPXNode node __attribute__ ((packed)); | ^~~~~~~ ipxsap.h:59:29: warning: 'packed' attribute ignored for field of type 'struct sap_entry[7]' [-Wattributes] 59 | __attribute__ ((packed)); | ^~~~~~~~~~~~~ In file included from ipxd.h:31, from ipxsap.c:28: ipxrip.h:49:29: warning: 'packed' attribute ignored for field of type 'struct rip_entry[50]' [-Wattributes] 49 | __attribute__ ((packed)); | ^~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/ipxripd-0.8' make: Entering directory '/usr/src/RPM/BUILD/ipxripd-0.8' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o ipxd.o ipxd.c In file included from ipxd.h:30, from ipxd.c:35: ipxsap.h:48:2: warning: 'packed' attribute ignored for field of type 'ser_name_t' {aka 'char[48]'} [-Wattributes] 48 | 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] 50 | IPXNode node __attribute__ ((packed)); | ^~~~~~~ ipxsap.h:59:29: warning: 'packed' attribute ignored for field of type 'struct sap_entry[7]' [-Wattributes] 59 | __attribute__ ((packed)); | ^~~~~~~~~~~~~ In file included from ipxd.h:31, from ipxd.c:35: ipxrip.h:49:29: warning: 'packed' attribute ignored for field of type 'struct rip_entry[50]' [-Wattributes] 49 | __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] 534 | &addr_len); | ^~~~~~~~~ | | | int * In file included from /usr/include/sys/socket.h:269, from ipxd.c:32: /usr/include/bits/socket2.h:65:49: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 65 | __SOCKADDR_ARG __addr, socklen_t *__restrict __addr_len) | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ipxd.c:548:13: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness [-Wpointer-sign] 548 | &addr_len); | ^~~~~~~~~ | | | int * In file included from /usr/include/sys/socket.h:269, from ipxd.c:32: /usr/include/bits/socket2.h:65:49: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 65 | __SOCKADDR_ARG __addr, socklen_t *__restrict __addr_len) | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/ipxripd-0.8' make: Entering directory '/usr/src/RPM/BUILD/ipxripd-0.8' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o ipxsapd.o ipxsapd.c In file included from ipxsapd.c:37: ipxsap.h:48:2: warning: 'packed' attribute ignored for field of type 'ser_name_t' {aka 'char[48]'} [-Wattributes] 48 | 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] 50 | IPXNode node __attribute__ ((packed)); | ^~~~~~~ ipxsap.h:59:29: warning: 'packed' attribute ignored for field of type 'struct sap_entry[7]' [-Wattributes] 59 | __attribute__ ((packed)); | ^~~~~~~~~~~~~ In file included from ipxd.h:31, from ipxsapd.c:38: ipxrip.h:49:29: warning: 'packed' attribute ignored for field of type 'struct rip_entry[50]' [-Wattributes] 49 | __attribute__ ((packed)); | ^~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/ipxripd-0.8' make: Entering directory '/usr/src/RPM/BUILD/ipxripd-0.8' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -c -o ipxripd.o ipxripd.c In file included from ipxripd.c:44: ipxrip.h:49:29: warning: 'packed' attribute ignored for field of type 'struct rip_entry[50]' [-Wattributes] 49 | __attribute__ ((packed)); | ^~~~~~~~~~~~~ In file included from ipxd.h:30, from ipxripd.c:45: ipxsap.h:48:2: warning: 'packed' attribute ignored for field of type 'ser_name_t' {aka 'char[48]'} [-Wattributes] 48 | 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] 50 | IPXNode node __attribute__ ((packed)); | ^~~~~~~ ipxsap.h:59:29: warning: 'packed' attribute ignored for field of type 'struct sap_entry[7]' [-Wattributes] 59 | __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] 83 | if (first_interface == NULL) | ^~ make: Leaving directory '/usr/src/RPM/BUILD/ipxripd-0.8' make: Entering directory '/usr/src/RPM/BUILD/ipxripd-0.8' 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.7718 + 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) Checking contents of files in /usr/src/tmp/ipxripd-buildroot/ (default) 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) verify-elf: WARNING: ./usr/sbin/ipxripd: uses non-LFS functions: fopen open Hardlinking identical .pyc and .pyo files Processing files: ipxripd-0.8-alt6.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.99361 + 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.nQjvvR find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dRiNJR find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) 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.sl3G3Q Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nDFWCR 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, /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), rtld(GNU_HASH) Requires(interp): /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.V8WGsQ 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.lGFK4S find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.knai3P find-requires: running scripts (debuginfo) Requires: ipxripd = 0.8-alt6.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/ipxripd-0.8-alt6.qa1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/ipxripd-debuginfo-0.8-alt6.qa1.i586.rpm 7.47user 1.58system 0:15.76elapsed 57%CPU (0avgtext+0avgdata 27480maxresident)k 0inputs+0outputs (0major+261449minor)pagefaults 0swaps /.out/ipxripd-0.8-alt6.qa1.i586.rpm: The use of such a license name is ambiguous: GPL /.out/ipxripd-debuginfo-0.8-alt6.qa1.i586.rpm: The use of such a license name is ambiguous: GPL 9.20user 4.95system 0:23.12elapsed 61%CPU (0avgtext+0avgdata 27480maxresident)k 0inputs+0outputs (0major+441747minor)pagefaults 0swaps --- ipxripd-0.8-alt6.qa1.i586.rpm.repo 2013-04-15 06:47:23.000000000 +0000 +++ ipxripd-0.8-alt6.qa1.i586.rpm.hasher 2020-01-27 09:00:45.010313974 +0000 @@ -6,7 +6,6 @@ /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 Requires: /bin/sh -Requires: /bin/sh Requires: /bin/sh