Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jul 2017 01:54:47 GMT
From:      pkg-fallout@FreeBSD.org
To:        pkg-fallout@FreeBSD.org
Subject:   [package - 110arm64-quarterly][net/haproxy-devel] Failed for haproxy-devel-1.8.d2 in build
Message-ID:  <201707090154.v691slci017260@thunderx1.nyi.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:     demon@FreeBSD.org
Last committer: demon@FreeBSD.org
Ident:          $FreeBSD: branches/2017Q3/net/haproxy-devel/Makefile 442821 2017-06-07 09:10:05Z demon $
Log URL:        http://thunderx1.nyi.freebsd.org/data/110arm64-quarterly/445358/logs/haproxy-devel-1.8.d2.log
Build URL:      http://thunderx1.nyi.freebsd.org/build.html?mastername=110arm64-quarterly&build=445358
Log:

====>> Building net/haproxy-devel
build started at Sun Jul  9 01:54:30 UTC 2017
port directory: /usr/ports/net/haproxy-devel
building for: FreeBSD 110arm64-quarterly-job-10 11.0-RELEASE-p1 FreeBSD 11.0-RELEASE-p1 arm64
maintained by: demon@FreeBSD.org
Makefile ident:      $FreeBSD: branches/2017Q3/net/haproxy-devel/Makefile 442821 2017-06-07 09:10:05Z demon $
Poudriere version: 3.1.19-47-g9ae57ef8
Host OSVERSION: 1200033
Jail OSVERSION: 1100122
Job Id: 10

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1100122
UNAME_v=FreeBSD 11.0-RELEASE-p1
UNAME_r=11.0-RELEASE-p1
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/110arm64-quarterly/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=haproxy-devel-1.8.d2
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/110arm64-quarterly/ref/.p/pool
MASTERNAME=110arm64-quarterly
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.19-47-g9ae57ef8
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for haproxy-devel-1.8.d2:
     DEVICEATLAS=off: DeviceAtlas Device Detection support
     DOCS=on: Build and/or install documentation
     EXAMPLES=on: Build and/or install examples
     LUA=off: Lua scripting language support
     OPENSSL=on: SSL/TLS support via OpenSSL
====> Use Perl Compatible Regular Expressions: you can only select none or one of them
     DPCRE=off: Link dynamically
     SPCRE=on: Link statically
