[package - head-armv6-default][emulators/ppsspp] Failed for ppsspp-1.4_2 in configure
pkg-fallout at FreeBSD.org
pkg-fallout at FreeBSD.org
Tue May 23 02:22:17 UTC 2017
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: jbeich at FreeBSD.org
Last committer: riggs at FreeBSD.org
Ident: $FreeBSD: head/emulators/ppsspp/Makefile 439367 2017-04-25 08:20:30Z riggs $
Log URL: http://beefy8.nyi.freebsd.org/data/head-armv6-default/p441125_s318432/logs/ppsspp-1.4_2.log
Build URL: http://beefy8.nyi.freebsd.org/build.html?mastername=head-armv6-default&build=p441125_s318432
Log:
====>> Building emulators/ppsspp
build started at Tue May 23 02:15:36 UTC 2017
port directory: /usr/ports/emulators/ppsspp
building for: FreeBSD head-armv6-default-job-06 12.0-CURRENT FreeBSD 12.0-CURRENT r318432 arm
maintained by: jbeich at FreeBSD.org
Makefile ident: $FreeBSD: head/emulators/ppsspp/Makefile 439367 2017-04-25 08:20:30Z riggs $
Poudriere version: 3.1.17-12-g7772e88a
Host OSVERSION: 1200028
Jail OSVERSION: 1200030
Job Id: 06
!!! Jail is newer than host. (Jail: 1200030, Host: 1200028) !!!
!!! 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=1200030
UNAME_v=FreeBSD 12.0-CURRENT r318432
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=ppsspp-1.4_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-12-g7772e88a
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 ppsspp-1.4_2:
OLDJOY=off: Old joystick support with fixed button mappings (deprecated)
===> Use 'make config' to modify these settings
---End OPTIONS List---
--CONFIGURE_ARGS--
--End CONFIGURE_ARGS--
--CONFIGURE_ENV--
SDL2_CONFIG=/usr/local/bin/sdl2-config PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/emulators/ppsspp/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/emulators/ppsspp/work HOME=/wrkdirs/usr/ports/emulators/ppsspp/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CMAKE_PREFIX_PATH="/usr/local"
--End CONFIGURE_ENV--
--MAKE_ENV--
SDL2_CONFIG=/usr/local/bin/sdl2-config XDG_DATA_HOME=/wrkdirs/usr/ports/emulators/ppsspp/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/emulators/ppsspp/work HOME=/wrkdirs/usr/ports/emulators/ppsspp/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 -isystem /usr/local/include -fno-strict-aliasing" CPP="/nxb-bin/usr/bin/cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -L/usr/local/lib" LIBS="" CXX="/nxb-bin/usr/bin/c++" CXXFLAGS="-O2 -pipe -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include" 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/ppsspp"
EXAMPLESDIR="share/examples/ppsspp"
DATADIR="share/ppsspp"
WWWDIR="www/ppsspp"
ETCDIR="etc/ppsspp"
--End PLIST_SUB--
--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/ppsspp
DOCSDIR=/usr/local/share/doc/ppsspp
EXAMPLESDIR=/usr/local/share/examples/ppsspp
WWWDIR=/usr/local/www/ppsspp
ETCDIR=/usr/local/etc/ppsspp
--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=1200030
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 GPLv2+ accepted by the user
===========================================================================
=======================<phase: pkg-depends >============================
===> ppsspp-1.4_2 depends on file: /usr/local/sbin/pkg - not found
===> Installing existing package /packages/All/pkg-1.10.1.txz
[head-armv6-default-job-06] Installing pkg-1.10.1...
[head-armv6-default-job-06] Extracting pkg-1.10.1: .......... done
===> ppsspp-1.4_2 depends on file: /usr/local/sbin/pkg - found
===> Returning to build of ppsspp-1.4_2
===========================================================================
=======================<phase: fetch-depends >============================
===========================================================================
=======================<phase: fetch >============================
===> License GPLv2+ accepted by the user
===> Fetching all distfiles required by ppsspp-1.4_2 for building
===========================================================================
=======================<phase: checksum >============================
===> License GPLv2+ accepted by the user
===> Fetching all distfiles required by ppsspp-1.4_2 for building
=> SHA256 Checksum OK for ppsspp.1.
=> SHA256 Checksum OK for hrydgard-ppsspp-v1.4_GH0.tar.gz.
=> SHA256 Checksum OK for hrydgard-glslang-b16f7e68_GH0.tar.gz.
=> SHA256 Checksum OK for hrydgard-ppsspp-lang-ed0bbfb_GH0.tar.gz.
=> SHA256 Checksum OK for KhronosGroup-SPIRV-Cross-6381b2f_GH0.tar.gz.
=> SHA256 Checksum OK for Kingcom-armips-v0.9-26-g770365d_GH0.tar.gz.
=> SHA256 Checksum OK for Kingcom-tinyformat-Release-2.0.1-7-gb7f5a22_GH0.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract >============================
===> License GPLv2+ accepted by the user
<snip>
[head-armv6-default-job-06] | `-- Installing trousers-0.3.14_1...
[head-armv6-default-job-06] | | `-- Installing tpm-emulator-0.7.4_1...
===> Creating groups.
Creating group '_tss' with gid '601'.
===> Creating users
Creating user '_tss' with uid '601'.
[head-armv6-default-job-06] | | `-- Extracting tpm-emulator-0.7.4_1: ......... done
===> Creating groups.
Using existing group '_tss'.
===> Creating users
Using existing user '_tss'.
[head-armv6-default-job-06] | `-- Extracting trousers-0.3.14_1: .......... done
[head-armv6-default-job-06] `-- Extracting gnutls-3.5.12: .......... done
[head-armv6-default-job-06] `-- Installing libtheora-1.1.1_7...
[head-armv6-default-job-06] | `-- Installing libogg-1.3.2_2,4...
[head-armv6-default-job-06] | `-- Extracting libogg-1.3.2_2,4: .......... done
[head-armv6-default-job-06] | `-- Installing libvorbis-1.3.5_1,3...
[head-armv6-default-job-06] | `-- Extracting libvorbis-1.3.5_1,3: .......... done
[head-armv6-default-job-06] `-- Extracting libtheora-1.1.1_7: .......... done
[head-armv6-default-job-06] `-- Installing libv4l-1.6.3_2...
[head-armv6-default-job-06] | `-- Installing jpeg-turbo-1.5.1...
[head-armv6-default-job-06] | `-- Extracting jpeg-turbo-1.5.1: .......... done
[head-armv6-default-job-06] `-- Extracting libv4l-1.6.3_2: .......... done
[head-armv6-default-job-06] `-- Installing libva-1.8.1_2...
[head-armv6-default-job-06] | `-- Installing v4l_compat-1.6.3...
[head-armv6-default-job-06] | `-- Extracting v4l_compat-1.6.3: .......... done
[head-armv6-default-job-06] `-- Extracting libva-1.8.1_2: .......... done
[head-armv6-default-job-06] `-- Installing libvdpau-1.1.1...
[head-armv6-default-job-06] `-- Extracting libvdpau-1.1.1: .......... done
[head-armv6-default-job-06] `-- Installing libvpx-1.6.1_1...
[head-armv6-default-job-06] `-- Extracting libvpx-1.6.1_1: .......... done
[head-armv6-default-job-06] `-- Installing libx264-0.148.2728_1...
[head-armv6-default-job-06] `-- Extracting libx264-0.148.2728_1: ......... done
[head-armv6-default-job-06] `-- Installing opencv-core-2.4.13.1_1...
[head-armv6-default-job-06] `-- Extracting opencv-core-2.4.13.1_1: .......... done
[head-armv6-default-job-06] `-- Installing schroedinger-1.0.11_4...
[head-armv6-default-job-06] | `-- Installing orc-0.4.25...
[head-armv6-default-job-06] | `-- Extracting orc-0.4.25: .......... done
[head-armv6-default-job-06] `-- Extracting schroedinger-1.0.11_4: .......... done
[head-armv6-default-job-06] `-- Installing x265-2.3...
[head-armv6-default-job-06] `-- Extracting x265-2.3: .......... done
[head-armv6-default-job-06] `-- Installing xvid-1.3.4,1...
[head-armv6-default-job-06] `-- Extracting xvid-1.3.4,1: ........ done
[head-armv6-default-job-06] Extracting ffmpeg-3.3_1,1: .......... 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).
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 opencv-core-2.4.13.1_1:
===> NOTICE:
The opencv-core 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 schroedinger-1.0.11_4:
===> NOTICE:
The schroedinger 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
===> ppsspp-1.4_2 depends on shared library: libavcodec.so - found (/usr/local/lib/libavcodec.so)
===> Returning to build of ppsspp-1.4_2
===> ppsspp-1.4_2 depends on shared library: libpng.so - found (/usr/local/lib/libpng.so)
===> ppsspp-1.4_2 depends on shared library: libSDL2.so - found (/usr/local/lib/libSDL2.so)
===> ppsspp-1.4_2 depends on shared library: libGLEW.so - not found
===> Installing existing package /packages/All/glew-1.13.0.txz
[head-armv6-default-job-06] Installing glew-1.13.0...
[head-armv6-default-job-06] `-- Installing libGLU-9.0.0_2...
[head-armv6-default-job-06] `-- Extracting libGLU-9.0.0_2: ...... done
[head-armv6-default-job-06] `-- Installing libXmu-1.1.2_3,1...
[head-armv6-default-job-06] | `-- Installing libXt-1.1.5,1...
[head-armv6-default-job-06] | | `-- Installing libSM-1.2.2_3,1...
[head-armv6-default-job-06] | | `-- Installing libICE-1.0.9_1,1...
[head-armv6-default-job-06] | | `-- Extracting libICE-1.0.9_1,1: .......... done
[head-armv6-default-job-06] | | `-- Extracting libSM-1.2.2_3,1: .......... done
[head-armv6-default-job-06] | `-- Extracting libXt-1.1.5,1: .......... done
[head-armv6-default-job-06] `-- Extracting libXmu-1.1.2_3,1: .......... done
[head-armv6-default-job-06] Extracting glew-1.13.0: .......... done
Message from glew-1.13.0:
===> NOTICE:
The glew 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
===> ppsspp-1.4_2 depends on shared library: libGLEW.so - found (/usr/local/lib/libGLEW.so)
===> Returning to build of ppsspp-1.4_2
===> ppsspp-1.4_2 depends on shared library: libGLU.so - found (/usr/local/lib/libGLU.so)
===========================================================================
=======================<phase: configure >============================
===> Configuring for ppsspp-1.4_2
===> Performing out-of-source build
/bin/mkdir -p /wrkdirs/usr/ports/emulators/ppsspp/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
CMake Error: Generator: execution of make failed. Make command was: "/usr/bin/make" "cmTC_00981/fast"
-- Check for working C compiler: /nxb-bin/usr/bin/cc -- broken
CMake Error at /usr/local/share/cmake/Modules/CMakeTestCCompiler.cmake:51 (message):
The C compiler "/nxb-bin/usr/bin/cc" is not able to compile a simple test
program.
It fails with the following output:
Change Dir: /wrkdirs/usr/ports/emulators/ppsspp/work/.build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_00981/fast"
/nxb-bin/usr/bin/make -f CMakeFiles/cmTC_00981.dir/build.make
CMakeFiles/cmTC_00981.dir/build
Building C object CMakeFiles/cmTC_00981.dir/testCCompiler.c.o
/nxb-bin/usr/bin/cc -O2 -pipe -isystem /usr/local/include
-fno-strict-aliasing -o CMakeFiles/cmTC_00981.dir/testCCompiler.c.o -c
/wrkdirs/usr/ports/emulators/ppsspp/work/.build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_00981
/usr/local/bin/cmake -E cmake_link_script
CMakeFiles/cmTC_00981.dir/link.txt --verbose=1
/nxb-bin/usr/bin/cc -O2 -pipe -isystem /usr/local/include
-fno-strict-aliasing -L/usr/local/lib
CMakeFiles/cmTC_00981.dir/testCCompiler.c.o -o cmTC_00981
Generator: execution of make failed. Make command was: "/usr/bin/make"
"cmTC_00981/fast"
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:3 (project)
-- Configuring incomplete, errors occurred!
See also "/wrkdirs/usr/ports/emulators/ppsspp/work/.build/CMakeFiles/CMakeOutput.log".
See also "/wrkdirs/usr/ports/emulators/ppsspp/work/.build/CMakeFiles/CMakeError.log".
*** Error code 1
Stop.
make: stopped in /usr/ports/emulators/ppsspp
More information about the freebsd-pkg-fallout
mailing list