<86>Jan 9 08:05:55 userdel[75074]: delete user 'rooter' <86>Jan 9 08:05:55 userdel[75074]: removed group 'rooter' owned by 'rooter' <86>Jan 9 08:05:55 userdel[75074]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 9 08:05:55 groupadd[75142]: group added to /etc/group: name=rooter, GID=621 <86>Jan 9 08:05:55 groupadd[75142]: group added to /etc/gshadow: name=rooter <86>Jan 9 08:05:55 groupadd[75142]: new group: name=rooter, GID=621 <86>Jan 9 08:05:55 useradd[75219]: new user: name=rooter, UID=621, GID=621, home=/root, shell=/bin/bash <86>Jan 9 08:05:55 userdel[75277]: delete user 'builder' <86>Jan 9 08:05:55 userdel[75277]: removed group 'builder' owned by 'builder' <86>Jan 9 08:05:55 userdel[75277]: removed shadow group 'builder' owned by 'builder' <86>Jan 9 08:05:55 groupadd[75364]: group added to /etc/group: name=builder, GID=622 <86>Jan 9 08:05:55 groupadd[75364]: group added to /etc/gshadow: name=builder <86>Jan 9 08:05:55 groupadd[75364]: new group: name=builder, GID=622 <86>Jan 9 08:05:55 useradd[75381]: new user: name=builder, UID=622, GID=622, 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.90231 + 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.90231 + 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] # 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] 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/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] 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/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] 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/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] 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/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.44915 + 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.26770 + 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.XzgKOL 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.fgPUcF 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.usgh5F 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.A088RZ find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5fJ5nH 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 4.42user 1.54system 0:10.55elapsed 56%CPU (0avgtext+0avgdata 23184maxresident)k 0inputs+0outputs (0major+594863minor)pagefaults 0swaps 10.62user 3.93system 0:20.63elapsed 70%CPU (0avgtext+0avgdata 121896maxresident)k 0inputs+0outputs (0major+907467minor)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-01-09 08:06:09.114345657 +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