Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 2017 01:11:34 GMT
From:      pkg-fallout@FreeBSD.org
To:        pkg-fallout@FreeBSD.org
Subject:   [package - 110mips64-quarterly][graphics/opencv2] Failed for opencv2-2.4.13.1_5 in configure
Message-ID:  <201703300111.v2U1BY3X030671@beefy16.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:     mbaxter@uw.edu
Last committer: wen@FreeBSD.org
Ident:          $FreeBSD: branches/2017Q1/graphics/opencv2/Makefile 429580 2016-12-27 03:17:38Z wen $
Log URL:        http://beefy16.nyi.freebsd.org/data/110mips64-quarterly/437237/logs/opencv2-2.4.13.1_5.log
Build URL:      http://beefy16.nyi.freebsd.org/build.html?mastername=110mips64-quarterly&build=437237
Log:

====>> Building graphics/opencv2
build started at Thu Mar 30 01:10:47 UTC 2017
port directory: /usr/ports/graphics/opencv2
building for: FreeBSD 110mips64-quarterly-job-13 11.0-RELEASE-p8 FreeBSD 11.0-RELEASE-p8 r314125 mips
maintained by: mbaxter@uw.edu
Makefile ident:      $FreeBSD: branches/2017Q1/graphics/opencv2/Makefile 429580 2016-12-27 03:17:38Z wen $
Poudriere version: 3.1.17
Host OSVERSION: 1200020
Jail OSVERSION: 1100122
Job Id: 13

---Begin Environment---
SHELL=/bin/csh
UNAME_p=mips64
UNAME_m=mips
ABI_FILE=/usr/lib/crt1.o
OSVERSION=1100122
UNAME_v=FreeBSD 11.0-RELEASE-p8 r314125
UNAME_r=11.0-RELEASE-p8
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/110mips64-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=opencv2-2.4.13.1_5
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/110mips64-quarterly/ref/.p/pool
MASTERNAME=110mips64-quarterly
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.17
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 opencv2-2.4.13.1_5:
     DC1394=off: IEEE 1394 camera support
     EXAMPLES=on: Build and/or install examples
     NONFREE=off: Build functionality that has possible limitations of use
     OPENGL=off: 2D/3D rendering support via OpenGL
====> Image format support
     JASPER=on: JPEG 2000 support via JasPer
     JPEG=on: JPEG image format support
     OPENEXR=off: HDR image format support via OpenEXR
     PNG=on: PNG image format support
     TIFF=on: TIFF image format support
====> Performance enhancing libraries
     EIGEN3=on: Eigen 3 support
     TBB=off: TBB support
====> Video support
     FFMPEG=off: FFmpeg support (WMA, AIFF, AC3, APE...)
     GSTREAMER=off: Multimedia support via GStreamer
     GSTREAMER0=off: Multimedia support via GStreamer 0.10
     V4L=on: Video 4 Linux support
     XINE=off: Multimedia support via Xine
====> GUI (Graphical User Interface) support: you can only select none or one of them
     GTK2=off: GTK+ 2 GUI toolkit support
     QT4=off: Qt 4 toolkit support
