<86>Jan 31 10:02:58 userdel[3536410]: delete user 'rooter'
<86>Jan 31 10:02:58 groupadd[3536467]: group added to /etc/group: name=rooter, GID=648
<86>Jan 31 10:02:58 groupadd[3536467]: new group: name=rooter, GID=648
<86>Jan 31 10:02:58 useradd[3536472]: new user: name=rooter, UID=648, GID=648, home=/root, shell=/bin/bash
<86>Jan 31 10:02:58 userdel[3536500]: delete user 'builder'
<86>Jan 31 10:02:58 userdel[3536500]: removed group 'builder' owned by 'builder'
<86>Jan 31 10:02:58 userdel[3536500]: removed shadow group 'builder' owned by 'builder'
<86>Jan 31 10:02:58 groupadd[3536529]: group added to /etc/group: name=builder, GID=649
<86>Jan 31 10:02:58 groupadd[3536529]: group added to /etc/gshadow: name=builder
<86>Jan 31 10:02:58 groupadd[3536529]: new group: name=builder, GID=649
<86>Jan 31 10:02:58 useradd[3536536]: new user: name=builder, UID=649, GID=649, home=/usr/src, shell=/bin/bash
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/ftpcopy-0.6.7-alt1.qa1.nosrc.rpm
Installing ftpcopy-0.6.7-alt1.qa1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.76929
+ 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.68748
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd web
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
+ 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
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 <unistd.h>" "fsync(0)" "" "" >auto-have_fsync.h.t && mv auto-have_fsync.h.t auto-have_fsync.h
sh have_func.sh utimes "#include <sys/time.h>" "utimes(0,0)" "" "" >auto-have_utimes.h.t && mv auto-have_utimes.h.t auto-have_utimes.h
conftest3547798.c: In function 'main':
conftest3547798.c:7:2: warning: implicit declaration of function '_exit' [-Wimplicit-function-declaration]
  _exit(0);
  ^~~~~
conftest3547798.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.3548504.c:5:1: warning: return type defaults to 'int' [-Wimplicit-int]
 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
conftest3548841.c: In function 'main':
conftest3548841.c:6:8: warning: implicit declaration of function 'futimes' [-Wimplicit-function-declaration]
   if (!futimes(argv[1],dummy)) return 0;
        ^~~~~~~
rm -f auto-systype.t
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]
   for (e=api_dir_walkstart(&sa,&flag);
                                ^~~~~
In file included from ftpcopy.c:42:
api_dir.h:5:14: note: expected 'unsigned int *' but argument is of type 'int *'
 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]
     e; e=api_dir_walknext(&sa,&flag)) {
                               ^~~~~
In file included from ftpcopy.c:42:
api_dir.h:6:14: note: expected 'unsigned int *' but argument is of type 'int *'
 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]
     cmdwrite2("REST ",nb);
                       ^~
In file included from ftpcopy.c:29:
ftpcopy.h:149:6: note: expected 'const unsigned char *' but argument is of type 'char *'
 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]
       cmdwrite2("REST ","0");
                         ^~~
In file included from ftpcopy.c:29:
ftpcopy.h:149:6: note: expected 'const unsigned char *' but argument is of type 'char *'
 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]
   cmdwrite2("RETR ",r_dir->s);
                     ~~~~~^~~
In file included from ftpcopy.c:29:
ftpcopy.h:149:6: note: expected 'const unsigned char *' but argument is of type 'char *'
 void cmdwrite2(const char *s1, const unsigned char *s2);
      ^~~~~~~~~
ftpcopy.c:283:7: warning: variable 'mtimetype' set but not used [-Wunused-but-set-variable]
   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]
   cmdwrite2("CWD ",r_dir->s);
                    ~~~~~^~~
In file included from ftpcopy.c:29:
ftpcopy.h:149:6: note: expected 'const unsigned char *' but argument is of type 'char *'
 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]
     cmdwrite2("LIST ", o_list_options);
                        ^~~~~~~~~~~~~~
In file included from ftpcopy.c:29:
ftpcopy.h:149:6: note: expected 'const unsigned char *' but argument is of type 'const char *'
 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]
   cmdwrite2("LIST ",r_dir->s);
                     ~~~~~^~~
