==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done ==> Making package: zh-autoconvert 0.3.16-5 (Fri Jul 10 17:51:21 2020) ==> Retrieving sources... -> Found zh-autoconvert-0.3.16.tar.gz -> Found autoconvert.patch ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... zh-autoconvert-0.3.16.tar.gz ... Passed autoconvert.patch ... Passed ==> Making package: zh-autoconvert 0.3.16-5 (Fri 10 Jul 2020 05:51:28 PM UTC) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found zh-autoconvert-0.3.16.tar.gz -> Found autoconvert.patch ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting zh-autoconvert-0.3.16.tar.gz with bsdtar ==> Starting build()... patching file Makefile cd hzconvert;make make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/build/zh-autoconvert/src/autoconvert-0.3.16/hzconvert' gcc -I../include -fPIC -O2 -Wall -g -c b2g.c gcc -I../include -fPIC -O2 -Wall -g -c b2u.c b2u.c: In function 'big2uni': b2u.c:123:2: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] b2u.c:123:2: warning: incompatible implicit declaration of built-in function 'memcpy' b2u.c:54:1: note: include '<string.h>' or provide a declaration of 'memcpy' b2u.c: In function 'uni2big': b2u.c:163:2: warning: incompatible implicit declaration of built-in function 'memcpy' b2u.c:163:2: note: include '<string.h>' or provide a declaration of 'memcpy' gcc -I../include -fPIC -O2 -Wall -g -c g2u.c g2u.c: In function 'gb2uni': g2u.c:121:2: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] g2u.c:121:2: warning: incompatible implicit declaration of built-in function 'memcpy' g2u.c:28:1: note: include '<string.h>' or provide a declaration of 'memcpy' g2u.c: In function 'uni2gb': g2u.c:161:2: warning: incompatible implicit declaration of built-in function 'memcpy' g2u.c:161:2: note: include '<string.h>' or provide a declaration of 'memcpy' gcc -I../include -fPIC -O2 -Wall -g -c hz2gb.c gcc -I../include -fPIC -O2 -Wall -g -c b2g_tables.c gcc -I../include -fPIC -O2 -Wall -g -c b2u_tables.c gcc -I../include -fPIC -O2 -Wall -g -c g2u_tables.c gcc -I../include -fPIC -O2 -Wall -g -c io.c io.c: In function 'hzconvert': io.c:45:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] gcc -I../include -fPIC -O2 -Wall -g -c unicode.c unicode.c: In function 'utf8_uni': unicode.c:114:2: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] unicode.c:114:2: warning: incompatible implicit declaration of built-in function 'memcpy' unicode.c:28:1: note: include '<string.h>' or provide a declaration of 'memcpy' unicode.c: In function 'uni_utf8': unicode.c:181:2: warning: incompatible implicit declaration of built-in function 'memcpy' unicode.c:181:2: note: include '<string.h>' or provide a declaration of 'memcpy' unicode.c: In function 'init_utf7_tables': unicode.c:241:9: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] unicode.c:243:9: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] unicode.c: In function 'utf7_uni': unicode.c:380:2: warning: incompatible implicit declaration of built-in function 'memcpy' unicode.c:358:1: note: include '<string.h>' or provide a declaration of 'memcpy' unicode.c: In function 'uni_utf7': unicode.c:437:2: warning: incompatible implicit declaration of built-in function 'memcpy' unicode.c:409:1: note: include '<string.h>' or provide a declaration of 'memcpy' gcc -I../include -fPIC -O2 -Wall -g -c judge.c judge.c: In function 'j_code': judge.c:45:9: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] judge.c:45:18: warning: comparison of distinct pointer types lacks a cast judge.c:64:6: warning: implicit declaration of function 'strstr' [-Wimplicit-function-declaration] judge.c:64:6: warning: incompatible implicit declaration of built-in function 'strstr' judge.c:31:1: note: include '<string.h>' or provide a declaration of 'strstr' judge.c:70:10: warning: implicit declaration of function 'j_code3'; did you mean 'j_code'? [-Wimplicit-function-declaration] gcc -I../include -fPIC -O2 -Wall -g -c judge3.c judge3.c: In function 'j_code3': judge3.c:47:9: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] judge3.c:47:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] judge3.c:47:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] judge3.c:71:22: warning: pointer targets in passing argument 1 of 'inGB' differ in signedness [-Wpointer-sign] In file included from judge3.c:34: ../include/zhstatis.h:31:2: note: expected 'const char *' but argument is of type 'unsigned char *' judge3.c:71:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] judge3.c:73:24: warning: pointer targets in passing argument 1 of 'inBig5' differ in signedness [-Wpointer-sign] In file included from judge3.c:34: ../include/zhstatis.h:33:2: note: expected 'const char *' but argument is of type 'unsigned char *' judge3.c:73:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] gcc -I../include -fPIC -O2 -Wall -g -c gbpercent.c gcc -I../include -fPIC -O2 -Wall -g -c b5percent.c gcc -I../include -fPIC -O2 -Wall -g -c search.c ar rs ../lib/libhz.a b2g.o b2u.o g2u.o hz2gb.o b2g_tables.o b2u_tables.o g2u_tables.o io.o unicode.o judge.o judge3.o gbpercent.o b5percent.o search.o ar: creating ../lib/libhz.a gcc -fPIC -shared -Wl,-soname,libhz.so.0 -o ../lib/libhz.so.0.0 b2g.o b2u.o g2u.o hz2gb.o b2g_tables.o b2u_tables.o g2u_tables.o io.o unicode.o judge.o judge3.o gbpercent.o b5percent.o search.o -ldl rm -f ../lib/libhz.so.0 rm -f ../lib/libhz.so cd ../lib;ln -s libhz.so.0.0 libhz.so.0 cd ../lib;ln -s libhz.so.0 libhz.so make[1]: Leaving directory '/build/zh-autoconvert/src/autoconvert-0.3.16/hzconvert' gcc -O2 -g -Wall -Iinclude -Llib -lhz autogb.c -lhz -o autogb autogb.c: In function ‘print_help’: autogb.c:38:2: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration] 38 | exit(0); | ^~~~ autogb.c:38:2: warning: incompatible implicit declaration of built-in function ‘exit’ autogb.c:31:1: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’ 30 | #include "hz.h" +++ |+#include <stdlib.h> 31 | autogb.c: In function ‘main’: autogb.c:57:6: warning: implicit declaration of function ‘strstr’ [-Wimplicit-function-declaration] 57 | if( strstr(argv[0],"autogb") != '\0' ){ | ^~~~~~ autogb.c:57:6: warning: incompatible implicit declaration of built-in function ‘strstr’ autogb.c:31:1: note: include ‘<string.h>’ or provide a declaration of ‘strstr’ 30 | #include "hz.h" +++ |+#include <string.h> 31 | autogb.c:57:31: warning: comparison between pointer and zero character constant [-Wpointer-compare] 57 | if( strstr(argv[0],"autogb") != '\0' ){ | ^~ autogb.c:57:6: note: did you mean to dereference the pointer? 57 | if( strstr(argv[0],"autogb") != '\0' ){ | ^ autogb.c:59:36: warning: comparison between pointer and zero character constant [-Wpointer-compare] 59 | }else if(strstr(argv[0],"autob5") != '\0'){ | ^~ autogb.c:59:11: note: did you mean to dereference the pointer? 59 | }else if(strstr(argv[0],"autob5") != '\0'){ | ^ autogb.c:98:18: warning: implicit declaration of function ‘conv_str’ [-Wimplicit-function-declaration] 98 | if((incode=conv_str(optarg))==OTHER_CODE) print_help(argv[0]); | ^~~~~~~~ autogb.c:120:12: warning: implicit declaration of function ‘read’; did you mean ‘fread’? [-Wimplicit-function-declaration] 120 | if((count=read(0,pbuf,MAX_BUFFER))< 0){ | ^~~~ | fread autogb.c:132:4: warning: incompatible implicit declaration of built-in function ‘exit’ 132 | exit(0); | ^~~~ autogb.c:132:4: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’ autogb.c:138:4: warning: implicit declaration of function ‘write’; did you mean ‘fwrite’? [-Wimplicit-function-declaration] 138 | write(1,pbuf,count); | ^~~~~ | fwrite autogb.c:130:12: warning: ‘outcode’ may be used uninitialized in this function [-Wmaybe-uninitialized] 130 | if((dist=hz_search(incode,outcode,8))==0){ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ rm -f autob5;ln -s autogb autob5 ==> Entering fakeroot environment... ==> Starting package()... mkdir -p /build/zh-autoconvert/pkg/zh-autoconvert/usr/bin mkdir -p /build/zh-autoconvert/pkg/zh-autoconvert/usr/lib mkdir -p /build/zh-autoconvert/pkg/zh-autoconvert/usr/include install -m 755 autogb /build/zh-autoconvert/pkg/zh-autoconvert/usr/bin install -m 755 lib/libhz.so.0.0 /build/zh-autoconvert/pkg/zh-autoconvert/usr/lib cd /build/zh-autoconvert/pkg/zh-autoconvert/usr/lib;ln -s libhz.so.0.0 libhz.so.0 cd /build/zh-autoconvert/pkg/zh-autoconvert/usr/lib;ln -s libhz.so.0 libhz.so install -m 644 lib/libhz.a /build/zh-autoconvert/pkg/zh-autoconvert/usr/lib install -m 644 include/*.h /build/zh-autoconvert/pkg/zh-autoconvert/usr/include ln -s autogb /build/zh-autoconvert/pkg/zh-autoconvert/usr/bin/autob5 ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "zh-autoconvert"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: zh-autoconvert 0.3.16-5 (Fri 10 Jul 2020 05:51:33 PM UTC) ==> Cleaning up...