===> Use 'make config' to modify these settings
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/opencv2/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/opencv2/work  HOME=/wrkdirs/usr/ports/graphics/opencv2/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/graphics/opencv2/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/graphics/opencv2/work  HOME=/wrkdirs/usr/ports/graphics/opencv2/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 -G0  -fno-strict-aliasing"  CPP="/nxb-bin/usr/bin/cpp" CPPFLAGS=""  LDFLAGS="" LIBS=""  CXX="/nxb-bin/usr/bin/c++" CXXFLAGS="-O2 -pipe -G0 -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--
VERSION=2.4.13
DC1394="@comment
"
NO_DC1394=""
EXAMPLES=""
NO_EXAMPLES="@comment
"
NONFREE="@comment
"
NO_NONFREE=""
OPENGL="@comment
"
NO_OPENGL=""
GTK2="@comment
"
NO_GTK2=""
QT4="@comment
"
NO_QT4=""
JASPER=""
NO_JASPER="@comment
"
JPEG=""
NO_JPEG="@comment
"
OPENEXR="@comment
"
NO_OPENEXR=""
PNG=""
NO_PNG="@comment
"
TIFF=""
NO_TIFF="@comment
"
EIGEN3=""
NO_EIGEN3="@comment
"
TBB="@comment
"
NO_TBB=""
FFMPEG="@comment
"
NO_FFMPEG=""
GSTREAMER="@comment
"
NO_GSTREAMER=""
GSTREAMER0="@comment
"
NO_GSTREAMER0=""
V4L=""
NO_V4L="@comment
"
XINE="@comment
"
NO_XINE=""
CMAKE_BUILD_TYPE="release"
OSREL=11.0
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/opencv"
EXAMPLESDIR="share/examples/opencv"
DATADIR="share/OpenCV"
WWWDIR="www/opencv"
ETCDIR="etc/opencv"
--End PLIST_SUB--

--SUB_LIST--
OCV_VERSION=2.4.13
DC1394="@comment
"
NO_DC1394=""
EXAMPLES=""
NO_EXAMPLES="@comment
"
NONFREE="@comment
"
NO_NONFREE=""
OPENGL="@comment
"
NO_OPENGL=""
GTK2="@comment
"
NO_GTK2=""
QT4="@comment
"
NO_QT4=""
JASPER=""
NO_JASPER="@comment
"
JPEG=""
NO_JPEG="@comment
"
OPENEXR="@comment
"
NO_OPENEXR=""
PNG=""
NO_PNG="@comment
"
TIFF=""
NO_TIFF="@comment
"
EIGEN3=""
NO_EIGEN3="@comment
"
TBB="@comment
"
NO_TBB=""
FFMPEG="@comment
"
NO_FFMPEG=""
GSTREAMER="@comment
"
NO_GSTREAMER=""
<snip>
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by opencv2-2.4.13.1_5 for building
===>  Extracting for opencv2-2.4.13.1_5
=> SHA256 Checksum OK for opencv-opencv-2.4.13.1_GH0.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for opencv2-2.4.13.1_5
===>  Applying FreeBSD patches for opencv2-2.4.13.1_5
===========================================================================
=======================<phase: build-depends  >============================
===>   opencv2-2.4.13.1_5 depends on file: /usr/local/include/eigen3/Eigen/Eigen - not found
===>   Installing existing package /packages/All/eigen-3.2.10.txz
[110mips64-quarterly-job-13] Installing eigen-3.2.10...
[110mips64-quarterly-job-13] Extracting eigen-3.2.10: .......... done
===>   opencv2-2.4.13.1_5 depends on file: /usr/local/include/eigen3/Eigen/Eigen - found
===>   Returning to build of opencv2-2.4.13.1_5
===>   opencv2-2.4.13.1_5 depends on file: /usr/local/include/linux/videodev2.h - not found
===>   Installing existing package /packages/All/v4l_compat-1.6.3.txz
[110mips64-quarterly-job-13] Installing v4l_compat-1.6.3...
[110mips64-quarterly-job-13] Extracting v4l_compat-1.6.3: .......... done
===>   opencv2-2.4.13.1_5 depends on file: /usr/local/include/linux/videodev2.h - found
===>   Returning to build of opencv2-2.4.13.1_5
===>   opencv2-2.4.13.1_5 depends on file: /usr/local/bin/cmake - not found
===>   Installing existing package /packages/All/cmake-3.7.1.txz
[110mips64-quarterly-job-13] Installing cmake-3.7.1...
[110mips64-quarterly-job-13] `-- Installing expat-2.2.0_1...
[110mips64-quarterly-job-13] `-- Extracting expat-2.2.0_1: .......... done
[110mips64-quarterly-job-13] `-- Installing cmake-modules-3.7.1...
[110mips64-quarterly-job-13] `-- Extracting cmake-modules-3.7.1: .......... done
[110mips64-quarterly-job-13] `-- Installing curl-7.53.0...
[110mips64-quarterly-job-13] |   `-- Installing libnghttp2-1.18.0...
[110mips64-quarterly-job-13] |   `-- Extracting libnghttp2-1.18.0: .......... done
[110mips64-quarterly-job-13] |   `-- Installing ca_root_nss-3.30...
[110mips64-quarterly-job-13] |   `-- Extracting ca_root_nss-3.30: ........ done
[110mips64-quarterly-job-13] `-- Extracting curl-7.53.0: .......... done
[110mips64-quarterly-job-13] `-- Installing libarchive-3.2.2,1...
[110mips64-quarterly-job-13] |   `-- Installing liblz4-131...
[110mips64-quarterly-job-13] |   `-- Extracting liblz4-131: .......... done
[110mips64-quarterly-job-13] |   `-- Installing lzo2-2.09...
[110mips64-quarterly-job-13] |   `-- Extracting lzo2-2.09: .......... done
[110mips64-quarterly-job-13] `-- Extracting libarchive-3.2.2,1: .......... done
[110mips64-quarterly-job-13] `-- Installing jsoncpp-1.8.0_1...
[110mips64-quarterly-job-13] `-- Extracting jsoncpp-1.8.0_1: .......... done
[110mips64-quarterly-job-13] `-- Installing libuv-1.10.1...
[110mips64-quarterly-job-13] `-- Extracting libuv-1.10.1: .......... done
[110mips64-quarterly-job-13] Extracting cmake-3.7.1: .......... done
Message from ca_root_nss-3.30:
********************************* WARNING *********************************

