Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jun 2018 16:37:59 GMT
From:      pkg-fallout@FreeBSD.org
To:        pkg-fallout@FreeBSD.org
Subject:   [package - head-arm64-default][math/reduce] Failed for reduce-20180117 in stage
Message-ID:  <201806261637.w5QGbxhP057972@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:     pfg@FreeBSD.org
Last committer: pfg@FreeBSD.org
Ident:          $FreeBSD: head/math/reduce/Makefile 462703 2018-02-23 15:21:20Z pfg $
Log URL:        http://thunderx1.nyi.freebsd.org/data/head-arm64-default/p472730_s335353/logs/reduce-20180117.log
Build URL:      http://thunderx1.nyi.freebsd.org/build.html?mastername=head-arm64-default&build=p472730_s335353
Log:

=>> Building math/reduce
build started at Tue Jun 26 15:47:12 UTC 2018
port directory: /usr/ports/math/reduce
package name: reduce-20180117
building for: FreeBSD head-arm64-default-job-19 12.0-CURRENT FreeBSD 12.0-CURRENT 1200069 arm64
maintained by: pfg@FreeBSD.org
Makefile ident:      $FreeBSD: head/math/reduce/Makefile 462703 2018-02-23 15:21:20Z pfg $
Poudriere version: 3.2.7-1-g7087c444
Host OSVERSION: 1200060
Jail OSVERSION: 1200069
Job Id: 19




!!! Jail is newer than host. (Jail: 1200069, Host: 1200060) !!!
!!! This is not supported. !!!
!!! Host kernel must be same or newer than jail. !!!
!!! Expect build failures. !!!



---Begin Environment---
SHELL=/bin/csh
OSVERSION=1200069
UNAME_v=FreeBSD 12.0-CURRENT 1200069
UNAME_r=12.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.7-1-g7087c444
MASTERMNT=/usr/local/poudriere/data/.m/head-arm64-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/head-arm64-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=head-arm64-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/head-arm64-default/ref/.p
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
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--
pfg@FreeBSD.org
--End MAINTAINER--

