Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jun 2017 18:21:43 GMT
From:      pkg-fallout@FreeBSD.org
To:        beyert@cs.ucr.edu
Cc:        pkg-fallout@FreeBSD.org
Subject:   [package - head-i386-default][lang/twelf] Failed for twelf-1.7.1 in build
Message-ID:  <201706061821.v56ILhcJ028385@beefy11.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:     beyert@cs.ucr.edu
Last committer: sunpoet@FreeBSD.org
Ident:          $FreeBSD: head/lang/twelf/Makefile 428757 2016-12-17 12:58:58Z sunpoet $
Log URL:        http://beefy11.nyi.freebsd.org/data/head-i386-default/p442731_s1200031/logs/twelf-1.7.1.log
Build URL:      http://beefy11.nyi.freebsd.org/build.html?mastername=head-i386-default&build=p442731_s1200031
Log:

====>> Building lang/twelf
build started at Tue Jun  6 18:19:49 UTC 2017
port directory: /usr/ports/lang/twelf
building for: FreeBSD head-i386-default-job-01 12.0-CURRENT FreeBSD 12.0-CURRENT 1200031 i386
maintained by: beyert@cs.ucr.edu
Makefile ident:      $FreeBSD: head/lang/twelf/Makefile 428757 2016-12-17 12:58:58Z sunpoet $
Poudriere version: 3.1.19-12-g519b08e3
Host OSVERSION: 1200031
Jail OSVERSION: 1200031
Job Id: 01

---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1200031
UNAME_v=FreeBSD 12.0-CURRENT 1200031
UNAME_r=12.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/head-i386-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=twelf-1.7.1
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p/pool
MASTERNAME=head-i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.19-12-g519b08e3
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 twelf-1.7.1:
     DOCS=on: Build and/or install documentation
