build started at Fri Nov 30 07:08:27 UTC 2012 port directory: /usr/ports/vietnamese/vnless building for: 10.0-CURRENT amd64 maintained by: obrien@FreeBSD.org Makefile ident: $FreeBSD: head/vietnamese/vnless/Makefile 300897 2012-07-14 14:29:18Z 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=71347 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--- ================================================= ===> vi-vnless-1.0 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 vi-vnless-1.0 ====================================================================== ===> Cleaning for vi-vnless-1.0 ================================================= ====================================================================== ================================================= ===> vi-vnless-1.0 depends on file: /usr/local/sbin/pkg - found => vnless.tar.Z doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch ftp://ftp.monash.edu.au/pub/vietnam/unix/vnless.tar.Z vnless.tar.Z 0 B 0 Bps ====================================================================== ================================================= ===> vi-vnless-1.0 depends on file: /usr/local/sbin/pkg - found => SHA256 Checksum OK for vnless.tar.Z. ====================================================================== ================================================= ===> vi-vnless-1.0 depends on file: /usr/local/sbin/pkg - found ===> Extracting for vi-vnless-1.0 ===> vi-vnless-1.0 depends on file: /usr/local/sbin/pkg - found => SHA256 Checksum OK for vnless.tar.Z. ====================================================================== ================================================= ===> Patching for vi-vnless-1.0 ===> Applying FreeBSD patches for vi-vnless-1.0 ====================================================================== ================================================= ===> Configuring for vi-vnless-1.0 ====================================================================== ================================================= ===> Building for vi-vnless-1.0 rm -f *.o vnless lesskey vecho install_less install_key install_help install_lman install_kman cc -O -c main.c main.c:97:18: warning: implicit declaration of function 'open' is invalid in C99 [-Wimplicit-function-declaration] } else if ((f = open(filename, 0)) < 0) ^ main.c:121:3: warning: implicit declaration of function 'use_logfile' is invalid in C99 [-Wimplicit-function-declaration] use_logfile(); ^ main.c:215:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] use_logfile() ^~~~~~~~~~~ main.c:250:13: warning: implicit declaration of function 'creat' is invalid in C99 [-Wimplicit-function-declaration] logfile = creat(namelogfile, 0644); ^ main.c:279:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ main.c:286:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(argc, argv) ^~~~ 6 warnings generated. cc -O -c option.c option.c:267:3: warning: implicit declaration of function 'use_logfile' is invalid in C99 [-Wimplicit-function-declaration] use_logfile(); ^ option.c:438:19: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (set_default = (*s == '+')) ~~~~~~~~~~~~^~~~~~~~~~~~~ option.c:438:19: note: place parentheses around the assignment to silence this warning if (set_default = (*s == '+')) ^ ( ) option.c:438:19: note: use '==' to turn this assignment into an equality comparison if (set_default = (*s == '+')) ^ == 2 warnings generated. cc -O -c prim.c cc -O -c ch.c cc -O -c position.c cc -O -c input.c cc -O -c output.c output.c:61:8: warning: multi-character character constant [-Wmultichar] case BE_CHAR: ^ ./less.h:75:18: note: expanded from macro 'BE_CHAR' #define BE_CHAR '\28' /* Exit boldface mode */ ^ 1 warning generated. cc -O -c screen.c In file included from screen.c:16: /usr/include/sys/termios.h:3:2: warning: "this file includes which is deprecated, use instead" [-W#warnings] #warning "this file includes which is deprecated, use instead" ^ screen.c:233:7: warning: implicit declaration of function 'tgetent' is invalid in C99 [-Wimplicit-function-declaration] if (tgetent(termbuf, term) <= 0) ^ screen.c:250:16: warning: implicit declaration of function 'tgetnum' is invalid in C99 [-Wimplicit-function-declaration] sc_height = tgetnum("li"); ^ screen.c:251:28: warning: implicit declaration of function 'tgetflag' is invalid in C99 [-Wimplicit-function-declaration] hard = (sc_height < 0 || tgetflag("hc")); ^ screen.c:443:2: warning: implicit declaration of function 'tputs' is invalid in C99 [-Wimplicit-function-declaration] tputs(sc_init, sc_height, putchr); ^ 5 warnings generated. cc -O -c prompt.c cc -O -c line.c line.c:98:15: warning: multi-character character constant [-Wmultichar] curr[-1] = BE_CHAR; ^ ./less.h:75:18: note: expanded from macro 'BE_CHAR' #define BE_CHAR '\28' /* Exit boldface mode */ ^ line.c:107:14: warning: multi-character character constant [-Wmultichar] *curr++ = BE_CHAR; ^ ./less.h:75:18: note: expanded from macro 'BE_CHAR' #define BE_CHAR '\28' /* Exit boldface mode */ ^ line.c:241:16: warning: multi-character character constant [-Wmultichar] curr[-2] = BE_CHAR; ^ ./less.h:75:18: note: expanded from macro 'BE_CHAR' #define BE_CHAR '\28' /* Exit boldface mode */ ^ line.c:313:16: warning: multi-character character constant [-Wmultichar] curr[-1] = BE_CHAR; ^ ./less.h:75:18: note: expanded from macro 'BE_CHAR' #define BE_CHAR '\28' /* Exit boldface mode */ ^ line.c:98:15: warning: implicit conversion from 'int' to 'char' changes value from 568 to 56 [-Wconstant-conversion] curr[-1] = BE_CHAR; ~ ^~~~~~~ ./less.h:75:18: note: expanded from macro 'BE_CHAR' #define BE_CHAR '\28' /* Exit boldface mode */ ^~~~~ line.c:107:14: warning: implicit conversion from 'int' to 'char' changes value from 568 to 56 [-Wconstant-conversion] *curr++ = BE_CHAR; ~ ^~~~~~~ ./less.h:75:18: note: expanded from macro 'BE_CHAR' #define BE_CHAR '\28' /* Exit boldface mode */ ^~~~~ line.c:241:16: warning: implicit conversion from 'int' to 'char' changes value from 568 to 56 [-Wconstant-conversion] curr[-2] = BE_CHAR; ~ ^~~~~~~ ./less.h:75:18: note: expanded from macro 'BE_CHAR' #define BE_CHAR '\28' /* Exit boldface mode */ ^~~~~ line.c:313:16: warning: implicit conversion from 'int' to 'char' changes value from 568 to 56 [-Wconstant-conversion] curr[-1] = BE_CHAR; ~ ^~~~~~~ ./less.h:75:18: note: expanded from macro 'BE_CHAR' #define BE_CHAR '\28' /* Exit boldface mode */ ^~~~~ 8 warnings generated. cc -O -c signal.c cc -O -c os.c os.c:72:6: warning: implicit declaration of function 'open' is invalid in C99 [-Wimplicit-function-declaration] if (open("/dev/tty", 0) < 0) ^ os.c:108:2: warning: '/*' within block comment [-Wcomment] /* ^ os.c:316:5: warning: assigning to 'char *' from 'const char *const' discards qualifiers [-Wincompatible-pointer-types] p = sys_errlist[errno]; ^ ~~~~~~~~~~~~~~~~~~ 3 warnings generated. cc -O -c -DHELPFILE=\"/usr/local/share/misc/vnless.help\" help.c cc -O -c ttyin.c cc -O -c decode.c decode.c:233:6: warning: implicit declaration of function 'open' is invalid in C99 [-Wimplicit-function-declaration] f = open(filename, 0); ^ 1 warning generated. cc -O -c command.c command.c:48:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] cmd_reset() ^~~~~~~~~ command.c:51:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ command.c:82:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] start_mca(action, prompt) ^~~~~~~~~ command.c:91:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 4 warnings generated. cc -O -c linenum.c cc -O -c tags.c tags.c:37:3: error: non-void function 'findtag' should return a value [-Wreturn-type] return; ^ tags.c:101:3: error: non-void function 'findtag' should return a value [-Wreturn-type] return; ^ 2 errors generated. *** [tags.o] Error code 1 Stop in /wrkdirs/usr/ports/vietnamese/vnless/work/vnless. *** [do-build] Error code 1 Stop in /usr/ports/vietnamese/vnless. *** [/wrkdirs/usr/ports/vietnamese/vnless/work/.build_done.vnless._usr_local] Error code 1 Stop in /usr/ports/vietnamese/vnless. ===> Cleaning for vi-vnless-1.0 build of /usr/ports/vietnamese/vnless ended at Fri Nov 30 07:09:00 UTC 2012