Date: Thu, 18 Jul 2013 21:32:25 GMT From: pkg-fallout@FreeBSD.org To: pkg-fallout@FreeBSD.org Subject: [RELEASE - head-default] Build failed for zh-celvis-1.3 during build Message-ID: <201307182132.r6ILWP6m082159@beefy2.isc.freebsd.org>
next in thread | raw e-mail | index | archive | help
Maintainer: ports@FreeBSD.org Last committer: beat@FreeBSD.org Ident: $FreeBSD: head/chinese/celvis/Makefile 300895 2012-07-14 12:56:14Z beat $ Log URL: http://beefy2.isc.freebsd.org/bulk/head-default/2013-07-18_19h03m42s/logs/zh-celvis-1.3.log Build URL: http://beefy2.isc.freebsd.org/bulk/head-default/2013-07-18_19h03m42s Log: ====>> Building chinese/celvis build started at Thu Jul 18 21:32:23 UTC 2013 port directory: /usr/ports/chinese/celvis building for: FreeBSD head-default-job-24 10.0-CURRENT FreeBSD 10.0-CURRENT amd64 maintained by: ports@FreeBSD.org Makefile ident: $FreeBSD: head/chinese/celvis/Makefile 300895 2012-07-14 12:56:14Z 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=78553 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=zh-celvis-1.3 PKG_DELETE=/usr/local/sbin/pkg delete -y -f PKG_ADD=/usr/local/sbin/pkg add PWD=/usr/local/poudriere/data/packages/head-default/All 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/celvis DOCSDIR=/usr/local/share/doc/celvis EXAMPLESDIR=/usr/local/share/examples/celvis WWWDIR=/usr/local/www/celvis ETCDIR=/usr/local/etc/celvis --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 zh-celvis-1.3 =======================<phase: check-config >============================ ========================================================================= =======================<phase: pkg-depends >============================ ===> zh-celvis-1.3 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 zh-celvis-1.3 ========================================================================= =======================<phase: fetch-depends >============================ ========================================================================= =======================<phase: fetch >============================ ===> Fetching all distfiles required by zh-celvis-1.3 for building ========================================================================= =======================<phase: checksum >============================ ===> Fetching all distfiles required by zh-celvis-1.3 for building => SHA256 Checksum OK for celvis.tar.gz. ========================================================================= =======================<phase: extract-depends>============================ ========================================================================= =======================<phase: extract >============================ ===> Fetching all distfiles required by zh-celvis-1.3 for building ===> Extracting for zh-celvis-1.3 ===> Fetching all distfiles required by zh-celvis-1.3 for building => SHA256 Checksum OK for celvis.tar.gz. ========================================================================= =======================<phase: patch-depends >============================ ========================================================================= =======================<phase: patch >============================ ===> Patching for zh-celvis-1.3 ===> Applying FreeBSD patches for zh-celvis-1.3 ========================================================================= =======================<phase: build-depends >============================ ========================================================================= =======================<phase: lib-depends >============================ ========================================================================= =======================<phase: configure >============================ ===> Configuring for zh-celvis-1.3 ========================================================================= =======================<phase: build >============================ ===> Building for zh-celvis-1.3 cc -O2 -pipe -fno-strict-aliasing -D_HAVE_PARAM_H -c blk.c In file included from blk.c:16: ./vi.h:354:9: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] extern ex(); ~~~~~~ ^ ./vi.h:355:9: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] extern vi(); ~~~~~~ ^ ./vi.h:356:9: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] extern doexcmd(); ~~~~~~ ^ blk.c:47:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] blkinit() ^~~~~~~ blk.c:60:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ blk.c:97:2: warning: implicit declaration of function 'blkflush' is invalid in C99 [-Wimplicit-function-declaration] blkflush(this); ^ blk.c:105:7: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration] if (read(tmpfd, this->buf.c, BLKSIZE) != BLKSIZE) ^ blk.c:107:4: warning: implicit declaration of function 'msg' is invalid in C99 [-Wimplicit-function-declaration] msg("Error reading back from tmp file!"); ^ blk.c:137:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] blkflush(this) ^~~~~~~~ blk.c:146:3: warning: implicit declaration of function 'blkdirty' is invalid in C99 [-Wimplicit-function-declaration] blkdirty(&this->buf); ^ blk.c:150:45: warning: '&&' within '||' [-Wlogical-op-parentheses] if (!this->logical || hdr.n[this->logical] && !this->dirty) ~~ ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ blk.c:150:45: note: place parentheses around the '&&' expression to silence this warning if (!this->logical || hdr.n[this->logical] && !this->dirty) ^ ( ) blk.c:152:3: error: non-void function 'blkflush' should return a value [-Wreturn-type] return; ^ blk.c:165:6: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] if (write(tmpfd, this->buf.c, BLKSIZE) != BLKSIZE) ^ blk.c:177:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] blkdirty(bp) ^~~~~~~~ blk.c:214:3: error: non-void function 'blkdirty' should return a value [-Wreturn-type] return; ^ blk.c:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] blksync() ^~~~~~~ blk.c:311:3: warning: implicit declaration of function 'sync' is invalid in C99 [-Wimplicit-function-declaration] sync(); ^ blk.c:325:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] beforedo(undo) ^~~~~~~~ blk.c:334:3: error: non-void function 'beforedo' should return a value [-Wreturn-type] return; ^ blk.c:342:2: warning: implicit declaration of function 'garbage' is invalid in C99 [-Wimplicit-function-declaration] garbage(); ^ blk.c:384:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] afterdo() ^~~~~~~ blk.c:388:3: error: non-void function 'afterdo' should return a value [-Wreturn-type] return; ^ blk.c:404:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] abortdo() ^~~~~~~ blk.c:409:3: error: non-void function 'abortdo' should return a value [-Wreturn-type] return; ^ blk.c:422:3: warning: implicit declaration of function 'redraw' is invalid in C99 [-Wimplicit-function-declaration] redraw(MARK_UNSET, FALSE); ^ blk.c:427:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] undo() ^~~~ blk.c:435:3: error: non-void function 'undo' should return a value [-Wreturn-type] return; ^ 21 warnings and 6 errors generated. *** Error code 1 Stop. make: stopped in /wrkdirs/usr/ports/chinese/celvis/work/celvis *** Error code 1 Stop. make: stopped in /usr/ports/chinese/celvis *** Error code 1 Stop. make: stopped in /usr/ports/chinese/celvis ===> Cleaning for zh-celvis-1.3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307182132.r6ILWP6m082159>