In file included from ftpcopy.c:29:
ftpcopy.h:149:6: note: expected 'const unsigned char *' but argument is of type 'char *'
 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]
   cmdwrite2("MLST ",r_dir->s);
                     ~~~~~^~~
In file included from ftpcopy.c:29:
ftpcopy.h:149:6: note: expected 'const unsigned char *' but argument is of type 'char *'
 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]
   cmdwrite2("CWD ",r_dir->s);
                    ~~~~~^~~
In file included from ftpcopy.c:29:
ftpcopy.h:149:6: note: expected 'const unsigned char *' but argument is of type 'char *'
 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]
   cmdwrite2("LIST ",r_dir->s);
                     ~~~~~^~~
In file included from ftpcopy.c:29:
ftpcopy.h:149:6: note: expected 'const unsigned char *' but argument is of type 'char *'
 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]
   for (e=api_dir_walkstart(&sa,&flag);
                                ^~~~~
In file included from ftpcopy.c:42:
api_dir.h:5:14: note: expected 'unsigned int *' but argument is of type 'int *'
 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]
     e; e=api_dir_walknext(&sa,&flag)) {
                               ^~~~~
In file included from ftpcopy.c:42:
api_dir.h:6:14: note: expected 'unsigned int *' but argument is of type 'int *'
 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]
       getmod(&mtime,x + i + j + 1, k - 1);
                     ~~~~~~~~~~^~~
ftpparse.c:105:1: note: expected 'const unsigned char *' but argument is of type 'char *'
 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]
   count=dosplit(buf, len, p,l);
                             ^
ftpparse.c:383:1: note: expected 'unsigned int *' but argument is of type 'int *'
 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]
   fp->size=size;
   ~~~~~~~~^~~~~
ftpparse.c: In function 'ftpparse':
ftpparse.c:744:3: warning: 'year' may be used uninitialized in this function [-Wmaybe-uninitialized]
   utcdate2tai (&f->mtime,year,mon,day,hour,min,sec);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ftpparse.c:696:17: note: 'year' was declared here
   unsigned long year;
                 ^~~~
ftpparse.c:695:17: warning: 'day' may be used uninitialized in this function [-Wmaybe-uninitialized]
   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]
    if (-1==buffer_put(io,s,1)) return -1;
                          ^
In file included from ftplib.c:10:
buffer.h:23:12: note: expected 'const char *' but argument is of type 'const unsigned char *'
 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]
   if (-1==buffer_put(io,s++,1)) return -1;
                         ~^~
In file included from ftplib.c:10:
buffer.h:23:12: note: expected 'const char *' but argument is of type 'const unsigned char *'
 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]
  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]
  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]
  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]
  if (-1==ftp_cc_write_cmd_s(io_o,"PASV")) return -1;
                                  ^~~~~~
ftplib.c:33:1: note: expected 'const unsigned char *' but argument is of type 'char *'
 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]
  if (-1==ftp_cc_write_cmd_ss(&io_o,s1,s2))
                                    ^~
In file included from common.c:14:
ftplib.h:18:5: note: expected 'const unsigned char *' but argument is of type 'const char *'
 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]
  if (-1==ftp_cc_write_cmd_s(&io_o,s1))
                                   ^~
In file included from common.c:14:
ftplib.h:17:5: note: expected 'const unsigned char *' but argument is of type 'const char *'
 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]
    cmdwrite2 ("USER ", o_user);
                        ^~~~~~
common.c:81:1: note: expected 'const unsigned char *' but argument is of type 'const char *'
 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]
     cmdwrite2 ("PASS ", o_pass);
                         ^~~~~~
common.c:81:1: note: expected 'const unsigned char *' but argument is of type 'const char *'
 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]
     cmdwrite2 ("ACCT ", o_acct);
                         ^~~~~~
common.c:81:1: note: expected 'const unsigned char *' but argument is of type 'const char *'
 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]
 #define byte_equal(s,n,t) (!byte_diff((s),(n),(t)))
                                               ^~~
ip6.h:23:29: note: in expansion of macro 'byte_equal'
 #define ip6_isv4mapped(ip) (byte_equal(ip,12,V4mappedprefix))
                             ^~~~~~~~~~