===> Use 'make config' to modify these settings
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
MAKE=gmake XDG_DATA_HOME=/wrkdirs/usr/ports/net/haproxy-devel/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/net/haproxy-devel/work  HOME=/wrkdirs/usr/ports/net/haproxy-devel/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
OPENSSLBASE=/usr OPENSSLDIR=/etc/ssl OPENSSLINC=/usr/include OPENSSLLIB=/usr/lib XDG_DATA_HOME=/wrkdirs/usr/ports/net/haproxy-devel/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/net/haproxy-devel/work  HOME=/wrkdirs/usr/ports/net/haproxy-devel/work TMPDIR="/tmp" NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no 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=" " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing "  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 0644"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
OSREL=11.0
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/haproxy"
EXAMPLESDIR="share/examples/haproxy"
DATADIR="share/haproxy"
WWWDIR="www/haproxy"
ETCDIR="etc/haproxy"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/haproxy
DOCSDIR=/usr/local/share/doc/haproxy
EXAMPLESDIR=/usr/local/share/examples/haproxy
WWWDIR=/usr/local/www/haproxy
ETCDIR=/usr/local/etc/haproxy
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
PACKAGE_BUILDING=yes
#### /usr/local/etc/poudriere.d/make.conf ####
# XXX: We really need this but cannot use it while 'make checksum' does not
# try the next mirror on checksum failure.  It currently retries the same
# failed mirror and then fails rather then trying another.  It *does*
# try the next if the size is mismatched though.
#MASTER_SITE_FREEBSD=yes
# Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs
MAKE_JOBS_NUMBER=2
#### /usr/ports/Mk/Scripts/ports_env.sh ####
ARCH=aarch64
CONFIGURE_MAX_CMD_LEN=262144
OPSYS=FreeBSD
OSREL=11.0
OSVERSION=1100122
PYTHONBASE=/usr/local
UID=0
_JAVA_OS_LIST_REGEXP=native\|linux
_JAVA_VENDOR_LIST_REGEXP=openjdk\|oracle\|sun
_JAVA_VERSION_LIST_REGEXP=1.6\|1.7\|1.8\|1.6+\|1.7+\|1.8+
_OSRELEASE=11.0-RELEASE-p1
#### Misc Poudriere ####
GID=0
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
--Resource limits--
cpu time               (seconds, -t)  unlimited
file size           (512-blocks, -f)  unlimited
data seg size           (kbytes, -d)  1048576
stack size              (kbytes, -s)  1048576
core file size      (512-blocks, -c)  unlimited
max memory size         (kbytes, -m)  unlimited
locked memory           (kbytes, -l)  unlimited
max user processes              (-u)  89999
open files                      (-n)  1024
virtual mem size        (kbytes, -v)  unlimited
swap limit              (kbytes, -w)  unlimited
socket buffer size       (bytes, -b)  unlimited
pseudo-terminals                (-p)  unlimited
kqueues                         (-k)  unlimited
umtx shared locks               (-o)  unlimited
--End resource limits--
=======================<phase: check-sanity   >============================
===>  License GPLv2 LGPL21 accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   haproxy-devel-1.8.d2 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.10.1.txz
[110arm64-quarterly-job-10] Installing pkg-1.10.1...
[110arm64-quarterly-job-10] Extracting pkg-1.10.1: .......... done
===>   haproxy-devel-1.8.d2 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of haproxy-devel-1.8.d2
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License GPLv2 LGPL21 accepted by the user
===> Fetching all distfiles required by haproxy-devel-1.8.d2 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License GPLv2 LGPL21 accepted by the user
===> Fetching all distfiles required by haproxy-devel-1.8.d2 for building
=> SHA256 Checksum OK for haproxy-1.8-dev2.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License GPLv2 LGPL21 accepted by the user
===> Fetching all distfiles required by haproxy-devel-1.8.d2 for building
===>  Extracting for haproxy-devel-1.8.d2
=> SHA256 Checksum OK for haproxy-1.8-dev2.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for haproxy-devel-1.8.d2
===========================================================================
=======================<phase: build-depends  >============================
===>   haproxy-devel-1.8.d2 depends on file: /usr/local/lib/libpcre.a - not found
===>   Installing existing package /packages/All/pcre-8.40_1.txz
[110arm64-quarterly-job-10] Installing pcre-8.40_1...
[110arm64-quarterly-job-10] Extracting pcre-8.40_1: .......... done
===>   haproxy-devel-1.8.d2 depends on file: /usr/local/lib/libpcre.a - found
===>   Returning to build of haproxy-devel-1.8.d2
===>   haproxy-devel-1.8.d2 depends on executable: gmake - not found
===>   Installing existing package /packages/All/gmake-4.2.1_1.txz
[110arm64-quarterly-job-10] Installing gmake-4.2.1_1...
[110arm64-quarterly-job-10] `-- Installing indexinfo-0.2.6...
[110arm64-quarterly-job-10] `-- Extracting indexinfo-0.2.6: .... done
[110arm64-quarterly-job-10] `-- Installing gettext-runtime-0.19.8.1_1...
[110arm64-quarterly-job-10] `-- Extracting gettext-runtime-0.19.8.1_1: .......... done
[110arm64-quarterly-job-10] Extracting gmake-4.2.1_1: .......... done
===>   haproxy-devel-1.8.d2 depends on executable: gmake - found
===>   Returning to build of haproxy-devel-1.8.d2
===========================================================================
=======================<phase: lib-depends    >============================
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for haproxy-devel-1.8.d2
===========================================================================
<snip>
^~~~~~~
include/common/compiler.h:54:32: note: expanded from macro 'REGPRM2'
#define REGPRM2 __attribute__((regparm(2)))
                               ^       ~
In file included from src/ev_poll.c:22:
In file included from include/common/ticks.h:56:
In file included from include/common/standard.h:37:
In file included from include/common/namespace.h:5:
In file included from ebtree/ebistree.h:28:
In file included from ebtree/ebpttree.h:25:
ebtree/eb32tree.h:114:1: error: 'regparm' is not valid on this platform
REGPRM2 struct eb32_node *eb32i_lookup(struct eb_root *root, s32 x);
^~~~~~~
include/common/compiler.h:54:32: note: expanded from macro 'REGPRM2'
#define REGPRM2 __attribute__((regparm(2)))
                               ^       ~
In file included from src/ev_poll.c:22:
In file included from include/common/ticks.h:56:
In file included from include/common/standard.h:37:
In file included from include/common/namespace.h:5:
In file included from ebtree/ebistree.h:28:
In file included from ebtree/ebpttree.h:25:
ebtree/eb32tree.h:115:1: error: 'regparm' is not valid on this platform
REGPRM2 struct eb32_node *eb32_lookup_le(struct eb_root *root, u32 x);
^~~~~~~
include/common/compiler.h:54:32: note: expanded from macro 'REGPRM2'
#define REGPRM2 __attribute__((regparm(2)))
                               ^       ~
