<86>Jun 2 00:53:41 userdel[900471]: delete user 'rooter' <86>Jun 2 00:53:41 userdel[900471]: removed group 'rooter' owned by 'rooter' <86>Jun 2 00:53:41 userdel[900471]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 2 00:53:41 groupadd[900483]: group added to /etc/group: name=rooter, GID=1847 <86>Jun 2 00:53:41 groupadd[900483]: group added to /etc/gshadow: name=rooter <86>Jun 2 00:53:41 groupadd[900483]: new group: name=rooter, GID=1847 <86>Jun 2 00:53:41 useradd[900492]: new user: name=rooter, UID=1847, GID=1847, home=/root, shell=/bin/bash <86>Jun 2 00:53:41 userdel[900508]: delete user 'builder' <86>Jun 2 00:53:41 userdel[900508]: removed group 'builder' owned by 'builder' <86>Jun 2 00:53:41 userdel[900508]: removed shadow group 'builder' owned by 'builder' <86>Jun 2 00:53:41 groupadd[900521]: group added to /etc/group: name=builder, GID=1848 <86>Jun 2 00:53:41 groupadd[900521]: group added to /etc/gshadow: name=builder <86>Jun 2 00:53:41 groupadd[900521]: new group: name=builder, GID=1848 <86>Jun 2 00:53:41 useradd[900528]: new user: name=builder, UID=1848, GID=1848, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/ftpcopy-0.6.7-alt1.qa1.src.rpm: bad symbols in the license tag: , Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ftpcopy-0.6.7-alt1.qa1.nosrc.rpm (w1.gzdio) Installing ftpcopy-0.6.7-alt1.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.71081 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf web + echo 'Source #0 (ftpcopy-0.6.7.tar.gz):' Source #0 (ftpcopy-0.6.7.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/ftpcopy-0.6.7.tar.gz + /bin/tar -xf - + cd web + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.71081 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd web + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + make -C ftpcopy-0.6.7 make: Entering directory '/usr/src/RPM/BUILD/web/ftpcopy-0.6.7' ./package/compile Linking ./src/* into ./compile... Compiling everything in ./compile... gmake[1]: Entering directory '/usr/src/RPM/BUILD/web/ftpcopy-0.6.7/compile' cmp: auto-compiler-config.stamp: No such file or directory configuration has changed conftest-904920.c: In function 'main': conftest-904920.c:6:12: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] 6 | printf("%d\n",8*sizeof(x)); | ~^ ~~~~~~~~~~~ | | | | int long unsigned int | %ld gmake[2]: Entering directory '/usr/src/RPM/BUILD/web/ftpcopy-0.6.7/compile' gmake[2]: Leaving directory '/usr/src/RPM/BUILD/web/ftpcopy-0.6.7/compile' sh typesize.sh >typesize.t rm -f typesize.t touch auto-typesize.stamp sh find_socket_func.sh >auto-socket.t && mv auto-socket.t auto-socket.lib sh have_func.sh fsync "#include " "fsync(0)" "" "" >auto-have_fsync.h.t && mv auto-have_fsync.h.t auto-have_fsync.h sh have_func.sh utimes "#include " "utimes(0,0)" "" "" >auto-have_utimes.h.t && mv auto-have_utimes.h.t auto-have_utimes.h conftest906206.c: In function 'main': conftest906206.c:7:2: warning: implicit declaration of function '_exit' [-Wimplicit-function-declaration] 7 | _exit(0); | ^~~~~ conftest906206.c:7:2: warning: incompatible implicit declaration of built-in function '_exit' sh gettimeofday.sh >gettimeofday.t && mv gettimeofday.t auto-gettimeofday.lib sh have_ipv6.sh >auto-have_ipv6.h.tmp conftest.906349.c:5:1: warning: return type defaults to 'int' [-Wimplicit-int] 5 | main() { | ^~~~ mv auto-have_ipv6.h.tmp auto-have_ipv6.h sh checktype.sh socklen_t int sys/types.h "sys/types.h sys/socket.h" >auto-socklen_t.h.t sh iopause.sh >iopause.t && mv iopause.t auto-iopause.h sh have_futimes.sh >auto-have_futimes.h.t && mv auto-have_futimes.h.t auto-have_futimes.h conftest906511.c: In function 'main': conftest906511.c:6:8: warning: implicit declaration of function 'futimes' [-Wimplicit-function-declaration] 6 | if (!futimes(argv[1],dummy)) return 0; | ^~~~~~~ rm -f auto-systype.t ls: cannot access '/lib/ld-*.so': No such file or directory ls: cannot access '/lib/libc-*.so': No such file or directory cat auto-typesize.h >>auto-systype.t if test "xauto-socket.lib auto-have_fsync.h auto-have_utimes.h auto-gettimeofday.lib auto-typesize.h auto-have_ipv6.h auto-socklen_t.h auto-iopause.h auto-have_futimes.h" = x ; then true ; else \ grep -h systype-info auto-socket.lib auto-have_fsync.h auto-have_utimes.h auto-gettimeofday.lib auto-typesize.h auto-have_ipv6.h auto-socklen_t.h auto-iopause.h auto-have_futimes.h >>auto-systype.t \ || exit 1 ; \ fi mv auto-systype.t auto-systype ./auto-compilew.sh -c ftpcopy.c ftpcopy.c: In function 'remove_dir': ftpcopy.c:212:32: warning: pointer targets in passing argument 2 of 'api_dir_walkstart' differ in signedness [-Wpointer-sign] 212 | for (e=api_dir_walkstart(&sa,&flag); | ^~~~~ | | | int * In file included from ftpcopy.c:42: api_dir.h:5:60: note: expected 'unsigned int *' but argument is of type 'int *' 5 | const char * api_dir_walkstart(stralloc *sa, unsigned int *flag); | ~~~~~~~~~~~~~~^~~~ ftpcopy.c:213:31: warning: pointer targets in passing argument 2 of 'api_dir_walknext' differ in signedness [-Wpointer-sign] 213 | e; e=api_dir_walknext(&sa,&flag)) { | ^~~~~ | | | int * In file included from ftpcopy.c:42: api_dir.h:6:59: note: expected 'unsigned int *' but argument is of type 'int *' 6 | const char * api_dir_walknext(stralloc *sa, unsigned int *flag); | ~~~~~~~~~~~~~~^~~~ ftpcopy.c: In function 'download': ftpcopy.c:463:23: warning: pointer targets in passing argument 2 of 'cmdwrite2' differ in signedness [-Wpointer-sign] 463 | cmdwrite2("REST ",nb); | ^~ | | | char * In file included from ftpcopy.c:29: ftpcopy.h:149:53: note: expected 'const unsigned char *' but argument is of type 'char *' 149 | void cmdwrite2(const char *s1, const unsigned char *s2); | ~~~~~~~~~~~~~~~~~~~~~^~ ftpcopy.c:466:25: warning: pointer targets in passing argument 2 of 'cmdwrite2' differ in signedness [-Wpointer-sign] 466 | cmdwrite2("REST ","0"); | ^~~ | | | char * In file included from ftpcopy.c:29: ftpcopy.h:149:53: note: expected 'const unsigned char *' but argument is of type 'char *' 149 | void cmdwrite2(const char *s1, const unsigned char *s2); | ~~~~~~~~~~~~~~~~~~~~~^~ ftpcopy.c:478:26: warning: pointer targets in passing argument 2 of 'cmdwrite2' differ in signedness [-Wpointer-sign] 478 | cmdwrite2("RETR ",r_dir->s); | ~~~~~^~~ | | | char * In file included from ftpcopy.c:29: ftpcopy.h:149:53: note: expected 'const unsigned char *' but argument is of type 'char *' 149 | void cmdwrite2(const char *s1, const unsigned char *s2); | ~~~~~~~~~~~~~~~~~~~~~^~ ftpcopy.c:283:7: warning: variable 'mtimetype' set but not used [-Wunused-but-set-variable] 283 | int mtimetype; | ^~~~~~~~~ ftpcopy.c: In function 'loop': ftpcopy.c:864:25: warning: pointer targets in passing argument 2 of 'cmdwrite2' differ in signedness [-Wpointer-sign] 864 | cmdwrite2("CWD ",r_dir->s); | ~~~~~^~~ | | | char * In file included from ftpcopy.c:29: ftpcopy.h:149:53: note: expected 'const unsigned char *' but argument is of type 'char *' 149 | void cmdwrite2(const char *s1, const unsigned char *s2); | ~~~~~~~~~~~~~~~~~~~~~^~ ftpcopy.c:896:24: warning: pointer targets in passing argument 2 of 'cmdwrite2' differ in signedness [-Wpointer-sign] 896 | cmdwrite2("LIST ", o_list_options); | ^~~~~~~~~~~~~~ | | | const char * In file included from ftpcopy.c:29: ftpcopy.h:149:53: note: expected 'const unsigned char *' but argument is of type 'const char *' 149 | void cmdwrite2(const char *s1, const unsigned char *s2); | ~~~~~~~~~~~~~~~~~~~~~^~ ftpcopy.c: In function 'initialdirectory': ftpcopy.c:1053:26: warning: pointer targets in passing argument 2 of 'cmdwrite2' differ in signedness [-Wpointer-sign] 1053 | cmdwrite2("LIST ",r_dir->s); | ~~~~~^~~ | | | char * In file included from ftpcopy.c:29: ftpcopy.h:149:53: note: expected 'const unsigned char *' but argument is of type 'char *' 149 | void cmdwrite2(const char *s1, const unsigned char *s2); | ~~~~~~~~~~~~~~~~~~~~~^~ ftpcopy.c: In function 'initialentity': ftpcopy.c:1088:26: warning: pointer targets in passing argument 2 of 'cmdwrite2' differ in signedness [-Wpointer-sign] 1088 | cmdwrite2("MLST ",r_dir->s); | ~~~~~^~~ | | | char * In file included from ftpcopy.c:29: ftpcopy.h:149:53: note: expected 'const unsigned char *' but argument is of type 'char *' 149 | void cmdwrite2(const char *s1, const unsigned char *s2); | ~~~~~~~~~~~~~~~~~~~~~^~ ftpcopy.c:1112:25: warning: pointer targets in passing argument 2 of 'cmdwrite2' differ in signedness [-Wpointer-sign] 1112 | cmdwrite2("CWD ",r_dir->s); | ~~~~~^~~ | | | char * In file included from ftpcopy.c:29: ftpcopy.h:149:53: note: expected 'const unsigned char *' but argument is of type 'char *' 149 | void cmdwrite2(const char *s1, const unsigned char *s2); | ~~~~~~~~~~~~~~~~~~~~~^~ ftpcopy.c:1149:26: warning: pointer targets in passing argument 2 of 'cmdwrite2' differ in signedness [-Wpointer-sign] 1149 | cmdwrite2("LIST ",r_dir->s); | ~~~~~^~~ | | | char * In file included from ftpcopy.c:29: ftpcopy.h:149:53: note: expected 'const unsigned char *' but argument is of type 'char *' 149 | void cmdwrite2(const char *s1, const unsigned char *s2); | ~~~~~~~~~~~~~~~~~~~~~^~ ftpcopy.c: In function 'delete': ftpcopy.c:1185:32: warning: pointer targets in passing argument 2 of 'api_dir_walkstart' differ in signedness [-Wpointer-sign] 1185 | for (e=api_dir_walkstart(&sa,&flag); | ^~~~~ | | | int * In file included from ftpcopy.c:42: api_dir.h:5:60: note: expected 'unsigned int *' but argument is of type 'int *' 5 | const char * api_dir_walkstart(stralloc *sa, unsigned int *flag); | ~~~~~~~~~~~~~~^~~~ ftpcopy.c:1186:31: warning: pointer targets in passing argument 2 of 'api_dir_walknext' differ in signedness [-Wpointer-sign] 1186 | e; e=api_dir_walknext(&sa,&flag)) { | ^~~~~ | | | int * In file included from ftpcopy.c:42: api_dir.h:6:59: note: expected 'unsigned int *' but argument is of type 'int *' 6 | const char * api_dir_walknext(stralloc *sa, unsigned int *flag); | ~~~~~~~~~~~~~~^~~~ ./auto-compilew.sh -c ftpparse.c ftpparse.c: In function 'ftpparse_mlsx': ftpparse.c:812:31: warning: pointer targets in passing argument 2 of 'getmod' differ in signedness [-Wpointer-sign] 812 | getmod(&mtime,x + i + j + 1, k - 1); | ~~~~~~~~~~^~~ | | | char * ftpparse.c:105:45: note: expected 'const unsigned char *' but argument is of type 'char *' 105 | getmod (struct tai *t, const unsigned char *p, unsigned int l) | ~~~~~~~~~~~~~~~~~~~~~^ ftpparse.c: In function 'ftpparse_int': ftpparse.c:882:29: warning: pointer targets in passing argument 4 of 'dosplit' differ in signedness [-Wpointer-sign] 882 | count=dosplit(buf, len, p,l); | ^ | | | int * ftpparse.c:383:53: note: expected 'unsigned int *' but argument is of type 'int *' 383 | dosplit(char *buf, int len, char *p[], unsigned int l[]) | ~~~~~~~~~~~~~^~~ ftpparse.c: In function 'ftpparse_mlsx': ftpparse.c:843:11: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized] 843 | fp->size=size; | ~~~~~~~~^~~~~ ftpparse.c: In function 'ftpparse': ftpparse.c:744:3: warning: 'year' may be used uninitialized in this function [-Wmaybe-uninitialized] 744 | utcdate2tai (&f->mtime,year,mon,day,hour,min,sec); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ftpparse.c:696:17: note: 'year' was declared here 696 | unsigned long year; | ^~~~ ftpparse.c:744:3: warning: 'day' may be used uninitialized in this function [-Wmaybe-uninitialized] 744 | utcdate2tai (&f->mtime,year,mon,day,hour,min,sec); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ftpparse.c:695:17: note: 'day' was declared here 695 | unsigned long day; | ^~~ ./auto-compilew.sh -c ftplib.c ftplib.c: In function 'ftp_cc_write_escaped': ftplib.c:26:26: warning: pointer targets in passing argument 2 of 'buffer_put' differ in signedness [-Wpointer-sign] 26 | if (-1==buffer_put(io,s,1)) return -1; | ^ | | | const unsigned char * In file included from ftplib.c:10: buffer.h:23:32: note: expected 'const char *' but argument is of type 'const unsigned char *' 23 | extern int buffer_put(buffer *,const char *,unsigned int); | ^~~~~~~~~~~~ ftplib.c:27:26: warning: pointer targets in passing argument 2 of 'buffer_put' differ in signedness [-Wpointer-sign] 27 | if (-1==buffer_put(io,s++,1)) return -1; | ~^~ | | | const unsigned char * In file included from ftplib.c:10: buffer.h:23:32: note: expected 'const char *' but argument is of type 'const unsigned char *' 23 | extern int buffer_put(buffer *,const char *,unsigned int); | ^~~~~~~~~~~~ ftplib.c: In function 'ftp_cc_read_oneline': ftplib.c:63:8: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 63 | for (q=p,e=p+l,w=p;q!=e;) { | ^ ftplib.c:63:12: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 63 | for (q=p,e=p+l,w=p;q!=e;) { | ^ ftplib.c:63:18: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 63 | for (q=p,e=p+l,w=p;q!=e;) { | ^ ftplib.c: In function 'ftp_cc_pasv': ftplib.c:124:34: warning: pointer targets in passing argument 2 of 'ftp_cc_write_cmd_s' differ in signedness [-Wpointer-sign] 124 | if (-1==ftp_cc_write_cmd_s(io_o,"PASV")) return -1; | ^~~~~~ | | | char * ftplib.c:33:53: note: expected 'const unsigned char *' but argument is of type 'char *' 33 | ftp_cc_write_cmd_s(buffer *io, const unsigned char *s1) | ~~~~~~~~~~~~~~~~~~~~~^~ ./auto-compilew.sh -c ftp_read_lis.c ./auto-compilew.sh -c urlparse.c ./auto-compilew.sh -c canon.c ./auto-compilew.sh -c common.c common.c: In function 'cmdwrite2': common.c:83:36: warning: pointer targets in passing argument 2 of 'ftp_cc_write_cmd_ss' differ in signedness [-Wpointer-sign] 83 | if (-1==ftp_cc_write_cmd_ss(&io_o,s1,s2)) | ^~ | | | const char * In file included from common.c:14: ftplib.h:18:58: note: expected 'const unsigned char *' but argument is of type 'const char *' 18 | int ftp_cc_write_cmd_ss(buffer *io, const unsigned char *s1, | ~~~~~~~~~~~~~~~~~~~~~^~ common.c: In function 'cmdwrite1': common.c:104:35: warning: pointer targets in passing argument 2 of 'ftp_cc_write_cmd_s' differ in signedness [-Wpointer-sign] 104 | if (-1==ftp_cc_write_cmd_s(&io_o,s1)) | ^~ | | | const char * In file included from common.c:14: ftplib.h:17:57: note: expected 'const unsigned char *' but argument is of type 'const char *' 17 | int ftp_cc_write_cmd_s(buffer *io, const unsigned char *s1); | ~~~~~~~~~~~~~~~~~~~~~^~ common.c: In function 'connect_auth': common.c:253:24: warning: pointer targets in passing argument 2 of 'cmdwrite2' differ in signedness [-Wpointer-sign] 253 | cmdwrite2 ("USER ", o_user); | ^~~~~~ | | | const char * common.c:81:48: note: expected 'const unsigned char *' but argument is of type 'const char *' 81 | cmdwrite2(const char *s1, const unsigned char *s2) | ~~~~~~~~~~~~~~~~~~~~~^~ common.c:270:25: warning: pointer targets in passing argument 2 of 'cmdwrite2' differ in signedness [-Wpointer-sign] 270 | cmdwrite2 ("PASS ", o_pass); | ^~~~~~ | | | const char * common.c:81:48: note: expected 'const unsigned char *' but argument is of type 'const char *' 81 | cmdwrite2(const char *s1, const unsigned char *s2) | ~~~~~~~~~~~~~~~~~~~~~^~ common.c:293:25: warning: pointer targets in passing argument 2 of 'cmdwrite2' differ in signedness [-Wpointer-sign] 293 | cmdwrite2 ("ACCT ", o_acct); | ^~~~~~ | | | const char * common.c:81:48: note: expected 'const unsigned char *' but argument is of type 'const char *' 81 | cmdwrite2(const char *s1, const unsigned char *s2) | ~~~~~~~~~~~~~~~~~~~~~^~ In file included from common.c:16: byte.h:15:47: warning: pointer targets in passing argument 3 of 'byte_diff' differ in signedness [-Wpointer-sign] 15 | #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) | ^~~ | | | const unsigned char * ip6.h:23:29: note: in expansion of macro 'byte_equal' 23 | #define ip6_isv4mapped(ip) (byte_equal(ip,12,V4mappedprefix)) | ^~~~~~~~~~ common.c:313:9: note: in expansion of macro 'ip6_isv4mapped' 313 | if (ip6_isv4mapped(remoteip.s+i)) { | ^~~~~~~~~~~~~~ byte.h:12:56: note: expected 'const char *' but argument is of type 'const unsigned char *' 12 | int byte_diff(const char *s,unsigned int n,const char *t); | ~~~~~~~~~~~~^ ./auto-compilew.sh -c mdtm.c mdtm.c: In function 'modtime_request': mdtm.c:30:21: warning: pointer targets in passing argument 2 of 'cmdwrite2' differ in signedness [-Wpointer-sign] 30 | cmdwrite2("MDTM ",s); | ^ | | | const char * In file included from mdtm.c:16: ftpcopy.h:149:53: note: expected 'const unsigned char *' but argument is of type 'const char *' 149 | void cmdwrite2(const char *s1, const unsigned char *s2); | ~~~~~~~~~~~~~~~~~~~~~^~ ./auto-compilew.sh -c mysleep.c ./auto-compilew.sh -c warn_broken.c ./auto-compilew.sh -c eof_or_error.c ./auto-compilew.sh -c utcdate2tai.c ./auto-compilew.sh -c sockrecbuf.c ./auto-compilew.sh -c ssort.c ./auto-compilew.sh -c inq_winsize.c ./auto-compilew.sh -c uo_now.c ./auto-compilew.sh -c uo_sec702dt.c ./auto-compilew.sh -c yyyy_mm_dd.c ./auto-makelib.sh libuotime.a uo_now.o uo_sec702dt.o yyyy_mm_dd.o ar: `u' modifier ignored since `D' is the default (see `U') ./auto-compilew.sh -c api_dir.c ./auto-compilew.sh -c bailout.c ./auto-compilew.sh -c bailout_name.c ./auto-compilew.sh -c host_connect4.c ./auto-compilew.sh -c host_connect64.c host_connect64.c: In function 'doit': host_connect64.c:77:38: warning: pointer targets in passing argument 2 of 'stralloc_copyb' differ in signedness [-Wpointer-sign] 77 | if (!stralloc_copyb(&addresses,V4mappedprefix,12)) OOM(); | ^~~~~~~~~~~~~~ | | | const unsigned char * In file included from host_connect64.c:5: stralloc.h:23:38: note: expected 'const char *' but argument is of type 'const unsigned char *' 23 | extern int stralloc_copyb(stralloc *,const char *,unsigned int len); | ^~~~~~~~~~~~ In file included from host_connect64.c:15: byte.h:15:47: warning: pointer targets in passing argument 3 of 'byte_diff' differ in signedness [-Wpointer-sign] 15 | #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) | ^~~ | | | const unsigned char * ip6.h:23:29: note: in expansion of macro 'byte_equal' 23 | #define ip6_isv4mapped(ip) (byte_equal(ip,12,V4mappedprefix)) | ^~~~~~~~~~ host_connect64.c:126:12: note: in expansion of macro 'ip6_isv4mapped' 126 | if (!ip6_isv4mapped(addresses.s+l)) { | ^~~~~~~~~~~~~~ byte.h:12:56: note: expected 'const char *' but argument is of type 'const unsigned char *' 12 | int byte_diff(const char *s,unsigned int n,const char *t); | ~~~~~~~~~~~~^ byte.h:15:47: warning: pointer targets in passing argument 3 of 'byte_diff' differ in signedness [-Wpointer-sign] 15 | #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) | ^~~ | | | const unsigned char * ip6.h:23:29: note: in expansion of macro 'byte_equal' 23 | #define ip6_isv4mapped(ip) (byte_equal(ip,12,V4mappedprefix)) | ^~~~~~~~~~ host_connect64.c:136:12: note: in expansion of macro 'ip6_isv4mapped' 136 | if (!ip6_isv4mapped(addresses.s+l)) { | ^~~~~~~~~~~~~~ byte.h:12:56: note: expected 'const char *' but argument is of type 'const unsigned char *' 12 | int byte_diff(const char *s,unsigned int n,const char *t); | ~~~~~~~~~~~~^ host_connect64.c:43:14: warning: variable 'ipv6_error' set but not used [-Wunused-but-set-variable] 43 | static int ipv6_error=0; | ^~~~~~~~~~ ./auto-compilew.sh -c timeoutconn.c ./auto-compilew.sh -c timeoutconn6.c ./auto-compilew.sh -c toconn_common.c ./auto-compilew.sh -c uo_wildmat.c ./auto-compilew.sh -c uogetopt.c uogetopt.c: In function 'uogo_long': uogetopt.c:342:17: warning: pointer targets in passing argument 2 of 'scan_long' differ in signedness [-Wpointer-sign] 342 | l=scan_long(s,(unsigned long *)x->var); | ^~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int * In file included from uogetopt.c:42: scan.h:14:44: note: expected 'long int *' but argument is of type 'long unsigned int *' 14 | extern unsigned int scan_long(const char *,long *); | ^~~~~~ ./auto-makelib.sh libuomisc.a api_dir.o bailout.o bailout_name.o host_connect4.o host_connect64.o timeoutconn.o timeoutconn6.o toconn_common.o uo_wildmat.o uogetopt.o ar: `u' modifier ignored since `D' is the default (see `U') ./auto-compile.sh -c dns_dfd.c ./auto-compile.sh -c dns_domain.c ./auto-compile.sh -c dns_ip.c ./auto-compile.sh -c dns_ip6.c ./auto-compile.sh -c dns_ip64.c ./auto-compile.sh -c dns_ipq.c ./auto-compile.sh -c dns_ipq6.c dns_ipq6.c: In function 'dns_ip6_qualify_rules': dns_ipq6.c:52:12: warning: implicit declaration of function 'dns_ip6'; did you mean 'dns_ip64'? [-Wimplicit-function-declaration] 52 | return dns_ip6(out,fqdn); | ^~~~~~~ | dns_ip64 ./auto-compile.sh -c dns_ipq64.c ./auto-compile.sh -c dns_packet.c ./auto-compile.sh -c dns_random.c ./auto-compile.sh -c dns_rcip.c ./auto-compile.sh -c dns_rcrw.c ./auto-compile.sh -c dns_resolve.c ./auto-compile.sh -c dns_sortip.c ./auto-compile.sh -c dns_sortip6.c ./auto-compile.sh -c dns_transmit.c ./auto-makelib.sh libdns.a dns_dfd.o dns_domain.o dns_ip.o dns_ip6.o dns_ip64.o dns_ipq.o dns_ipq6.o dns_ipq64.o dns_packet.o dns_random.o dns_rcip.o dns_rcrw.o dns_resolve.o dns_sortip.o dns_sortip6.o dns_transmit.o ar: `u' modifier ignored since `D' is the default (see `U') ./auto-compilew.sh -c strhash_crea.c ./auto-compilew.sh -c strhash_dest.c ./auto-compilew.sh -c strhash_ente.c ./auto-compilew.sh -c strhash_get.c ./auto-compilew.sh -c strhash_hash.c ./auto-compilew.sh -c strhash_look.c ./auto-makelib.sh libstrhash.a strhash_crea.o strhash_dest.o strhash_ente.o strhash_get.o strhash_hash.o strhash_look.o ar: `u' modifier ignored since `D' is the default (see `U') ./auto-compilew.sh -c alloc.c ./auto-compilew.sh -c alloc_re.c ./auto-compilew.sh -c api_futimes.c ./auto-compilew.sh -c api_utimes.c ./auto-compile.sh -c buffer.c ./auto-compile.sh -c buffer_0.c ./auto-compile.sh -c buffer_1.c ./auto-compile.sh -c buffer_2.c ./auto-compile.sh -c buffer_get.c ./auto-compile.sh -c buffer_put.c ./auto-compilew.sh -c env_get.c ./auto-compilew.sh -c error.c ./auto-compilew.sh -c error_str.c ./auto-compilew.sh -c gen_alloc_ady.c ./auto-compilew.sh -c gen_alloc_end.c ./auto-compilew.sh -c gen_alloc_lus.c ./auto-compilew.sh -c get_cwd.c ./auto-compilew.sh -c getln.c ./auto-compilew.sh -c iopause.c ./auto-compilew.sh -c ndelay_off.c ./auto-compilew.sh -c ndelay_on.c ./auto-compilew.sh -c open_append.c ./auto-compilew.sh -c open_excl.c ./auto-compilew.sh -c open_read.c ./auto-compilew.sh -c openreadclose.c ./auto-compilew.sh -c readclose.c ./auto-compilew.sh -c readclose_app.c ./auto-compile.sh -c sig.c ./auto-compile.sh -c sig_catch.c ./auto-compilew.sh -c socket_bind.c ./auto-compilew.sh -c socket_bind6.c ./auto-compilew.sh -c socket_bind64.c ./auto-compilew.sh -c socket_conn.c ./auto-compilew.sh -c socket_conn6.c ./auto-compilew.sh -c socket_conn64.c In file included from socket_conn64.c:4: socket_conn64.c: In function 'socket_connect64': byte.h:15:47: warning: pointer targets in passing argument 3 of 'byte_diff' differ in signedness [-Wpointer-sign] 15 | #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) | ^~~ | | | const unsigned char * ip6.h:23:29: note: in expansion of macro 'byte_equal' 23 | #define ip6_isv4mapped(ip) (byte_equal(ip,12,V4mappedprefix)) | ^~~~~~~~~~ socket_conn64.c:19:7: note: in expansion of macro 'ip6_isv4mapped' 19 | if (ip6_isv4mapped(ip)) | ^~~~~~~~~~~~~~ byte.h:12:56: note: expected 'const char *' but argument is of type 'const unsigned char *' 12 | int byte_diff(const char *s,unsigned int n,const char *t); | ~~~~~~~~~~~~^ byte.h:15:47: warning: pointer targets in passing argument 3 of 'byte_diff' differ in signedness [-Wpointer-sign] 15 | #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) | ^~~ | | | const unsigned char * socket_conn64.c:22:7: note: in expansion of macro 'byte_equal' 22 | if (byte_equal(ip,16,V6loopback)) | ^~~~~~~~~~ byte.h:12:56: note: expected 'const char *' but argument is of type 'const unsigned char *' 12 | int byte_diff(const char *s,unsigned int n,const char *t); | ~~~~~~~~~~~~^ socket_conn64.c:23:30: warning: pointer targets in passing argument 2 of 'socket_connect4' differ in signedness [-Wpointer-sign] 23 | return socket_connect4(s,V4loopback,port); | ^~~~~~~~~~ | | | const unsigned char * In file included from socket_conn64.c:5: socket.h:15:42: note: expected 'const char *' but argument is of type 'const unsigned char *' 15 | int socket_connect4 (int fd, const char *ip, uo_uint16_t port); | ~~~~~~~~~~~~^~ ./auto-compilew.sh -c socket_connt.c ./auto-compilew.sh -c socket_family.c socket_family.c: In function 'socket_family': socket_family.c:14:51: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] 14 | if (-1!=getsockname(fd,(struct sockaddr *) &sa6,&dummy)) { | ^~~~~~ | | | int * In file included from socket_family.c:2: /usr/include/sys/socket.h:117:26: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 117 | socklen_t *__restrict __len) __THROW; | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ socket_family.c:23:51: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] 23 | if (-1==getsockname(fd,(struct sockaddr *) &sa4,&dummy)) | ^~~~~~ | | | int * In file included from socket_family.c:2: /usr/include/sys/socket.h:117:26: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 117 | socklen_t *__restrict __len) __THROW; | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./auto-compilew.sh -c socket_flag.c ./auto-compilew.sh -c socket_gifid.c ./auto-compilew.sh -c socket_gifna.c ./auto-compilew.sh -c socket_htons.c socket_htons.c: In function 'socket_htons': socket_htons.c:10:19: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] 10 | unsigned char *p=(char *)nport; | ^ ./auto-compilew.sh -c socket_ntohs.c socket_ntohs.c: In function 'socket_ntohs': socket_ntohs.c:10:19: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] 10 | unsigned char *p=(char *)&nport; | ^ ./auto-compilew.sh -c socket_remote6.c ./auto-compilew.sh -c socket_tcp.c ./auto-compilew.sh -c socket_tcp6.c ./auto-compilew.sh -c socket_tcp64.c ./auto-compilew.sh -c socket_udp.c ./auto-compilew.sh -c socket_udp6.c ./auto-compilew.sh -c socket_udp64.c ./auto-compilew.sh -c stralloc_cat.c ./auto-compilew.sh -c stralloc_catb.c ./auto-compilew.sh -c stralloc_cats.c ./auto-compilew.sh -c stralloc_copy.c ./auto-compilew.sh -c stralloc_eady.c ./auto-compilew.sh -c stralloc_free.c ./auto-compilew.sh -c stralloc_opyb.c ./auto-compilew.sh -c stralloc_opys.c ./auto-compilew.sh -c stralloc_pend.c ./auto-compilew.sh -c stralloc_plus.c ./auto-makelib.sh libunix.a alloc.o alloc_re.o api_futimes.o api_utimes.o buffer.o buffer_0.o buffer_1.o buffer_2.o buffer_get.o buffer_put.o env_get.o error.o error_str.o gen_alloc_ady.o gen_alloc_end.o gen_alloc_lus.o get_cwd.o getln.o iopause.o ndelay_off.o ndelay_on.o open_append.o open_excl.o open_read.o openreadclose.o readclose.o readclose_app.o sig.o sig_catch.o socket_bind.o socket_bind6.o socket_bind64.o socket_conn.o socket_conn6.o socket_conn64.o socket_connt.o socket_family.o socket_flag.o socket_gifid.o socket_gifna.o socket_htons.o socket_ntohs.o socket_remote6.o socket_tcp.o socket_tcp6.o socket_tcp64.o socket_udp.o socket_udp6.o socket_udp64.o stralloc_cat.o stralloc_catb.o stralloc_cats.o stralloc_copy.o stralloc_eady.o stralloc_free.o stralloc_opyb.o stralloc_opys.o stralloc_pend.o stralloc_plus.o ar: `u' modifier ignored since `D' is the default (see `U') ./auto-compilew.sh -c tai_add.c ./auto-compile.sh -c tai_now.c ./auto-compilew.sh -c tai_pack.c ./auto-compilew.sh -c tai_sub.c ./auto-compilew.sh -c tai_uint.c ./auto-compilew.sh -c taia_add.c ./auto-compilew.sh -c taia_approx.c ./auto-compilew.sh -c taia_frac.c ./auto-compile.sh -c taia_half.c ./auto-compilew.sh -c taia_less.c ./auto-compilew.sh -c taia_now.c ./auto-compilew.sh -c taia_pack.c ./auto-compilew.sh -c taia_sub.c ./auto-compilew.sh -c taia_uint.c ./auto-makelib.sh libtai.a tai_add.o tai_now.o tai_pack.o tai_sub.o tai_uint.o taia_add.o taia_approx.o taia_frac.o taia_half.o taia_less.o taia_now.o taia_pack.o taia_sub.o taia_uint.o ar: `u' modifier ignored since `D' is the default (see `U') ./auto-compilew.sh -c byte_chr.c byte_chr.c: In function 'byte_chr': byte_chr.c:16:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 16 | if (*p == ch) break; ++p; --n; | ^~ byte_chr.c:16:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 16 | if (*p == ch) break; ++p; --n; | ^~ byte_chr.c:19:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 19 | if (*p == ch) break; ++p; --n; | ^~ byte_chr.c:19:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 19 | if (*p == ch) break; ++p; --n; | ^~ byte_chr.c:22:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 22 | if (*p == ch) break; ++p; --n; | ^~ byte_chr.c:22:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 22 | if (*p == ch) break; ++p; --n; | ^~ byte_chr.c:25:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 25 | if (*p == ch) break; ++p; --n; | ^~ byte_chr.c:25:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 25 | if (*p == ch) break; ++p; --n; | ^~ ./auto-compilew.sh -c byte_copy.c ./auto-compilew.sh -c byte_cr.c ./auto-compilew.sh -c byte_diff.c ./auto-compilew.sh -c byte_zero.c ./auto-compilew.sh -c case_diffb.c case_diffb.c: In function 'case_diffb': case_diffb.c:10:25: warning: pointer targets in initialization of 'const unsigned char *' from 'const char *' differ in signedness [-Wpointer-sign] 10 | const unsigned char *s=ss; | ^~ case_diffb.c:11:25: warning: pointer targets in initialization of 'const unsigned char *' from 'const char *' differ in signedness [-Wpointer-sign] 11 | const unsigned char *t=st; | ^~ ./auto-compilew.sh -c case_lowerb.c ./auto-compilew.sh -c case_lowers.c case_lowers.c: In function 'case_lowers': case_lowers.c:10:22: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] 10 | unsigned char *s=ss; | ^~ ./auto-compilew.sh -c case_lwrtab.c ./auto-compilew.sh -c case_startb.c case_startb.c: In function 'case_startb': case_startb.c:10:26: warning: pointer targets in initialization of 'const unsigned char *' from 'const char *' differ in signedness [-Wpointer-sign] 10 | const unsigned char *lo=ulo; | ^~~ case_startb.c:11:26: warning: pointer targets in initialization of 'const unsigned char *' from 'const char *' differ in signedness [-Wpointer-sign] 11 | const unsigned char *sh=ush; | ^~~ ./auto-compilew.sh -c case_starts.c ./auto-compilew.sh -c fmt_uint0.c ./auto-compilew.sh -c fmt_uint64.c ./auto-compilew.sh -c fmt_ulong.c ./auto-compilew.sh -c fmt_xlong.c ./auto-compilew.sh -c ip4_constants.c ./auto-compilew.sh -c ip4_fmt.c ./auto-compile.sh -c ip4_scan.c ./auto-compilew.sh -c ip6_constants.c ./auto-compilew.sh -c ip6_fmt.c In file included from ip6_fmt.c:2: ip6_fmt.c: In function 'ip6_fmt': byte.h:15:47: warning: pointer targets in passing argument 3 of 'byte_diff' differ in signedness [-Wpointer-sign] 15 | #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) | ^~~ | | | const unsigned char * ip6.h:23:29: note: in expansion of macro 'byte_equal' 23 | #define ip6_isv4mapped(ip) (byte_equal(ip,12,V4mappedprefix)) | ^~~~~~~~~~ ip6_fmt.c:17:18: note: in expansion of macro 'ip6_isv4mapped' 17 | if (j==12 && ip6_isv4mapped(ip)) { | ^~~~~~~~~~~~~~ byte.h:12:56: note: expected 'const char *' but argument is of type 'const unsigned char *' 12 | int byte_diff(const char *s,unsigned int n,const char *t); | ~~~~~~~~~~~~^ ip6_fmt.c:28:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 28 | if (s) *s++=':'; ++len; | ^~ ip6_fmt.c:28:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 28 | if (s) *s++=':'; ++len; | ^~ ip6_fmt.c:34:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 34 | if (s) *s++=':'; ++len; | ^~ ip6_fmt.c:34:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 34 | if (s) *s++=':'; ++len; | ^~ ./auto-compilew.sh -c ip6_scan.c ip6_scan.c: In function 'ip6_scan': ip6_scan.c:25:19: warning: pointer targets in initialization of 'const char *' from 'const unsigned char *' differ in signedness [-Wpointer-sign] 25 | const char *c=V4mappedprefix; | ^~~~~~~~~~~~~~ In file included from ip6_scan.c:4: byte.h:15:47: warning: pointer targets in passing argument 3 of 'byte_diff' differ in signedness [-Wpointer-sign] 15 | #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) | ^~~ | | | const unsigned char * ip6_scan.c:26:9: note: in expansion of macro 'byte_equal' 26 | if (byte_equal(ip+12,4,V6any)) c=V6any; | ^~~~~~~~~~ byte.h:12:56: note: expected 'const char *' but argument is of type 'const unsigned char *' 12 | int byte_diff(const char *s,unsigned int n,const char *t); | ~~~~~~~~~~~~^ ip6_scan.c:26:37: warning: pointer targets in assignment from 'const unsigned char *' to 'const char *' differ in signedness [-Wpointer-sign] 26 | if (byte_equal(ip+12,4,V6any)) c=V6any; | ^ ./auto-compilew.sh -c scan_long.c ./auto-compilew.sh -c scan_sign.c ./auto-compilew.sh -c scan_ulong.c ./auto-compilew.sh -c scan_xlong.c ./auto-compilew.sh -c str_chr.c ./auto-compilew.sh -c str_diff.c ./auto-compilew.sh -c str_len.c ./auto-compilew.sh -c str_rchr.c ./auto-compilew.sh -c str_start.c ./auto-compilew.sh -c uint16_pack.c ./auto-compilew.sh -c uint16_unpack.c ./auto-compilew.sh -c uint32_pack.c ./auto-compilew.sh -c uint32_unpack.c ./auto-makelib.sh libbyte.a byte_chr.o byte_copy.o byte_cr.o byte_diff.o byte_zero.o case_diffb.o case_lowerb.o case_lowers.o case_lwrtab.o case_startb.o case_starts.o fmt_uint0.o fmt_uint64.o fmt_ulong.o fmt_xlong.o ip4_constants.o ip4_fmt.o ip4_scan.o ip6_constants.o ip6_fmt.o ip6_scan.o scan_long.o scan_sign.o scan_ulong.o scan_xlong.o str_chr.o str_diff.o str_len.o str_rchr.o str_start.o uint16_pack.o uint16_unpack.o uint32_pack.o uint32_unpack.o ar: `u' modifier ignored since `D' is the default (see `U') sh fsync.sh >fsync.t && mv fsync.t auto-fsync.lib sh replace.sh utimes utimes "" -lsocket >auto-utimes.lib.t && mv auto-utimes.lib.t auto-utimes.lib ./auto-link.sh ftpcopy ftpcopy.o ftpparse.o ftplib.o ftp_read_lis.o urlparse.o canon.o common.o mdtm.o mysleep.o warn_broken.o eof_or_error.o utcdate2tai.o sockrecbuf.o ssort.o inq_winsize.o libuotime.a libuomisc.a libdns.a libstrhash.a libunix.a libtai.a libbyte.a `head -n 1 auto-socket.lib` `head -n 1 auto-fsync.lib` `head -n 1 auto-utimes.lib` `head -n 1 auto-gettimeofday.lib` ./auto-compilew.sh -c ftpls.c ftpls.c: In function 'get_listing': ftpls.c:181:53: warning: pointer targets in passing argument 2 of 'cmdwrite2' differ in signedness [-Wpointer-sign] 181 | cmdwrite2(r_dir->s[0]=='/' ? "CWD " : "CWD /",r_dir->s); | ~~~~~^~~ | | | char * In file included from ftpls.c:26: ftpcopy.h:149:53: note: expected 'const unsigned char *' but argument is of type 'char *' 149 | void cmdwrite2(const char *s1, const unsigned char *s2); | ~~~~~~~~~~~~~~~~~~~~~^~ ftpls.c:199:22: warning: pointer targets in passing argument 2 of 'cmdwrite2' differ in signedness [-Wpointer-sign] 199 | cmdwrite2("LIST ", o_list_options); | ^~~~~~~~~~~~~~ | | | const char * In file included from ftpls.c:26: ftpcopy.h:149:53: note: expected 'const unsigned char *' but argument is of type 'const char *' 149 | void cmdwrite2(const char *s1, const unsigned char *s2); | ~~~~~~~~~~~~~~~~~~~~~^~ ftpls.c:175:6: warning: variable 'got_it' set but not used [-Wunused-but-set-variable] 175 | int got_it; | ^~~~~~ ftpls.c: In function 'main': ftpls.c:529:7: warning: variable 'retcode' set but not used [-Wunused-but-set-variable] 529 | int retcode; | ^~~~~~~ ./auto-compilew.sh -c sort_it.c ./auto-link.sh ftpls ftpls.o ftpparse.o ftplib.o ftp_read_lis.o urlparse.o sort_it.o common.o mysleep.o warn_broken.o eof_or_error.o utcdate2tai.o ssort.o libuotime.a libdns.a libuomisc.a libstrhash.a libdns.a libunix.a libtai.a libbyte.a `head -n 1 auto-socket.lib` `head -n 1 auto-gettimeofday.lib` (echo .ds PA ftpcopy ;\ echo .ds VE 0.6.7 ;\ echo .ds CL web ;\ ) >auto-version.tmac.t cmp auto-version.tmac auto-version.tmac.t \ || cp auto-version.tmac.t auto-version.tmac cmp: auto-version.tmac: No such file or directory touch version.tmac.stamp && rm auto-version.tmac.t cat groff.tmac auto-version.tmac ftpcp.1.in \ | sed 's/^.section/.SH/' >ftpcp.1.t \ && mv ftpcp.1.t ftpcp.1 perl uogo2man ftpcopy ./ftpcopy 1 man "--include-exclude-help" \ "IN/EXCLUDE" >ftpcopy.1.t &&mv ftpcopy.1.t ftpcopy.1 perl uogo2man ftpcopy ./ftpls 1 man >ftpls.1.t &&mv ftpls.1.t ftpls.1 perl uogo2man ftpcopy ./ftpcopy - html "--include-exclude-help" \ "IN/EXCLUDE" >ftpcopy.html.t &&mv ftpcopy.html.t ftpcopy.html perl uogo2man ftpcopy ./ftpls - html >ftpls.html.t &&mv ftpls.html.t \ ftpls.html gmake[1]: Leaving directory '/usr/src/RPM/BUILD/web/ftpcopy-0.6.7/compile' Copying documentation into ./doc... make: Leaving directory '/usr/src/RPM/BUILD/web/ftpcopy-0.6.7' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.11312 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ftpcopy-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ftpcopy-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd web + mkdir -p /usr/src/tmp/ftpcopy-buildroot/usr/bin /usr/src/tmp/ftpcopy-buildroot/usr/share/man/man1 + install -p -m755 ftpcopy-0.6.7/command/ftpcopy ftpcopy-0.6.7/command/ftpcp ftpcopy-0.6.7/command/ftpls /usr/src/tmp/ftpcopy-buildroot/usr/bin + install -p -m644 ftpcopy-0.6.7/doc/ftpcopy.1 ftpcopy-0.6.7/doc/ftpcp.1 ftpcopy-0.6.7/doc/ftpls.1 /usr/src/tmp/ftpcopy-buildroot/usr/share/man/man1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ftpcopy-buildroot (auto) Verifying and fixing files in /usr/src/tmp/ftpcopy-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ftpcopy-buildroot/ (default) Compressing files in /usr/src/tmp/ftpcopy-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/ftpcopy-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: ftpcopy-0.6.7-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.88597 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd web + DOCDIR=/usr/src/tmp/ftpcopy-buildroot/usr/share/doc/ftpcopy-0.6.7 + export DOCDIR + rm -rf /usr/src/tmp/ftpcopy-buildroot/usr/share/doc/ftpcopy-0.6.7 + /bin/mkdir -p /usr/src/tmp/ftpcopy-buildroot/usr/share/doc/ftpcopy-0.6.7 + cp -prL ftpcopy-0.6.7/src/ChangeLog ftpcopy-0.6.7/src/INSTALL ftpcopy-0.6.7/src/NEWS ftpcopy-0.6.7/src/README ftpcopy-0.6.7/src/THANKS /usr/src/tmp/ftpcopy-buildroot/usr/share/doc/ftpcopy-0.6.7 + chmod -R go-w /usr/src/tmp/ftpcopy-buildroot/usr/share/doc/ftpcopy-0.6.7 + chmod -R a+rX /usr/src/tmp/ftpcopy-buildroot/usr/share/doc/ftpcopy-0.6.7 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ON3z2X find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.u9zDkY find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /bin/sh, /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.15)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MKseDY Creating ftpcopy-debuginfo package Processing files: ftpcopy-debuginfo-0.6.7-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.z8jutY find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rptaDX find-requires: running scripts (debuginfo) Requires: ftpcopy = 0.6.7-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/ftpcopy-0.6.7-alt1.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ftpcopy-debuginfo-0.6.7-alt1.qa1.x86_64.rpm (w2.lzdio) 3.47user 3.61system 0:11.20elapsed 63%CPU (0avgtext+0avgdata 34616maxresident)k 0inputs+0outputs (0major+849826minor)pagefaults 0swaps /.out/ftpcopy-0.6.7-alt1.qa1.x86_64.rpm: bad symbols in the license tag: , /.out/ftpcopy-debuginfo-0.6.7-alt1.qa1.x86_64.rpm: bad symbols in the license tag: , 0.59user 1.87system 0:16.31elapsed 15%CPU (0avgtext+0avgdata 12176maxresident)k 0inputs+0outputs (0major+97359minor)pagefaults 0swaps --- ftpcopy-0.6.7-alt1.qa1.x86_64.rpm.repo 2013-04-15 04:34:53.000000000 +0000 +++ ftpcopy-0.6.7-alt1.qa1.x86_64.rpm.hasher 2024-06-02 00:53:54.307951223 +0000 @@ -9,5 +9,5 @@ /usr/share/doc/ftpcopy-0.6.7/THANKS 100644 root:root -/usr/share/man/man1/ftpcopy.1.bz2 100644 root:root -/usr/share/man/man1/ftpcp.1 100644 root:root -/usr/share/man/man1/ftpls.1.gz 100644 root:root +/usr/share/man/man1/ftpcopy.1.xz 100644 root:root +/usr/share/man/man1/ftpcp.1.xz 100644 root:root +/usr/share/man/man1/ftpls.1.xz 100644 root:root Requires: /bin/sh @@ -22,5 +22,5 @@ Provides: ftpcopy = 0.6.7-alt1.qa1 -File: /usr/bin/ftpcopy 100755 root:root 7e0be513dd35f4e021ff8c01b938e991 +File: /usr/bin/ftpcopy 100755 root:root 9aa0d615044b4168008b2e734147f116 File: /usr/bin/ftpcp 100755 root:root 840267bbdce9558e601f642f725b4053 -File: /usr/bin/ftpls 100755 root:root d98c832161e35689411ae4c9b617d27a +File: /usr/bin/ftpls 100755 root:root 722996d233670f43d4bf126bad80950c File: /usr/share/doc/ftpcopy-0.6.7 40755 root:root @@ -31,5 +31,5 @@ File: /usr/share/doc/ftpcopy-0.6.7/THANKS 100644 root:root bcb97ef0fc8791bcca395cc50e5809fa -File: /usr/share/man/man1/ftpcopy.1.bz2 100644 root:root fb17c9533825c373bd8f92aa9e2c2e4f -File: /usr/share/man/man1/ftpcp.1 100644 root:root 8b24431c7eb86640012198f73bd34ee9 -File: /usr/share/man/man1/ftpls.1.gz 100644 root:root ef8805d8d75dc04083c21c7458d2ecae -RPMIdentity: bcff4e6d6408f65fc804dbc26e8cc749af3be36b5903daff535550924f260a6be7b5959e28a4b7ec4dc0d9b314eaaed9df9040bec46d3f861ab3170db3a3b9e9 +File: /usr/share/man/man1/ftpcopy.1.xz 100644 root:root 6c9031e26cad9e5fae31122e940051f8 +File: /usr/share/man/man1/ftpcp.1.xz 100644 root:root 338c114060e527002df37229b0f21997 +File: /usr/share/man/man1/ftpls.1.xz 100644 root:root e1f30b99cc26eb301289bfd4d145c186 +RPMIdentity: 024667936525c31215c01ce11ff3b772010376f2c6df728bef451cce1564f4fe09a1d25fed14707306ecb791c464ce62e8c6c0b282c011cb1d84220925bf0f1a --- ftpcopy-debuginfo-0.6.7-alt1.qa1.x86_64.rpm.repo 2013-04-15 04:34:53.000000000 +0000 +++ ftpcopy-debuginfo-0.6.7-alt1.qa1.x86_64.rpm.hasher 2024-06-02 00:53:54.382952382 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/b2 40755 root:root -/usr/lib/debug/.build-id/b2/9caa93650d766bb172cabf0a3c4065f977fbb6 120777 root:root ../../../../bin/ftpcopy -/usr/lib/debug/.build-id/b2/9caa93650d766bb172cabf0a3c4065f977fbb6.debug 120777 root:root ../../usr/bin/ftpcopy.debug -/usr/lib/debug/.build-id/de 40755 root:root -/usr/lib/debug/.build-id/de/d80c3b233e67e46c414b0e3938445863c2c80e 120777 root:root ../../../../bin/ftpls -/usr/lib/debug/.build-id/de/d80c3b233e67e46c414b0e3938445863c2c80e.debug 120777 root:root ../../usr/bin/ftpls.debug +/usr/lib/debug/.build-id/4b 40755 root:root +/usr/lib/debug/.build-id/4b/c315b42ecee8f94a68814b934dbafeb283b16f 120777 root:root ../../../../bin/ftpls +/usr/lib/debug/.build-id/4b/c315b42ecee8f94a68814b934dbafeb283b16f.debug 120777 root:root ../../usr/bin/ftpls.debug +/usr/lib/debug/.build-id/c7 40755 root:root +/usr/lib/debug/.build-id/c7/9ae86967df82aae02fceca82ea4baadd44832c 120777 root:root ../../../../bin/ftpcopy +/usr/lib/debug/.build-id/c7/9ae86967df82aae02fceca82ea4baadd44832c.debug 120777 root:root ../../usr/bin/ftpcopy.debug /usr/lib/debug/usr/bin/ftpcopy.debug 100644 root:root @@ -13,10 +13,10 @@ Provides: ftpcopy-debuginfo = 0.6.7-alt1.qa1 -File: /usr/lib/debug/.build-id/b2 40755 root:root -File: /usr/lib/debug/.build-id/b2/9caa93650d766bb172cabf0a3c4065f977fbb6 120777 root:root ../../../../bin/ftpcopy -File: /usr/lib/debug/.build-id/b2/9caa93650d766bb172cabf0a3c4065f977fbb6.debug 120777 root:root ../../usr/bin/ftpcopy.debug -File: /usr/lib/debug/.build-id/de 40755 root:root -File: /usr/lib/debug/.build-id/de/d80c3b233e67e46c414b0e3938445863c2c80e 120777 root:root ../../../../bin/ftpls -File: /usr/lib/debug/.build-id/de/d80c3b233e67e46c414b0e3938445863c2c80e.debug 120777 root:root ../../usr/bin/ftpls.debug -File: /usr/lib/debug/usr/bin/ftpcopy.debug 100644 root:root dda777891a2b06c32bcffd2804ab9e09 -File: /usr/lib/debug/usr/bin/ftpls.debug 100644 root:root 9c4945097cf23233413cbbca8f87f335 -RPMIdentity: 5ea1ba81c6198c9492fa16f61d0a7e9403ed5e605c959d6ab20b3c816504100e0084f64b95498b00d26ee7f7fc2f16815897208575bfa13a565569d8addce18f +File: /usr/lib/debug/.build-id/4b 40755 root:root +File: /usr/lib/debug/.build-id/4b/c315b42ecee8f94a68814b934dbafeb283b16f 120777 root:root ../../../../bin/ftpls +File: /usr/lib/debug/.build-id/4b/c315b42ecee8f94a68814b934dbafeb283b16f.debug 120777 root:root ../../usr/bin/ftpls.debug +File: /usr/lib/debug/.build-id/c7 40755 root:root +File: /usr/lib/debug/.build-id/c7/9ae86967df82aae02fceca82ea4baadd44832c 120777 root:root ../../../../bin/ftpcopy +File: /usr/lib/debug/.build-id/c7/9ae86967df82aae02fceca82ea4baadd44832c.debug 120777 root:root ../../usr/bin/ftpcopy.debug +File: /usr/lib/debug/usr/bin/ftpcopy.debug 100644 root:root 6cccc34e8661a43c974613577918885a +File: /usr/lib/debug/usr/bin/ftpls.debug 100644 root:root 1f25916485ed3f4ee4654a64696cadb2 +RPMIdentity: 526ceb2ca02f709362066122b95a81e2ec56928339f48a1e6cbc8f76c932c097bb54756f66c72fcb09980d05319ff126cecdae1c9687c09275c5abb226b7ca4b