common.c:313:9: note: in expansion of macro 'ip6_isv4mapped'
     if (ip6_isv4mapped(remoteip.s+i)) {
         ^~~~~~~~~~~~~~
byte.h:12:5: note: expected 'const char *' but argument is of type 'const unsigned char *'
 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]
   cmdwrite2("MDTM ",s);
                     ^
In file included from mdtm.c:16:
ftpcopy.h:149:6: note: expected 'const unsigned char *' but argument is of type 'const char *'
 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
./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]
       if (!stralloc_copyb(&addresses,V4mappedprefix,12)) OOM();
                                      ^~~~~~~~~~~~~~
In file included from host_connect64.c:5:
stralloc.h:23:12: note: expected 'const char *' but argument is of type 'const unsigned char *'
 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]
 #define byte_equal(s,n,t) (!byte_diff((s),(n),(t)))
                                               ^~~
ip6.h:23:29: note: in expansion of macro 'byte_equal'
 #define ip6_isv4mapped(ip) (byte_equal(ip,12,V4mappedprefix))
                             ^~~~~~~~~~
host_connect64.c:126:12: note: in expansion of macro 'ip6_isv4mapped'
       if (!ip6_isv4mapped(addresses.s+l)) {
            ^~~~~~~~~~~~~~
byte.h:12:5: note: expected 'const char *' but argument is of type 'const unsigned char *'
 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]
 #define byte_equal(s,n,t) (!byte_diff((s),(n),(t)))
                                               ^~~
ip6.h:23:29: note: in expansion of macro 'byte_equal'
 #define ip6_isv4mapped(ip) (byte_equal(ip,12,V4mappedprefix))
                             ^~~~~~~~~~
host_connect64.c:136:12: note: in expansion of macro 'ip6_isv4mapped'
       if (!ip6_isv4mapped(addresses.s+l)) {
            ^~~~~~~~~~~~~~
byte.h:12:5: note: expected 'const char *' but argument is of type 'const unsigned char *'
 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]
   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]
   l=scan_long(s,(unsigned long *)x->var);
                 ^~~~~~~~~~~~~~~~~~~~~~~
In file included from uogetopt.c:42:
scan.h:14:21: note: expected 'long int *' but argument is of type 'long unsigned int *'
 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
./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]
     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
./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
./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]
 #define byte_equal(s,n,t) (!byte_diff((s),(n),(t)))
                                               ^~~
ip6.h:23:29: note: in expansion of macro 'byte_equal'
 #define ip6_isv4mapped(ip) (byte_equal(ip,12,V4mappedprefix))
                             ^~~~~~~~~~
socket_conn64.c:19:7: note: in expansion of macro 'ip6_isv4mapped'
   if (ip6_isv4mapped(ip))
       ^~~~~~~~~~~~~~
byte.h:12:5: note: expected 'const char *' but argument is of type 'const unsigned char *'
 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]
 #define byte_equal(s,n,t) (!byte_diff((s),(n),(t)))
                                               ^~~
socket_conn64.c:22:7: note: in expansion of macro 'byte_equal'
   if (byte_equal(ip,16,V6loopback))
       ^~~~~~~~~~
byte.h:12:5: note: expected 'const char *' but argument is of type 'const unsigned char *'
 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]
     return socket_connect4(s,V4loopback,port);
                              ^~~~~~~~~~
In file included from socket_conn64.c:5:
socket.h:15:5: note: expected 'const char *' but argument is of type 'const unsigned char *'
 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]
   if (-1!=getsockname(fd,(struct sockaddr *) &sa6,&dummy)) {
                                                   ^~~~~~
In file included from socket_family.c:2:
/usr/include/sys/socket.h:116:12: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *'
 extern int getsockname (int __fd, __SOCKADDR_ARG __addr,
            ^~~~~~~~~~~
socket_family.c:23:51: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign]
   if (-1==getsockname(fd,(struct sockaddr *) &sa4,&dummy))
                                                   ^~~~~~
In file included from socket_family.c:2:
/usr/include/sys/socket.h:116:12: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *'
 extern int getsockname (int __fd, __SOCKADDR_ARG __addr,
            ^~~~~~~~~~~
./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]
  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]
  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
