Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2017 16:49:58 GMT
From:      pkg-fallout@FreeBSD.org
To:        pkg-fallout@FreeBSD.org
Subject:   [package - 110armv6-quarterly][games/zdoom] Failed for zdoom-2.8.1_2 in configure
Message-ID:  <201702211649.v1LGnwZt095539@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:     bsdports@kyle-evans.net
Last committer: jbeich@FreeBSD.org
Ident:          $FreeBSD: branches/2017Q1/games/zdoom/Makefile 425815 2016-11-09 22:59:05Z jbeich $
Log URL:        http://beefy15.nyi.freebsd.org/data/110armv6-quarterly/434398/logs/zdoom-2.8.1_2.log
Build URL:      http://beefy15.nyi.freebsd.org/build.html?mastername=110armv6-quarterly&build=434398
Log:

====>> Building games/zdoom
build started at Tue Feb 21 16:46:12 UTC 2017
port directory: /usr/ports/games/zdoom
building for: FreeBSD 110armv6-quarterly-job-10 11.0-RELEASE-p5 FreeBSD 11.0-RELEASE-p5 r309692 arm
maintained by: bsdports@kyle-evans.net
Makefile ident:      $FreeBSD: branches/2017Q1/games/zdoom/Makefile 425815 2016-11-09 22:59:05Z jbeich $
Poudriere version: 3.1.14
Host OSVERSION: 1200018
Jail OSVERSION: 1100122
Job Id: 10

---Begin Environment---
SHELL=/bin/csh
UNAME_p=armv6
UNAME_m=arm
ABI_FILE=/usr/lib/crt1.o
OSVERSION=1100122
UNAME_v=FreeBSD 11.0-RELEASE-p5 r309692
UNAME_r=11.0-RELEASE-p5
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/110armv6-quarterly/ref
QEMU_EMULATING=1
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=zdoom-2.8.1_2
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/110armv6-quarterly/ref/.p/pool
MASTERNAME=110armv6-quarterly
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.14
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
===> The following configuration options are available for zdoom-2.8.1_2:
     FLUIDSYNTH=on: FluidSynth sound library support
===> 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/games/zdoom/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/games/zdoom/work  HOME=/wrkdirs/usr/ports/games/zdoom/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
DMDIR="/usr/local/share/doom" SDL2_CONFIG=/usr/local/bin/sdl2-config XDG_DATA_HOME=/wrkdirs/usr/ports/games/zdoom/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/games/zdoom/work  HOME=/wrkdirs/usr/ports/games/zdoom/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  -DSHARE_DIR=\\\"/usr/local/share/doom/zdoom\\\""  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--
DMDIR="share/doom"
CMAKE_BUILD_TYPE="release"
GTK2_VERSION="2.10.0"
GTK3_VERSION="3.0.0"
OSREL=11.0
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/zdoom"
EXAMPLESDIR="share/examples/zdoom"
DATADIR="share/doom/zdoom"
WWWDIR="www/zdoom"
ETCDIR="etc/zdoom"
--End PLIST_SUB--