--CONFIGURE_ARGS--
--with-csl
--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
MAKE=gmake XDG_DATA_HOME=/wrkdirs/usr/ports/math/reduce/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/reduce/work  HOME=/wrkdirs/usr/ports/math/reduce/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/reduce/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/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/math/reduce/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/math/reduce/work  HOME=/wrkdirs/usr/ports/math/reduce/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/math/reduce/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  -fno-strict-aliasing"  CPP="cpp" CPPFLAGS="-I/usr/include `freetype-config --cflags`"  LDFLAGS=" `freetype-config --libs`" 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--
PORTDOCS="" PORTEXAMPLES="" OSREL=12.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/reduce"  EXAMPLESDIR="share/examples/reduce"  DATADIR="share/reduce"  WWWDIR="www/reduce"  ETCDIR="etc/reduce"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/reduce DOCSDIR=/usr/local/share/doc/reduce EXAMPLESDIR=/usr/local/share/examples/reduce  WWWDIR=/usr/local/www/reduce ETCDIR=/usr/local/etc/reduce
--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 ####
_CCVERSION_921dbbb2=FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0) Target: aarch64-unknown-freebsd12.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0) Target: aarch64-unknown-freebsd12.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o"
CC_OUTPUT_921dbbb2_58173849=yes
CC_OUTPUT_921dbbb2_9bdba57c=yes
CC_OUTPUT_921dbbb2_6a4fe7f5=yes
CC_OUTPUT_921dbbb2_6bcac02b=yes
CC_OUTPUT_921dbbb2_67d20829=yes
CC_OUTPUT_921dbbb2_bfa62e83=yes
CC_OUTPUT_921dbbb2_f0b4d593=yes
CC_OUTPUT_921dbbb2_308abb44=yes
CC_OUTPUT_921dbbb2_f00456e5=yes
CC_OUTPUT_921dbbb2_65ad290d=yes
CC_OUTPUT_921dbbb2_f2776b26=yes
CC_OUTPUT_921dbbb2_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0) Target: aarch64-unknown-freebsd12.0 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=aarch64
OPSYS=FreeBSD
_OSRELEASE=12.0-CURRENT
OSREL=12.0
OSVERSION=1200069
PYTHONBASE=/usr/local
CONFIGURE_MAX_CMD_LEN=262144
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=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 BSD2CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   reduce-20180117 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.10.5_1.txz
[head-arm64-default-job-19] Installing pkg-1.10.5_1...
[head-arm64-default-job-19] Extracting pkg-1.10.5_1: .......... done
===>   reduce-20180117 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of reduce-20180117
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD2CLAUSE accepted by the user
===> Fetching all distfiles required by reduce-20180117 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD2CLAUSE accepted by the user
===> Fetching all distfiles required by reduce-20180117 for building
=> SHA256 Checksum OK for Reduce-svn4372-src.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD2CLAUSE accepted by the user
===> Fetching all distfiles required by reduce-20180117 for building
===>  Extracting for reduce-20180117
=> SHA256 Checksum OK for Reduce-svn4372-src.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for reduce-20180117
===>  Applying FreeBSD patches for reduce-20180117
===========================================================================
=======================<phase: build-depends  >============================
===>   reduce-20180117 depends on package: autoconf>=2.69 - not found
===>   Installing existing package /packages/All/autoconf-2.69_1.txz
[head-arm64-default-job-19] Installing autoconf-2.69_1...
[head-arm64-default-job-19] `-- Installing autoconf-wrapper-20131203...
[head-arm64-default-job-19] `-- Extracting autoconf-wrapper-20131203: .......... done
[head-arm64-default-job-19] `-- Installing indexinfo-0.3.1...
[head-arm64-default-job-19] `-- Extracting indexinfo-0.3.1: .... done
[head-arm64-default-job-19] `-- Installing m4-1.4.18,1...
[head-arm64-default-job-19] `-- Extracting m4-1.4.18,1: .......... done
[head-arm64-default-job-19] `-- Installing perl5-5.26.2...
<snip>
===> Creating groups.
Using existing group '_tss'.
===> Creating users
Using existing user '_tss'.
[head-arm64-default-job-19] |   |   `-- Extracting trousers-0.3.14_2: .......... done
[head-arm64-default-job-19] |   | `-- Extracting gnutls-3.5.18: .......... done
[head-arm64-default-job-19] |   | `-- Installing libpaper-1.1.24.4...
[head-arm64-default-job-19] |   | `-- Extracting libpaper-1.1.24.4: .......... done
===> Creating groups.
Creating group 'cups' with gid '193'.
===> Creating users
Creating user 'cups' with uid '193'.
[head-arm64-default-job-19] |   `-- Extracting cups-2.2.8_1: .......... done
[head-arm64-default-job-19] |   `-- Installing gtk-update-icon-cache-2.24.32...
[head-arm64-default-job-19] |   | `-- Installing hicolor-icon-theme-0.15...
[head-arm64-default-job-19] |   | `-- Extracting hicolor-icon-theme-0.15: . done
[head-arm64-default-job-19] |   | `-- Installing libXcomposite-0.4.4_3,1...
[head-arm64-default-job-19] |   |   `-- Installing compositeproto-0.4.2...
[head-arm64-default-job-19] |   |   `-- Extracting compositeproto-0.4.2: ....... done
[head-arm64-default-job-19] |   | `-- Extracting libXcomposite-0.4.4_3,1: .......... done
[head-arm64-default-job-19] |   | `-- Installing libXcursor-1.1.15...
[head-arm64-default-job-19] |   | `-- Extracting libXcursor-1.1.15: .......... done
[head-arm64-default-job-19] |   | `-- Installing libXinerama-1.1.3_3,1...
[head-arm64-default-job-19] |   |   `-- Installing xineramaproto-1.2.1...
[head-arm64-default-job-19] |   |   `-- Extracting xineramaproto-1.2.1: ..... done
[head-arm64-default-job-19] |   | `-- Extracting libXinerama-1.1.3_3,1: .......... done
[head-arm64-default-job-19] |   | `-- Installing libXrandr-1.5.1...
[head-arm64-default-job-19] |   |   `-- Installing randrproto-1.5.0...
[head-arm64-default-job-19] |   |   `-- Extracting randrproto-1.5.0: ....... done
[head-arm64-default-job-19] |   | `-- Extracting libXrandr-1.5.1: .......... done
[head-arm64-default-job-19] |   | `-- Installing pango-1.42.0...
[head-arm64-default-job-19] |   |   `-- Installing encodings-1.0.4_4,1...
[head-arm64-default-job-19] |   |   | `-- Installing font-util-1.3.1...
[head-arm64-default-job-19] |   |   | `-- Extracting font-util-1.3.1: .......... done
[head-arm64-default-job-19] |   |   `-- Extracting encodings-1.0.4_4,1: .......... done
[head-arm64-default-job-19] |   |   `-- Installing fribidi-0.19.7...
[head-arm64-default-job-19] |   |   `-- Extracting fribidi-0.19.7: .......... done
[head-arm64-default-job-19] |   |   `-- Installing harfbuzz-1.8.1...
[head-arm64-default-job-19] |   |   | `-- Installing graphite2-1.3.11...
[head-arm64-default-job-19] |   |   | `-- Extracting graphite2-1.3.11: .......... done
[head-arm64-default-job-19] |   |   `-- Extracting harfbuzz-1.8.1: .......... done
[head-arm64-default-job-19] |   |   `-- Installing xorg-fonts-truetype-7.7_1...
[head-arm64-default-job-19] |   |   | `-- Installing dejavu-2.37...
[head-arm64-default-job-19] |   |   |   `-- Installing mkfontdir-1.0.7...
[head-arm64-default-job-19] |   |   |   | `-- Installing mkfontscale-1.1.3...
[head-arm64-default-job-19] |   |   |   |   `-- Installing libfontenc-1.1.3_1...
[head-arm64-default-job-19] |   |   |   |   `-- Extracting libfontenc-1.1.3_1: ......... done
[head-arm64-default-job-19] |   |   |   | `-- Extracting mkfontscale-1.1.3: ..... done
[head-arm64-default-job-19] |   |   |   `-- Extracting mkfontdir-1.0.7: ..... done
[head-arm64-default-job-19] |   |   | `-- Extracting dejavu-2.37: .......... done
[head-arm64-default-job-19] |   |   | `-- Installing font-bh-ttf-1.0.3_3...
[head-arm64-default-job-19] |   |   | `-- Extracting font-bh-ttf-1.0.3_3: .......... done
[head-arm64-default-job-19] |   |   | `-- Installing font-misc-ethiopic-1.0.3_3...
[head-arm64-default-job-19] |   |   | `-- Extracting font-misc-ethiopic-1.0.3_3: ... done
[head-arm64-default-job-19] |   |   | `-- Installing font-misc-meltho-1.0.3_3...
[head-arm64-default-job-19] |   |   | `-- Extracting font-misc-meltho-1.0.3_3: .......... done
[head-arm64-default-job-19] |   | `-- Extracting pango-1.42.0: .......... done
[head-arm64-default-job-19] |   `-- Extracting gtk-update-icon-cache-2.24.32: .... done
[head-arm64-default-job-19] `-- Extracting gtk2-2.24.32: .......... done
[head-arm64-default-job-19] `-- Installing libgd-2.2.4_1,1...
[head-arm64-default-job-19] |   `-- Installing webp-1.0.0...
[head-arm64-default-job-19] |   | `-- Installing giflib-5.1.4...
[head-arm64-default-job-19] |   | `-- Extracting giflib-5.1.4: .......... done
[head-arm64-default-job-19] |   `-- Extracting webp-1.0.0: .......... done
[head-arm64-default-job-19] `-- Extracting libgd-2.2.4_1,1: .......... done
[head-arm64-default-job-19] `-- Installing lua53-5.3.4_2...
[head-arm64-default-job-19] |   `-- Installing libedit-3.1.20170329_2,1...
[head-arm64-default-job-19] |   `-- Extracting libedit-3.1.20170329_2,1: .......... done
[head-arm64-default-job-19] `-- Extracting lua53-5.3.4_2: ......... done
[head-arm64-default-job-19] `-- Installing tex-kpathsea-6.2.1_1...
[head-arm64-default-job-19] `-- Extracting tex-kpathsea-6.2.1_1: .......... done
[head-arm64-default-job-19] `-- Installing wx28-gtk2-2.8.12_7...
[head-arm64-default-job-19] |   `-- Installing ORBit2-2.14.19_2...
[head-arm64-default-job-19] |   | `-- Installing libIDL-0.8.14_3...
[head-arm64-default-job-19] |   | `-- Extracting libIDL-0.8.14_3: ......... done
[head-arm64-default-job-19] |   `-- Extracting ORBit2-2.14.19_2: .......... done
[head-arm64-default-job-19] |   `-- Installing gconf2-3.2.6_5...
[head-arm64-default-job-19] |   | `-- Installing dconf-0.26.1...
[head-arm64-default-job-19] |   | `-- Extracting dconf-0.26.1: .......... done
[head-arm64-default-job-19] |   | `-- Installing polkit-0.114...
[head-arm64-default-job-19] |   |   `-- Installing spidermonkey52-52.8.0...
[head-arm64-default-job-19] |   |   | `-- Installing icu-61.1,1...
[head-arm64-default-job-19] |   |   | `-- Extracting icu-61.1,1: .......... done
[head-arm64-default-job-19] |   |   | `-- Installing nspr-4.19...
[head-arm64-default-job-19] |   |   | `-- Extracting nspr-4.19: .......... done
[head-arm64-default-job-19] |   |   `-- Extracting spidermonkey52-52.8.0: .......... done
===> Creating groups.
Creating group 'polkitd' with gid '565'.
===> Creating users
Creating user 'polkitd' with uid '565'.
[head-arm64-default-job-19] |   | `-- Extracting polkit-0.114: ......... done
[head-arm64-default-job-19] |   `-- Extracting gconf2-3.2.6_5: .......... done
[head-arm64-default-job-19] |   `-- Installing gstreamer-0.10.36_6...
[head-arm64-default-job-19] |   `-- Extracting gstreamer-0.10.36_6: .......... done
[head-arm64-default-job-19] |   `-- Installing gstreamer-plugins-0.10.36_8,3...
[head-arm64-default-job-19] |   | `-- Installing libXv-1.0.11,1...
[head-arm64-default-job-19] |   |   `-- Installing videoproto-2.3.3...
[head-arm64-default-job-19] |   |   `-- Extracting videoproto-2.3.3: ......... done
[head-arm64-default-job-19] |   | `-- Extracting libXv-1.0.11,1: .......... done
[head-arm64-default-job-19] |   | `-- Installing orc-0.4.25...
[head-arm64-default-job-19] |   | `-- Extracting orc-0.4.25: .......... done
[head-arm64-default-job-19] |   `-- Extracting gstreamer-plugins-0.10.36_8,3: .......... done
[head-arm64-default-job-19] |   `-- Installing libGLU-9.0.0_3...
[head-arm64-default-job-19] |   `-- Extracting libGLU-9.0.0_3: ...... done
[head-arm64-default-job-19] |   `-- Installing libmspack-0.5...
[head-arm64-default-job-19] |   `-- Extracting libmspack-0.5: ......... done
[head-arm64-default-job-19] |   `-- Installing pangox-compat-0.0.2_2...
[head-arm64-default-job-19] |   `-- Extracting pangox-compat-0.0.2_2: ....... done
[head-arm64-default-job-19] |   `-- Installing wx28-gtk2-common-2.8.12_7...
[head-arm64-default-job-19] |   `-- Extracting wx28-gtk2-common-2.8.12_7: .......... done
[head-arm64-default-job-19] `-- Extracting wx28-gtk2-2.8.12_7: .......... done
[head-arm64-default-job-19] Extracting gnuplot-5.2.4: .......... done
Message from python27-2.7.15:

