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: ma...@freebsd.org Last committer: b...@freebsd.org Ident: $FreeBSD: head/net-mgmt/ehnt/Makefile 327757 2013-09-20 22:24:43Z bapt $ Log URL: http://beefy1.isc.freebsd.org/bulk/head-i386-default/2013-10-03_03h09m26s/logs/ehnt-0.3_8.log Build URL: http://beefy1.isc.freebsd.org/bulk/head-i386-default/2013-10-03_03h09m26s Log: ====>> Building net-mgmt/ehnt build started at Thu Oct 3 08:50:40 UTC 2013 port directory: /usr/ports/net-mgmt/ehnt building for: FreeBSD head-i386-default-job-15 10.0-CURRENT FreeBSD 10.0-CURRENT i386 maintained by: ma...@freebsd.org Makefile ident: $FreeBSD: head/net-mgmt/ehnt/Makefile 327757 2013-09-20 22:24:43Z bapt $ Poudriere version: 3.1-pre ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=1000055 UNAME_v=FreeBSD 10.0-CURRENT UNAME_r=10.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-i386-default/ref PKG_EXT=txz tpid=14103 POUDRIERE_BUILD_TYPE=bulk NBPARALLEL=24 PKGNG=1 PKGNAME=ehnt-0.3_8 PKG_DELETE=/usr/local/sbin/pkg-static delete -y -f PKG_ADD=/usr/local/sbin/pkg-static add PWD=/root MASTERNAME=head-i386-default USER=root HOME=/root POUDRIERE_VERSION=3.1-pre LOCALBASE=/usr/local PACKAGE_BUILDING=yes PKG_VERSION=/poudriere/pkg-static version ---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/ehnt DOCSDIR=/usr/local/share/doc/ehnt EXAMPLESDIR=/usr/local/share/examples/ehnt WWWDIR=/usr/local/www/ehnt ETCDIR=/usr/local/etc/ehnt --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 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 ehnt-0.3_8 =======================<phase: check-config >============================ =========================================================================== =======================<phase: pkg-depends >============================ ===> ehnt-0.3_8 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_6.txz Installing pkg-1.1.4_6... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of ehnt-0.3_8 =========================================================================== =======================<phase: fetch-depends >============================ =========================================================================== =======================<phase: fetch >============================ ===> Fetching all distfiles required by ehnt-0.3_8 for building =========================================================================== =======================<phase: checksum >============================ ===> Fetching all distfiles required by ehnt-0.3_8 for building => SHA256 Checksum OK for ehnt-0.3.tar.gz. =========================================================================== =======================<phase: extract-depends>============================ =========================================================================== =======================<phase: extract >============================ ===> Fetching all distfiles required by ehnt-0.3_8 for building ===> Extracting for ehnt-0.3_8 => SHA256 Checksum OK for ehnt-0.3.tar.gz. /usr/bin/touch /wrkdirs/usr/ports/net-mgmt/ehnt/work/ehnt-0.3/asnc.txt =========================================================================== =======================<phase: patch-depends >============================ =========================================================================== =======================<phase: patch >============================ ===> Patching for ehnt-0.3_8 ===> Applying FreeBSD patches for ehnt-0.3_8 =========================================================================== =======================<phase: build-depends >============================ =========================================================================== =======================<phase: lib-depends >============================ =========================================================================== =======================<phase: configure >============================ ===> Configuring for ehnt-0.3_8 =========================================================================== =======================<phase: build >============================ ===> Building for ehnt-0.3_8 cc -c ehntserv.c -DFreeBSD -O2 -pipe -fno-strict-aliasing -DASNCDIR=\"/usr/local/share/ehnt\" ehntserv.c:147:4: warning: implicit declaration of function 'umask' is invalid in C99 [-Wimplicit-function-declaration] umask(0); ^ ehntserv.c:217:24: warning: format string is not a string literal (potentially insecure) [-Wformat-security] syslog(LOG_INFO,msg); ^~~ ehntserv.c:253:22: warning: format string is not a string literal (potentially insecure) [-Wformat-security] syslog(LOG_ERR,msg); ^~~ ehntserv.c:301:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ ehntserv.c:346:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ ehntserv.c:355:20: warning: format string is not a string literal (potentially insecure) [-Wformat-security] syslog(LOG_ERR,logmsg); ^~~~~~ 6 warnings generated. cc -O2 -pipe -fno-strict-aliasing -DASNCDIR=\"/usr/local/share/ehnt\" -o ehntserv ehntserv.o -lm -O2 -pipe -fno-strict-aliasing -DASNCDIR=\"/usr/local/share/ehnt\" cc -c ehnt_client.c -DFreeBSD -O2 -pipe -fno-strict-aliasing -DASNCDIR=\"/usr/local/share/ehnt\" ehnt_client.c:78:4: warning: implicit declaration of function 'set_term' is invalid in C99 [-Wimplicit-function-declaration] set_term(SET_TERM_RAW); ^ ehnt_client.c:105:8: warning: implicit declaration of function 'ShowReport' is invalid in C99 [-Wimplicit-function-declaration] ShowReport(my_ehnt_struct->dat->old_stats,my_ehnt_struct); ^ ehnt_client.c:290:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 3 warnings generated. cc -c ehnt_lookup.c -DFreeBSD -O2 -pipe -fno-strict-aliasing -DASNCDIR=\"/usr/local/share/ehnt\" ehnt_lookup.c:45:39: warning: format specifies type 'char *' but the argument has type 'char (*)[100]' [-Wformat] if ( (r=fscanf(f,"%d %s\n",&asn,&asnname)) != 2 ) { ~~ ^~~~~~~~ ehnt_lookup.c:59:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ 2 warnings generated. cc -c ehnt_display.c -DFreeBSD -O2 -pipe -fno-strict-aliasing -DASNCDIR=\"/usr/local/share/ehnt\" ehnt_display.c:50:5: error: non-void function 'ShowReport' should return a value [-Wreturn-type] return; ^ ehnt_display.c:110:3: warning: implicit declaration of function 'ShowReportTimeHeader' is invalid in C99 [-Wimplicit-function-declaration] ShowReportTimeHeader(stats); ^ 1 warning and 1 error generated. *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/net-mgmt/ehnt/work/ehnt-0.3 *** Error code 1 Stop. make: stopped in /usr/ports/net-mgmt/ehnt ===> Cleaning for ehnt-0.3_8 _______________________________________________ freebsd-pkg-fallout@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-pkg-fallout To unsubscribe, send any mail to "freebsd-pkg-fallout-unsubscr...@freebsd.org"