In file included from src/ev_poll.c:22:
In file included from include/common/ticks.h:56:
In file included from include/common/standard.h:37:
In file included from include/common/namespace.h:5:
In file included from ebtree/ebistree.h:28:
In file included from ebtree/ebpttree.h:25:
ebtree/eb32tree.h:116:1: error: 'regparm' is not valid on this platform
REGPRM2 struct eb32_node *eb32_lookup_ge(struct eb_root *root, u32 x);
^~~~~~~
include/common/compiler.h:54:32: note: expanded from macro 'REGPRM2'
#define REGPRM2 __attribute__((regparm(2)))
                               ^       ~
In file included from src/ev_poll.c:22:
In file included from include/common/ticks.h:56:
In file included from include/common/standard.h:37:
In file included from include/common/namespace.h:5:
In file included from ebtree/ebistree.h:28:
In file included from ebtree/ebpttree.h:25:
ebtree/eb32tree.h:117:1: error: 'regparm' is not valid on this platform
REGPRM2 struct eb32_node *eb32_insert(struct eb_root *root, struct eb32_node *new);
^~~~~~~
include/common/compiler.h:54:32: note: expanded from macro 'REGPRM2'
#define REGPRM2 __attribute__((regparm(2)))
                               ^       ~
In file included from src/ev_poll.c:22:
In file included from include/common/ticks.h:56:
In file included from include/common/standard.h:37:
In file included from include/common/namespace.h:5:
In file included from ebtree/ebistree.h:28:
In file included from ebtree/ebpttree.h:25:
ebtree/eb32tree.h:118:1: error: 'regparm' is not valid on this platform
REGPRM2 struct eb32_node *eb32i_insert(struct eb_root *root, struct eb32_node *new);
^~~~~~~
include/common/compiler.h:54:32: note: expanded from macro 'REGPRM2'
#define REGPRM2 __attribute__((regparm(2)))
                               ^       ~
In file included from src/ev_poll.c:22:
In file included from include/common/ticks.h:56:
In file included from include/common/standard.h:37:
In file included from include/common/namespace.h:5:
In file included from ebtree/ebistree.h:28:
In file included from ebtree/ebpttree.h:26:
ebtree/eb64tree.h:113:1: error: 'regparm' is not valid on this platform
REGPRM2 struct eb64_node *eb64_lookup(struct eb_root *root, u64 x);
^~~~~~~
include/common/compiler.h:54:32: note: expanded from macro 'REGPRM2'
#define REGPRM2 __attribute__((regparm(2)))
                               ^       ~
In file included from src/ev_poll.c:22:
In file included from include/common/ticks.h:56:
In file included from include/common/standard.h:37:
In file included from include/common/namespace.h:5:
In file included from ebtree/ebistree.h:28:
In file included from ebtree/ebpttree.h:26:
ebtree/eb64tree.h:114:1: error: 'regparm' is not valid on this platform
REGPRM2 struct eb64_node *eb64i_lookup(struct eb_root *root, s64 x);
^~~~~~~
include/common/compiler.h:54:32: note: expanded from macro 'REGPRM2'
#define REGPRM2 __attribute__((regparm(2)))
                               ^       ~
In file included from src/ev_poll.c:22:
In file included from include/common/ticks.h:56:
In file included from include/common/standard.h:37:
In file included from include/common/namespace.h:5:
In file included from ebtree/ebistree.h:28:
In file included from ebtree/ebpttree.h:26:
ebtree/eb64tree.h:115:1: error: 'regparm' is not valid on this platform
REGPRM2 struct eb64_node *eb64_lookup_le(struct eb_root *root, u64 x);
^~~~~~~
include/common/compiler.h:54:32: note: expanded from macro 'REGPRM2'
#define REGPRM2 __attribute__((regparm(2)))
                               ^       ~
In file included from src/ev_poll.c:22:
In file included from include/common/ticks.h:56:
In file included from include/common/standard.h:37:
In file included from include/common/namespace.h:5:
In file included from ebtree/ebistree.h:28:
In file included from ebtree/ebpttree.h:26:
ebtree/eb64tree.h:116:1: error: 'regparm' is not valid on this platform
REGPRM2 struct eb64_node *eb64_lookup_ge(struct eb_root *root, u64 x);
^~~~~~~
include/common/compiler.h:54:32: note: expanded from macro 'REGPRM2'
#define REGPRM2 __attribute__((regparm(2)))
                               ^       ~
