Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2017 22:59:14 GMT
From:      pkg-fallout@FreeBSD.org
To:        pkg-fallout@FreeBSD.org
Subject:   [package - head-armv6-default][audio/libgroove] Failed for libgroove-4.3.0_3 in configure
Message-ID:  <201703292259.v2TMxEeD027759@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:     ports@FreeBSD.org
Last committer: jhale@FreeBSD.org
Ident:          $FreeBSD: head/audio/libgroove/Makefile 430708 2017-01-06 14:24:00Z jhale $
Log URL:        http://beefy8.nyi.freebsd.org/data/head-armv6-default/p436864_s315918/logs/libgroove-4.3.0_3.log
Build URL:      http://beefy8.nyi.freebsd.org/build.html?mastername=head-armv6-default&build=p436864_s315918
Log:

====>> Building audio/libgroove
build started at Wed Mar 29 22:58:18 UTC 2017
port directory: /usr/ports/audio/libgroove
building for: FreeBSD head-armv6-default-job-20 12.0-CURRENT FreeBSD 12.0-CURRENT r315918 arm
maintained by: ports@FreeBSD.org
Makefile ident:      $FreeBSD: head/audio/libgroove/Makefile 430708 2017-01-06 14:24:00Z jhale $
Poudriere version: 3.1.16-15-g422980c5
Host OSVERSION: 1200020
Jail OSVERSION: 1200027
Job Id: 20




!!! Jail is newer than host. (Jail: 1200027, Host: 1200020) !!!
!!! 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=1200027
UNAME_v=FreeBSD 12.0-CURRENT r315918
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=libgroove-4.3.0_3
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.16-15-g422980c5
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---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
SDL2_CONFIG=/usr/local/bin/sdl2-config XDG_DATA_HOME=/wrkdirs/usr/ports/audio/libgroove/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/audio/libgroove/work  HOME=/wrkdirs/usr/ports/audio/libgroove/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
SDL2_CONFIG=/usr/local/bin/sdl2-config XDG_DATA_HOME=/wrkdirs/usr/ports/audio/libgroove/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/audio/libgroove/work  HOME=/wrkdirs/usr/ports/audio/libgroove/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  -Wno-error=deprecated-declarations -fno-strict-aliasing"  CPP="/nxb-bin/usr/bin/cpp" CPPFLAGS=""  LDFLAGS="" LIBS=""  CXX="/nxb-bin/usr/bin/c++" CXXFLAGS="-O2 -pipe -Wno-error=deprecated-declarations -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--
VER1=4
VER3=4.3.0
CMAKE_BUILD_TYPE="release"
OSREL=12.0
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/libgroove"
EXAMPLESDIR="share/examples/libgroove"
DATADIR="share/libgroove"
WWWDIR="www/libgroove"
ETCDIR="etc/libgroove"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/libgroove
DOCSDIR=/usr/local/share/doc/libgroove
EXAMPLESDIR=/usr/local/share/examples/libgroove
WWWDIR=/usr/local/www/libgroove
ETCDIR=/usr/local/etc/libgroove
--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=1200027
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   >============================
===>   NOTICE:

The libgroove 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

===>  License MIT accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   libgroove-4.3.0_3 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.10.0_2.txz
[head-armv6-default-job-20] Installing pkg-1.10.0_2...
[head-armv6-default-job-20] Extracting pkg-1.10.0_2: .......... done
===>   libgroove-4.3.0_3 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of libgroove-4.3.0_3
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>   NOTICE:

The libgroove 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
<snip>
[head-armv6-default-job-20] |   `-- Extracting libtasn1-4.10: .......... done
[head-armv6-default-job-20] |   `-- Installing libunistring-0.9.7...
[head-armv6-default-job-20] |   `-- Extracting libunistring-0.9.7: .......... done
[head-armv6-default-job-20] |   `-- Installing nettle-3.3...
[head-armv6-default-job-20] |   `-- Extracting nettle-3.3: .......... done
[head-armv6-default-job-20] |   `-- Installing p11-kit-0.23.5...
[head-armv6-default-job-20] |   | `-- Installing libffi-3.2.1...
[head-armv6-default-job-20] |   | `-- Extracting libffi-3.2.1: .......... done
[head-armv6-default-job-20] |   `-- Extracting p11-kit-0.23.5: .......... done
[head-armv6-default-job-20] |   `-- Installing trousers-0.3.14_1...
[head-armv6-default-job-20] |   | `-- 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-20] |   | `-- Extracting tpm-emulator-0.7.4_1: ......... done
===> Creating groups.
Using existing group '_tss'.
===> Creating users
Using existing user '_tss'.
[head-armv6-default-job-20] |   `-- Extracting trousers-0.3.14_1: .......... done
[head-armv6-default-job-20] `-- Extracting gnutls-3.5.9: .......... done
[head-armv6-default-job-20] `-- Installing libtheora-1.1.1_7...
[head-armv6-default-job-20] |   `-- Installing libogg-1.3.2_2,4...
[head-armv6-default-job-20] |   `-- Extracting libogg-1.3.2_2,4: .......... done
[head-armv6-default-job-20] |   `-- Installing libvorbis-1.3.5_1,3...
[head-armv6-default-job-20] |   `-- Extracting libvorbis-1.3.5_1,3: .......... done
[head-armv6-default-job-20] `-- Extracting libtheora-1.1.1_7: .......... done
[head-armv6-default-job-20] `-- Installing libv4l-1.6.3_2...
[head-armv6-default-job-20] |   `-- Installing jpeg-turbo-1.5.1...
[head-armv6-default-job-20] |   `-- Extracting jpeg-turbo-1.5.1: .......... done
[head-armv6-default-job-20] `-- Extracting libv4l-1.6.3_2: .......... done
[head-armv6-default-job-20] `-- Installing libva-1.7.3...
[head-armv6-default-job-20] `-- Extracting libva-1.7.3: .......... done
[head-armv6-default-job-20] `-- Installing libvdpau-1.1.1...
[head-armv6-default-job-20] `-- Extracting libvdpau-1.1.1: .......... done
[head-armv6-default-job-20] `-- Installing libvpx-1.6.1...
[head-armv6-default-job-20] `-- Extracting libvpx-1.6.1: .......... done
[head-armv6-default-job-20] `-- Installing libx264-0.148.2728...
[head-armv6-default-job-20] `-- Extracting libx264-0.148.2728: ......... done
[head-armv6-default-job-20] `-- Installing opencv2-core-2.4.13.1_1...
[head-armv6-default-job-20] `-- Extracting opencv2-core-2.4.13.1_1: .......... done
[head-armv6-default-job-20] `-- Installing schroedinger-1.0.11_4...
[head-armv6-default-job-20] |   `-- Installing orc-0.4.25...
[head-armv6-default-job-20] |   `-- Extracting orc-0.4.25: .......... done
[head-armv6-default-job-20] `-- Extracting schroedinger-1.0.11_4: .......... done
[head-armv6-default-job-20] `-- Installing x265-2.3...
[head-armv6-default-job-20] `-- Extracting x265-2.3: .......... done
[head-armv6-default-job-20] `-- Installing xvid-1.3.4,1...
[head-armv6-default-job-20] `-- Extracting xvid-1.3.4,1: ........ done
[head-armv6-default-job-20] Extracting ffmpeg-3.2.4_5,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 opencv2-core-2.4.13.1_1:
===>   NOTICE:

The opencv2-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
===>   libgroove-4.3.0_3 depends on shared library: libavcodec.so - found (/usr/local/lib/libavcodec.so)
===>   Returning to build of libgroove-4.3.0_3
===>   libgroove-4.3.0_3 depends on shared library: libchromaprint.so - not found
===>   Installing existing package /packages/All/chromaprint-1.4.2.txz
[head-armv6-default-job-20] Installing chromaprint-1.4.2...
[head-armv6-default-job-20] Extracting chromaprint-1.4.2: .......... done
===>   libgroove-4.3.0_3 depends on shared library: libchromaprint.so - found (/usr/local/lib/libchromaprint.so)
===>   Returning to build of libgroove-4.3.0_3
===>   libgroove-4.3.0_3 depends on shared library: libebur128.so - not found
===>   Installing existing package /packages/All/libebur128-1.2.2.txz
[head-armv6-default-job-20] Installing libebur128-1.2.2...
[head-armv6-default-job-20] `-- Installing speexdsp-1.2.r3_1...
[head-armv6-default-job-20] `-- Extracting speexdsp-1.2.r3_1: .......... done
[head-armv6-default-job-20] Extracting libebur128-1.2.2: ........ done
Message from libebur128-1.2.2:
===>   NOTICE:

The libebur128 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
===>   libgroove-4.3.0_3 depends on shared library: libebur128.so - found (/usr/local/lib/libebur128.so)
===>   Returning to build of libgroove-4.3.0_3
===>   libgroove-4.3.0_3 depends on shared library: libspeexdsp.so - found (/usr/local/lib/libspeexdsp.so)
===>   libgroove-4.3.0_3 depends on shared library: libSDL2.so - found (/usr/local/lib/libSDL2.so)
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for libgroove-4.3.0_3
===>  Performing out-of-source build
/bin/mkdir -p /wrkdirs/usr/ports/audio/libgroove/work/.build
-- The C compiler identification is Clang 3.9.1
-- 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
CMake Error: Generator: execution of make failed. Make command was: "/usr/bin/make" "cmTC_e137e/fast"
-- Detecting C compiler ABI info - failed
-- Detecting C compile features
-- Detecting C compile features - done
Configuring libgroove version 4.3.0
Configuring libgrooveplayer version 4.3.0
Configuring libgrooveloudness version 4.3.0
Configuring libgroovefingerprinter version 4.3.0
-- Try C99 C flag = [ ]
-- Performing Test C99_FLAG_DETECTED
-- Performing Test C99_FLAG_DETECTED - Success
-- Found EBUR128: /usr/local/lib/libebur128.so  
-- Found CHROMAPRINT: /usr/local/lib/libchromaprint.so  
-- Found SDL2: /usr/local/lib/libSDL2.so  
-- Found LIBAV: /usr/local/lib/libavfilter.so  
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Found Threads: TRUE  

Installation Summary
--------------------
* Install Directory            : /usr/local
* Build libgroove              : yes
* Build libgrooveplayer        : yes
* Build libgrooveloudness      : yes
* Build libgroovefingerprinter : yes

System Dependencies
-------------------
* C99 Compiler                 : OK
* threads                      : OK
* SDL2                         : OK
* ebur128                      : OK
* chromaprint                  : OK
* libavformat                  : OK
* libavcodec                   : OK
* libavfilter                  : OK
* libavutil                    : OK

If everything is looks good, proceed with
make

-- Configuring incomplete, errors occurred!
See also "/wrkdirs/usr/ports/audio/libgroove/work/.build/CMakeFiles/CMakeOutput.log".
See also "/wrkdirs/usr/ports/audio/libgroove/work/.build/CMakeFiles/CMakeError.log".
*** Error code 1

Stop.
make: stopped in /usr/ports/audio/libgroove



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