Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jan 2017 23:31:43 GMT
From:      pkg-fallout@FreeBSD.org
To:        pkg-fallout@FreeBSD.org
Subject:   [package - 110armv6-quarterly][lang/jython] Failed for jython-2.7.0 in stage/runaway
Message-ID:  <201701282331.v0SNVhIB094553@beefy15.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:     python@FreeBSD.org
Last committer: mat@FreeBSD.org
Ident:          $FreeBSD: branches/2017Q1/lang/jython/Makefile 412347 2016-04-01 14:08:37Z mat $
Log URL:        http://beefy15.nyi.freebsd.org/data/110armv6-quarterly/432603/logs/jython-2.7.0.log
Build URL:      http://beefy15.nyi.freebsd.org/build.html?mastername=110armv6-quarterly&build=432603
Log:

====>> Building lang/jython
build started at Sat Jan 28 01:30:51 UTC 2017
port directory: /usr/ports/lang/jython
building for: FreeBSD 110armv6-quarterly-job-27 11.0-RELEASE-p5 FreeBSD 11.0-RELEASE-p5 r309692 arm
maintained by: python@FreeBSD.org
Makefile ident:      $FreeBSD: branches/2017Q1/lang/jython/Makefile 412347 2016-04-01 14:08:37Z mat $
Poudriere version: 3.1.14
Host OSVERSION: 1200018
Jail OSVERSION: 1100122
Job Id: 27

---Begin Environment---
SHELL=/bin/csh
UNAME_p=armv6
UNAME_m=arm
ABI_FILE=/usr/lib/crt1.o
UNAME_v=FreeBSD 11.0-RELEASE-p5 r309692
UNAME_r=11.0-RELEASE-p5
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
OPSYS=FreeBSD
ARCH=armv6
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/110armv6-quarterly/ref
QEMU_EMULATING=1
UID=0
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
_JAVA_VERSION_LIST_REGEXP=1.6\|1.7\|1.8\|1.6+\|1.7+\|1.8+
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=jython-2.7.0
OSREL=11.0
_OSRELEASE=11.0-RELEASE-p5
PYTHONBASE=/usr/local
OLDPWD=/
_SMP_CPUS=28
PWD=/usr/local/poudriere/data/.m/110armv6-quarterly/ref/.p/pool
MASTERNAME=110armv6-quarterly
SCRIPTPREFIX=/usr/local/share/poudriere
_JAVA_VENDOR_LIST_REGEXP=openjdk\|oracle\|sun
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.14
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
CONFIGURE_MAX_CMD_LEN=262144
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
_JAVA_OS_LIST_REGEXP=native\|linux
OSVERSION=1100122
---End Environment---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/jython/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/jython/work  HOME=/wrkdirs/usr/ports/lang/jython/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/jython/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/jython/work  HOME=/wrkdirs/usr/ports/lang/jython/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="/nxb-bin/usr/bin/cc" CFLAGS="-O2 -pipe  -fno-strict-aliasing"  CPP="/nxb-bin/usr/bin/cpp" CPPFLAGS=""  LDFLAGS="" LIBS=""  CXX="/nxb-bin/usr/bin/c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing "  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

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

--SUB_LIST--
JAVASHAREDIR="/usr/local/share/java"
JAVAJARDIR="/usr/local/share/java/classes"
JAVALIBDIR="/usr/local/share/java/classes"
JAVA_VERSION="1.7+"
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/jython
DOCSDIR=/usr/local/share/doc/jython
EXAMPLESDIR=/usr/local/share/examples/jython
WWWDIR=/usr/local/www/jython
ETCDIR=/usr/local/etc/jython
--End SUB_LIST--

