Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Mar 2017 15:45:24 GMT
From:      pkg-fallout@FreeBSD.org
To:        pkg-fallout@FreeBSD.org
Subject:   [package - head-mips64-default][net/zmap] Failed for zmap-2.1.1 in build
Message-ID:  <201703121545.v2CFjOSh060333@beefy13.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:     yuri@rawbw.com
Last committer: amdmi3@FreeBSD.org
Ident:          $FreeBSD: head/net/zmap/Makefile 430934 2017-01-09 10:02:39Z amdmi3 $
Log URL:        http://beefy13.nyi.freebsd.org/data/head-mips64-default/p435970_s314813/logs/zmap-2.1.1.log
Build URL:      http://beefy13.nyi.freebsd.org/build.html?mastername=head-mips64-default&build=p435970_s314813
Log:

====>> Building net/zmap
build started at Sun Mar 12 15:43:54 UTC 2017
port directory: /usr/ports/net/zmap
building for: FreeBSD head-mips64-default-job-02 12.0-CURRENT FreeBSD 12.0-CURRENT r314813 mips
maintained by: yuri@rawbw.com
Makefile ident:      $FreeBSD: head/net/zmap/Makefile 430934 2017-01-09 10:02:39Z amdmi3 $
Poudriere version: 3.1.14-187-gccceca39
Host OSVERSION: 1200020
Jail OSVERSION: 1200023
Job Id: 02




!!! Jail is newer than host. (Jail: 1200023, 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=mips64
UNAME_m=mips
ABI_FILE=/usr/lib/crt1.o
OSVERSION=1200023
UNAME_v=FreeBSD 12.0-CURRENT r314813
UNAME_r=12.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/head-mips64-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=zmap-2.1.1
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/head-mips64-default/ref/.p/pool
MASTERNAME=head-mips64-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.14-187-gccceca39
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 zmap-2.1.1:
     JSON=on: Build with support for JSON
     MONGO=off: MongoDB support
     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--
PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/net/zmap/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/net/zmap/work  HOME=/wrkdirs/usr/ports/net/zmap/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/net/zmap/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/net/zmap/work  HOME=/wrkdirs/usr/ports/net/zmap/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 -EB -msoft-float  -fno-strict-aliasing"  CPP="/nxb-bin/usr/bin/cpp" CPPFLAGS=""  LDFLAGS=" -EB" LIBS=""  CXX="/nxb-bin/usr/bin/c++" CXXFLAGS="-O2 -pipe -G0 -EB -msoft-float -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/zmap"
EXAMPLESDIR="share/examples/zmap"
DATADIR="share/zmap"
WWWDIR="www/zmap"
ETCDIR="etc/zmap"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/zmap
DOCSDIR=/usr/local/share/doc/zmap
EXAMPLESDIR=/usr/local/share/examples/zmap
WWWDIR=/usr/local/www/zmap
ETCDIR=/usr/local/etc/zmap
--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=mips
MACHINE_ARCH=mips64
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=mips64
CONFIGURE_MAX_CMD_LEN=262144
OPSYS=FreeBSD
OSREL=12.0
OSVERSION=1200023
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)  131072
stack size              (kbytes, -s)  8192
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 APACHE20 accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   zmap-2.1.1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.10.0_2.txz
[head-mips64-default-job-02] Installing pkg-1.10.0_2...
[head-mips64-default-job-02] Extracting pkg-1.10.0_2: .......... done
===>   zmap-2.1.1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of zmap-2.1.1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License APACHE20 accepted by the user
===> Fetching all distfiles required by zmap-2.1.1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License APACHE20 accepted by the user
===> Fetching all distfiles required by zmap-2.1.1 for building
=> SHA256 Checksum OK for zmap-zmap-v2.1.1_GH0.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License APACHE20 accepted by the user
===> Fetching all distfiles required by zmap-2.1.1 for building
===>  Extracting for zmap-2.1.1
=> SHA256 Checksum OK for zmap-zmap-v2.1.1_GH0.tar.gz.
===========================================================================
<snip>

