Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Apr 2017 15:41:23 GMT
From:      pkg-fallout@FreeBSD.org
To:        pkg-fallout@FreeBSD.org
Subject:   [package - head-armv6-default][devel/vera++] Failed for vera++-1.3.0_2 in configure
Message-ID:  <201704241541.v3OFfNUh006961@beefy8.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:     cristianorolim@outlook.com
Last committer: jbeich@FreeBSD.org
Ident:          $FreeBSD: head/devel/vera++/Makefile 430692 2017-01-06 08:45:03Z jbeich $
Log URL:        http://beefy8.nyi.freebsd.org/data/head-armv6-default/p438916_s317177/logs/vera++-1.3.0_2.log
Build URL:      http://beefy8.nyi.freebsd.org/build.html?mastername=head-armv6-default&build=p438916_s317177
Log:

====>> Building devel/vera++
build started at Mon Apr 24 15:40:02 UTC 2017
port directory: /usr/ports/devel/vera++
building for: FreeBSD head-armv6-default-job-07 12.0-CURRENT FreeBSD 12.0-CURRENT r317177 arm
maintained by: cristianorolim@outlook.com
Makefile ident:      $FreeBSD: head/devel/vera++/Makefile 430692 2017-01-06 08:45:03Z jbeich $
Poudriere version: 3.1.17-9-gf49c6f78
Host OSVERSION: 1200027
Jail OSVERSION: 1200029
Job Id: 07




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



---Begin Environment---
SHELL=/bin/csh
UNAME_p=armv6
UNAME_m=arm
ABI_FILE=/usr/lib/crt1.o
OSVERSION=1200029
UNAME_v=FreeBSD 12.0-CURRENT r317177
UNAME_r=12.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/head-armv6-default/ref
QEMU_EMULATING=1
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=vera++-1.3.0_2
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/head-armv6-default/ref/.p/pool
MASTERNAME=head-armv6-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.17-9-gf49c6f78
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 OPTIONS List---
===> The following configuration options are available for vera++-1.3.0_2:
     DOCS=on: Build and/or install documentation
     LUA=on: Lua scripting language support
     PYTHON=on: Python bindings or support
===> Use 'make config' to modify these settings
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/devel/vera++/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/vera++/work  HOME=/wrkdirs/usr/ports/devel/vera++/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/devel/vera++/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/vera++/work  HOME=/wrkdirs/usr/ports/devel/vera++/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 0644"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

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

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/lib/vera++
DOCSDIR=/usr/local/share/doc/vera++
EXAMPLESDIR=/usr/local/share/examples/vera++
WWWDIR=/usr/local/www/vera++
ETCDIR=/usr/local/etc/vera++
--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
# Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs
MAKE_JOBS_NUMBER=2
#### /usr/ports/Mk/Scripts/ports_env.sh ####
ARCH=armv6
CONFIGURE_MAX_CMD_LEN=262144
OPSYS=FreeBSD
OSREL=12.0
OSVERSION=1200029
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---
---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---
--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
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 BSL accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   vera++-1.3.0_2 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.10.1.txz
[head-armv6-default-job-07] Installing pkg-1.10.1...
[head-armv6-default-job-07] Extracting pkg-1.10.1: .......... done
===>   vera++-1.3.0_2 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of vera++-1.3.0_2
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSL accepted by the user
===> Fetching all distfiles required by vera++-1.3.0_2 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSL accepted by the user
===> Fetching all distfiles required by vera++-1.3.0_2 for building
=> SHA256 Checksum OK for vera++-1.3.0.tar.gz.
=> SHA256 Checksum OK for vera++-1.3.0-doc.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSL accepted by the user
===> Fetching all distfiles required by vera++-1.3.0_2 for building
===>  Extracting for vera++-1.3.0_2
=> SHA256 Checksum OK for vera++-1.3.0.tar.gz.
<snip>
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