In file included from src/ev_poll.c:22:
In file included from include/common/ticks.h:56:
In file included from include/common/standard.h:37:
In file included from include/common/namespace.h:5:
In file included from ebtree/ebistree.h:28:
In file included from ebtree/ebpttree.h:26:
ebtree/eb64tree.h:117:1: error: 'regparm' is not valid on this platform
REGPRM2 struct eb64_node *eb64_insert(struct eb_root *root, struct eb64_node *new);
^~~~~~~
include/common/compiler.h:54:32: note: expanded from macro 'REGPRM2'
#define REGPRM2 __attribute__((regparm(2)))
                               ^       ~
In file included from src/ev_poll.c:22:
In file included from include/common/ticks.h:56:
In file included from include/common/standard.h:37:
In file included from include/common/namespace.h:5:
In file included from ebtree/ebistree.h:28:
In file included from ebtree/ebpttree.h:26:
ebtree/eb64tree.h:118:1: error: 'regparm' is not valid on this platform
REGPRM2 struct eb64_node *eb64i_insert(struct eb_root *root, struct eb64_node *new);
^~~~~~~
include/common/compiler.h:54:32: note: expanded from macro 'REGPRM2'
#define REGPRM2 __attribute__((regparm(2)))
                               ^       ~
In file included from src/ev_poll.c:22:
In file included from include/common/ticks.h:56:
In file included from include/common/standard.h:37:
In file included from include/common/namespace.h:5:
In file included from ebtree/ebistree.h:29:
ebtree/ebimtree.h:35:1: error: 'regparm' is not valid on this platform
REGPRM3 struct ebpt_node *ebim_lookup(struct eb_root *root, const void *x, unsigned int len);
^~~~~~~
include/common/compiler.h:62:32: note: expanded from macro 'REGPRM3'
#define REGPRM3 __attribute__((regparm(3)))
                               ^       ~
In file included from src/ev_poll.c:22:
In file included from include/common/ticks.h:56:
In file included from include/common/standard.h:37:
In file included from include/common/namespace.h:5:
In file included from ebtree/ebistree.h:29:
ebtree/ebimtree.h:36:1: error: 'regparm' is not valid on this platform
REGPRM3 struct ebpt_node *ebim_insert(struct eb_root *root, struct ebpt_node *new, unsigned int len);
^~~~~~~
include/common/compiler.h:62:32: note: expanded from macro 'REGPRM3'
#define REGPRM3 __attribute__((regparm(3)))
                               ^       ~
In file included from src/ev_poll.c:22:
In file included from include/common/ticks.h:56:
In file included from include/common/standard.h:37:
In file included from include/common/namespace.h:5:
ebtree/ebistree.h:38:1: error: 'regparm' is not valid on this platform
REGPRM2 struct ebpt_node *ebis_lookup(struct eb_root *root, const char *x);
^~~~~~~
include/common/compiler.h:54:32: note: expanded from macro 'REGPRM2'
#define REGPRM2 __attribute__((regparm(2)))
                               ^       ~
In file included from src/ev_poll.c:22:
In file included from include/common/ticks.h:56:
In file included from include/common/standard.h:37:
In file included from include/common/namespace.h:5:
ebtree/ebistree.h:39:1: error: 'regparm' is not valid on this platform
REGPRM2 struct ebpt_node *ebis_insert(struct eb_root *root, struct ebpt_node *new);
^~~~~~~
include/common/compiler.h:54:32: note: expanded from macro 'REGPRM2'
#define REGPRM2 __attribute__((regparm(2)))
                               ^       ~
In file included from src/ev_poll.c:23:
include/common/time.h:70:1: error: 'regparm' is not valid on this platform
REGPRM3 struct timeval *tv_ms_add(struct timeval *tv, const struct timeval *from, int ms);
^~~~~~~
include/common/compiler.h:62:32: note: expanded from macro 'REGPRM3'
#define REGPRM3 __attribute__((regparm(3)))
                               ^       ~
In file included from src/ev_poll.c:23:
include/common/time.h:76:1: error: 'regparm' is not valid on this platform
REGPRM2 int tv_ms_cmp(const struct timeval *tv1, const struct timeval *tv2);
^~~~~~~
include/common/compiler.h:54:32: note: expanded from macro 'REGPRM2'
#define REGPRM2 __attribute__((regparm(2)))
                               ^       ~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
gmake[1]: *** [Makefile:856: src/ev_poll.o] Error 1
gmake[1]: Leaving directory '/wrkdirs/usr/ports/net/haproxy-devel/work/haproxy-1.8-dev2'
*** Error code 1

Stop.
make: stopped in /usr/ports/net/haproxy-devel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707090154.v691slci017260>