Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2017 23:06:47 GMT
From:      pkg-fallout@FreeBSD.org
To:        pkg-fallout@FreeBSD.org
Subject:   [package - head-armv6-default][net-mgmt/fastnetmon] Failed for fastnetmon-1.1.3_2 in configure
Message-ID:  <201703012306.v21N6lQ2000180@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:     farrokhi@FreeBSD.org
Last committer: jbeich@FreeBSD.org
Ident:          $FreeBSD: head/net-mgmt/fastnetmon/Makefile 430692 2017-01-06 08:45:03Z jbeich $
Log URL:        http://beefy8.nyi.freebsd.org/data/head-armv6-default/p434757_s314234/logs/fastnetmon-1.1.3_2.log
Build URL:      http://beefy8.nyi.freebsd.org/build.html?mastername=head-armv6-default&build=p434757_s314234
Log:

====>> Building net-mgmt/fastnetmon
build started at Wed Mar  1 23:05:50 UTC 2017
port directory: /usr/ports/net-mgmt/fastnetmon
building for: FreeBSD head-armv6-default-job-14 12.0-CURRENT FreeBSD 12.0-CURRENT r314234 arm
maintained by: farrokhi@FreeBSD.org
Makefile ident:      $FreeBSD: head/net-mgmt/fastnetmon/Makefile 430692 2017-01-06 08:45:03Z jbeich $
Poudriere version: 3.1.14
Host OSVERSION: 1200020
Jail OSVERSION: 1200022
Job Id: 14