https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port
===>   zmap-2.1.1 depends on package: gengetopt>0 - found
===>   Returning to build of zmap-2.1.1
===>   zmap-2.1.1 depends on file: /usr/local/bin/cmake - not found
===>   Installing existing package /packages/All/cmake-3.7.2.txz
[head-mips64-default-job-02] Installing cmake-3.7.2...
[head-mips64-default-job-02] `-- Installing cmake-modules-3.7.2...
[head-mips64-default-job-02] `-- Extracting cmake-modules-3.7.2: .......... done
[head-mips64-default-job-02] `-- Installing curl-7.53.1...
[head-mips64-default-job-02] |   `-- Installing ca_root_nss-3.29.3...
[head-mips64-default-job-02] |   `-- Extracting ca_root_nss-3.29.3: ........ done
[head-mips64-default-job-02] |   `-- Installing libnghttp2-1.20.0...
[head-mips64-default-job-02] |   `-- Extracting libnghttp2-1.20.0: .......... done
[head-mips64-default-job-02] `-- Extracting curl-7.53.1: .......... done
[head-mips64-default-job-02] `-- Installing expat-2.2.0_1...
[head-mips64-default-job-02] `-- Extracting expat-2.2.0_1: .......... done
[head-mips64-default-job-02] `-- Installing jsoncpp-1.8.0_1...
[head-mips64-default-job-02] `-- Extracting jsoncpp-1.8.0_1: .......... done
[head-mips64-default-job-02] `-- Installing libarchive-3.2.2,1...
[head-mips64-default-job-02] |   `-- Installing liblz4-1.7.5,1...
[head-mips64-default-job-02] |   `-- Extracting liblz4-1.7.5,1: .......... done
[head-mips64-default-job-02] |   `-- Installing lzo2-2.09...
[head-mips64-default-job-02] |   `-- Extracting lzo2-2.09: .......... done
[head-mips64-default-job-02] `-- Extracting libarchive-3.2.2,1: .......... done
[head-mips64-default-job-02] `-- Installing libuv-1.11.0...
[head-mips64-default-job-02] `-- Extracting libuv-1.11.0: .......... done
[head-mips64-default-job-02] Extracting cmake-3.7.2: .......... done
Message from ca_root_nss-3.29.3:
********************************* 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

***************************************************************************
===>   zmap-2.1.1 depends on file: /usr/local/bin/cmake - found
===>   Returning to build of zmap-2.1.1
===>   zmap-2.1.1 depends on package: pkgconf>=1.3.0_1 - not found
===>   Installing existing package /packages/All/pkgconf-1.3.0_3.txz
[head-mips64-default-job-02] Installing pkgconf-1.3.0_3...
[head-mips64-default-job-02] Extracting pkgconf-1.3.0_3: .......... done
===>   zmap-2.1.1 depends on package: pkgconf>=1.3.0_1 - found
===>   Returning to build of zmap-2.1.1
===========================================================================
=======================<phase: lib-depends    >============================
===>   zmap-2.1.1 depends on shared library: libdnet.so - not found
===>   Installing existing package /packages/All/libdnet-1.12_1.txz
[head-mips64-default-job-02] Installing libdnet-1.12_1...
[head-mips64-default-job-02] Extracting libdnet-1.12_1: .......... done
===>   zmap-2.1.1 depends on shared library: libdnet.so - found (/usr/local/lib/libdnet.so)
===>   Returning to build of zmap-2.1.1
===>   zmap-2.1.1 depends on shared library: libgmp.so - not found
===>   Installing existing package /packages/All/gmp-6.1.2.txz
[head-mips64-default-job-02] Installing gmp-6.1.2...
[head-mips64-default-job-02] Extracting gmp-6.1.2: .......... done
===>   zmap-2.1.1 depends on shared library: libgmp.so - found (/usr/local/lib/libgmp.so)
===>   Returning to build of zmap-2.1.1
===>   zmap-2.1.1 depends on shared library: libjson-c.so - not found
===>   Installing existing package /packages/All/json-c-0.12.1.txz
[head-mips64-default-job-02] Installing json-c-0.12.1...
[head-mips64-default-job-02] Extracting json-c-0.12.1: .......... done
===>   zmap-2.1.1 depends on shared library: libjson-c.so - found (/usr/local/lib/libjson-c.so)
===>   Returning to build of zmap-2.1.1
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for zmap-2.1.1
===>  Performing in-source build
/bin/mkdir -p /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1
-- The C compiler identification is GNU 4.2.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
-- Found PkgConfig: pkgconf (found version "1.3.0") 
-- Checking for module 'json-c'
--   Found json-c, version 0.12.1
-- Default ZMap configuration file location is /usr/local/etc/zmap
-- Checking if blacklist.conf exists there...
-- Checking if zmap.conf exists there...
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_CXX_COMPILER
    CMAKE_CXX_FLAGS
    CMAKE_CXX_FLAGS_DEBUG
    CMAKE_CXX_FLAGS_RELEASE
    CMAKE_C_FLAGS_DEBUG
    CMAKE_MODULE_LINKER_FLAGS
    CMAKE_SHARED_LINKER_FLAGS
    THREADS_HAVE_PTHREAD_ARG