---Begin make.conf---
.sinclude "/etc/make.nxb.conf"
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
MACHINE=arm
MACHINE_ARCH=armv6
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
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
---Begin make.nxb.conf---
CC=/nxb-bin/usr/bin/cc
CPP=/nxb-bin/usr/bin/cpp
CXX=/nxb-bin/usr/bin/c++
AS=/nxb-bin/usr/bin/as
NM=/nxb-bin/usr/bin/nm
LD=/nxb-bin/usr/bin/ld
OBJCOPY=/nxb-bin/usr/bin/objcopy
SIZE=/nxb-bin/usr/bin/size
STRIPBIN=/nxb-bin/usr/bin/strip
SED=/nxb-bin/usr/bin/sed
READELF=/nxb-bin/usr/bin/readelf
RANLIB=/nxb-bin/usr/bin/ranlib
YACC=/nxb-bin/usr/bin/yacc
MAKE=/nxb-bin/usr/bin/make
STRINGS=/nxb-bin/usr/bin/strings
AWK=/nxb-bin/usr/bin/awk
FLEX=/nxb-bin/usr/bin/flex
---End make.nxb.conf---
=======================<phase: check-sanity   >============================
===>  License PSFL APACHE20 accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   jython-2.7.0 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.9.4_1.txz
pkg-static: Warning: Major OS version upgrade detected.  Running "pkg-static install -f pkg" recommended
[110armv6-quarterly-job-27] Installing pkg-1.9.4_1...
[110armv6-quarterly-job-27] Extracting pkg-1.9.4_1: .......... done
===>   jython-2.7.0 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of jython-2.7.0
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License PSFL APACHE20 accepted by the user
===> Fetching all distfiles required by jython-2.7.0 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License PSFL APACHE20 accepted by the user
===> Fetching all distfiles required by jython-2.7.0 for building
=> SHA256 Checksum OK for jython-installer-2.7.0.jar.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License PSFL APACHE20 accepted by the user
===> Fetching all distfiles required by jython-2.7.0 for building
===>  Extracting for jython-2.7.0
=> SHA256 Checksum OK for jython-installer-2.7.0.jar.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for jython-2.7.0
===========================================================================
=======================<phase: build-depends  >============================
===>   jython-2.7.0 depends on executable: bash - not found
===>   Installing existing package /packages/All/bash-4.4.11.txz
pkg-static: Warning: Major OS version upgrade detected.  Running "pkg-static install -f pkg" recommended
[110armv6-quarterly-job-27] Installing bash-4.4.11...
[110armv6-quarterly-job-27] `-- Installing indexinfo-0.2.6...
[110armv6-quarterly-job-27] `-- Extracting indexinfo-0.2.6: .... done
[110armv6-quarterly-job-27] `-- Installing gettext-runtime-0.19.8.1_1...
[110armv6-quarterly-job-27] `-- Extracting gettext-runtime-0.19.8.1_1: .......... done
[110armv6-quarterly-job-27] Extracting bash-4.4.11: .......... done
Message from bash-4.4.11:
======================================================================

bash requires fdescfs(5) mounted on /dev/fd

If you have not done it yet, please do the following:

	mount -t fdescfs fdesc /dev/fd

To make it permanent, you need the following lines in /etc/fstab:

	fdesc	/dev/fd		fdescfs		rw	0	0