!!! Jail is newer than host. (Jail: 1200022, 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=1200022
UNAME_v=FreeBSD 12.0-CURRENT r314234
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=fastnetmon-1.1.3_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.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 fastnetmon-1.1.3_2:
     DOCS=on: Build and/or install documentation
     REDIS=off: Redis key-value store database support
===> Use 'make config' to modify these settings
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/net-mgmt/fastnetmon/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/net-mgmt/fastnetmon/work  HOME=/wrkdirs/usr/ports/net-mgmt/fastnetmon/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/net-mgmt/fastnetmon/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/net-mgmt/fastnetmon/work  HOME=/wrkdirs/usr/ports/net-mgmt/fastnetmon/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 444"  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/fastnetmon"
EXAMPLESDIR="share/examples/fastnetmon"
DATADIR="share/fastnetmon"
WWWDIR="www/fastnetmon"
ETCDIR="etc/fastnetmon"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/fastnetmon
DOCSDIR=/usr/local/share/doc/fastnetmon
EXAMPLESDIR=/usr/local/share/examples/fastnetmon
WWWDIR=/usr/local/www/fastnetmon
ETCDIR=/usr/local/etc/fastnetmon
--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=1200022
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    >============================
===>   fastnetmon-1.1.3_2 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.10.0.txz
[head-armv6-default-job-14] Installing pkg-1.10.0...
[head-armv6-default-job-14] Extracting pkg-1.10.0: .......... done
===>   fastnetmon-1.1.3_2 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of fastnetmon-1.1.3_2
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License GPLv2 accepted by the user
===> Fetching all distfiles required by fastnetmon-1.1.3_2 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License GPLv2 accepted by the user
===> Fetching all distfiles required by fastnetmon-1.1.3_2 for building
=> SHA256 Checksum OK for pavel-odintsov-fastnetmon-v1.1.3_GH0.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License GPLv2 accepted by the user
===> Fetching all distfiles required by fastnetmon-1.1.3_2 for building
===>  Extracting for fastnetmon-1.1.3_2
=> SHA256 Checksum OK for pavel-odintsov-fastnetmon-v1.1.3_GH0.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
<snip>
===>   fastnetmon-1.1.3_2 depends on file: /usr/local/bin/cmake - not found
===>   Installing existing package /packages/All/cmake-3.7.2.txz
[head-armv6-default-job-14] Installing cmake-3.7.2...
[head-armv6-default-job-14] `-- Installing cmake-modules-3.7.2...
[head-armv6-default-job-14] `-- Extracting cmake-modules-3.7.2: .......... done
[head-armv6-default-job-14] `-- Installing curl-7.53.0...
[head-armv6-default-job-14] |   `-- Installing ca_root_nss-3.29.1...
[head-armv6-default-job-14] |   `-- Extracting ca_root_nss-3.29.1: ........ done
[head-armv6-default-job-14] |   `-- Installing libnghttp2-1.19.0...
[head-armv6-default-job-14] |   `-- Extracting libnghttp2-1.19.0: .......... done
[head-armv6-default-job-14] `-- Extracting curl-7.53.0: .......... done
[head-armv6-default-job-14] `-- Installing expat-2.2.0_1...
[head-armv6-default-job-14] `-- Extracting expat-2.2.0_1: .......... done
[head-armv6-default-job-14] `-- Installing jsoncpp-1.8.0_1...
[head-armv6-default-job-14] `-- Extracting jsoncpp-1.8.0_1: .......... done
[head-armv6-default-job-14] `-- Installing libarchive-3.2.2,1...
[head-armv6-default-job-14] |   `-- Installing liblz4-1.7.5,1...
[head-armv6-default-job-14] |   `-- Extracting liblz4-1.7.5,1: .......... done
[head-armv6-default-job-14] |   `-- Installing lzo2-2.09...
[head-armv6-default-job-14] |   `-- Extracting lzo2-2.09: .......... done
[head-armv6-default-job-14] `-- Extracting libarchive-3.2.2,1: .......... done
[head-armv6-default-job-14] `-- Installing libuv-1.11.0...
[head-armv6-default-job-14] `-- Extracting libuv-1.11.0: .......... done
[head-armv6-default-job-14] Extracting cmake-3.7.2: .......... done
Message from ca_root_nss-3.29.1:
********************************* 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

***************************************************************************
===>   fastnetmon-1.1.3_2 depends on file: /usr/local/bin/cmake - found
===>   Returning to build of fastnetmon-1.1.3_2
===========================================================================
=======================<phase: lib-depends    >============================
===>   fastnetmon-1.1.3_2 depends on shared library: libboost_regex.so - not found
===>   Installing existing package /packages/All/boost-libs-1.63.0_1.txz
[head-armv6-default-job-14] Installing boost-libs-1.63.0_1...
[head-armv6-default-job-14] `-- Installing icu-58.2,1...
[head-armv6-default-job-14] `-- Extracting icu-58.2,1: .......... done
[head-armv6-default-job-14] Extracting boost-libs-1.63.0_1: .......... done
Message from boost-libs-1.63.0_1:
You have built the Boost library with thread support.

Don't forget to add -pthread to your linker options when
linking your code.
===>   fastnetmon-1.1.3_2 depends on shared library: libboost_regex.so - found (/usr/local/lib/libboost_regex.so)
===>   Returning to build of fastnetmon-1.1.3_2
===>   fastnetmon-1.1.3_2 depends on shared library: liblog4cpp.so - not found
===>   Installing existing package /packages/All/log4cpp-1.1.1.txz
[head-armv6-default-job-14] Installing log4cpp-1.1.1...
[head-armv6-default-job-14] Extracting log4cpp-1.1.1: .......... done
Message from log4cpp-1.1.1:
===>   NOTICE:

The log4cpp 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
===>   fastnetmon-1.1.3_2 depends on shared library: liblog4cpp.so - found (/usr/local/lib/liblog4cpp.so)
===>   Returning to build of fastnetmon-1.1.3_2
===>   fastnetmon-1.1.3_2 depends on shared library: libndpi.so - not found
===>   Installing existing package /packages/All/ndpi-1.8.2016.07.13.txz
[head-armv6-default-job-14] Installing ndpi-1.8.2016.07.13...
[head-armv6-default-job-14] `-- Installing json-c-0.12.1...
[head-armv6-default-job-14] `-- Extracting json-c-0.12.1: .......... done
[head-armv6-default-job-14] Extracting ndpi-1.8.2016.07.13: .......... done
===>   fastnetmon-1.1.3_2 depends on shared library: libndpi.so - found (/usr/local/lib/libndpi.so)
===>   Returning to build of fastnetmon-1.1.3_2
===>   fastnetmon-1.1.3_2 depends on shared library: libluajit-5.1.so - not found
===>   Installing existing package /packages/All/luajit-2.0.4_1.txz
[head-armv6-default-job-14] Installing luajit-2.0.4_1...
[head-armv6-default-job-14] Extracting luajit-2.0.4_1: .......... done
===>   fastnetmon-1.1.3_2 depends on shared library: libluajit-5.1.so - found (/usr/local/lib/libluajit-5.1.so)
===>   Returning to build of fastnetmon-1.1.3_2
===>   fastnetmon-1.1.3_2 depends on shared library: libmongoc-1.0.so - not found
===>   Installing existing package /packages/All/mongo-c-driver-1.3.5.txz
[head-armv6-default-job-14] Installing mongo-c-driver-1.3.5...
[head-armv6-default-job-14] `-- Installing cyrus-sasl-2.1.26_12...
*** Added group `cyrus' (id 60)
*** Added user `cyrus' (id 60)
[head-armv6-default-job-14] `-- Extracting cyrus-sasl-2.1.26_12: .......... done
[head-armv6-default-job-14] `-- Installing libbson-1.3.5...
[head-armv6-default-job-14] `-- Extracting libbson-1.3.5: .......... done
[head-armv6-default-job-14] Extracting mongo-c-driver-1.3.5: .......... done
Message from cyrus-sasl-2.1.26_12:
You can use sasldb2 for authentication, to add users use:

	saslpasswd2 -c username

If you want to enable SMTP AUTH with the system Sendmail, read
Sendmail.README

NOTE: This port has been compiled with a default pwcheck_method of
      auxprop.  If you want to authenticate your user by /etc/passwd,
      PAM or LDAP, install ports/security/cyrus-sasl2-saslauthd and
      set sasl_pwcheck_method to saslauthd after installing the
      Cyrus-IMAPd 2.X port.  You should also check the
      /usr/local/lib/sasl2/*.conf files for the correct
      pwcheck_method.
      If you want to use GSSAPI mechanism, install
      ports/security/cyrus-sasl2-gssapi.
      If you want to use SRP mechanism, install
      ports/security/cyrus-sasl2-srp.
      If you want to use LDAP auxprop plugin, install
      ports/security/cyrus-sasl2-ldapdb.
===>   fastnetmon-1.1.3_2 depends on shared library: libmongoc-1.0.so - found (/usr/local/lib/libmongoc-1.0.so)
===>   Returning to build of fastnetmon-1.1.3_2
===>   fastnetmon-1.1.3_2 depends on shared library: libjson-c.so - found (/usr/local/lib/libjson-c.so)
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for fastnetmon-1.1.3_2
===>  Performing in-source build
/bin/mkdir -p /wrkdirs/usr/ports/net-mgmt/fastnetmon/work/fastnetmon-1.1.3
-- The C compiler identification is Clang 3.9.1
-- The CXX 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
-- 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++
CMake Error: Generator: execution of make failed. Make command was: "/usr/bin/make" "cmTC_ff088/fast"
-- Check for working CXX compiler: /nxb-bin/usr/bin/c++ -- broken
CMake Error at /usr/local/share/cmake/Modules/CMakeTestCXXCompiler.cmake:44 (message):
  The C++ compiler "/nxb-bin/usr/bin/c++" is not able to compile a simple
  test program.

  It fails with the following output:

   Change Dir: /wrkdirs/usr/ports/net-mgmt/fastnetmon/work/fastnetmon-1.1.3/CMakeFiles/CMakeTmp

  

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

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

  Building CXX object CMakeFiles/cmTC_ff088.dir/testCXXCompiler.cxx.o

  /nxb-bin/usr/bin/c++ -O2 -pipe -fno-strict-aliasing -o
  CMakeFiles/cmTC_ff088.dir/testCXXCompiler.cxx.o -c
  /wrkdirs/usr/ports/net-mgmt/fastnetmon/work/fastnetmon-1.1.3/CMakeFiles/CMakeTmp/testCXXCompiler.cxx


  Linking CXX executable cmTC_ff088

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

  /nxb-bin/usr/bin/c++ -O2 -pipe -fno-strict-aliasing
  CMakeFiles/cmTC_ff088.dir/testCXXCompiler.cxx.o -o cmTC_ff088

  

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

  

  

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


-- Configuring incomplete, errors occurred!
See also "/wrkdirs/usr/ports/net-mgmt/fastnetmon/work/fastnetmon-1.1.3/CMakeFiles/CMakeOutput.log".
See also "/wrkdirs/usr/ports/net-mgmt/fastnetmon/work/fastnetmon-1.1.3/CMakeFiles/CMakeError.log".
*** Error code 1

Stop.
make: stopped in /usr/ports/net-mgmt/fastnetmon



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