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: ma...@freebsd.org
Ident:          $FreeBSD: head/net-mgmt/ehnt/Makefile 329228 2013-10-03 
20:46:28Z marck $
Log URL:        
http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2013-10-17_23h06m42s/logs/ehnt-0.3_8.log
Build URL:      
http://beefy2.isc.freebsd.org/bulk/head-amd64-default/2013-10-17_23h06m42s
Log:

====>> Building net-mgmt/ehnt
build started at Fri Oct 18 08:30:50 UTC 2013
port directory: /usr/ports/net-mgmt/ehnt
building for: FreeBSD head-amd64-default-job-08 11.0-CURRENT FreeBSD 
11.0-CURRENT r256430 amd64
maintained by: ma...@freebsd.org
Makefile ident:      $FreeBSD: head/net-mgmt/ehnt/Makefile 329228 2013-10-03 
20:46:28Z marck $
Poudriere version: 3.1-pre

---Begin Environment---
OSVERSION=1100000
UNAME_v=FreeBSD 11.0-CURRENT r256430
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=9137
POUDRIERE_BUILD_TYPE=bulk
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-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/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---
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 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_8.txz
Installing pkg-1.1.4_8... 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\"
cc -c ehnt_processflow.c -DFreeBSD -O2 -pipe -fno-strict-aliasing  
-DASNCDIR=\"/usr/local/share/ehnt\"
ehnt_processflow.c:77:4: warning: implicit declaration of function 'FreeStats' 
is invalid in C99 [-Wimplicit-function-declaration]
          FreeStats(old_stats);
          ^
ehnt_processflow.c:108:2: warning: implicit declaration of function 
'ShowReport' is invalid in C99 [-Wimplicit-function-declaration]
        ShowReport(old_stats,my_ehnt_struct);
        ^
ehnt_processflow.c:252:5: warning: implicit declaration of function 'set_term' 
is invalid in C99 [-Wimplicit-function-declaration]
    set_term(SET_TERM_COOKED);
    ^
ehnt_processflow.c:255:1: warning: control may reach end of non-void function 
[-Wreturn-type]
}
^
ehnt_processflow.c:298:1: warning: control reaches end of non-void function 
[-Wreturn-type]
}
^
ehnt_processflow.c:319:1: warning: control reaches end of non-void function 
[-Wreturn-type]
}
^
6 warnings generated.
cc -c ehnt_main.c -DFreeBSD -O2 -pipe -fno-strict-aliasing  
-DASNCDIR=\"/usr/local/share/ehnt\"
ehnt_main.c:99:21: warning: format specifies type 'char *' but the argument has 
type 'char (*)[100]' [-Wformat]
        sscanf(optarg,"%s",&em);
                       ~~  ^~~
ehnt_main.c:134:24: warning: format specifies type 'char *' but the argument 
has type 'char (*)[100]' [-Wformat]
        sscanf(optarg,"%100s",&router);
                       ~~~~~  ^~~~~~~
ehnt_main.c:145:24: warning: format specifies type 'char *' but the argument 
has type 'char (*)[100]' [-Wformat]
        sscanf(optarg,"%100s",&e_cfg.server);
                       ~~~~~  ^~~~~~~~~~~~~
ehnt_main.c:161:21: warning: format specifies type 'char *' but the argument 
has type 'char (*)[100]' [-Wformat]
        sscanf(optarg,"%s",&etm);
                       ~~  ^~~~
ehnt_main.c:186:41: warning: format specifies type 'char *' but the argument 
has type 'char (*)[100]' [-Wformat]
        sscanf(optarg,"%100[0123456789.]/%d\n",&prefix,&pfxlen);
                       ~~~~~~~~~~~~~~~~        ^~~~~~~
ehnt_main.c:232:5: warning: implicit declaration of function 'NewStats' is 
invalid in C99 [-Wimplicit-function-declaration]
    NewStats(e_dat.stats);
    ^
6 warnings generated.
cc -o ehnt ehnt_client.o ehnt_lookup.o ehnt_display.o ehnt_processflow.o 
ehnt_main.o -lm -O2 -pipe -fno-strict-aliasing  
-DASNCDIR=\"/usr/local/share/ehnt\"

Build complete. Be sure to read README and INSTALL.
===========================================================================
=======================<phase: run-depends    >============================
===========================================================================
=======================<phase: stage          >============================
===>  Staging for ehnt-0.3_8
===>   Generating temporary packing list
install  -s -o root -g wheel -m 555 
/wrkdirs/usr/ports/net-mgmt/ehnt/work/ehnt-0.3/ehnt /usr/local/bin/
install  -s -o root -g wheel -m 555 
/wrkdirs/usr/ports/net-mgmt/ehnt/work/ehnt-0.3/ehntserv /usr/local/sbin/
install  -o root -g wheel -m 555 
/usr/ports/net-mgmt/ehnt/files/ehntserv.sh.sample /usr/local/etc/rc.d/
install  -o root -g wheel -m 444 
/wrkdirs/usr/ports/net-mgmt/ehnt/work/ehnt-0.3/ehnt.1 /usr/local/man/man1/
install  -o root -g wheel -m 444 
/wrkdirs/usr/ports/net-mgmt/ehnt/work/ehnt-0.3/ehntserv.8 /usr/local/man/man8/
/bin/mkdir -p /usr/local/share/ehnt
install  -o root -g wheel -m 444 
/wrkdirs/usr/ports/net-mgmt/ehnt/work/ehnt-0.3/asnc.txt /usr/local/share/ehnt/
/bin/mkdir -p /usr/local/share/doc/ehnt
install  -o root -g wheel -m 444 
/wrkdirs/usr/ports/net-mgmt/ehnt/work/ehnt-0.3/README /usr/local/share/doc/ehnt/
====> Compressing man pages
===========================================================================
=======================<phase: package        >============================
===>  Building package for ehnt-0.3_8
pkg-static: 
lstat(/wrkdirs/usr/ports/net-mgmt/ehnt/work/stage/usr/local/bin/ehnt): No such 
file or directory
pkg-static: 
lstat(/wrkdirs/usr/ports/net-mgmt/ehnt/work/stage/usr/local/etc/rc.d/ehntserv.sh.sample):
 No such file or directory
pkg-static: 
lstat(/wrkdirs/usr/ports/net-mgmt/ehnt/work/stage/usr/local/sbin/ehntserv): No 
such file or directory
pkg-static: 
lstat(/wrkdirs/usr/ports/net-mgmt/ehnt/work/stage/usr/local/share/ehnt/asnc.txt):
 No such file or directory
pkg-static: 
lstat(/wrkdirs/usr/ports/net-mgmt/ehnt/work/stage/usr/local/share/ehnt/): No 
such file or directory
pkg-static: 
lstat(/wrkdirs/usr/ports/net-mgmt/ehnt/work/stage/usr/local/share/doc/ehnt/README):
 No such file or directory
pkg-static: 
lstat(/wrkdirs/usr/ports/net-mgmt/ehnt/work/stage/usr/local/share/doc/ehnt/): 
No such file or directory
*** 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"

Reply via email to