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:     vsi...@gmail.com
Last committer: bro...@freebsd.org
Ident:          $FreeBSD: branches/2014Q1/net/hanstunnel/Makefile 334544 
2013-11-21 23:37:05Z brooks $
Log URL:        
http://beefy1.isc.freebsd.org/bulk/10i386-quarterly/2013-12-16_15h18m40s/logs/hans-0.4.1_1.log
Build URL:      
http://beefy1.isc.freebsd.org/bulk/10i386-quarterly/2013-12-16_15h18m40s
Log:

====>> Building net/hanstunnel
build started at Mon Dec 16 23:29:00 UTC 2013
port directory: /usr/ports/net/hanstunnel
building for: FreeBSD 10i386-quarterly-job-11 10.0-RC1 FreeBSD 10.0-RC1 i386
maintained by: vsi...@gmail.com
Makefile ident:      $FreeBSD: branches/2014Q1/net/hanstunnel/Makefile 334544 
2013-11-21 23:37:05Z brooks $
Poudriere version: 3.1-pre

---Begin Environment---
UNAME_m=i386
UNAME_p=i386
OSVERSION=1000510
UNAME_v=FreeBSD 10.0-RC1
UNAME_r=10.0-RC1
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
MASTERMNT=/usr/local/poudriere/data/build/10i386-quarterly/ref
PKG_EXT=txz
tpid=89792
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNG=1
PKGNAME=hans-0.4.1_1
PKG_DELETE=/usr/local/sbin/pkg-static delete -y -f
PKG_ADD=/usr/local/sbin/pkg-static add
PWD=/home/bdrewery
MASTERNAME=10i386-quarterly
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---
===> The following configuration options are available for hans-0.4.1_1:
     CLANG=on: Build with Clang instead of GCC
===> Use 'make config' to modify these settings
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
TMPDIR="/tmp" TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
TMPDIR="/tmp" TMPDIR="/tmp" SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  
LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="clang" CFLAGS="-O2 -pipe 
-fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=""  CXX="clang++" 
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/hans
DOCSDIR=/usr/local/share/doc/hans
EXAMPLESDIR=/usr/local/share/examples/hans
WWWDIR=/usr/local/www/hans
ETCDIR=/usr/local/etc/hans
--End SUB_LIST--

---Begin make.conf---
ARCH=i386
MACHINE=i386
MACHINE_ARCH=i386
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 hans-0.4.1_1
=======================<phase: check-config   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   hans-0.4.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.4_1.txz
Installing pkg-1.2.4_1... done
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   Returning to build of hans-0.4.1_1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License GPLv3 accepted by the user
===> Fetching all distfiles required by hans-0.4.1_1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License GPLv3 accepted by the user
===> Fetching all distfiles required by hans-0.4.1_1 for building
=> SHA256 Checksum OK for hans-0.4.1.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License GPLv3 accepted by the user
===> Fetching all distfiles required by hans-0.4.1_1 for building
===>  Extracting for hans-0.4.1_1
=> SHA256 Checksum OK for hans-0.4.1.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for hans-0.4.1_1
===>  Applying FreeBSD patches for hans-0.4.1_1
===========================================================================
=======================<phase: build-depends  >============================
===========================================================================
=======================<phase: lib-depends    >============================
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for hans-0.4.1_1
===========================================================================
=======================<phase: build          >============================
===>  Building for hans-0.4.1_1
clang++ -c tun.cpp -O2 -pipe -fno-strict-aliasing 
In file included from tun.cpp:25:
/usr/include/netinet/in_systm.h:49:9: error: unknown type name 'u_int16_t'
typedef u_int16_t n_short;              /* short as received from the net */
        ^
/usr/include/netinet/in_systm.h:50:9: error: unknown type name 'u_int32_t'
typedef u_int32_t n_long;               /* long as received from the net */
        ^
/usr/include/netinet/in_systm.h:52:9: error: unknown type name 'u_int32_t'
typedef u_int32_t n_time;               /* ms since 00:00 GMT, byte rev */
        ^
In file included from tun.cpp:27:
/usr/include/netinet/ip.h:51:2: error: unknown type name 'u_char'; did you mean 
'char'?
        u_char  ip_hl:4,                /* header length */
        ^
/usr/include/netinet/ip.h:58:2: error: unknown type name 'u_char'; did you mean 
'char'?
        u_char  ip_tos;                 /* type of service */
        ^
/usr/include/netinet/ip.h:59:2: error: unknown type name 'u_short'; did you 
mean 'short'?
        u_short ip_len;                 /* total length */
        ^
/usr/include/netinet/ip.h:60:2: error: unknown type name 'u_short'; did you 
mean 'short'?
        u_short ip_id;                  /* identification */
        ^
/usr/include/netinet/ip.h:61:2: error: unknown type name 'u_short'; did you 
mean 'short'?
        u_short ip_off;                 /* fragment offset field */
        ^
/usr/include/netinet/ip.h:66:2: error: unknown type name 'u_char'; did you mean 
'char'?
        u_char  ip_ttl;                 /* time to live */
        ^
/usr/include/netinet/ip.h:67:2: error: unknown type name 'u_char'; did you mean 
'char'?
        u_char  ip_p;                   /* protocol */
        ^
/usr/include/netinet/ip.h:68:2: error: unknown type name 'u_short'; did you 
mean 'short'?
        u_short ip_sum;                 /* checksum */
        ^
/usr/include/netinet/ip.h:166:2: error: unknown type name 'u_char'; did you 
mean 'char'?
        u_char  ipt_code;               /* IPOPT_TS */
        ^
/usr/include/netinet/ip.h:167:2: error: unknown type name 'u_char'; did you 
mean 'char'?
        u_char  ipt_len;                /* size of structure (variable) */
        ^
/usr/include/netinet/ip.h:168:2: error: unknown type name 'u_char'; did you 
mean 'char'?
        u_char  ipt_ptr;                /* index of current entry */
        ^
/usr/include/netinet/ip.h:170:2: error: unknown type name 'u_char'; did you 
mean 'char'?
        u_char  ipt_flg:4,              /* flags, see below */
        ^
/usr/include/netinet/ip.h:217:2: error: unknown type name 'u_char'; did you 
mean 'char'?
        u_char          ippseudo_pad;   /* pad, must be zero */
        ^
/usr/include/netinet/ip.h:218:2: error: unknown type name 'u_char'; did you 
mean 'char'?
        u_char          ippseudo_p;     /* protocol */
        ^
/usr/include/netinet/ip.h:219:2: error: unknown type name 'u_short'; did you 
mean 'short'?
        u_short         ippseudo_len;   /* protocol length */
        ^
18 errors generated.
*** Error code 1

Stop.
make[1]: stopped in /wrkdirs/usr/ports/net/hanstunnel/work/hans-0.4.1
*** Error code 1

Stop.
make: stopped in /usr/ports/net/hanstunnel
===>  Cleaning for hans-0.4.1_1
_______________________________________________
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