FreeBSD does not, and can not warrant that the certification authorities
whose certificates are included in this package have in any way been
audited for trustworthiness or RFC 3647 compliance.

Assessment and verification of trust is the complete responsibility of the
system administrator.

*********************************** NOTE **********************************

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

***************************************************************************
===>   opencv2-2.4.13.1_5 depends on file: /usr/local/bin/cmake - found
===>   Returning to build of opencv2-2.4.13.1_5
===>   opencv2-2.4.13.1_5 depends on package: pkgconf>=0.9.10 - not found
===>   Installing existing package /packages/All/pkgconf-1.1.0.txz
[110mips64-quarterly-job-13] Installing pkgconf-1.1.0...
[110mips64-quarterly-job-13] Extracting pkgconf-1.1.0: .......... done
===>   opencv2-2.4.13.1_5 depends on package: pkgconf>=0.9.10 - found
===>   Returning to build of opencv2-2.4.13.1_5
===========================================================================
=======================<phase: lib-depends    >============================
===>   opencv2-2.4.13.1_5 depends on shared library: libopencv_core.so - not found
===>   Installing existing package /packages/All/opencv2-core-2.4.13.1_1.txz
[110mips64-quarterly-job-13] Installing opencv2-core-2.4.13.1_1...
[110mips64-quarterly-job-13] Extracting opencv2-core-2.4.13.1_1: .......... done
===>   opencv2-2.4.13.1_5 depends on shared library: libopencv_core.so - found (/usr/local/lib/libopencv_core.so)
===>   Returning to build of opencv2-2.4.13.1_5
===>   opencv2-2.4.13.1_5 depends on shared library: libjasper.so - not found
===>   Installing existing package /packages/All/jasper-1.900.1_16.txz
[110mips64-quarterly-job-13] Installing jasper-1.900.1_16...
[110mips64-quarterly-job-13] `-- Installing jpeg-turbo-1.5.1...
[110mips64-quarterly-job-13] `-- Extracting jpeg-turbo-1.5.1: .......... done
[110mips64-quarterly-job-13] Extracting jasper-1.900.1_16: .......... done
Message from jasper-1.900.1_16:
===>   NOTICE:

The jasper 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
===>   opencv2-2.4.13.1_5 depends on shared library: libjasper.so - found (/usr/local/lib/libjasper.so)
===>   Returning to build of opencv2-2.4.13.1_5
===>   opencv2-2.4.13.1_5 depends on shared library: libpng.so - not found
===>   Installing existing package /packages/All/png-1.6.27.txz
[110mips64-quarterly-job-13] Installing png-1.6.27...
[110mips64-quarterly-job-13] Extracting png-1.6.27: .......... done
===>   opencv2-2.4.13.1_5 depends on shared library: libpng.so - found (/usr/local/lib/libpng.so)
===>   Returning to build of opencv2-2.4.13.1_5
===>   opencv2-2.4.13.1_5 depends on shared library: libtiff.so - not found
===>   Installing existing package /packages/All/tiff-4.0.7_1.txz
[110mips64-quarterly-job-13] Installing tiff-4.0.7_1...
[110mips64-quarterly-job-13] `-- Installing jbigkit-2.1_1...
[110mips64-quarterly-job-13] `-- Extracting jbigkit-2.1_1: .......... done
[110mips64-quarterly-job-13] Extracting tiff-4.0.7_1: .......... done
===>   opencv2-2.4.13.1_5 depends on shared library: libtiff.so - found (/usr/local/lib/libtiff.so)
===>   Returning to build of opencv2-2.4.13.1_5
===>   opencv2-2.4.13.1_5 depends on shared library: libv4l2.so - not found
===>   Installing existing package /packages/All/libv4l-1.6.3_2.txz
[110mips64-quarterly-job-13] Installing libv4l-1.6.3_2...
[110mips64-quarterly-job-13] Extracting libv4l-1.6.3_2: .......... done
===>   opencv2-2.4.13.1_5 depends on shared library: libv4l2.so - found (/usr/local/lib/libv4l2.so)
===>   Returning to build of opencv2-2.4.13.1_5
===>   opencv2-2.4.13.1_5 depends on shared library: libjpeg.so - found (/usr/local/lib/libjpeg.so)
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for opencv2-2.4.13.1_5
===>  Performing in-source build
/bin/mkdir -p /wrkdirs/usr/ports/graphics/opencv2/work/opencv-2.4.13.1
-- The CXX compiler identification is GNU 4.2.1
-- The C compiler identification is GNU 4.2.1
-- 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
-- Check for working C compiler: /nxb-bin/usr/bin/cc
CMake Error: Generator: execution of make failed. Make command was: "/usr/bin/make" "cmTC_149d5/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/graphics/opencv2/work/opencv-2.4.13.1/CMakeFiles/CMakeTmp

  

  Run Build Command:"/usr/bin/make" "cmTC_149d5/fast"

  /nxb-bin/usr/bin/make -f CMakeFiles/cmTC_149d5.dir/build.make
  CMakeFiles/cmTC_149d5.dir/build

  Building C object CMakeFiles/cmTC_149d5.dir/testCCompiler.c.o

  /nxb-bin/usr/bin/cc -O2 -pipe -G0 -fno-strict-aliasing -o
  CMakeFiles/cmTC_149d5.dir/testCCompiler.c.o -c
  /wrkdirs/usr/ports/graphics/opencv2/work/opencv-2.4.13.1/CMakeFiles/CMakeTmp/testCCompiler.c


  Linking C executable cmTC_149d5

  /usr/local/bin/cmake -E cmake_link_script
  CMakeFiles/cmTC_149d5.dir/link.txt --verbose=1

  /nxb-bin/usr/bin/cc -O2 -pipe -G0 -fno-strict-aliasing
  CMakeFiles/cmTC_149d5.dir/testCCompiler.c.o -o cmTC_149d5

  

  Generator: execution of make failed.  Make command was: "/usr/bin/make"
  "cmTC_149d5/fast"

  

  

  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:68 (project)


-- Configuring incomplete, errors occurred!
See also "/wrkdirs/usr/ports/graphics/opencv2/work/opencv-2.4.13.1/CMakeFiles/CMakeOutput.log".
See also "/wrkdirs/usr/ports/graphics/opencv2/work/opencv-2.4.13.1/CMakeFiles/CMakeError.log".
*** Error code 1

Stop.
make: stopped in /usr/ports/graphics/opencv2



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