===> 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/lang/twelf/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/twelf/work  HOME=/wrkdirs/usr/ports/lang/twelf/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/twelf/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/twelf/work  HOME=/wrkdirs/usr/ports/lang/twelf/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  -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--
TEXMFDIR="share/texmf"
TEXMFDISTDIR="share/texmf-dist"
TEXMFLOCALDIR="share/texmf-local"
TEXMFVARDIR="share/texmf-var"
TEXMFCONFIGDIR="share/texmf-config"
FMTUTIL_CNF="share/texmf-config/web2c/fmtutil.cnf"
OSREL=12.0
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/twelf"
EXAMPLESDIR="share/examples/twelf"
DATADIR="share/twelf"
WWWDIR="www/twelf"
ETCDIR="etc/twelf"
--End PLIST_SUB--

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

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
PACKAGE_BUILDING=yes
MACHINE=i386
MACHINE_ARCH=i386
ARCH=${MACHINE_ARCH}
#### /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=i386
CONFIGURE_MAX_CMD_LEN=262144
OPSYS=FreeBSD
OSREL=12.0
OSVERSION=1200031
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=12.0-CURRENT
#### 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)  524288
stack size              (kbytes, -s)  65536
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 BSD2CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   twelf-1.7.1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.10.1.txz
[head-i386-default-job-01] Installing pkg-1.10.1...
[head-i386-default-job-01] Extracting pkg-1.10.1: .......... done
===>   twelf-1.7.1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of twelf-1.7.1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD2CLAUSE accepted by the user
===> Fetching all distfiles required by twelf-1.7.1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD2CLAUSE accepted by the user
===> Fetching all distfiles required by twelf-1.7.1 for building
=> SHA256 Checksum OK for twelf-src-1.7.1.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD2CLAUSE accepted by the user
===> Fetching all distfiles required by twelf-1.7.1 for building
===>  Extracting for twelf-1.7.1
=> SHA256 Checksum OK for twelf-src-1.7.1.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for twelf-1.7.1
===========================================================================
=======================<phase: build-depends  >============================
===>   twelf-1.7.1 depends on executable: mlton - not found
===>   Installing existing package /packages/All/mlton-20100608_3.txz
[head-i386-default-job-01] Installing mlton-20100608_3...
[head-i386-default-job-01] `-- Installing bash-4.4.12_2...
[head-i386-default-job-01] |   `-- Installing gettext-runtime-0.19.8.1_1...
[head-i386-default-job-01] |   | `-- Installing indexinfo-0.2.6...
[head-i386-default-job-01] |   | `-- Extracting indexinfo-0.2.6: .... done
[head-i386-default-job-01] |   `-- Extracting gettext-runtime-0.19.8.1_1: .......... done
[head-i386-default-job-01] `-- Extracting bash-4.4.12_2: .......... done
[head-i386-default-job-01] `-- Installing gcc5-5.4.0_2...
[head-i386-default-job-01] |   `-- Installing binutils-2.28,1...
[head-i386-default-job-01] |   `-- Extracting binutils-2.28,1: .......... done
[head-i386-default-job-01] |   `-- Installing gcc-ecj-4.5...
[head-i386-default-job-01] |   `-- Extracting gcc-ecj-4.5: . done
[head-i386-default-job-01] |   `-- Installing gmp-6.1.2...
[head-i386-default-job-01] |   `-- Extracting gmp-6.1.2: .......... done
[head-i386-default-job-01] |   `-- Installing mpc-1.0.3...
[head-i386-default-job-01] |   | `-- Installing mpfr-3.1.5_1...
<snip>
[head-i386-default-job-01] |   |   `-- Extracting svgalib-1.4.3_7: .......... done
[head-i386-default-job-01] |   | `-- Extracting ghostscript9-agpl-base-9.16_5: .......... done
[head-i386-default-job-01] |   | `-- Installing graphite2-1.3.10...
[head-i386-default-job-01] |   | `-- Extracting graphite2-1.3.10: .......... done
[head-i386-default-job-01] |   | `-- Installing harfbuzz-1.4.6_1...
[head-i386-default-job-01] |   | `-- Extracting harfbuzz-1.4.6_1: .......... done
[head-i386-default-job-01] |   | `-- Installing harfbuzz-icu-1.4.6_1...
[head-i386-default-job-01] |   |   `-- Installing icu-58.2_2,1...
[head-i386-default-job-01] |   |   `-- Extracting icu-58.2_2,1: .......... done
[head-i386-default-job-01] |   | `-- Extracting harfbuzz-icu-1.4.6_1: ..... done
[head-i386-default-job-01] |   | `-- Installing libgd-2.2.4_1,1...
[head-i386-default-job-01] |   |   `-- Installing webp-0.6.0_3...
[head-i386-default-job-01] |   |   | `-- Installing giflib-5.1.4...
[head-i386-default-job-01] |   |   | `-- Extracting giflib-5.1.4: .......... done
[head-i386-default-job-01] |   |   `-- Extracting webp-0.6.0_3: .......... done
[head-i386-default-job-01] |   | `-- Extracting libgd-2.2.4_1,1: .......... done
[head-i386-default-job-01] |   | `-- Installing libpotrace-1.12...
[head-i386-default-job-01] |   | `-- Extracting libpotrace-1.12: ........ done
[head-i386-default-job-01] |   | `-- Installing poppler-0.50.0...
[head-i386-default-job-01] |   |   `-- Installing nspr-4.14_1...
[head-i386-default-job-01] |   |   `-- Extracting nspr-4.14_1: .......... done
[head-i386-default-job-01] |   |   `-- Installing nss-3.30.2...
[head-i386-default-job-01] |   |   | `-- Installing sqlite3-3.19.2...
[head-i386-default-job-01] |   |   | `-- Extracting sqlite3-3.19.2: .......... done
[head-i386-default-job-01] |   |   `-- Extracting nss-3.30.2: .......... done
[head-i386-default-job-01] |   |   `-- Installing openjpeg-2.1.2_1...
[head-i386-default-job-01] |   |   `-- Extracting openjpeg-2.1.2_1: .......... done
[head-i386-default-job-01] |   |   `-- Installing poppler-data-0.4.7...
[head-i386-default-job-01] |   |   `-- Extracting poppler-data-0.4.7: .......... done
[head-i386-default-job-01] |   | `-- Extracting poppler-0.50.0: .......... done
[head-i386-default-job-01] |   | `-- Installing psutils-1.17_5...
[head-i386-default-job-01] |   | `-- Extracting psutils-1.17_5: .......... done
[head-i386-default-job-01] |   | `-- Installing t1lib-5.1.2_4,1...
[head-i386-default-job-01] |   |   `-- Installing libXaw-1.0.13,2...
[head-i386-default-job-01] |   |   | `-- Installing libXmu-1.1.2_3,1...
[head-i386-default-job-01] |   |   |   `-- Installing libXt-1.1.5,1...
[head-i386-default-job-01] |   |   |   `-- Extracting libXt-1.1.5,1: .......... done
[head-i386-default-job-01] |   |   | `-- Extracting libXmu-1.1.2_3,1: .......... done
[head-i386-default-job-01] |   |   | `-- Installing libXp-1.0.3,1...
[head-i386-default-job-01] |   |   |   `-- Installing printproto-1.0.5...
[head-i386-default-job-01] |   |   |   `-- Extracting printproto-1.0.5: .... done
[head-i386-default-job-01] |   |   | `-- Extracting libXp-1.0.3,1: .......... done
[head-i386-default-job-01] |   |   | `-- Installing libXpm-3.5.12...
[head-i386-default-job-01] |   |   | `-- Extracting libXpm-3.5.12: .......... done
[head-i386-default-job-01] |   |   `-- Extracting libXaw-1.0.13,2: .......... done
[head-i386-default-job-01] |   | `-- Extracting t1lib-5.1.2_4,1: .......... done
[head-i386-default-job-01] |   | `-- Installing teckit-2.5.1_2...
[head-i386-default-job-01] |   | `-- Extracting teckit-2.5.1_2: .......... done
[head-i386-default-job-01] |   | `-- Installing texlive-tlmgr-20150523_2...
[head-i386-default-job-01] |   | `-- Extracting texlive-tlmgr-20150523_2: ......... done
[head-i386-default-job-01] |   | `-- Installing xpdfopen-0.86...
[head-i386-default-job-01] |   | `-- Extracting xpdfopen-0.86: .... done
[head-i386-default-job-01] |   `-- Extracting texlive-base-20150521_17: .......... done
[head-i386-default-job-01] `-- Extracting texlive-texmf-20150523_4: .......... done
[head-i386-default-job-01] Extracting tex-formats-20150521_2: .......... done
Message from freetype2-2.8:
The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as
the default, emulating a modern version of ClearType. This change inevitably
leads to different rendering results, and you might change port's options to
adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment
variable).

The environment variable "FREETYPE_PROPERTIES" can be used to control the
driver properties. Example:

FREETYPE_PROPERTIES=truetype:interpreter-version=35 \
	cff:no-stem-darkening=1 \
	autofitter:warping=1

This allows to select, say, the subpixel hinting mode at runtime for a given
application.

The controllable properties are listed in the section "Controlling FreeType
Modules" in the reference's table of contents
(/usr/local/share/doc/freetype2/reference/ft2-toc.html, if documentation was installed).
Message from python27-2.7.13_3:
===========================================================================

Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:

bsddb           databases/py-bsddb
gdbm            databases/py-gdbm
sqlite3         databases/py-sqlite3
tkinter         x11-toolkits/py-tkinter

===========================================================================
Message from zziplib-0.13.62_2:
===>   NOTICE:

The zziplib port currently does not have a maintainer. As a result, it is
more likely to have unresolved issues, not be up-to-date, or even be removed in
the future. To volunteer to maintain this port, please create an issue at:

https://bugs.freebsd.org/bugzilla

More information about port maintainership is available at:

https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port
Message from ca_root_nss-3.30.2:
********************************* 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

***************************************************************************
Message from trousers-0.3.14_1:
To run tcsd automatically, add the following line to /etc/rc.conf:

tcsd_enable="YES"

You might want to edit /usr/local/etc/tcsd.conf to reflect your setup.

If you want to use tcsd with software TPM emulator, use the following
configuration in /etc/rc.conf:

tcsd_enable="YES"
tcsd_mode="emulator"
tpmd_enable="YES"

To use TPM, add your_account to '_tss' group like following:

# pw groupmod _tss -m your_account
Message from ghostscript9-agpl-base-9.16_5:
Note: in order to use the script "dvipdf", dvips must be installed.
This program is provided by another package print/tex-dvipsk.

FAPIfontmap and FAPIcidfmap in /usr/local/share/ghostscript/9.16/Resource/Init
have to be configured if you want to use FAPI feature.
===>   twelf-1.7.1 depends on file: /usr/local/share/texmf-var/web2c/tex/tex.fmt - found
===>   Returning to build of twelf-1.7.1
===>   twelf-1.7.1 depends on executable: dvips - not found
===>   Installing existing package /packages/All/tex-dvipsk-5.995_1.txz
[head-i386-default-job-01] Installing tex-dvipsk-5.995_1...
[head-i386-default-job-01] Extracting tex-dvipsk-5.995_1: .......... done
===>   twelf-1.7.1 depends on executable: dvips - found
===>   Returning to build of twelf-1.7.1
===>   twelf-1.7.1 depends on executable: gmake - not found
===>   Installing existing package /packages/All/gmake-4.2.1_1.txz
[head-i386-default-job-01] Installing gmake-4.2.1_1...
[head-i386-default-job-01] Extracting gmake-4.2.1_1: .......... done
===>   twelf-1.7.1 depends on executable: gmake - found
===>   Returning to build of twelf-1.7.1
===>   twelf-1.7.1 depends on executable: makeinfo - not found
===>   Installing existing package /packages/All/texinfo-6.3_2,1.txz
[head-i386-default-job-01] Installing texinfo-6.3_2,1...
[head-i386-default-job-01] Extracting texinfo-6.3_2,1: .......... done
===>   twelf-1.7.1 depends on executable: makeinfo - found
===>   Returning to build of twelf-1.7.1
===========================================================================
=======================<phase: lib-depends    >============================
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for twelf-1.7.1
===========================================================================
=======================<phase: build          >============================
===>  Building for twelf-1.7.1
gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/twelf/work/twelf'
*************************************************
Twelf Server
*************************************************
rm -Rf src/frontend/buildid.sml
bin/buildid >src/frontend/buildid.sml
bin/buildid: svnversion: not found
mltonversion=`mlton -default-ann 'nonexhaustiveMatch ignore' 2>&1 | awk 'NR==1 { print 0+$2 }'`;	\
if   [ $mltonversion -ge 20041109 ]; then			\
	cmfileid="twelf-server-mlton.cm";			\
elif [ $mltonversion="MLTONVERSION" ]; then			\
	cmfileid="twelf-server-mlton.cm";			\
else								\
	echo; echo "Error: MLton >= 20041109 required";	echo;	\
	exit 1;							\
fi;								\
mlton -default-ann 'nonexhaustiveMatch ignore' -output bin/twelf-server build/${cmfileid}
No such file or directory
gmake[1]: *** [Makefile:47: twelf-server-mlton] Error 1
gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/twelf/work/twelf'
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/twelf



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