Date: Fri, 24 Jan 2014 00:34:10 GMT From: pkg-fallout@FreeBSD.org To: obrien@FreeBSD.org Cc: pkg-fallout@FreeBSD.org Subject: [REL - head-amd64-default][misc/jive] Failed for jive-1.1 in build Message-ID: <201401240034.s0O0YAKZ026565@beefy2.isc.freebsd.org>
next in thread | raw e-mail | index | archive | help
You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: obrien@FreeBSD.org Last committer: bapt@FreeBSD.org Ident: $FreeBSD: head/misc/jive/Makefile 327745 2013-09-20 20:50:57Z bapt $ Log URL: http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2014-01-23_09h07m23s/logs/jive-1.1.log Build URL: http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2014-01-23_09h07m23s Log: ====>> Building misc/jive build started at Fri Jan 24 00:34:08 UTC 2014 port directory: /usr/ports/misc/jive building for: FreeBSD head-amd64-default-job-17 11.0-CURRENT FreeBSD 11.0-CURRENT r260904 amd64 maintained by: obrien@FreeBSD.org Makefile ident: $FreeBSD: head/misc/jive/Makefile 327745 2013-09-20 20:50:57Z bapt $ Poudriere version: 3.1-pre ---Begin Environment--- OSVERSION=1100005 UNAME_v=FreeBSD 11.0-CURRENT r260904 UNAME_r=11.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin STATUS=1 MASTERMNT=/usr/local/poudriere/data/build/head-amd64-default/ref PKG_EXT=txz tpid=23352 POUDRIERE_BUILD_TYPE=bulk PKGNG=1 PKGNAME=jive-1.1 PKG_DELETE=/usr/local/sbin/pkg-static delete -y -f PKG_ADD=/usr/local/sbin/pkg-static add PWD=/root MASTERNAME=head-amd64-default USER=root HOME=/root POUDRIERE_VERSION=3.1-pre LOCALBASE=/usr/local PACKAGE_BUILDING=yes PKG_VERSION=/poudriere/pkg-static version PKG_BIN=/usr/local/sbin/pkg-static ---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/jive DOCSDIR=/usr/local/share/doc/jive EXAMPLESDIR=/usr/local/share/examples/jive WWWDIR=/usr/local/www/jive ETCDIR=/usr/local/etc/jive --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- ===> Cleaning for jive-1.1 =======================<phase: check-config >============================ =========================================================================== =======================<phase: pkg-depends >============================ ===> jive-1.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 /packages/All/pkg-1.2.5.txz Installing pkg-1.2.5... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of jive-1.1 =========================================================================== =======================<phase: fetch-depends >============================ =========================================================================== =======================<phase: fetch >============================ ===> Fetching all distfiles required by jive-1.1 for building =========================================================================== =======================<phase: checksum >============================ ===> Fetching all distfiles required by jive-1.1 for building => SHA256 Checksum OK for jive-1.1.tar.gz. =========================================================================== =======================<phase: extract-depends>============================ =========================================================================== =======================<phase: extract >============================ ===> Fetching all distfiles required by jive-1.1 for building ===> Extracting for jive-1.1 => SHA256 Checksum OK for jive-1.1.tar.gz. =========================================================================== =======================<phase: patch-depends >============================ =========================================================================== =======================<phase: patch >============================ ===> Patching for jive-1.1 ===> Applying FreeBSD patches for jive-1.1 =========================================================================== =======================<phase: build-depends >============================ =========================================================================== =======================<phase: lib-depends >============================ =========================================================================== =======================<phase: configure >============================ ===> Configuring for jive-1.1 =========================================================================== =======================<phase: build >============================ ===> Building for jive-1.1 cc -O2 -pipe -fno-strict-aliasing -c main.c main.c:10:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while(line = yylex()){ ~~~~~^~~~~~~~~ main.c:10:13: note: place parentheses around the assignment to silence this warning while(line = yylex()){ ^ ( ) main.c:10:13: note: use '==' to turn this assignment into an equality comparison while(line = yylex()){ ^ == 1 warning generated. flex -t jive.l > jive.c cc -O2 -pipe -fno-strict-aliasing -c jive.c <stdout>:1137:1: error: expected ';' after top level declarator YY_DECL ^ jive.l:11:30: note: expanded from macro 'YY_DECL' #define YY_DECL char * yylex YY_PROTO(( void )) ^ 1 error generated. *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/misc/jive/work/jive *** Error code 1 Stop. make: stopped in /usr/ports/misc/jive ===> Cleaning for jive-1.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401240034.s0O0YAKZ026565>