[RELEASE - head-default] Build failed for vi-vnless-1.0 during build
pkg-fallout at FreeBSD.org
pkg-fallout at FreeBSD.org
Thu Aug 1 12:28:27 UTC 2013
Maintainer: obrien at FreeBSD.org
Last committer: beat at FreeBSD.org
Ident: $FreeBSD: head/vietnamese/vnless/Makefile 300897 2012-07-14 14:29:18Z beat $
Log URL: http://beefy2.isc.freebsd.org/bulk/head-default/2013-08-01_04h04m49s/logs/vi-vnless-1.0.log
Build URL: http://beefy2.isc.freebsd.org/bulk/head-default/2013-08-01_04h04m49s
Log:
====>> Building vietnamese/vnless
build started at Thu Aug 1 12:28:22 UTC 2013
port directory: /usr/ports/vietnamese/vnless
building for: FreeBSD head-default-job-21 10.0-CURRENT FreeBSD 10.0-CURRENT amd64
maintained by: obrien at FreeBSD.org
Makefile ident: $FreeBSD: head/vietnamese/vnless/Makefile 300897 2012-07-14 14:29:18Z beat $
Poudriere version: 3.1-pre
---Begin Environment---
OSVERSION=1000035
UNAME_v=FreeBSD 10.0-CURRENT
UNAME_r=10.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
MASTERMNT=/usr/local/poudriere/data/build/head-default/ref
PKG_EXT=txz
FORCE_PACKAGE=yes
tpid=32843
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
NBPARALLEL=24
PKGNG=1
PKGNAME=vi-vnless-1.0
PKG_DELETE=/usr/local/sbin/pkg delete -y -f
PKG_ADD=/usr/local/sbin/pkg add
PWD=/root
MASTERNAME=head-default
USER=root
HOME=/root
POUDRIERE_VERSION=3.1-pre
SKIPSANITY=0
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---
---Begin OPTIONS List---
---End OPTIONS List---
--CONFIGURE_ARGS--
--End CONFIGURE_ARGS--
--CONFIGURE_ENV--
TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--
--MAKE_ENV--
TMPDIR="/tmp" SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS="" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 444" BSD_INSTALL_MAN="install -o root -g wheel -m 444"
--End MAKE_ENV--
--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/vnless
DOCSDIR=/usr/local/share/doc/vnless
EXAMPLESDIR=/usr/local/share/examples/vnless
WWWDIR=/usr/local/www/vnless
ETCDIR=/usr/local/etc/vnless
--End SUB_LIST--
---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
WITH_PKGNG=yes
NO_RESTRICTED=yes
DISABLE_MAKE_JOBS=yes
---End make.conf---
===> Cleaning for vi-vnless-1.0
=======================<phase: check-config >============================
=========================================================================
=======================<phase: pkg-depends >============================
===> 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 /packages/All/pkg-1.1.4_1.txz
Installing pkg-1.1.4_1... done
If you are upgrading from the old package format, first run:
# pkg2ng
===> Returning to build of vi-vnless-1.0
=========================================================================
=======================<phase: fetch-depends >============================
=========================================================================
=======================<phase: fetch >============================
===> Fetching all distfiles required by vi-vnless-1.0 for building
=========================================================================
=======================<phase: checksum >============================
===> Fetching all distfiles required by vi-vnless-1.0 for building
=> SHA256 Checksum OK for vnless.tar.Z.
=========================================================================
=======================<phase: extract-depends>============================
=========================================================================
=======================<phase: extract >============================
===> Fetching all distfiles required by vi-vnless-1.0 for building
===> Extracting for vi-vnless-1.0
===> Fetching all distfiles required by vi-vnless-1.0 for building
=> SHA256 Checksum OK for vnless.tar.Z.
=========================================================================
=======================<phase: patch-depends >============================
=========================================================================
=======================<phase: patch >============================
===> Patching for vi-vnless-1.0
===> Applying FreeBSD patches for vi-vnless-1.0
=========================================================================
=======================<phase: build-depends >============================
=========================================================================
=======================<phase: lib-depends >============================
=========================================================================
=======================<phase: configure >============================
===> Configuring for vi-vnless-1.0
=========================================================================
=======================<phase: build >============================
===> 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 <sys/termios.h> which is deprecated, use <termios.h> instead" [-W#warnings]
#warning "this file includes <sys/termios.h> which is deprecated, use <termios.h> 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-discards-qualifiers]
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.
*** Error code 1
Stop.
make: stopped in /wrkdirs/usr/ports/vietnamese/vnless/work/vnless
*** Error code 1
Stop.
make: stopped in /usr/ports/vietnamese/vnless
*** Error code 1
Stop.
make: stopped in /usr/ports/vietnamese/vnless
===> Cleaning for vi-vnless-1.0
More information about the freebsd-pkg-fallout
mailing list