======================================================================
===>   jython-2.7.0 depends on executable: bash - found
===>   Returning to build of jython-2.7.0
===========================================================================
=======================<phase: lib-depends    >============================
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for jython-2.7.0
===========================================================================
=======================<phase: build          >============================
===========================================================================
=======================<phase: run-depends    >============================
===>   jython-2.7.0 depends on executable: bash - found
===>   jython-2.7.0 depends on file: /usr/local/openjdk8/bin/java - not found
===>   Installing existing package /packages/All/openjdk8-8.112.16_2.txz
pkg-static: Warning: Major OS version upgrade detected.  Running "pkg-static install -f pkg" recommended
[110armv6-quarterly-job-27] Installing openjdk8-8.112.16_2...
[110armv6-quarterly-job-27] `-- Installing giflib-5.1.4...
[110armv6-quarterly-job-27] `-- Extracting giflib-5.1.4: .......... done
[110armv6-quarterly-job-27] `-- Installing libXt-1.1.5,1...
[110armv6-quarterly-job-27] |   `-- Installing xproto-7.0.31...
[110armv6-quarterly-job-27] |   `-- Extracting xproto-7.0.31: .......... done
[110armv6-quarterly-job-27] |   `-- Installing libSM-1.2.2_3,1...
[110armv6-quarterly-job-27] |   | `-- Installing libICE-1.0.9_1,1...
[110armv6-quarterly-job-27] |   | `-- Extracting libICE-1.0.9_1,1: .......... done
[110armv6-quarterly-job-27] |   `-- Extracting libSM-1.2.2_3,1: .......... done
[110armv6-quarterly-job-27] |   `-- Installing libX11-1.6.4,1...
[110armv6-quarterly-job-27] |   | `-- Installing kbproto-1.0.7...
[110armv6-quarterly-job-27] |   | `-- Extracting kbproto-1.0.7: .......... done
[110armv6-quarterly-job-27] |   | `-- Installing libXdmcp-1.1.2...
[110armv6-quarterly-job-27] |   | `-- Extracting libXdmcp-1.1.2: ......... done
[110armv6-quarterly-job-27] |   | `-- Installing libxcb-1.12...
[110armv6-quarterly-job-27] |   |   `-- Installing libxml2-2.9.4...
[110armv6-quarterly-job-27] |   |   `-- Extracting libxml2-2.9.4: .......... done
[110armv6-quarterly-job-27] |   |   `-- Installing libpthread-stubs-0.3_6...
[110armv6-quarterly-job-27] |   |   `-- Extracting libpthread-stubs-0.3_6: ..... done
[110armv6-quarterly-job-27] |   |   `-- Installing libXau-1.0.8_3...
[110armv6-quarterly-job-27] |   |   `-- Extracting libXau-1.0.8_3: .......... done
[110armv6-quarterly-job-27] |   | `-- Extracting libxcb-1.12: .......... done
[110armv6-quarterly-job-27] |   `-- Extracting libX11-1.6.4,1: .......... done
[110armv6-quarterly-job-27] `-- Extracting libXt-1.1.5,1: .......... done
[110armv6-quarterly-job-27] `-- Installing libXtst-1.2.3...
[110armv6-quarterly-job-27] |   `-- Installing libXext-1.3.3_1,1...
[110armv6-quarterly-job-27] |   | `-- Installing xextproto-7.3.0...
[110armv6-quarterly-job-27] |   | `-- Extracting xextproto-7.3.0: .......... done
[110armv6-quarterly-job-27] |   `-- Extracting libXext-1.3.3_1,1: .......... done
[110armv6-quarterly-job-27] |   `-- Installing inputproto-2.3.2...
[110armv6-quarterly-job-27] |   `-- Extracting inputproto-2.3.2: ........ done
[110armv6-quarterly-job-27] |   `-- Installing libXi-1.7.8,1...
[110armv6-quarterly-job-27] |   | `-- Installing libXfixes-5.0.3...
[110armv6-quarterly-job-27] |   |   `-- Installing fixesproto-5.0...
[110armv6-quarterly-job-27] |   |   `-- Extracting fixesproto-5.0: .... done
[110armv6-quarterly-job-27] |   | `-- Extracting libXfixes-5.0.3: .......... done
[110armv6-quarterly-job-27] |   `-- Extracting libXi-1.7.8,1: .......... done
[110armv6-quarterly-job-27] |   `-- Installing recordproto-1.14.2...
[110armv6-quarterly-job-27] |   `-- Extracting recordproto-1.14.2: .... done
[110armv6-quarterly-job-27] `-- Extracting libXtst-1.2.3: .......... done
[110armv6-quarterly-job-27] `-- Installing libffi-3.2.1...
[110armv6-quarterly-job-27] `-- Extracting libffi-3.2.1: .......... done
[110armv6-quarterly-job-27] `-- Installing java-zoneinfo-2016.j...
[110armv6-quarterly-job-27] `-- Extracting java-zoneinfo-2016.j: .......... done
[110armv6-quarterly-job-27] `-- Installing libXrender-0.9.10...
[110armv6-quarterly-job-27] |   `-- Installing renderproto-0.11.1...
[110armv6-quarterly-job-27] |   `-- Extracting renderproto-0.11.1: .... done
[110armv6-quarterly-job-27] `-- Extracting libXrender-0.9.10: .......... done
[110armv6-quarterly-job-27] `-- Installing freetype2-2.6.3...
[110armv6-quarterly-job-27] `-- Extracting freetype2-2.6.3: .......... done
[110armv6-quarterly-job-27] `-- Installing alsa-lib-1.1.2...
[110armv6-quarterly-job-27] `-- Extracting alsa-lib-1.1.2: .......... done
[110armv6-quarterly-job-27] `-- Installing fontconfig-2.12.1,1...
[110armv6-quarterly-job-27] |   `-- Installing expat-2.2.0_1...
[110armv6-quarterly-job-27] |   `-- Extracting expat-2.2.0_1: .......... done
[110armv6-quarterly-job-27] `-- Extracting fontconfig-2.12.1,1: .......... done
Running fc-cache to build fontconfig cache...
/usr/local/share/fonts: skipping, no such directory
/usr/local/lib/X11/fonts: skipping, no such directory
/var/db/fontconfig: cleaning cache directory
fc-cache: succeeded
[110armv6-quarterly-job-27] `-- Installing dejavu-2.37...
[110armv6-quarterly-job-27] |   `-- Installing mkfontdir-1.0.7...
[110armv6-quarterly-job-27] |   | `-- Installing mkfontscale-1.1.2...
[110armv6-quarterly-job-27] |   |   `-- Installing libfontenc-1.1.3...
[110armv6-quarterly-job-27] |   |   `-- Extracting libfontenc-1.1.3: ...... done
[110armv6-quarterly-job-27] |   | `-- Extracting mkfontscale-1.1.2: .. done
[110armv6-quarterly-job-27] |   `-- Extracting mkfontdir-1.0.7: .. done
[110armv6-quarterly-job-27] `-- Extracting dejavu-2.37: .......... done
[110armv6-quarterly-job-27] `-- Installing javavmwrapper-2.5_2...
[110armv6-quarterly-job-27] `-- Extracting javavmwrapper-2.5_2: .......... done
[110armv6-quarterly-job-27] Extracting openjdk8-8.112.16_2: .......... done
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.
Message from openjdk8-8.112.16_2:
======================================================================