--SUB_LIST--
DMDIR="/usr/local/share/doom"
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/doom/zdoom
DOCSDIR=/usr/local/share/doc/zdoom
EXAMPLESDIR=/usr/local/share/examples/zdoom
WWWDIR=/usr/local/www/zdoom
ETCDIR=/usr/local/etc/zdoom
--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=11.0
OSVERSION=1100122
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=11.0-RELEASE-p5
#### 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 DOOM accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   zdoom-2.8.1_2 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-10] Installing pkg-1.9.4_1...
[110armv6-quarterly-job-10] Extracting pkg-1.9.4_1: .......... done
===>   zdoom-2.8.1_2 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of zdoom-2.8.1_2
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License DOOM accepted by the user
===> Fetching all distfiles required by zdoom-2.8.1_2 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License DOOM accepted by the user
===> Fetching all distfiles required by zdoom-2.8.1_2 for building
=> SHA256 Checksum OK for rheit-zdoom-2.8.1_GH0.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License DOOM accepted by the user
===> Fetching all distfiles required by zdoom-2.8.1_2 for building
===>  Extracting for zdoom-2.8.1_2
=> SHA256 Checksum OK for rheit-zdoom-2.8.1_GH0.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for zdoom-2.8.1_2
===========================================================================
=======================<phase: build-depends  >============================
===>   zdoom-2.8.1_2 depends on executable: zip - not found
===>   Installing existing package /packages/All/zip-3.0_1.txz
<snip>
[110armv6-quarterly-job-10] |   |   `-- Installing font-bh-ttf-1.0.3_3...
[110armv6-quarterly-job-10] |   |   `-- Extracting font-bh-ttf-1.0.3_3: .......... done
[110armv6-quarterly-job-10] |   |   `-- Installing font-misc-ethiopic-1.0.3_3...
[110armv6-quarterly-job-10] |   |   `-- Extracting font-misc-ethiopic-1.0.3_3: ... done
[110armv6-quarterly-job-10] |   |   `-- Installing dejavu-2.37...
[110armv6-quarterly-job-10] |   |   `-- Extracting dejavu-2.37: .......... done
[110armv6-quarterly-job-10] |   `-- Extracting pango-1.38.0_1: .......... done
[110armv6-quarterly-job-10] |   `-- Installing libXcomposite-0.4.4_3,1...
[110armv6-quarterly-job-10] |   | `-- Installing compositeproto-0.4.2...
[110armv6-quarterly-job-10] |   | `-- Extracting compositeproto-0.4.2: .... done
[110armv6-quarterly-job-10] |   `-- Extracting libXcomposite-0.4.4_3,1: .......... done
[110armv6-quarterly-job-10] |   `-- Installing shared-mime-info-1.5...
[110armv6-quarterly-job-10] |   `-- Extracting shared-mime-info-1.5: .......... done
[110armv6-quarterly-job-10] `-- Extracting gtk-update-icon-cache-2.24.29: .... done
[110armv6-quarterly-job-10] `-- Installing cups-2.2.1...
[110armv6-quarterly-job-10] |   `-- Installing avahi-app-0.6.31_5...
[110armv6-quarterly-job-10] |   | `-- Installing gnome_subr-1.0...
[110armv6-quarterly-job-10] |   | `-- Extracting gnome_subr-1.0: . done
[110armv6-quarterly-job-10] |   | `-- Installing gobject-introspection-1.46.0...
[110armv6-quarterly-job-10] |   |   `-- Installing python2-2_3...
[110armv6-quarterly-job-10] |   |   `-- Extracting python2-2_3: ...... done
[110armv6-quarterly-job-10] |   | `-- Extracting gobject-introspection-1.46.0: .......... done
[110armv6-quarterly-job-10] |   | `-- Installing gdbm-1.12...
[110armv6-quarterly-job-10] |   | `-- Extracting gdbm-1.12: .......... done
[110armv6-quarterly-job-10] |   | `-- Installing libdaemon-0.14_1...
[110armv6-quarterly-job-10] |   | `-- Extracting libdaemon-0.14_1: .......... done
[110armv6-quarterly-job-10] |   | `-- Installing dbus-glib-0.104...
[110armv6-quarterly-job-10] |   |   `-- Installing dbus-1.10.14...
===> Creating groups.
Creating group 'messagebus' with gid '556'.
===> Creating users
Creating user 'messagebus' with uid '556'.
[110armv6-quarterly-job-10] |   |   `-- Extracting dbus-1.10.14: ......... done
[110armv6-quarterly-job-10] |   | `-- Extracting dbus-glib-0.104: .......... done
===> Creating groups.
Creating group 'avahi' with gid '558'.
===> Creating users
Creating user 'avahi' with uid '558'.
[110armv6-quarterly-job-10] |   `-- Extracting avahi-app-0.6.31_5: .......... done
[110armv6-quarterly-job-10] |   `-- Installing gnutls-3.5.8...
[110armv6-quarterly-job-10] |   | `-- Installing nettle-3.3...
[110armv6-quarterly-job-10] |   |   `-- Installing gmp-5.1.3_3...
[110armv6-quarterly-job-10] |   |   `-- Extracting gmp-5.1.3_3: .......... done
[110armv6-quarterly-job-10] |   | `-- Extracting nettle-3.3: .......... done
[110armv6-quarterly-job-10] |   | `-- Installing libtasn1-4.9...
[110armv6-quarterly-job-10] |   | `-- Extracting libtasn1-4.9: .......... done
[110armv6-quarterly-job-10] |   | `-- Installing trousers-0.3.14_1...
[110armv6-quarterly-job-10] |   |   `-- Installing tpm-emulator-0.7.4_1...
===> Creating groups.
Creating group '_tss' with gid '601'.
===> Creating users
Creating user '_tss' with uid '601'.
[110armv6-quarterly-job-10] |   |   `-- Extracting tpm-emulator-0.7.4_1: ......... done
===> Creating groups.
Using existing group '_tss'.
===> Creating users
Using existing user '_tss'.
[110armv6-quarterly-job-10] |   | `-- Extracting trousers-0.3.14_1: .......... done
[110armv6-quarterly-job-10] |   | `-- Installing p11-kit-0.23.3...
[110armv6-quarterly-job-10] |   | `-- Extracting p11-kit-0.23.3: .......... done
[110armv6-quarterly-job-10] |   | `-- Installing libunistring-0.9.7...
[110armv6-quarterly-job-10] |   | `-- Extracting libunistring-0.9.7: .......... done
[110armv6-quarterly-job-10] |   | `-- Installing libidn-1.33_1...
[110armv6-quarterly-job-10] |   | `-- Extracting libidn-1.33_1: .......... done
[110armv6-quarterly-job-10] |   `-- Extracting gnutls-3.5.8: .......... done
[110armv6-quarterly-job-10] |   `-- Installing libpaper-1.1.24.4...
[110armv6-quarterly-job-10] |   `-- Extracting libpaper-1.1.24.4: .......... done
===> Creating groups.
Creating group 'cups' with gid '193'.
===> Creating users
Creating user 'cups' with uid '193'.
[110armv6-quarterly-job-10] `-- Extracting cups-2.2.1: .......... done
[110armv6-quarterly-job-10] Extracting gtk2-2.24.29_3: .......... 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 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
===>   zdoom-2.8.1_2 depends on shared library: libgtk-x11-2.0.so - found (/usr/local/lib/libgtk-x11-2.0.so)
===>   Returning to build of zdoom-2.8.1_2
===>   zdoom-2.8.1_2 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so)
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for zdoom-2.8.1_2
===>  Performing out-of-source build
/bin/mkdir -p /wrkdirs/usr/ports/games/zdoom/work/.build
-- The C compiler identification is Clang 3.8.0
-- The CXX compiler identification is Clang 3.8.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
-- Detecting CXX compile features - done
-- Found BZip2: /usr/lib/libbz2.so (found version "1.0.6") 
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - found
-- Found JPEG: /usr/local/lib/libjpeg.so  
-- Found ZLIB: /usr/lib/libz.so (found version "1.2.8") 
-- Could NOT find GME (missing:  GME_LIBRARIES GME_INCLUDE_DIR) 
-- Using system zlib
-- Using system jpeg library
-- Using system bzip2 library
-- Using internal gme library
-- Performing Test HAVE_NO_ARRAY_BOUNDS
-- Performing Test HAVE_NO_ARRAY_BOUNDS - Success
-- Looking for strdup
-- Looking for strdup - found
-- Looking for strndup
-- Looking for strndup - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
CMake Error: Generator: execution of make failed. Make command was: "/usr/bin/make" "cmTC_52c2b/fast"
-- Looking for stdint.h - not found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of char
-- Check size of char - done
-- Check size of short
-- Check size of short - done
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- /usr/include
-- /usr/include
-- /wrkdirs/usr/ports/games/zdoom/work/zdoom-2.8.1/lzma/C
-- Looking for itoa
-- Looking for itoa - not found
-- Performing Test DUMB_CAN_USE_SSE
-- Performing Test DUMB_CAN_USE_SSE - Success
-- Found PkgConfig: pkgconf (found version "1.1.0") 
-- Checking for module 'gtk+-2.0'
--   Found gtk+-2.0, version 2.24.29
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Found Threads: TRUE  
-- Found SDL2: /usr/local/lib/libSDL2main.a;/usr/local/lib/libSDL2.so;-pthread  
-- Found OpenAL: /usr/local/lib/libopenal.so  
-- Found SndFile: /usr/local/lib/libsndfile.so  
-- Could NOT find MPG123 (missing:  MPG123_LIBRARIES MPG123_INCLUDE_DIR) 
-- Found FluidSynth: /usr/local/lib/libfluidsynth.so  
-- Could not find NASM. Disabling assembly code.
-- Performing Test CAN_DO_MFPMATH
-- Performing Test CAN_DO_MFPMATH - Failed
-- Performing Test CAN_DO_ARCHSSE2
-- Performing Test CAN_DO_ARCHSSE2 - Success
-- Looking for mprotect
-- Looking for mprotect - found
-- Looking for filelength
-- Looking for filelength - not found
-- Looking for strupr
-- Looking for strupr - not found
-- Looking for stricmp
-- Looking for stricmp - not found
-- Looking for strnicmp
-- Looking for strnicmp - not found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - found
-- Performing Test HAS_VA_COPY
-- Performing Test HAS_VA_COPY - Success
-- Fluid synth libs: /usr/local/lib/libfluidsynth.so
-- Configuring incomplete, errors occurred!
See also "/wrkdirs/usr/ports/games/zdoom/work/.build/CMakeFiles/CMakeOutput.log".
See also "/wrkdirs/usr/ports/games/zdoom/work/.build/CMakeFiles/CMakeError.log".
*** Error code 1

Stop.
make: stopped in /usr/ports/games/zdoom



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