Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Feb 2018 01:13:04 GMT
From:      pkg-fallout@FreeBSD.org
To:        acm@FreeBSD.org
Cc:        pkg-fallout@FreeBSD.org
Subject:   [package - 103amd64-default][devel/dub] Failed for dub-1.7.1 in build
Message-ID:  <201802060113.w161D4ZQ072272@beefy6.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:     acm@FreeBSD.org
Last committer: acm@FreeBSD.org
Ident:          $FreeBSD: head/devel/dub/Makefile 460626 2018-02-01 20:18:51Z acm $
Log URL:        http://beefy6.nyi.freebsd.org/data/103amd64-default/461032/logs/dub-1.7.1.log
Build URL:      http://beefy6.nyi.freebsd.org/build.html?mastername=103amd64-default&build=461032
Log:

=>> Building devel/dub
build started at Tue Feb  6 01:12:59 UTC 2018
port directory: /usr/ports/devel/dub
package name: dub-1.7.1
building for: FreeBSD 103amd64-default-job-07 10.3-RELEASE-p26 FreeBSD 10.3-RELEASE-p26 amd64
maintained by: acm@FreeBSD.org
Makefile ident:      $FreeBSD: head/devel/dub/Makefile 460626 2018-02-01 20:18:51Z acm $
Poudriere version: 3.2.4-42-g98f2e28b
Host OSVERSION: 1200054
Jail OSVERSION: 1003000
Job Id: 07

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1003000
UNAME_v=FreeBSD 10.3-RELEASE-p26
UNAME_r=10.3-RELEASE-p26
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/103amd64-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
OLDPWD=/usr/local/poudriere/data/.m/103amd64-default/ref/.p
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
PWD=/usr/local/poudriere/data/.m/103amd64-default/ref/.p/pool
MASTERNAME=103amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.2.4-42-g98f2e28b
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
DEPENDS_ARGS=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
---End OPTIONS List---

--MAINTAINER--
acm@FreeBSD.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/devel/dub/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/dub/work  HOME=/wrkdirs/usr/ports/devel/dub/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/dub/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/devel/dub/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/dub/work  HOME=/wrkdirs/usr/ports/devel/dub/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/dub/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes WITHOUT_DEBUG_FILES=yes WITHOUT_KERNEL_SYMBOLS=yes SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe  -fstack-protector -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -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--
PORTDOCS="" PORTEXAMPLES="" OSREL=10.3 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/dub"  EXAMPLESDIR="share/examples/dub"  DATADIR="share/dub"  WWWDIR="www/dub"  ETCDIR="etc/dub"
--End PLIST_SUB--

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

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
PACKAGE_BUILDING=yes
PACKAGE_BUILDING_FLAVORS=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=amd64
CONFIGURE_MAX_CMD_LEN=262144
HAVE_COMPAT_IA32_KERN=YES
OPSYS=FreeBSD
OSREL=10.3
OSVERSION=1003000
PYTHONBASE=/usr/local
UID=0
_OSRELEASE=10.3-RELEASE-p26
#### 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)  33554432
stack size              (kbytes, -s)  524288
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
sbsize                   (bytes, -b)  unlimited
pseudo-terminals                (-p)  unlimited
--End resource limits--
=======================<phase: check-sanity   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   dub-1.7.1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.10.4.txz
[103amd64-default-job-07] Installing pkg-1.10.4...
[103amd64-default-job-07] Extracting pkg-1.10.4: .......... done
===>   dub-1.7.1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of dub-1.7.1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===> Fetching all distfiles required by dub-1.7.1 for building
===========================================================================
=======================<phase: checksum       >============================
===> Fetching all distfiles required by dub-1.7.1 for building
=> SHA256 Checksum OK for dlang-dub-v1.7.1_GH0.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===> Fetching all distfiles required by dub-1.7.1 for building
===>  Extracting for dub-1.7.1
=> SHA256 Checksum OK for dlang-dub-v1.7.1_GH0.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for dub-1.7.1
===>  Applying FreeBSD patches for dub-1.7.1
/usr/bin/sed -i.bak -e 's|%%PORTVERSION%%|1.7.1|g' /wrkdirs/usr/ports/devel/dub/work/dub-1.7.1/source/dub/version_.d
===========================================================================
=======================<phase: build-depends  >============================
===>   dub-1.7.1 depends on executable: ldmd2 - not found
===>   Installing existing package /packages/All/ldc-1.7.0_1.txz
[103amd64-default-job-07] Installing ldc-1.7.0_1...
[103amd64-default-job-07] `-- Installing libconfig-1.4.9_1...
[103amd64-default-job-07] |   `-- Installing indexinfo-0.3.1...
[103amd64-default-job-07] |   `-- Extracting indexinfo-0.3.1: .... done
[103amd64-default-job-07] `-- Extracting libconfig-1.4.9_1: .......... done
[103amd64-default-job-07] Extracting ldc-1.7.0_1: .......... done
===>   dub-1.7.1 depends on executable: ldmd2 - found
===>   Returning to build of dub-1.7.1
===========================================================================
=======================<phase: lib-depends    >============================
===>   dub-1.7.1 depends on shared library: libcurl.so - not found
===>   Installing existing package /packages/All/curl-7.58.0_1.txz
[103amd64-default-job-07] Installing curl-7.58.0_1...
[103amd64-default-job-07] `-- Installing ca_root_nss-3.35...
[103amd64-default-job-07] `-- Extracting ca_root_nss-3.35: ........ done
[103amd64-default-job-07] `-- Installing libnghttp2-1.30.0...
[103amd64-default-job-07] `-- Extracting libnghttp2-1.30.0: .......... done
[103amd64-default-job-07] Extracting curl-7.58.0_1: .......... done
Message from ca_root_nss-3.35:

********************************* WARNING *********************************

FreeBSD does not, and can not warrant that the certification authorities
whose certificates are included in this package have in any way been
audited for trustworthiness or RFC 3647 compliance.

Assessment and verification of trust is the complete responsibility of the
system administrator.

*********************************** NOTE **********************************

This package installs symlinks to support root certificates discovery by
default for software that uses OpenSSL.

This enables SSL Certificate Verification by client software without manual
intervention.

If you prefer to do this manually, replace the following symlinks with
either an empty file or your site-local certificate bundle.

  * /etc/ssl/cert.pem
  * /usr/local/etc/ssl/cert.pem
  * /usr/local/openssl/cert.pem

***************************************************************************
===>   dub-1.7.1 depends on shared library: libcurl.so - found (/usr/local/lib/libcurl.so)
===>   Returning to build of dub-1.7.1
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for dub-1.7.1
===========================================================================
=======================<phase: build          >============================
===>  Building for dub-1.7.1
build.sh: cannot open 2.069.0: No such file or directory
build.sh: git: not found
Could not determine a version with git.
Using existing version file.
Running ldmd2...
Shared object "libLLVM-4.0.so" not found, required by "ldmd2"
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/dub



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