Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2017 04:29:19 GMT
From:      pkg-fallout@FreeBSD.org
To:        pkg-fallout@FreeBSD.org
Subject:   [package - 110arm64-default][security/webfwlog] Failed for webfwlog-1.01_1 in stage
Message-ID:  <201705300429.v4U4TJvQ058525@thunderx1.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:     zeus@ix.netcom.com
Last committer: sunpoet@FreeBSD.org
Ident:          $FreeBSD: head/security/webfwlog/Makefile 442018 2017-05-29 15:28:22Z sunpoet $
Log URL:        http://thunderx1.nyi.freebsd.org/data/110arm64-default/442039/logs/webfwlog-1.01_1.log
Build URL:      http://thunderx1.nyi.freebsd.org/build.html?mastername=110arm64-default&build=442039
Log:

====>> Building security/webfwlog
build started at Tue May 30 04:27:16 UTC 2017
port directory: /usr/ports/security/webfwlog
building for: FreeBSD 110arm64-default-job-19 11.0-RELEASE-p1 FreeBSD 11.0-RELEASE-p1 arm64
maintained by: zeus@ix.netcom.com
Makefile ident:      $FreeBSD: head/security/webfwlog/Makefile 442018 2017-05-29 15:28:22Z sunpoet $
Poudriere version: 3.1.17-23-g2d191025
Host OSVERSION: 1100121
Jail OSVERSION: 1100122
Job Id: 19




!!! Jail is newer than host. (Jail: 1100122, Host: 1100121) !!!
!!! This is not supported. !!!
!!! Host kernel must be same or newer than jail. !!!
!!! Expect build failures. !!!



---Begin Environment---
SHELL=/bin/csh
OSVERSION=1100122
UNAME_v=FreeBSD 11.0-RELEASE-p1
UNAME_r=11.0-RELEASE-p1
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/110arm64-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=webfwlog-1.01_1
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/110arm64-default/ref/.p/pool
MASTERNAME=110arm64-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.17-23-g2d191025
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin OPTIONS List---
===> The following configuration options are available for webfwlog-1.01_1:
     DOCS=on: Build and/or install documentation
     MYSQL=on: MySQL database support
     MYSQLIPV6=on: Shared library plugin for Mysql IPv6 support
     PGSQL=off: PostgreSQL database support
===> Use 'make config' to modify these settings
---End OPTIONS List---

--CONFIGURE_ARGS--
--with-html-doc-root=/usr/local/www/webfwlog  --enable-syslog  --sysconfdir=/usr/local/etc/webfwlog  --disable-dependency-tracking --with-mysql --enable-mysql-ipv6 --without-pgsql --prefix=/usr/local ${_LATE_CONFIGURE_ARGS}
--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/security/webfwlog/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/security/webfwlog/work  HOME=/wrkdirs/usr/ports/security/webfwlog/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/security/webfwlog/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/security/webfwlog/work  HOME=/wrkdirs/usr/ports/security/webfwlog/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="cc" CFLAGS="-O2 -pipe  -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS="" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -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--
WWWGRP=www
PHP_EXT_DIR=20131226
OSREL=11.0
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/webfwlog"
EXAMPLESDIR="share/examples/webfwlog"
DATADIR="share/webfwlog"
WWWDIR="www/webfwlog"
ETCDIR="etc/webfwlog"
--End PLIST_SUB--