This OpenJDK implementation requires fdescfs(5) mounted on /dev/fd and
procfs(5) mounted on /proc.

If you have not done it yet, please do the following:

	mount -t fdescfs fdesc /dev/fd
	mount -t procfs proc /proc

To make it permanent, you need the following lines in /etc/fstab:

	fdesc	/dev/fd		fdescfs		rw	0	0
	proc	/proc		procfs		rw	0	0

======================================================================
===>   jython-2.7.0 depends on file: /usr/local/openjdk8/bin/java - found
===>   Returning to build of jython-2.7.0
===========================================================================
=======================<phase: stage          >============================
===>  Staging for jython-2.7.0
===>   Generating temporary packing list
cd /portdistfiles && PATH="" /usr/local/openjdk8/bin/java  -jar jython-installer-2.7.0.jar  --silent -d /wrkdirs/usr/ports/lang/jython/work/stage/usr/local/lib/jython -t standard -e ensurepip
Performing silent installation
This operating system might not be fully supported.
 10 %
 20 %
 30 %
 40 %
 50 %
 60 %
 70 %
 80 %
 90 %
 100 %
 110 %
 120 %
 130 %
 140 %
Generating start scripts ...
 100 %
Congratulations! You successfully installed Jython 2.7.0 to directory /wrkdirs/usr/ports/lang/jython/work/stage/usr/local/lib/jython.
/nxb-bin/usr/bin/sed -i ""  's|\"$JAVA_OPTS|\"-Dpython.cachedir=${HOME}/.jython-cachedir $JAVA_OPTS|g'  /wrkdirs/usr/ports/lang/jython/work/stage/usr/local/lib/jython/bin/jython
/nxb-bin/usr/bin/sed -i ""  's,if expr "$link" : '\''/'\'' > /dev/null; then,if expr "$link" : '\''^/'\'' > /dev/null; then,'  /wrkdirs/usr/ports/lang/jython/work/stage/usr/local/lib/jython/bin/jython
/nxb-bin/usr/bin/sed -i "" 's/^python\.cachedir/#&/g'  /wrkdirs/usr/ports/lang/jython/work/stage/usr/local/lib/jython/registry
HOME=/wrkdirs/usr/ports/lang/jython/work JAVA_OPTS="-Duser.home=/wrkdirs/usr/ports/lang/jython/work"  /wrkdirs/usr/ports/lang/jython/work/stage/usr/local/lib/jython/bin/jython  -m compileall -d /usr/local/lib/jython /wrkdirs/usr/ports/lang/jython/work/stage/usr/local/lib/jython
====>> Killing runaway build after 72000 seconds with no output



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