===========================================================================

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 ca_root_nss-3.37.3:

********************************* 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_2:

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 dejavu-2.37:

Make sure that the freetype module is loaded.  If it is not, add the following
line to the "Modules" section of your X Windows configuration file:

	Load "freetype"

Add the following line to the "Files" section of X Windows configuration file:

	FontPath "/usr/local/share/fonts/dejavu/"

Note: your X Windows configuration file is typically /etc/X11/XF86Config
if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org.
===>   reduce-20180117 depends on executable: gnuplot - found
===>   Returning to build of reduce-20180117
===>   reduce-20180117 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found
===>   reduce-20180117 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found
===>   reduce-20180117 depends on file: /usr/local/libdata/pkgconfig/xproto.pc - found
===>   reduce-20180117 depends on file: /usr/local/libdata/pkgconfig/xft.pc - found
===========================================================================
=======================<phase: stage          >============================
===>  Staging for reduce-20180117
===>   Generating temporary packing list
/bin/mkdir -p /wrkdirs/usr/ports/math/reduce/work/stage/usr/local/share/reduce
install  -m 0644 /wrkdirs/usr/ports/math/reduce/work/Reduce-svn4372-src/cslbuild/aarch64-unknown-freebsd12.0/csl/reduce.img /wrkdirs/usr/ports/math/reduce/work/stage/usr/local/share/reduce
install: /wrkdirs/usr/ports/math/reduce/work/Reduce-svn4372-src/cslbuild/aarch64-unknown-freebsd12.0/csl/reduce.img: No such file or directory
*** Error code 71

Stop.
make: stopped in /usr/ports/math/reduce



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