--SUB_LIST--
VERSION=1.01
PHP_EXT_DIR=20131226
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/webfwlog
DOCSDIR=/usr/local/share/doc/webfwlog
EXAMPLESDIR=/usr/local/share/examples/webfwlog
WWWDIR=/usr/local/www/webfwlog
ETCDIR=/usr/local/etc/webfwlog
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
PACKAGE_BUILDING=yes
#### /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=aarch64
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-p1
#### Misc Poudriere ####
GID=0
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
--Resource limits--
cpu time               (seconds, -t)  unlimited
file size           (512-blocks, -f)  unlimited
data seg size           (kbytes, -d)  1048576
stack size              (kbytes, -s)  1048576
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    >============================
===>   webfwlog-1.01_1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.10.1.txz
[110arm64-default-job-19] Installing pkg-1.10.1...
[110arm64-default-job-19] Extracting pkg-1.10.1: .......... done
===>   webfwlog-1.01_1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of webfwlog-1.01_1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License GPLv2 accepted by the user
===> Fetching all distfiles required by webfwlog-1.01_1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License GPLv2 accepted by the user
===> Fetching all distfiles required by webfwlog-1.01_1 for building
=> SHA256 Checksum OK for webfwlog-1.01.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License GPLv2 accepted by the user
===> Fetching all distfiles required by webfwlog-1.01_1 for building
===>  Extracting for webfwlog-1.01_1
=> SHA256 Checksum OK for webfwlog-1.01.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for webfwlog-1.01_1
===========================================================================
=======================<phase: build-depends  >============================
===========================================================================
=======================<phase: lib-depends    >============================
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for webfwlog-1.01_1
configure: loading site script /usr/ports/Templates/config.site
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
<snip>
checking for struct tm.tm_zone... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... (cached) yes
checking for working mktime... no
checking whether stat accepts an empty string... no
checking for strftime... (cached) yes
checking for inet_aton... (cached) yes
checking for isascii... (cached) yes
checking for inet_ntop... (cached) yes
checking for inet_pton... yes
checking for inet_aton... (cached) yes
checking for isascii... (cached) yes
checking for inet_ntop... (cached) yes
checking for inet_pton... (cached) yes
checking for MySQL library... configure: WARNING: MySQL library not found, support disabled
configure: WARNING: Cannot enable MySQL plugin for IPV6 functions.  Specify --with-mysql[=DIR]
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/mysql/Makefile
config.status: creating tools/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
===========================================================================
=======================<phase: build          >============================
===>  Building for webfwlog-1.01_1
/usr/bin/make  all-recursive
Making all in tools
cc -DHAVE_CONFIG_H -I. -I..     -I../include -O2 -pipe  -fno-strict-aliasing -c test_af.c
test_af.c:10:17: warning: implicit declaration of function 'getopt' is invalid in C99 [-Wimplicit-function-declaration]
        while ((iopt = getopt(argc, argv, "46H")) != EOF) {
                       ^
1 warning generated.
/bin/sh ../libtool  --tag=CC    --mode=link cc -I../include -O2 -pipe  -fno-strict-aliasing    -o test_af test_af.o  -lz -lm
libtool: link: cc -I../include -O2 -pipe -fno-strict-aliasing -o test_af test_af.o  -lz -lm
Making all in src
cc -DHAVE_CONFIG_H -I. -I..     -I../include -O2 -pipe  -fno-strict-aliasing -c ipchains.c
cc -DHAVE_CONFIG_H -I. -I..     -I../include -O2 -pipe  -fno-strict-aliasing -c netfilter.c
cc -DHAVE_CONFIG_H -I. -I..     -I../include -O2 -pipe  -fno-strict-aliasing -c ipfilter.c
cc -DHAVE_CONFIG_H -I. -I..     -I../include -O2 -pipe  -fno-strict-aliasing -c ipfw.c
cc -DHAVE_CONFIG_H -I. -I..     -I../include -O2 -pipe  -fno-strict-aliasing -c cisco_ios.c
cc -DHAVE_CONFIG_H -I. -I..     -I../include -O2 -pipe  -fno-strict-aliasing -c cisco_pix.c
cc -DHAVE_CONFIG_H -I. -I..     -I../include -O2 -pipe  -fno-strict-aliasing -c snort.c
cc -DHAVE_CONFIG_H -I. -I..     -I../include -O2 -pipe  -fno-strict-aliasing -c netscreen.c
cc -DHAVE_CONFIG_H -I. -I..     -I../include -O2 -pipe  -fno-strict-aliasing -c win_xp.c
cc -DHAVE_CONFIG_H -I. -I..     -I../include -O2 -pipe  -fno-strict-aliasing -c getdate.c
cc -DHAVE_CONFIG_H -I. -I..     -I../include -O2 -pipe  -fno-strict-aliasing -c main.c
cc -DHAVE_CONFIG_H -I. -I..     -I../include -O2 -pipe  -fno-strict-aliasing -c compare.c
cc -DHAVE_CONFIG_H -I. -I..     -I../include -O2 -pipe  -fno-strict-aliasing -c report.c
cc -DHAVE_CONFIG_H -I. -I..     -I../include -O2 -pipe  -fno-strict-aliasing -c output.c
cc -DHAVE_CONFIG_H -I. -I..     -I../include -O2 -pipe  -fno-strict-aliasing -c parser.c
cc -DHAVE_CONFIG_H -I. -I..     -I../include -O2 -pipe  -fno-strict-aliasing -c utils.c
cc -DHAVE_CONFIG_H -I. -I..     -I../include -O2 -pipe  -fno-strict-aliasing -c network.c
cc -DHAVE_CONFIG_H -I. -I..     -I../include -O2 -pipe  -fno-strict-aliasing -c reportdef.c
cc -DHAVE_CONFIG_H -I. -I..     -I../include -O2 -pipe  -fno-strict-aliasing -c database.c
/bin/sh ../libtool  --tag=CC    --mode=link cc -I../include -O2 -pipe  -fno-strict-aliasing    -o wfwl_syslog ipchains.o netfilter.o  ipfilter.o ipfw.o cisco_ios.o  cisco_pix.o snort.o netscreen.o  win_xp.o getdate.o main.o  compare.o report.o output.o  parser.o utils.o network.o  reportdef.o database.o  -lz -lm
libtool: link: cc -I../include -O2 -pipe -fno-strict-aliasing -o wfwl_syslog ipchains.o netfilter.o ipfilter.o ipfw.o cisco_ios.o cisco_pix.o snort.o netscreen.o win_xp.o getdate.o main.o compare.o report.o output.o parser.o utils.o network.o reportdef.o database.o  -lz -lm
cd ./tools; if /usr/bin/make test_af; then :; else exit 1; fi; cd ..
`test_af' is up to date.
===========================================================================
=======================<phase: run-depends    >============================
===>   webfwlog-1.01_1 depends on file: /usr/local/include/php/main/php.h - not found
===>   Installing existing package /packages/All/php56-5.6.30.txz
[110arm64-default-job-19] Installing php56-5.6.30...
[110arm64-default-job-19] `-- Installing libxml2-2.9.4...
[110arm64-default-job-19] `-- Extracting libxml2-2.9.4: .......... done
[110arm64-default-job-19] `-- Installing pcre-8.40...
[110arm64-default-job-19] `-- Extracting pcre-8.40: .......... done
[110arm64-default-job-19] Extracting php56-5.6.30: .......... done
===>   webfwlog-1.01_1 depends on file: /usr/local/include/php/main/php.h - found
===>   Returning to build of webfwlog-1.01_1
===>   webfwlog-1.01_1 depends on file: /usr/local/libexec/mysqld - not found
===>   Installing existing package /packages/All/mysql56-server-5.6.36.txz
[110arm64-default-job-19] Installing mysql56-server-5.6.36...
[110arm64-default-job-19] `-- Installing libedit-3.1.20170329_2,1...
[110arm64-default-job-19] `-- Extracting libedit-3.1.20170329_2,1: .......... done
[110arm64-default-job-19] `-- Installing libevent-2.1.8...
[110arm64-default-job-19] `-- Extracting libevent-2.1.8: .......... done
[110arm64-default-job-19] `-- Installing liblz4-1.7.5,1...
[110arm64-default-job-19] `-- Extracting liblz4-1.7.5,1: .......... done
[110arm64-default-job-19] `-- Installing mysql56-client-5.6.36...
[110arm64-default-job-19] |   `-- Installing perl5-5.24.1_1...
[110arm64-default-job-19] |   `-- Extracting perl5-5.24.1_1: .......... done
[110arm64-default-job-19] `-- Extracting mysql56-client-5.6.36: .......... done
===> Creating groups.
Creating group 'mysql' with gid '88'.
===> Creating users
Creating user 'mysql' with uid '88'.
[110arm64-default-job-19] Extracting mysql56-server-5.6.36: .......... done
Message from perl5-5.24.1_1:
The /usr/bin/perl symlink has been removed starting with Perl 5.20.
For shebangs, you should either use:

#!/usr/local/bin/perl

or

#!/usr/bin/env perl

The first one will only work if you have a /usr/local/bin/perl,
the second will work as long as perl is in PATH.
Message from mysql56-client-5.6.36:
* * * * * * * * * * * * * * * * * * * * * * * *

Please be aware the database client is vulnerable
to CVE-2015-3152 - SSL Downgrade aka "BACKRONYM".
You may find more information at the following URL:

http://www.vuxml.org/freebsd/36bd352d-299b-11e5-86ff-14dae9d210b8.html

Although this database client is not listed as
"affected", it is vulnerable and will not be
receiving a patch. Please take note of this when
deploying this software.

* * * * * * * * * * * * * * * * * * * * * * * *
Message from mysql56-server-5.6.36:
*****************************************************************************

Remember to run mysql_upgrade the first time you start the MySQL server
after an upgrade from an earlier version.

Initial password for first time use of MySQL is saved in $HOME/.mysql_secret
ie. when you want to use "mysql -u root -p" first you should see password
in /root/.mysql_secret

*****************************************************************************

*****************************************************************************

Please keep in mind that the default location for my.cnf will be changed
from "/var/db/mysql/my.cnf" to "/usr/local/etc/mysql/my.cnf" in the near
future.  If you do not want to move your my.cnf to the new location then
you must set "mysql_optfile" in /etc/rc.conf to "/var/db/mysql/my.cnf".

*****************************************************************************
===>   webfwlog-1.01_1 depends on file: /usr/local/libexec/mysqld - found
===>   Returning to build of webfwlog-1.01_1
===>   webfwlog-1.01_1 depends on file: /usr/local/lib/php/20131226/session.so - not found
===>   Installing existing package /packages/All/php56-session-5.6.30.txz
[110arm64-default-job-19] Installing php56-session-5.6.30...
[110arm64-default-job-19] Extracting php56-session-5.6.30: .......... done
Message from php56-session-5.6.30:
****************************************************************************

The following line has been added to your /usr/local/etc/php/ext-18-session.ini
configuration file to automatically load the installed extension:

extension=session.so

****************************************************************************
===>   webfwlog-1.01_1 depends on file: /usr/local/lib/php/20131226/session.so - found
===>   Returning to build of webfwlog-1.01_1
===>   webfwlog-1.01_1 depends on file: /usr/local/lib/php/20131226/mysqli.so - not found
===>   Installing existing package /packages/All/php56-mysqli-5.6.30.txz
[110arm64-default-job-19] Installing php56-mysqli-5.6.30...
[110arm64-default-job-19] Extracting php56-mysqli-5.6.30: .......... done
Message from php56-mysqli-5.6.30:
****************************************************************************

The following line has been added to your /usr/local/etc/php/ext-20-mysqli.ini
configuration file to automatically load the installed extension:

extension=mysqli.so

****************************************************************************
===>   webfwlog-1.01_1 depends on file: /usr/local/lib/php/20131226/mysqli.so - found
===>   Returning to build of webfwlog-1.01_1
===========================================================================
=======================<phase: stage          >============================
===>  Staging for webfwlog-1.01_1
===>   Generating temporary packing list
Installed web files in /usr/local/www/webfwlog
Installed /usr/local/etc/webfwlog/webfwlog.conf
Installed /usr/local/bin/wfwl_syslog
if test -z 'strip'; then  /usr/bin/make  INSTALL_PROGRAM="/bin/sh /wrkdirs/usr/ports/security/webfwlog/work/webfwlog-1.01/install-sh -c -s"  install_sh_PROGRAM="/bin/sh /wrkdirs/usr/ports/security/webfwlog/work/webfwlog-1.01/install-sh -c -s" INSTALL_STRIP_FLAG=-s  install;  else  /usr/bin/make  INSTALL_PROGRAM="/bin/sh /wrkdirs/usr/ports/security/webfwlog/work/webfwlog-1.01/install-sh -c -s"  install_sh_PROGRAM="/bin/sh /wrkdirs/usr/ports/security/webfwlog/work/webfwlog-1.01/install-sh -c -s" INSTALL_STRIP_FLAG=-s  "INSTALL_PROGRAM_ENV=STRIPPROG='strip'" install;  fi
/bin/sh ../../libtool  --tag=CC    --mode=compile cc -DHAVE_CONFIG_H  -I. -I../..     -I../../include -O2 -pipe  -fno-strict-aliasing -c -o libwebfwlog_udf.lo libwebfwlog_udf.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -O2 -pipe -fno-strict-aliasing -c libwebfwlog_udf.c  -fPIC -DPIC -o .libs/libwebfwlog_udf.o
libwebfwlog_udf.c:13:10: fatal error: 'mysql.h' file not found
#include <mysql.h>
         ^
1 error generated.
*** Error code 1

Stop.
make[3]: stopped in /wrkdirs/usr/ports/security/webfwlog/work/webfwlog-1.01/src/mysql
*** Error code 1

Stop.
make[2]: stopped in /wrkdirs/usr/ports/security/webfwlog/work/webfwlog-1.01/src/mysql
*** Error code 1

Stop.
make[1]: stopped in /wrkdirs/usr/ports/security/webfwlog/work/webfwlog-1.01/src/mysql
*** Error code 1

Stop.
make: stopped in /usr/ports/security/webfwlog



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