<86>Sep 13 01:38:33 userdel[3342842]: delete user 'rooter'
<86>Sep 13 01:38:33 userdel[3342842]: removed group 'rooter' owned by 'rooter'
<86>Sep 13 01:38:33 userdel[3342842]: removed shadow group 'rooter' owned by 'rooter'
<86>Sep 13 01:38:33 groupadd[3342856]: group added to /etc/group: name=rooter, GID=615
<86>Sep 13 01:38:33 groupadd[3342856]: group added to /etc/gshadow: name=rooter
<86>Sep 13 01:38:33 groupadd[3342856]: new group: name=rooter, GID=615
<86>Sep 13 01:38:33 useradd[3342869]: new user: name=rooter, UID=615, GID=615, home=/root, shell=/bin/bash
<86>Sep 13 01:38:33 userdel[3342920]: delete user 'builder'
<86>Sep 13 01:38:33 userdel[3342920]: removed group 'builder' owned by 'builder'
<86>Sep 13 01:38:33 userdel[3342920]: removed shadow group 'builder' owned by 'builder'
<86>Sep 13 01:38:33 groupadd[3342939]: group added to /etc/group: name=builder, GID=616
<86>Sep 13 01:38:33 groupadd[3342939]: group added to /etc/gshadow: name=builder
<86>Sep 13 01:38:33 groupadd[3342939]: new group: name=builder, GID=616
<86>Sep 13 01:38:33 useradd[3342948]: new user: name=builder, UID=616, GID=616, home=/usr/src, shell=/bin/bash
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/sendip-2.5-alt4.qa1.nosrc.rpm
Installing sendip-2.5-alt4.qa1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.46157
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf sendip-2.5
+ echo 'Source #0 (sendip-2.5.tar.gz):'
Source #0 (sendip-2.5.tar.gz):
+ /bin/tar -xf -
+ /bin/gzip -dc /usr/src/RPM/SOURCES/sendip-2.5.tar.gz
+ cd sendip-2.5
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (sendip-2.5-alt-makefile.patch):'
Patch #0 (sendip-2.5-alt-makefile.patch):
+ /usr/bin/patch -p1
patching file Makefile
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.46157
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd sendip-2.5
+ make LIBDIR=/usr/lib64/sendip
make: Entering directory '/usr/src/RPM/BUILD/sendip-2.5'
gcc -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib64/sendip\"   -c -o csum.o csum.c
In file included from /usr/include/sys/types.h:25,
                 from csum.c:10:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
gcc -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib64/sendip\"   -c -o compact.o compact.c
gcc -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib64/sendip\"   -c -o sendip.o sendip.c
gcc -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib64/sendip\"   -c -o gnugetopt.o gnugetopt.c
gcc -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib64/sendip\"   -c -o gnugetopt1.o gnugetopt1.c
sh -c "if [ `uname` = Linux ] ; then \
gcc -o sendip -g -rdynamic -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib64/sendip\" sendip.o gnugetopt.o gnugetopt1.o compact.o -ldl -lm ; \
elif [ `uname` = SunOS ] ; then \
gcc -o sendip -g -lsocket -lnsl -lm -ldl -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib64/sendip\" sendip.o gnugetopt.o gnugetopt1.o compact.o ;\
else \
gcc -o sendip -g -rdynamic -lm -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib64/sendip\" sendip.o gnugetopt.o gnugetopt1.o compact.o ; \
fi"
gcc -o ipv4.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib64/sendip\" -shared ipv4.c csum.o compact.o
ipv4.c: In function 'do_opt':
ipv4.c:212:12: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign]
    sprintf(data,"0x%s",arg);
            ^~~~
In file included from sendip_module.h:4,
                 from ipv4.c:21:
/usr/include/stdio.h:320:12: note: expected 'char * restrict' but argument is of type 'u_int8_t *' {aka 'unsigned char *'}
 extern int sprintf (char *__restrict __s,
            ^~~~~~~
ipv4.c:213:25: warning: pointer targets in passing argument 1 of 'compact_string' differ in signedness [-Wpointer-sign]
    len = compact_string(data);
                         ^~~~
In file included from ipv4.c:21:
sendip_module.h:41:12: note: expected 'char *' but argument is of type 'u_int8_t *' {aka 'unsigned char *'}
 extern int compact_string(char *data_out);
            ^~~~~~~~~~~~~~
ipv4.c:240:27: warning: pointer targets in passing argument 5 of 'addoption' differ in signedness [-Wpointer-sign]
     addoption(0,0,7,len+2,data,pack);
                           ^~~~
ipv4.c:81:13: note: expected 'u_int8_t *' {aka 'unsigned char *'} but argument is of type 'char *'
 static void addoption(u_int8_t copy, u_int8_t class, u_int8_t num,
             ^~~~~~~~~
ipv4.c:355:36: warning: pointer targets in passing argument 5 of 'addoption' differ in signedness [-Wpointer-sign]
    addoption(0,2,4,data_out-data+2,data,pack);
                                    ^~~~
ipv4.c:81:13: note: expected 'u_int8_t *' {aka 'unsigned char *'} but argument is of type 'char *'
 static void addoption(u_int8_t copy, u_int8_t class, u_int8_t num,
             ^~~~~~~~~
ipv4.c:380:27: warning: pointer targets in passing argument 5 of 'addoption' differ in signedness [-Wpointer-sign]
     addoption(1,0,3,len+2,data,pack);
                           ^~~~
ipv4.c:81:13: note: expected 'u_int8_t *' {aka 'unsigned char *'} but argument is of type 'char *'
 static void addoption(u_int8_t copy, u_int8_t class, u_int8_t num,
             ^~~~~~~~~
ipv4.c:402:27: warning: pointer targets in passing argument 5 of 'addoption' differ in signedness [-Wpointer-sign]
     addoption(1,0,9,len+2,data,pack);
                           ^~~~
ipv4.c:81:13: note: expected 'u_int8_t *' {aka 'unsigned char *'} but argument is of type 'char *'
 static void addoption(u_int8_t copy, u_int8_t class, u_int8_t num,
             ^~~~~~~~~
gcc -o ipv6.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib64/sendip\" -shared ipv6.c csum.o compact.o
gcc -o icmp.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib64/sendip\" -shared icmp.c csum.o compact.o
gcc -o tcp.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib64/sendip\" -shared tcp.c csum.o compact.o
tcp.c: In function 'do_opt':
tcp.c:207:12: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign]
    sprintf(data,"0x%s",arg);
            ^~~~
In file included from sendip_module.h:4,
                 from tcp.c:22:
/usr/include/stdio.h:320:12: note: expected 'char * restrict' but argument is of type 'u_int8_t *' {aka 'unsigned char *'}
 extern int sprintf (char *__restrict __s,
            ^~~~~~~
tcp.c:208:25: warning: pointer targets in passing argument 1 of 'compact_string' differ in signedness [-Wpointer-sign]
    len = compact_string(data);
                         ^~~~
In file included from tcp.c:22:
sendip_module.h:41:12: note: expected 'char *' but argument is of type 'u_int8_t *' {aka 'unsigned char *'}
 extern int compact_string(char *data_out);
            ^~~~~~~~~~~~~~
tcp.c:239:8: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign]
    next=arg;
        ^
tcp.c:241:17: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness [-Wpointer-sign]
     next=strchr(next,',');
                 ^~~~
In file included from tcp.c:21:
/usr/include/string.h:225:14: note: expected 'const char *' but argument is of type 'unsigned char *'
 extern char *strchr (const char *__s, int __c)
              ^~~~~~
tcp.c:241:9: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign]
     next=strchr(next,',');
         ^
tcp.c:249:8: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign]
    next=arg;
        ^
tcp.c:252:9: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign]
     next=strchr(arg, ':');
         ^
tcp.c:262:8: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign]
     arg=next;
        ^
tcp.c:264:9: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign]
     next=strchr(arg, ',');
         ^
tcp.c:266:10: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign]
      next=arg-1; /* Finito - next points to \0 */
          ^
tcp.c:270:8: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign]
     arg=next;
        ^
gcc -o udp.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib64/sendip\" -shared udp.c csum.o compact.o
gcc -o rip.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib64/sendip\" -shared rip.c csum.o compact.o
rip.c: In function 'do_opt':
rip.c:64:3: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
   while(*(q++)!=':') /* do nothing */; *(--q)='\0';
   ^~~~~
rip.c:64:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
   while(*(q++)!=':') /* do nothing */; *(--q)='\0';
                                        ^
gcc -o ripng.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib64/sendip\" -shared ripng.c csum.o compact.o
ripng.c: In function 'do_opt':
ripng.c:80:3: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
   while(*(q++)!='/') /* do nothing */; *(--q)='\0';
   ^~~~~
ripng.c:80:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
   while(*(q++)!='/') /* do nothing */; *(--q)='\0';
                                        ^
