<86>Nov 1 09:05:35 userdel[29890]: delete user 'rooter' <86>Nov 1 09:05:35 userdel[29890]: removed group 'rooter' owned by 'rooter' <86>Nov 1 09:05:35 userdel[29890]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 1 09:05:35 groupadd[29895]: group added to /etc/group: name=rooter, GID=555 <86>Nov 1 09:05:35 groupadd[29895]: group added to /etc/gshadow: name=rooter <86>Nov 1 09:05:35 groupadd[29895]: new group: name=rooter, GID=555 <86>Nov 1 09:05:35 useradd[29899]: new user: name=rooter, UID=555, GID=555, home=/root, shell=/bin/bash <86>Nov 1 09:05:35 userdel[29906]: delete user 'builder' <86>Nov 1 09:05:35 userdel[29906]: removed group 'builder' owned by 'builder' <86>Nov 1 09:05:35 userdel[29906]: removed shadow group 'builder' owned by 'builder' <86>Nov 1 09:05:35 groupadd[29911]: group added to /etc/group: name=builder, GID=556 <86>Nov 1 09:05:35 groupadd[29911]: group added to /etc/gshadow: name=builder <86>Nov 1 09:05:35 groupadd[29911]: new group: name=builder, GID=556 <86>Nov 1 09:05:35 useradd[29915]: new user: name=builder, UID=556, GID=556, home=/usr/src, shell=/bin/bash Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/sendip-2.5-alt4.qa1.nosrc.rpm Installing sendip-2.5-alt4.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.80946 + 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/gzip -dc /usr/src/RPM/SOURCES/sendip-2.5.tar.gz + /bin/tar -xf - + 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.80946 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd sendip-2.5 + make LIBDIR=/usr/lib/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/lib/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] 184 | # 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/lib/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/lib/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/lib/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/lib/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/lib/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/lib/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/lib/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/lib/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] 212 | sprintf(data,"0x%s",arg); | ^~~~ | | | u_int8_t * {aka unsigned char *} In file included from sendip_module.h:4, from ipv4.c:21: /usr/include/stdio.h:320:38: note: expected 'char * restrict' but argument is of type 'u_int8_t *' {aka 'unsigned char *'} 320 | 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] 213 | len = compact_string(data); | ^~~~ | | | u_int8_t * {aka unsigned char *} In file included from ipv4.c:21: sendip_module.h:41:33: note: expected 'char *' but argument is of type 'u_int8_t *' {aka 'unsigned char *'} 41 | 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] 240 | addoption(0,0,7,len+2,data,pack); | ^~~~ | | | char * ipv4.c:82:33: note: expected 'u_int8_t *' {aka 'unsigned char *'} but argument is of type 'char *' 82 | u_int8_t len, u_int8_t *data, | ~~~~~~~~~~^~~~ ipv4.c:355:36: warning: pointer targets in passing argument 5 of 'addoption' differ in signedness [-Wpointer-sign] 355 | addoption(0,2,4,data_out-data+2,data,pack); | ^~~~ | | | char * ipv4.c:82:33: note: expected 'u_int8_t *' {aka 'unsigned char *'} but argument is of type 'char *' 82 | u_int8_t len, u_int8_t *data, | ~~~~~~~~~~^~~~ ipv4.c:380:27: warning: pointer targets in passing argument 5 of 'addoption' differ in signedness [-Wpointer-sign] 380 | addoption(1,0,3,len+2,data,pack); | ^~~~ | | | char * ipv4.c:82:33: note: expected 'u_int8_t *' {aka 'unsigned char *'} but argument is of type 'char *' 82 | u_int8_t len, u_int8_t *data, | ~~~~~~~~~~^~~~ ipv4.c:402:27: warning: pointer targets in passing argument 5 of 'addoption' differ in signedness [-Wpointer-sign] 402 | addoption(1,0,9,len+2,data,pack); | ^~~~ | | | char * ipv4.c:82:33: note: expected 'u_int8_t *' {aka 'unsigned char *'} but argument is of type 'char *' 82 | u_int8_t len, u_int8_t *data, | ~~~~~~~~~~^~~~ gcc -o ipv6.so -fPIC -fsigned-char -pipe -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wnested-externs -Winline -g -Wcast-align -DSENDIP_LIBS=\"/usr/lib/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/lib/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/lib/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] 207 | sprintf(data,"0x%s",arg); | ^~~~ | | | u_int8_t * {aka unsigned char *} In file included from sendip_module.h:4, from tcp.c:22: /usr/include/stdio.h:320:38: note: expected 'char * restrict' but argument is of type 'u_int8_t *' {aka 'unsigned char *'} 320 | 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] 208 | len = compact_string(data); | ^~~~ | | | u_int8_t * {aka unsigned char *} In file included from tcp.c:22: sendip_module.h:41:33: note: expected 'char *' but argument is of type 'u_int8_t *' {aka 'unsigned char *'} 41 | 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] 239 | next=arg; | ^ tcp.c:241:17: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness [-Wpointer-sign] 241 | next=strchr(next,','); | ^~~~ | | | unsigned char * In file included from tcp.c:21: /usr/include/string.h:225:14: note: expected 'const char *' but argument is of type 'unsigned char *' 225 | 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] 241 | next=strchr(next,','); | ^ tcp.c:249:8: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 249 | next=arg; | ^ tcp.c:252:9: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 252 | next=strchr(arg, ':'); | ^ tcp.c:262:8: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] 262 | arg=next; | ^ tcp.c:264:9: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 264 | next=strchr(arg, ','); | ^ tcp.c:266:10: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 266 | 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] 270 | 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/lib/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/lib/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] 64 | 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' 64 | 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/lib/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] 80 | 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' 80 | 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/lib/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/lib/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.54220 + 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/lib/sendip install make: Entering directory '/usr/src/RPM/BUILD/sendip-2.5' [ -d /usr/src/tmp/sendip-buildroot/usr/lib/sendip ] || mkdir -p /usr/src/tmp/sendip-buildroot/usr/lib/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/lib/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/lib/sendip/bgp.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/sendip/ntp.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/sendip/ripng.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/sendip/rip.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/sendip/udp.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/sendip/tcp.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/sendip/icmp.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/sendip/ipv6.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/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/lib: 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/bin/sendip: uses non-LFS functions: lseek mmap open verify-elf: WARNING: ./usr/lib/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.38838 + 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.bHQesN 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.NOPYiP 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.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libdl.so.2(GLIBC_2.0), libdl.so.2(GLIBC_2.1), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CT3baa 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.kYaXOS find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8YZhcT find-requires: running scripts (debuginfo) Requires: sendip = 2.5-alt4.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libdl.so.2) Wrote: /usr/src/RPM/RPMS/i586/sendip-2.5-alt4.qa1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/sendip-debuginfo-2.5-alt4.qa1.i586.rpm 6.55user 3.65system 0:12.23elapsed 83%CPU (0avgtext+0avgdata 21640maxresident)k 0inputs+0outputs (0major+595729minor)pagefaults 0swaps 8.71user 7.58system 0:17.85elapsed 91%CPU (0avgtext+0avgdata 21640maxresident)k 0inputs+0outputs (0major+772708minor)pagefaults 0swaps --- sendip-2.5-alt4.qa1.i586.rpm.repo 2013-04-15 14:03:35.000000000 +0000 +++ sendip-2.5-alt4.qa1.i586.rpm.hasher 2019-11-01 09:05:50.640271528 +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: /lib/ld-linux.so.2