***************************************************************************
===>   vera++-1.3.0_2 depends on file: /usr/local/bin/cmake - found
===>   Returning to build of vera++-1.3.0_2
===========================================================================
=======================<phase: lib-depends    >============================
===>   vera++-1.3.0_2 depends on shared library: libluabind.so - not found
===>   Installing existing package /packages/All/luabind-0.9.1_5.txz
[head-armv6-default-job-07] Installing luabind-0.9.1_5...
[head-armv6-default-job-07] `-- Installing boost-python-libs-1.63.0...
[head-armv6-default-job-07] |   `-- Installing python27-2.7.13_2...
[head-armv6-default-job-07] |   | `-- Installing gettext-runtime-0.19.8.1_1...
[head-armv6-default-job-07] |   |   `-- Installing indexinfo-0.2.6...
[head-armv6-default-job-07] |   |   `-- Extracting indexinfo-0.2.6: .... done
[head-armv6-default-job-07] |   | `-- Extracting gettext-runtime-0.19.8.1_1: .......... done
[head-armv6-default-job-07] |   | `-- Installing libffi-3.2.1...
[head-armv6-default-job-07] |   | `-- Extracting libffi-3.2.1: .......... done
[head-armv6-default-job-07] |   | `-- Installing readline-6.3.8_1...
[head-armv6-default-job-07] |   | `-- Extracting readline-6.3.8_1: .......... done
[head-armv6-default-job-07] |   `-- Extracting python27-2.7.13_2: .......... done
[head-armv6-default-job-07] `-- Extracting boost-python-libs-1.63.0: ... done
[head-armv6-default-job-07] `-- Installing lua51-5.1.5_9...
[head-armv6-default-job-07] |   `-- Installing libedit-3.1.20170329_2,1...
[head-armv6-default-job-07] |   `-- Extracting libedit-3.1.20170329_2,1: .......... done
[head-armv6-default-job-07] `-- Extracting lua51-5.1.5_9: ......... done
[head-armv6-default-job-07] Extracting luabind-0.9.1_5: .......... done
Message from python27-2.7.13_2:
===========================================================================

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 boost-python-libs-1.63.0:
You have built the Boost library with thread support.

Don't forget to add -pthread to your linker options when
linking your code.

You have built the Boost.Python library. You have to add the following
options when building your own code:

Compiler options:
   -I/usr/local/include/python2.7 -I/usr/local/include

Linker options:
   -L/usr/local/lib/python2.7 -L/usr/local/lib -lboost_python -lpython2.7
Message from luabind-0.9.1_5:
===>   NOTICE:

The luabind 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
===>   vera++-1.3.0_2 depends on shared library: libluabind.so - found (/usr/local/lib/libluabind.so)
===>   Returning to build of vera++-1.3.0_2
===>   vera++-1.3.0_2 depends on shared library: libboost_python.so - found (/usr/local/lib/libboost_python.so)
===>   vera++-1.3.0_2 depends on shared library: libtk86.so - not found
===>   Installing existing package /packages/All/tk86-8.6.6.txz
[head-armv6-default-job-07] Installing tk86-8.6.6...
[head-armv6-default-job-07] `-- Installing libX11-1.6.5,1...
[head-armv6-default-job-07] |   `-- Installing kbproto-1.0.7...
[head-armv6-default-job-07] |   `-- Extracting kbproto-1.0.7: .......... done
[head-armv6-default-job-07] |   `-- Installing libXau-1.0.8_3...
[head-armv6-default-job-07] |   | `-- Installing xproto-7.0.31...
[head-armv6-default-job-07] |   | `-- Extracting xproto-7.0.31: .......... done
[head-armv6-default-job-07] |   `-- Extracting libXau-1.0.8_3: .......... done
[head-armv6-default-job-07] |   `-- Installing libXdmcp-1.1.2...
[head-armv6-default-job-07] |   `-- Extracting libXdmcp-1.1.2: ......... done
[head-armv6-default-job-07] |   `-- Installing libxcb-1.12_2...
[head-armv6-default-job-07] |   | `-- Installing libpthread-stubs-0.4...
[head-armv6-default-job-07] |   | `-- Extracting libpthread-stubs-0.4: . done
[head-armv6-default-job-07] |   | `-- Installing libxml2-2.9.4...
[head-armv6-default-job-07] |   | `-- Extracting libxml2-2.9.4: .......... done
[head-armv6-default-job-07] |   `-- Extracting libxcb-1.12_2: .......... done
[head-armv6-default-job-07] `-- Extracting libX11-1.6.5,1: .......... done
[head-armv6-default-job-07] `-- Installing libXScrnSaver-1.2.2_3...
[head-armv6-default-job-07] |   `-- Installing libXext-1.3.3_1,1...
[head-armv6-default-job-07] |   | `-- Installing xextproto-7.3.0...
[head-armv6-default-job-07] |   | `-- Extracting xextproto-7.3.0: .......... done
[head-armv6-default-job-07] |   `-- Extracting libXext-1.3.3_1,1: .......... done
[head-armv6-default-job-07] |   `-- Installing scrnsaverproto-1.2.2...
[head-armv6-default-job-07] |   `-- Extracting scrnsaverproto-1.2.2: ... done
[head-armv6-default-job-07] `-- Extracting libXScrnSaver-1.2.2_3: .......... done
[head-armv6-default-job-07] `-- Installing libXft-2.3.2_1...
[head-armv6-default-job-07] |   `-- Installing fontconfig-2.12.1,1...
[head-armv6-default-job-07] |   | `-- Installing freetype2-2.7.1...
[head-armv6-default-job-07] |   | `-- Extracting freetype2-2.7.1: .......... done
[head-armv6-default-job-07] |   `-- 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
[head-armv6-default-job-07] |   `-- Installing libXrender-0.9.10...
[head-armv6-default-job-07] |   | `-- Installing renderproto-0.11.1...
[head-armv6-default-job-07] |   | `-- Extracting renderproto-0.11.1: .... done
[head-armv6-default-job-07] |   `-- Extracting libXrender-0.9.10: .......... done
[head-armv6-default-job-07] `-- Extracting libXft-2.3.2_1: ......... done
[head-armv6-default-job-07] `-- Installing tcl86-8.6.6_2...
[head-armv6-default-job-07] `-- Extracting tcl86-8.6.6_2: .......... done
[head-armv6-default-job-07] Extracting tk86-8.6.6: .......... done
Message from freetype2-2.7.1:
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).
===>   vera++-1.3.0_2 depends on shared library: libtk86.so - found (/usr/local/lib/libtk86.so)
===>   Returning to build of vera++-1.3.0_2
===>   vera++-1.3.0_2 depends on shared library: libtcl86.so - found (/usr/local/lib/libtcl86.so)
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for vera++-1.3.0_2
===>  Performing out-of-source build
/bin/mkdir -p /wrkdirs/usr/ports/devel/vera++/work/.build
-- The C compiler identification is Clang 4.0.0
-- The CXX compiler identification is Clang 4.0.0
-- Check for working C compiler: /nxb-bin/usr/bin/cc
-- Check for working C compiler: /nxb-bin/usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /nxb-bin/usr/bin/c++
-- Check for working CXX compiler: /nxb-bin/usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
CMake Error: Generator: execution of make failed. Make command was: "/usr/bin/make" "cmTC_fc32a/fast"
-- Detecting CXX compile features - failed
-- Found Tclsh: /usr/local/bin/tclsh8.6 (found version "8.6") 
-- Found TCL: /usr/local/lib/libtcl86.so  
-- Found TCLTK: /usr/local/lib/libtcl86.so  
-- Found TK: /usr/local/lib/libtk86.so  
-- Found PythonInterp: /usr/local/bin/python2.7 (found suitable version "2.7.13", minimum required is "2.0") 
-- Found PythonLibs: /usr/local/lib/libpython2.7.so (found suitable version "2.7.13", minimum required is "2.0") 
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Found Threads: TRUE  
-- Boost version: 1.63.0
-- Found the following Boost libraries:
--   filesystem
--   system
--   program_options
--   regex
--   wave
--   python
--   serialization
--   thread
--   chrono
--   date_time
--   atomic
-- Found Lua51: /usr/local/lib/liblua-5.1.so;/usr/lib/libm.so (found version "5.1.5") 
-- Looking for Luabind...
-- Found Luabind: /usr/local/lib/libluabind.so  
-- Found Luabind: /usr/local/lib/libluabind.so
-- Configuring incomplete, errors occurred!
See also "/wrkdirs/usr/ports/devel/vera++/work/.build/CMakeFiles/CMakeOutput.log".
See also "/wrkdirs/usr/ports/devel/vera++/work/.build/CMakeFiles/CMakeError.log".
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/vera++



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