gcc -o ntp.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib64/sendip\" -shared ntp.c csum.o compact.o
gcc -o bgp.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib64/sendip\" -shared bgp.c csum.o compact.o
./help2man -n "Send arbitrary IP packets" -N >sendip.1
echo -n '%define ver ' >sendip.spec
cat VERSION >>sendip.spec
cat sendip.spec.in >>sendip.spec
make: Leaving directory '/usr/src/RPM/BUILD/sendip-2.5'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.83983
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/sendip-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/sendip-buildroot
+ cd sendip-2.5
+ make PREFIX=/usr/src/tmp/sendip-buildroot/usr MANDIR=/usr/src/tmp/sendip-buildroot/usr/share/man/man1 LIBDIR=/usr/src/tmp/sendip-buildroot/usr/lib64/sendip install
make: Entering directory '/usr/src/RPM/BUILD/sendip-2.5'
[ -d /usr/src/tmp/sendip-buildroot/usr/lib64/sendip ] || mkdir -p /usr/src/tmp/sendip-buildroot/usr/lib64/sendip
[ -d /usr/src/tmp/sendip-buildroot/usr/bin ] || mkdir -p /usr/src/tmp/sendip-buildroot/usr/bin
[ -d /usr/src/tmp/sendip-buildroot/usr/share/man/man1 ] || mkdir -p /usr/src/tmp/sendip-buildroot/usr/share/man/man1
install -m 755 sendip /usr/src/tmp/sendip-buildroot/usr/bin
install -m 644 sendip.1 /usr/src/tmp/sendip-buildroot/usr/share/man/man1
install -m 755 ipv4.so ipv6.so icmp.so tcp.so udp.so rip.so ripng.so ntp.so bgp.so /usr/src/tmp/sendip-buildroot/usr/lib64/sendip
make: Leaving directory '/usr/src/RPM/BUILD/sendip-2.5'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/sendip-buildroot (auto)
mode of './usr/lib64/sendip/bgp.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib64/sendip/ntp.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib64/sendip/ripng.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib64/sendip/rip.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib64/sendip/udp.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib64/sendip/tcp.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib64/sendip/icmp.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib64/sendip/ipv6.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib64/sendip/ipv4.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/sendip-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/sendip-buildroot/ (default)
Compressing files in /usr/src/tmp/sendip-buildroot (auto)
Adjusting library links in /usr/src/tmp/sendip-buildroot
./usr/lib64:
Verifying ELF objects in /usr/src/tmp/sendip-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/lib64/sendip/ntp.so: undefined symbol: floor
Hardlinking identical .pyc and .pyo files
Processing files: sendip-2.5-alt4.qa1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.36816
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd sendip-2.5
+ DOCDIR=/usr/src/tmp/sendip-buildroot/usr/share/doc/sendip-2.5
+ export DOCDIR
+ rm -rf /usr/src/tmp/sendip-buildroot/usr/share/doc/sendip-2.5
+ /bin/mkdir -p /usr/src/tmp/sendip-buildroot/usr/share/doc/sendip-2.5
+ cp -prL VERSION README CHANGES TODO contrib /usr/src/tmp/sendip-buildroot/usr/share/doc/sendip-2.5
+ chmod -R go-w /usr/src/tmp/sendip-buildroot/usr/share/doc/sendip-2.5
+ chmod -R a+rX /usr/src/tmp/sendip-buildroot/usr/share/doc/sendip-2.5
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pMfBqg
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.kCiLSA
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libdl.so.2(GLIBC_2.2.5)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nEnQ40
Creating sendip-debuginfo package
Processing files: sendip-debuginfo-2.5-alt4.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Mj1dou
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LhJAN0
find-requires: running scripts (debuginfo)
Requires: sendip = 2.5-alt4.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libdl.so.2)
Wrote: /usr/src/RPM/RPMS/x86_64/sendip-2.5-alt4.qa1.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/sendip-debuginfo-2.5-alt4.qa1.x86_64.rpm
3.61user 1.69system 0:09.19elapsed 57%CPU (0avgtext+0avgdata 25568maxresident)k
0inputs+0outputs (0major+679302minor)pagefaults 0swaps
4.74user 3.63system 0:12.16elapsed 68%CPU (0avgtext+0avgdata 25568maxresident)k
0inputs+0outputs (0major+868228minor)pagefaults 0swaps
--- sendip-2.5-alt4.qa1.x86_64.rpm.repo	2013-04-15 14:03:34.000000000 +0000
+++ sendip-2.5-alt4.qa1.x86_64.rpm.hasher	2020-09-13 01:38:44.268305188 +0000
@@ -19,3 +19,3 @@
 /usr/share/doc/sendip-2.5/contrib/wake.sh	100755	
-/usr/share/man/man1/sendip.1.gz	100644	
+/usr/share/man/man1/sendip.1.xz	100644	
 Requires: /lib64/ld-linux-x86-64.so.2