-- Build files have been written to: /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1
===========================================================================
=======================<phase: build          >============================
===>  Building for zmap-2.1.1
/usr/local/bin/cmake -H/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1 -B/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1 --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/bin/cmake -E cmake_progress_start /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/CMakeFiles /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/CMakeFiles/progress.marks
/nxb-bin/usr/bin/make -f CMakeFiles/Makefile2 all
/nxb-bin/usr/bin/make -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/depend
cd /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1 && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1 /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1 /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib/CMakeFiles/zmaplib.dir/DependInfo.cmake
Scanning dependencies of target zmaplib
/nxb-bin/usr/bin/make -f lib/CMakeFiles/zmaplib.dir/build.make lib/CMakeFiles/zmaplib.dir/build
[  1%] Building C object lib/CMakeFiles/zmaplib.dir/blacklist.c.o
cd /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib && /nxb-bin/usr/bin/cc  -DJSON -I/usr/local/include/json-c -I/usr/local/include -I/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-all -fwrapv -fPIC --param ssp-buffer-size=1 -O2 -Wall -Wformat=2 -Wno-format-nonliteral -pedantic -fno-strict-aliasing -Wextra -Wfloat-equal -Wundef -Wwrite-strings -Wredundant-decls -Wnested-externs -Wbad-function-cast -Winit-self -Wmissing-noreturn -Wstack-protector -I/usr/local/include/json-c -std=gnu99 -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing -o CMakeFiles/zmaplib.dir/blacklist.c.o   -c /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib/blacklist.c
/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib/blacklist.c:1: warning: -fstack-protector not supported for this target
[  3%] Building C object lib/CMakeFiles/zmaplib.dir/constraint.c.o
cd /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib && /nxb-bin/usr/bin/cc  -DJSON -I/usr/local/include/json-c -I/usr/local/include -I/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-all -fwrapv -fPIC --param ssp-buffer-size=1 -O2 -Wall -Wformat=2 -Wno-format-nonliteral -pedantic -fno-strict-aliasing -Wextra -Wfloat-equal -Wundef -Wwrite-strings -Wredundant-decls -Wnested-externs -Wbad-function-cast -Winit-self -Wmissing-noreturn -Wstack-protector -I/usr/local/include/json-c -std=gnu99 -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing -o CMakeFiles/zmaplib.dir/constraint.c.o   -c /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib/constraint.c
/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib/constraint.c:1: warning: -fstack-protector not supported for this target
[  5%] Building C object lib/CMakeFiles/zmaplib.dir/logger.c.o
cd /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib && /nxb-bin/usr/bin/cc  -DJSON -I/usr/local/include/json-c -I/usr/local/include -I/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-all -fwrapv -fPIC --param ssp-buffer-size=1 -O2 -Wall -Wformat=2 -Wno-format-nonliteral -pedantic -fno-strict-aliasing -Wextra -Wfloat-equal -Wundef -Wwrite-strings -Wredundant-decls -Wnested-externs -Wbad-function-cast -Winit-self -Wmissing-noreturn -Wstack-protector -I/usr/local/include/json-c -std=gnu99 -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing -o CMakeFiles/zmaplib.dir/logger.c.o   -c /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib/logger.c
/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib/logger.c:1: warning: -fstack-protector not supported for this target
[  7%] Building C object lib/CMakeFiles/zmaplib.dir/pbm.c.o
cd /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib && /nxb-bin/usr/bin/cc  -DJSON -I/usr/local/include/json-c -I/usr/local/include -I/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-all -fwrapv -fPIC --param ssp-buffer-size=1 -O2 -Wall -Wformat=2 -Wno-format-nonliteral -pedantic -fno-strict-aliasing -Wextra -Wfloat-equal -Wundef -Wwrite-strings -Wredundant-decls -Wnested-externs -Wbad-function-cast -Winit-self -Wmissing-noreturn -Wstack-protector -I/usr/local/include/json-c -std=gnu99 -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing -o CMakeFiles/zmaplib.dir/pbm.c.o   -c /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib/pbm.c
/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib/pbm.c:1: warning: -fstack-protector not supported for this target
[  8%] Building C object lib/CMakeFiles/zmaplib.dir/random.c.o
cd /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib && /nxb-bin/usr/bin/cc  -DJSON -I/usr/local/include/json-c -I/usr/local/include -I/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-all -fwrapv -fPIC --param ssp-buffer-size=1 -O2 -Wall -Wformat=2 -Wno-format-nonliteral -pedantic -fno-strict-aliasing -Wextra -Wfloat-equal -Wundef -Wwrite-strings -Wredundant-decls -Wnested-externs -Wbad-function-cast -Winit-self -Wmissing-noreturn -Wstack-protector -I/usr/local/include/json-c -std=gnu99 -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing -o CMakeFiles/zmaplib.dir/random.c.o   -c /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib/random.c
/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib/random.c:1: warning: -fstack-protector not supported for this target
[ 10%] Building C object lib/CMakeFiles/zmaplib.dir/rijndael-alg-fst.c.o
cd /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib && /nxb-bin/usr/bin/cc  -DJSON -I/usr/local/include/json-c -I/usr/local/include -I/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-all -fwrapv -fPIC --param ssp-buffer-size=1 -O2 -Wall -Wformat=2 -Wno-format-nonliteral -pedantic -fno-strict-aliasing -Wextra -Wfloat-equal -Wundef -Wwrite-strings -Wredundant-decls -Wnested-externs -Wbad-function-cast -Winit-self -Wmissing-noreturn -Wstack-protector -I/usr/local/include/json-c -std=gnu99 -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing -o CMakeFiles/zmaplib.dir/rijndael-alg-fst.c.o   -c /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib/rijndael-alg-fst.c
/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib/rijndael-alg-fst.c:1: warning: -fstack-protector not supported for this target
[ 12%] Building C object lib/CMakeFiles/zmaplib.dir/xalloc.c.o
cd /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib && /nxb-bin/usr/bin/cc  -DJSON -I/usr/local/include/json-c -I/usr/local/include -I/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-all -fwrapv -fPIC --param ssp-buffer-size=1 -O2 -Wall -Wformat=2 -Wno-format-nonliteral -pedantic -fno-strict-aliasing -Wextra -Wfloat-equal -Wundef -Wwrite-strings -Wredundant-decls -Wnested-externs -Wbad-function-cast -Winit-self -Wmissing-noreturn -Wstack-protector -I/usr/local/include/json-c -std=gnu99 -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing -o CMakeFiles/zmaplib.dir/xalloc.c.o   -c /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib/xalloc.c
/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib/xalloc.c:1: warning: -fstack-protector not supported for this target
[ 14%] Building C object lib/CMakeFiles/zmaplib.dir/lockfd.c.o
cd /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib && /nxb-bin/usr/bin/cc  -DJSON -I/usr/local/include/json-c -I/usr/local/include -I/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-all -fwrapv -fPIC --param ssp-buffer-size=1 -O2 -Wall -Wformat=2 -Wno-format-nonliteral -pedantic -fno-strict-aliasing -Wextra -Wfloat-equal -Wundef -Wwrite-strings -Wredundant-decls -Wnested-externs -Wbad-function-cast -Winit-self -Wmissing-noreturn -Wstack-protector -I/usr/local/include/json-c -std=gnu99 -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing -o CMakeFiles/zmaplib.dir/lockfd.c.o   -c /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib/lockfd.c
/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib/lockfd.c:1: warning: -fstack-protector not supported for this target
[ 16%] Building C object lib/CMakeFiles/zmaplib.dir/util.c.o
cd /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib && /nxb-bin/usr/bin/cc  -DJSON -I/usr/local/include/json-c -I/usr/local/include -I/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-all -fwrapv -fPIC --param ssp-buffer-size=1 -O2 -Wall -Wformat=2 -Wno-format-nonliteral -pedantic -fno-strict-aliasing -Wextra -Wfloat-equal -Wundef -Wwrite-strings -Wredundant-decls -Wnested-externs -Wbad-function-cast -Winit-self -Wmissing-noreturn -Wstack-protector -I/usr/local/include/json-c -std=gnu99 -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing -o CMakeFiles/zmaplib.dir/util.c.o   -c /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib/util.c
/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib/util.c:1: warning: -fstack-protector not supported for this target
/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib/util.c: In function 'set_cpu':
/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib/util.c:252: warning: implicit declaration of function 'pthread_setaffinity_np'
/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib/util.c:252: warning: nested extern declaration of 'pthread_setaffinity_np'
[ 17%] Building C object lib/CMakeFiles/zmaplib.dir/queue.c.o
cd /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib && /nxb-bin/usr/bin/cc  -DJSON -I/usr/local/include/json-c -I/usr/local/include -I/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-all -fwrapv -fPIC --param ssp-buffer-size=1 -O2 -Wall -Wformat=2 -Wno-format-nonliteral -pedantic -fno-strict-aliasing -Wextra -Wfloat-equal -Wundef -Wwrite-strings -Wredundant-decls -Wnested-externs -Wbad-function-cast -Winit-self -Wmissing-noreturn -Wstack-protector -I/usr/local/include/json-c -std=gnu99 -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing -o CMakeFiles/zmaplib.dir/queue.c.o   -c /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib/queue.c
/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib/queue.c:1: warning: -fstack-protector not supported for this target
[ 19%] Building C object lib/CMakeFiles/zmaplib.dir/csv.c.o
cd /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib && /nxb-bin/usr/bin/cc  -DJSON -I/usr/local/include/json-c -I/usr/local/include -I/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-all -fwrapv -fPIC --param ssp-buffer-size=1 -O2 -Wall -Wformat=2 -Wno-format-nonliteral -pedantic -fno-strict-aliasing -Wextra -Wfloat-equal -Wundef -Wwrite-strings -Wredundant-decls -Wnested-externs -Wbad-function-cast -Winit-self -Wmissing-noreturn -Wstack-protector -I/usr/local/include/json-c -std=gnu99 -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing -o CMakeFiles/zmaplib.dir/csv.c.o   -c /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib/csv.c
/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib/csv.c:1: warning: -fstack-protector not supported for this target
[ 21%] Linking C static library libzmaplib.a
cd /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib && /usr/local/bin/cmake -P CMakeFiles/zmaplib.dir/cmake_clean_target.cmake
cd /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/zmaplib.dir/link.txt --verbose=1
/nxb-bin/usr/bin/ar qc libzmaplib.a  CMakeFiles/zmaplib.dir/blacklist.c.o CMakeFiles/zmaplib.dir/constraint.c.o CMakeFiles/zmaplib.dir/logger.c.o CMakeFiles/zmaplib.dir/pbm.c.o CMakeFiles/zmaplib.dir/random.c.o CMakeFiles/zmaplib.dir/rijndael-alg-fst.c.o CMakeFiles/zmaplib.dir/xalloc.c.o CMakeFiles/zmaplib.dir/lockfd.c.o CMakeFiles/zmaplib.dir/util.c.o CMakeFiles/zmaplib.dir/queue.c.o CMakeFiles/zmaplib.dir/csv.c.o
/nxb-bin/usr/bin/ranlib libzmaplib.a
[ 21%] Built target zmaplib
/nxb-bin/usr/bin/make -f src/CMakeFiles/ztee.dir/build.make src/CMakeFiles/ztee.dir/depend
[ 23%] Generating topt.h
cd /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/src && gengetopt -S --no-help --no-version --unamed-opts=FILE -i /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/src/topt.ggo -F /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/src/topt
cd /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1 && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1 /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/src /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1 /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/src /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/src/CMakeFiles/ztee.dir/DependInfo.cmake
Scanning dependencies of target ztee
/nxb-bin/usr/bin/make -f src/CMakeFiles/ztee.dir/build.make src/CMakeFiles/ztee.dir/build
[ 25%] Building C object src/CMakeFiles/ztee.dir/ztee.c.o
cd /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/src && /nxb-bin/usr/bin/cc  -DJSON -I/usr/local/include/json-c -I/usr/local/include -I/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/src -I/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib -I/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/src/output_modules -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-all -fwrapv -fPIC --param ssp-buffer-size=1 -O2 -Wall -Wformat=2 -Wno-format-nonliteral -pedantic -fno-strict-aliasing -Wextra -Wfloat-equal -Wundef -Wwrite-strings -Wredundant-decls -Wnested-externs -Wbad-function-cast -Winit-self -Wmissing-noreturn -Wstack-protector -I/usr/local/include/json-c -std=gnu99 -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing -o CMakeFiles/ztee.dir/ztee.c.o   -c /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/src/ztee.c
/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/src/ztee.c:1: warning: -fstack-protector not supported for this target
[ 26%] Building C object src/CMakeFiles/ztee.dir/topt_compat.c.o
cd /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/src && /nxb-bin/usr/bin/cc  -DJSON -I/usr/local/include/json-c -I/usr/local/include -I/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/src -I/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/lib -I/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/src/output_modules -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-all -fwrapv -fPIC --param ssp-buffer-size=1 -O2 -Wall -Wformat=2 -Wno-format-nonliteral -pedantic -fno-strict-aliasing -Wextra -Wfloat-equal -Wundef -Wwrite-strings -Wredundant-decls -Wnested-externs -Wbad-function-cast -Winit-self -Wmissing-noreturn -Wstack-protector -I/usr/local/include/json-c -std=gnu99 -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing -o CMakeFiles/ztee.dir/topt_compat.c.o   -c /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/src/topt_compat.c
/wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/src/topt_compat.c:1: warning: -fstack-protector not supported for this target
[ 28%] Linking C executable ztee
cd /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1/src && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/ztee.dir/link.txt --verbose=1
/nxb-bin/usr/bin/cc  -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-all -fwrapv -fPIC --param ssp-buffer-size=1 -O2 -Wall -Wformat=2 -Wno-format-nonliteral -pedantic -fno-strict-aliasing -Wextra -Wfloat-equal -Wundef -Wwrite-strings -Wredundant-decls -Wnested-externs -Wbad-function-cast -Winit-self -Wmissing-noreturn -Wstack-protector -I/usr/local/include/json-c -std=gnu99 -O2 -pipe -G0 -EB -msoft-float  -fno-strict-aliasing   -EB  -pthread CMakeFiles/ztee.dir/ztee.c.o CMakeFiles/ztee.dir/topt_compat.c.o  -o ztee  -L/usr/local/lib -Wl,-rpath,/usr/local/lib:  ../lib/libzmaplib.a -lm 
/usr/bin/ld: cannot find -lssp_nonshared
*** Error code 1

Stop.
make[3]: stopped in /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1
*** Error code 1

Stop.
make[2]: stopped in /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1
*** Error code 1

Stop.
make[1]: stopped in /wrkdirs/usr/ports/net/zmap/work/zmap-2.1.1
*** Error code 1

Stop.
make: stopped in /usr/ports/net/zmap



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