./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
./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]
   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'
   if (*p == ch) break; ++p; --n;
                        ^~
byte_chr.c:19:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   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'
   if (*p == ch) break; ++p; --n;
                        ^~
byte_chr.c:22:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   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'
   if (*p == ch) break; ++p; --n;
                        ^~
byte_chr.c:25:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   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'
   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]
  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]
  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]
     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]
  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]
  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]
 #define byte_equal(s,n,t) (!byte_diff((s),(n),(t)))
                                               ^~~
ip6.h:23:29: note: in expansion of macro 'byte_equal'
 #define ip6_isv4mapped(ip) (byte_equal(ip,12,V4mappedprefix))
                             ^~~~~~~~~~
ip6_fmt.c:17:18: note: in expansion of macro 'ip6_isv4mapped'
     if (j==12 && ip6_isv4mapped(ip)) {
                  ^~~~~~~~~~~~~~
byte.h:12:5: note: expected 'const char *' but argument is of type 'const unsigned char *'
 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]
    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'
    if (s) *s++=':'; ++len;
                     ^~
ip6_fmt.c:34:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  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'
  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]
     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]
 #define byte_equal(s,n,t) (!byte_diff((s),(n),(t)))
                                               ^~~
ip6_scan.c:26:9: note: in expansion of macro 'byte_equal'
     if (byte_equal(ip+12,4,V6any)) c=V6any;
         ^~~~~~~~~~
byte.h:12:5: note: expected 'const char *' but argument is of type 'const unsigned char *'
 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]
     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
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]
  cmdwrite2(r_dir->s[0]=='/' ? "CWD " : "CWD /",r_dir->s);
                                                ~~~~~^~~
In file included from ftpls.c:26:
ftpcopy.h:149:6: note: expected 'const unsigned char *' but argument is of type 'char *'
 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]
   cmdwrite2("LIST ", o_list_options);
                      ^~~~~~~~~~~~~~
In file included from ftpls.c:26:
ftpcopy.h:149:6: note: expected 'const unsigned char *' but argument is of type 'const char *'
 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]
  int got_it;
      ^~~~~~
ftpls.c: In function 'main':
ftpls.c:529:7: warning: variable 'retcode' set but not used [-Wunused-but-set-variable]
   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.49842
+ 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
+ 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)
Checking contents of files in /usr/src/tmp/ftpcopy-buildroot/ (default)
Compressing files in /usr/src/tmp/ftpcopy-buildroot (auto)
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)
Hardlinking identical .pyc and .pyo files
Processing files: ftpcopy-0.6.7-alt1.qa1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.98626
+ 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.d1cSPB
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.bmqljA
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /bin/sh, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.15), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.4), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eFKeAa
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.P25E3B
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wivmDF
find-requires: running scripts (debuginfo)
Requires: ftpcopy = 0.6.7-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6)
Wrote: /usr/src/RPM/RPMS/i586/ftpcopy-0.6.7-alt1.qa1.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/ftpcopy-debuginfo-0.6.7-alt1.qa1.i586.rpm
8.19user 1.67system 0:31.36elapsed 31%CPU (0avgtext+0avgdata 30536maxresident)k
0inputs+0outputs (0major+809522minor)pagefaults 0swaps
9.52user 3.34system 0:39.75elapsed 32%CPU (0avgtext+0avgdata 30536maxresident)k
0inputs+0outputs (0major+984286minor)pagefaults 0swaps
--- ftpcopy-0.6.7-alt1.qa1.i586.rpm.repo	2013-04-15 04:34:52.000000000 +0000
+++ ftpcopy-0.6.7-alt1.qa1.i586.rpm.hasher	2021-01-31 10:03:33.923125387 +0000
@@ -9,5 +9,5 @@
 /usr/share/doc/ftpcopy-0.6.7/THANKS	100644	
-/usr/share/man/man1/ftpcopy.1.bz2	100644	
+/usr/share/man/man1/ftpcopy.1.xz	100644	
 /usr/share/man/man1/ftpcp.1	100644	
-/usr/share/man/man1/ftpls.1.gz	100644	
+/usr/share/man/man1/ftpls.1.xz	100644	
 Requires: /bin/sh