build started at Fri Nov 30 00:08:33 UTC 2012 port directory: /usr/ports/japanese/ack building for: 10.0-CURRENT amd64 maintained by: ports@FreeBSD.org Makefile ident: $FreeBSD: head/japanese/ack/Makefile 300896 2012-07-14 13:54:48Z beat $ ---Begin Environment--- OSVERSION=1000025 UNAME_v=FreeBSD 10.0-CURRENT UNAME_r=10.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HTTP_PROXY=http://10.56.1.1:8080 PKG_EXT=txz FORCE_PACKAGE=yes http_proxy=http://10.56.1.1:8080 tpid=61722 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNG=1 PKG_DELETE=/usr/local/sbin/pkg delete -y -f PKG_ADD=/usr/local/sbin/pkg add PWD=/usr/local/etc/poudriere.d LOGS=/pdata/logs HOME=/root USER=root SKIPSANITY=0 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- ================================================= ===> ja-ack-1.39_1 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /usr/ports/packages/All/pkg-1.0.2.txz Installing pkg-1.0.2... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of ja-ack-1.39_1 ====================================================================== ===> Cleaning for ja-ack-1.39_1 ================================================= ====================================================================== ================================================= ===> ja-ack-1.39_1 depends on file: /usr/local/sbin/pkg - found => ack139.tgz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch http://ftp.vector.co.jp/pack/unix/util/text/conv/code/ack139.tgz ack139.tgz 0 B 0 Bps ====================================================================== ================================================= ===> ja-ack-1.39_1 depends on file: /usr/local/sbin/pkg - found => SHA256 Checksum OK for ack139.tgz. ====================================================================== ================================================= ===> ja-ack-1.39_1 depends on file: /usr/local/sbin/pkg - found ===> Extracting for ja-ack-1.39_1 ===> ja-ack-1.39_1 depends on file: /usr/local/sbin/pkg - found => SHA256 Checksum OK for ack139.tgz. ====================================================================== ================================================= ===> Patching for ja-ack-1.39_1 ===> Applying FreeBSD patches for ja-ack-1.39_1 ====================================================================== ================================================= ===> Configuring for ja-ack-1.39_1 ====================================================================== ================================================= ===> Building for ja-ack-1.39_1 cc -O2 -pipe -fno-strict-aliasing -DDEFCODE=1 -DDEFJIS=2 -DENVACK=1 -DLANGCHK=1 -DJCONVSW=1 -c codetosjis.c codetosjis.c:45:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] CodeToSjis( code ) ^~~~~~~~~~ codetosjis.c:52:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if( code= sjismap2_h[hi] ){ ~~~~^~~~~~~~~~~~~~~~ codetosjis.c:52:11: note: place parentheses around the assignment to silence this warning if( code= sjismap2_h[hi] ){ ^ ( ) codetosjis.c:52:11: note: use '==' to turn this assignment into an equality comparison if( code= sjismap2_h[hi] ){ ^ == codetosjis.c:55:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if( low= sjismap2_l[low] ) ~~~^~~~~~~~~~~~~~~~~ codetosjis.c:55:11: note: place parentheses around the assignment to silence this warning if( low= sjismap2_l[low] ) ^ ( ) codetosjis.c:55:11: note: use '==' to turn this assignment into an equality comparison if( low= sjismap2_l[low] ) ^ == 3 warnings generated. cc -O2 -pipe -fno-strict-aliasing -DDEFCODE=1 -DDEFJIS=2 -DENVACK=1 -DLANGCHK=1 -DJCONVSW=1 -c codetoeuc.c codetoeuc.c:8:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] CodeToEuc( code ) ^~~~~~~~~ 1 warning generated. cc -O2 -pipe -fno-strict-aliasing -DDEFCODE=1 -DDEFJIS=2 -DENVACK=1 -DLANGCHK=1 -DJCONVSW=1 -c codetojis.c codetojis.c:25:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] SetJisMode( mode ) ^~~~~~~~~~ codetojis.c:32:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ codetojis.c:42:39: warning: implicit declaration of function 'putcode' is invalid in C99 [-Wimplicit-function-declaration] for( p= kinmode[ komode= km ]; *p ; putcode( *p++ ) ); ^ codetojis.c:46:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] CodeToJis( code ) ^~~~~~~~~ codetojis.c:59:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] setjismode() ^~~~~~~~~~ codetojis.c:62:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 6 warnings generated. cc -O2 -pipe -fno-strict-aliasing -DDEFCODE=1 -DDEFJIS=2 -DENVACK=1 -DLANGCHK=1 -DJCONVSW=1 -c sjistocode.c sjistocode.c:45:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] SjisToCode( code ) ^~~~~~~~~~ sjistocode.c:50:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if( hi= code>>8 ){ ~~^~~~~~~~~ sjistocode.c:50:8: note: place parentheses around the assignment to silence this warning if( hi= code>>8 ){ ^ ( ) sjistocode.c:50:8: note: use '==' to turn this assignment into an equality comparison if( hi= code>>8 ){ ^ == sjistocode.c:51:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if( hi= sjismap1_h[hi] ){ ~~^~~~~~~~~~~~~~~~ sjistocode.c:51:9: note: place parentheses around the assignment to silence this warning if( hi= sjismap1_h[hi] ){ ^ ( ) sjistocode.c:51:9: note: use '==' to turn this assignment into an equality comparison if( hi= sjismap1_h[hi] ){ ^ == sjistocode.c:52:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if( low= sjismap1_l[code&0xff] ){ ~~~^~~~~~~~~~~~~~~~~~~~~~~ sjistocode.c:52:11: note: place parentheses around the assignment to silence this warning if( low= sjismap1_l[code&0xff] ){ ^ ( ) sjistocode.c:52:11: note: use '==' to turn this assignment into an equality comparison if( low= sjismap1_l[code&0xff] ){ ^ == 4 warnings generated. cc -O2 -pipe -fno-strict-aliasing -DDEFCODE=1 -DDEFJIS=2 -DENVACK=1 -DLANGCHK=1 -DJCONVSW=1 -c euctocode.c euctocode.c:47:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] EucToCode( code ) ^~~~~~~~~ euctocode.c:55:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if( low= eucmap_h[low] ) ~~~^~~~~~~~~~~~~~~ euctocode.c:55:11: note: place parentheses around the assignment to silence this warning if( low= eucmap_h[low] ) ^ ( ) euctocode.c:55:11: note: use '==' to turn this assignment into an equality comparison if( low= eucmap_h[low] ) ^ == 2 warnings generated. cc -O2 -pipe -fno-strict-aliasing -DDEFCODE=1 -DDEFJIS=2 -DENVACK=1 -DLANGCHK=1 -DJCONVSW=1 -c kanjicheck.c kanjicheck.c:74:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] SjisEucConvert( cp ) ^~~~~~~~~~~~~~ kanjicheck.c:84:10: warning: implicit declaration of function 'CodeCheckAll' is invalid in C99 [-Wimplicit-function-declaration] return CodeCheckAll( cp ); ^ kanjicheck.c:86:12: warning: implicit declaration of function 'getcode' is invalid in C99 [-Wimplicit-function-declaration] for(; (i= getcode()) != -1 ;){ ^ kanjicheck.c:108:5: warning: implicit declaration of function 'putcode' is invalid in C99 [-Wimplicit-function-declaration] putcode( code ); ^ kanjicheck.c:133:7: warning: implicit declaration of function 'ungetcode' is invalid in C99 [-Wimplicit-function-declaration] ungetcode( code2 ); ^ kanjicheck.c:157:12: warning: implicit declaration of function 'CodeToZen' is invalid in C99 [-Wimplicit-function-declaration] code= CodeToZen( code ); ^ kanjicheck.c:158:5: warning: implicit declaration of function 'putcodew' is invalid in C99 [-Wimplicit-function-declaration] putcodew( (*cp->codetokanji)( code ) ); ^ kanjicheck.c:176:5: warning: implicit declaration of function 'setjismode' is invalid in C99 [-Wimplicit-function-declaration] setjismode(); ^ kanjicheck.c:238:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ 9 warnings generated. cp kanjicheck.c kanjixcheck.c cc -c -O2 -pipe -fno-strict-aliasing -DDEFCODE=1 -DDEFJIS=2 -DENVACK=1 -DLANGCHK=1 -DJCONVSW=1 -DKCCHECK kanjixcheck.c kanjixcheck.c:72:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] CodeCheckAll( cp ) ^~~~~~~~~~~~ kanjixcheck.c:86:12: warning: implicit declaration of function 'getcode' is invalid in C99 [-Wimplicit-function-declaration] for(; (i= getcode()) != -1 ;){ ^ kanjixcheck.c:133:7: warning: implicit declaration of function 'ungetcode' is invalid in C99 [-Wimplicit-function-declaration] ungetcode( code2 ); ^ kanjixcheck.c:157:12: warning: implicit declaration of function 'CodeToZen' is invalid in C99 [-Wimplicit-function-declaration] code= CodeToZen( code ); ^ kanjixcheck.c:215:3: error: non-void function 'CodeCheckAll' should return a value [-Wreturn-type] return; ^ 4 warnings and 1 error generated. *** [kanjixcheck.o] Error code 1 Stop in /wrkdirs/usr/ports/japanese/ack/work/ack139. *** [do-build] Error code 1 Stop in /usr/ports/japanese/ack. *** [/wrkdirs/usr/ports/japanese/ack/work/.build_done.ack._usr_local] Error code 1 Stop in /usr/ports/japanese/ack. ===> Cleaning for ja-ack-1.39_1 build of /usr/ports/japanese/ack ended at Fri Nov 30 00:08:54 UTC 2012