Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Nov 2016 04:24:17 GMT
From:      pkg-fallout@FreeBSD.org
To:        pkg-fallout@FreeBSD.org
Subject:   [package - 110armv6-quarterly][databases/pgagent] Failed for pgagent-3.4.0_2 in configure
Message-ID:  <201611050424.uA54OH4N071859@beefy15.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:     fjoe@FreeBSD.org
Last committer: mat@FreeBSD.org
Ident:          $FreeBSD: branches/2016Q4/databases/pgagent/Makefile 417166 2016-06-20 16:23:28Z mat $
Log URL:        http://beefy15.nyi.freebsd.org/data/110armv6-quarterly/425058/logs/pgagent-3.4.0_2.log
Build URL:      http://beefy15.nyi.freebsd.org/build.html?mastername=110armv6-quarterly&build=425058
Log:

====>> Building databases/pgagent
build started at Sat Nov  5 04:21:22 UTC 2016
port directory: /usr/ports/databases/pgagent
building for: FreeBSD 110armv6-quarterly-job-23 11.0-RELEASE-p2 FreeBSD 11.0-RELEASE-p2 r307935 arm
maintained by: fjoe@FreeBSD.org
Makefile ident:      $FreeBSD: branches/2016Q4/databases/pgagent/Makefile 417166 2016-06-20 16:23:28Z mat $
Poudriere version: 3.1.14
Host OSVERSION: 1200010
Jail OSVERSION: 1100122

---Begin Environment---
SHELL=/bin/csh
UNAME_p=armv6
UNAME_m=arm
ABI_FILE=/usr/lib/crt1.o
UNAME_v=FreeBSD 11.0-RELEASE-p2 r307935
UNAME_r=11.0-RELEASE-p2
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
OPSYS=FreeBSD
ARCH=armv6
SAVED_TERM=screen
MASTERMNT=/usr/local/poudriere/data/.m/110armv6-quarterly/ref
QEMU_EMULATING=1
UID=0
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
_JAVA_VERSION_LIST_REGEXP=1.6\|1.7\|1.8\|1.6+\|1.7+\|1.8+
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=pgagent-3.4.0_2
OSREL=11.0
_OSRELEASE=11.0-RELEASE-p2
PYTHONBASE=/usr/local
OLDPWD=/
_SMP_CPUS=28
PWD=/usr/local/poudriere/data/.m/110armv6-quarterly/ref/.p/pool
MASTERNAME=110armv6-quarterly
SCRIPTPREFIX=/usr/local/share/poudriere
_JAVA_VENDOR_LIST_REGEXP=openjdk\|oracle\|sun
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.14
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
CONFIGURE_MAX_CMD_LEN=262144
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
_JAVA_OS_LIST_REGEXP=native\|linux
OSVERSION=1100122
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/databases/pgagent/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/pgagent/work  HOME=/wrkdirs/usr/ports/databases/pgagent/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh WX_CONFIG=/usr/local/bin/wxgtk2u-2.8-config
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/databases/pgagent/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/databases/pgagent/work  HOME=/wrkdirs/usr/ports/databases/pgagent/work TMPDIR="/tmp" NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES WX_CONFIG=/usr/local/bin/wxgtk2u-2.8-config 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="-I/usr/local/include"  LDFLAGS=" -L/usr/local/lib" 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=11.0
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/pgagent"
EXAMPLESDIR="share/examples/pgagent"
DATADIR="share/pgagent"
WWWDIR="www/pgagent"
ETCDIR="etc/pgagent"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/pgagent
DOCSDIR=/usr/local/share/doc/pgagent
EXAMPLESDIR=/usr/local/share/examples/pgagent
WWWDIR=/usr/local/www/pgagent
ETCDIR=/usr/local/etc/pgagent
--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
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---
=======================<phase: check-sanity   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   pgagent-3.4.0_2 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.8.7_3.txz
pkg-static: Warning: Major OS version upgrade detected.  Running "pkg-static install -f pkg" recommended
[110armv6-quarterly-job-23] Installing pkg-1.8.7_3...
[110armv6-quarterly-job-23] Extracting pkg-1.8.7_3: .......... done
===>   pgagent-3.4.0_2 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of pgagent-3.4.0_2
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
=> pgAgent-3.4.0-Source.tar.gz doesn't seem to exist in /portdistfiles/.
=> Attempting to fetch http://ftp.postgresql.org/pub/pgadmin3/release/pgagent/pgAgent-3.4.0-Source.tar.gz
pgAgent-3.4.0-Source.tar.gz                              0  B    0  Bps
===> Fetching all distfiles required by pgagent-3.4.0_2 for building
===========================================================================
=======================<phase: checksum       >============================
===> Fetching all distfiles required by pgagent-3.4.0_2 for building
=> SHA256 Checksum OK for pgAgent-3.4.0-Source.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===> Fetching all distfiles required by pgagent-3.4.0_2 for building
===>  Extracting for pgagent-3.4.0_2
=> SHA256 Checksum OK for pgAgent-3.4.0-Source.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for pgagent-3.4.0_2
===>   Converting DOS text files to UNIX text files
===>  Applying FreeBSD patches for pgagent-3.4.0_2
===========================================================================
=======================<phase: build-depends  >============================
===>   pgagent-3.4.0_2 depends on file: /usr/local/bin/cmake - not found
===>   Installing existing package /packages/All/cmake-3.6.2.txz
pkg-static: Warning: Major OS version upgrade detected.  Running "pkg-static install -f pkg" recommended
[110armv6-quarterly-job-23] Installing cmake-3.6.2...
[110armv6-quarterly-job-23] `-- Installing expat-2.2.0...
[110armv6-quarterly-job-23] `-- Extracting expat-2.2.0: .......... done
[110armv6-quarterly-job-23] `-- Installing cmake-modules-3.6.2...
[110armv6-quarterly-job-23] `-- Extracting cmake-modules-3.6.2: .......... done
[110armv6-quarterly-job-23] `-- Installing curl-7.50.3...
[110armv6-quarterly-job-23] |   `-- Installing ca_root_nss-3.27.1...
[110armv6-quarterly-job-23] |   `-- Extracting ca_root_nss-3.27.1: ....... done
[110armv6-quarterly-job-23] `-- Extracting curl-7.50.3: .......... done
[110armv6-quarterly-job-23] `-- Installing libarchive-3.2.1,1...
[110armv6-quarterly-job-23] |   `-- Installing liblz4-131...
[110armv6-quarterly-job-23] |   `-- Extracting liblz4-131: .......... done
[110armv6-quarterly-job-23] |   `-- Installing lzo2-2.09...
[110armv6-quarterly-job-23] |   `-- Extracting lzo2-2.09: .......... done
[110armv6-quarterly-job-23] `-- Extracting libarchive-3.2.1,1: .......... done
[110armv6-quarterly-job-23] `-- Installing jsoncpp-1.7.3...
[110armv6-quarterly-job-23] `-- Extracting jsoncpp-1.7.3: .......... done
[110armv6-quarterly-job-23] Extracting cmake-3.6.2: .......... done
Message from ca_root_nss-3.27.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.

<snip>
[110armv6-quarterly-job-23] |   |   | `-- Extracting inputproto-2.3.1: ..... done
[110armv6-quarterly-job-23] |   |   `-- Extracting libXi-1.7.7,1: .......... done
[110armv6-quarterly-job-23] |   |   `-- Installing atk-2.18.0...
[110armv6-quarterly-job-23] |   |   `-- Extracting atk-2.18.0: .......... done
[110armv6-quarterly-job-23] |   |   `-- Installing libXrandr-1.5.1...
[110armv6-quarterly-job-23] |   |   | `-- Installing randrproto-1.5.0...
[110armv6-quarterly-job-23] |   |   | `-- Extracting randrproto-1.5.0: .... done
[110armv6-quarterly-job-23] |   |   `-- Extracting libXrandr-1.5.1: .......... done
[110armv6-quarterly-job-23] |   |   `-- Installing gdk-pixbuf2-2.32.3_1...
[110armv6-quarterly-job-23] |   |   | `-- Installing jasper-1.900.1_16...
[110armv6-quarterly-job-23] |   |   |   `-- Installing jpeg-turbo-1.4.2...
[110armv6-quarterly-job-23] |   |   |   `-- Extracting jpeg-turbo-1.4.2: .......... done
[110armv6-quarterly-job-23] |   |   | `-- Extracting jasper-1.900.1_16: .......... done
[110armv6-quarterly-job-23] |   |   | `-- Installing libXt-1.1.5,1...
[110armv6-quarterly-job-23] |   |   | `-- Extracting libXt-1.1.5,1: .......... done
[110armv6-quarterly-job-23] |   |   | `-- Installing tiff-4.0.6_2...
[110armv6-quarterly-job-23] |   |   |   `-- Installing jbigkit-2.1_1...
[110armv6-quarterly-job-23] |   |   |   `-- Extracting jbigkit-2.1_1: .......... done
[110armv6-quarterly-job-23] |   |   | `-- Extracting tiff-4.0.6_2: .......... done
[110armv6-quarterly-job-23] |   |   `-- Extracting gdk-pixbuf2-2.32.3_1: .......... done
[110armv6-quarterly-job-23] |   |   `-- Installing shared-mime-info-1.5...
[110armv6-quarterly-job-23] |   |   `-- Extracting shared-mime-info-1.5: .......... done
[110armv6-quarterly-job-23] |   | `-- Extracting gtk-update-icon-cache-2.24.29: .... done
[110armv6-quarterly-job-23] |   | `-- Installing cups-2.1.4...
[110armv6-quarterly-job-23] |   |   `-- Installing avahi-app-0.6.31_5...
[110armv6-quarterly-job-23] |   |   | `-- Installing gnome_subr-1.0...
[110armv6-quarterly-job-23] |   |   | `-- Extracting gnome_subr-1.0: . done
[110armv6-quarterly-job-23] |   |   | `-- Installing gdbm-1.12...
[110armv6-quarterly-job-23] |   |   | `-- Extracting gdbm-1.12: .......... done
[110armv6-quarterly-job-23] |   |   | `-- Installing libdaemon-0.14_1...
[110armv6-quarterly-job-23] |   |   | `-- Extracting libdaemon-0.14_1: .......... done
[110armv6-quarterly-job-23] |   |   | `-- Installing dbus-glib-0.104...
[110armv6-quarterly-job-23] |   |   |   `-- Installing dbus-1.8.20...
===> Creating groups.
Creating group 'messagebus' with gid '556'.
===> Creating users
Creating user 'messagebus' with uid '556'.
[110armv6-quarterly-job-23] |   |   |   `-- Extracting dbus-1.8.20: ......... done
[110armv6-quarterly-job-23] |   |   | `-- Extracting dbus-glib-0.104: .......... done
===> Creating groups.
Creating group 'avahi' with gid '558'.
===> Creating users
Creating user 'avahi' with uid '558'.
[110armv6-quarterly-job-23] |   |   `-- Extracting avahi-app-0.6.31_5: .......... done
[110armv6-quarterly-job-23] |   |   `-- Installing gnutls-3.4.15...
[110armv6-quarterly-job-23] |   |   | `-- Installing nettle-3.2...
[110armv6-quarterly-job-23] |   |   |   `-- Installing gmp-5.1.3_3...
[110armv6-quarterly-job-23] |   |   |   `-- Extracting gmp-5.1.3_3: .......... done
[110armv6-quarterly-job-23] |   |   | `-- Extracting nettle-3.2: .......... done
[110armv6-quarterly-job-23] |   |   | `-- Installing libtasn1-4.9...
[110armv6-quarterly-job-23] |   |   | `-- Extracting libtasn1-4.9: .......... done
[110armv6-quarterly-job-23] |   |   | `-- Installing trousers-0.3.13_1...
[110armv6-quarterly-job-23] |   |   |   `-- Installing tpm-emulator-0.7.4_1...
===> Creating groups.
Creating group '_tss' with gid '601'.
===> Creating users
Creating user '_tss' with uid '601'.
[110armv6-quarterly-job-23] |   |   |   `-- Extracting tpm-emulator-0.7.4_1: ......... done
===> Creating groups.
Using existing group '_tss'.
===> Creating users
Using existing user '_tss'.
[110armv6-quarterly-job-23] |   |   | `-- Extracting trousers-0.3.13_1: .......... done
[110armv6-quarterly-job-23] |   |   | `-- Installing p11-kit-0.23.2...
[110armv6-quarterly-job-23] |   |   | `-- Extracting p11-kit-0.23.2: .......... done
[110armv6-quarterly-job-23] |   |   | `-- Installing libidn-1.33_1...
[110armv6-quarterly-job-23] |   |   | `-- Extracting libidn-1.33_1: .......... done
[110armv6-quarterly-job-23] |   |   `-- Extracting gnutls-3.4.15: .......... done
[110armv6-quarterly-job-23] |   |   `-- Installing libpaper-1.1.24.4...
[110armv6-quarterly-job-23] |   |   `-- Extracting libpaper-1.1.24.4: .......... done
===> Creating groups.
Creating group 'cups' with gid '193'.
===> Creating users
Creating user 'cups' with uid '193'.
[110armv6-quarterly-job-23] |   | `-- Extracting cups-2.1.4: .......... done
[110armv6-quarterly-job-23] |   | `-- Installing python-2.7_2,2...
[110armv6-quarterly-job-23] |   | `-- Extracting python-2.7_2,2: ..... done
[110armv6-quarterly-job-23] |   `-- Extracting gtk2-2.24.29_2: .......... done
[110armv6-quarterly-job-23] |   `-- Installing polkit-0.113_1...
[110armv6-quarterly-job-23] |   | `-- Installing spidermonkey170-17.0.0_1...
[110armv6-quarterly-job-23] |   |   `-- Installing gcc-4.8.5_2...
[110armv6-quarterly-job-23] |   |   | `-- Installing mpc-1.0.3...
[110armv6-quarterly-job-23] |   |   |   `-- Installing mpfr-3.1.5...
[110armv6-quarterly-job-23] |   |   |   `-- Extracting mpfr-3.1.5: .......... done
[110armv6-quarterly-job-23] |   |   | `-- Extracting mpc-1.0.3: ...... done
[110armv6-quarterly-job-23] |   |   | `-- Installing binutils-2.27_4,1...
[110armv6-quarterly-job-23] |   |   | `-- Extracting binutils-2.27_4,1: .......... done
[110armv6-quarterly-job-23] |   |   `-- Extracting gcc-4.8.5_2: .......... done
[110armv6-quarterly-job-23] |   |   `-- Installing nspr-4.13.1...
[110armv6-quarterly-job-23] |   |   `-- Extracting nspr-4.13.1: .......... done
[110armv6-quarterly-job-23] |   | `-- Extracting spidermonkey170-17.0.0_1: .......... done
===> Creating groups.
Creating group 'polkitd' with gid '565'.
===> Creating users
Creating user 'polkitd' with uid '565'.
[110armv6-quarterly-job-23] |   `-- Extracting polkit-0.113_1: ........ done
[110armv6-quarterly-job-23] |   `-- Installing dconf-0.24.0_1...
[110armv6-quarterly-job-23] |   `-- Extracting dconf-0.24.0_1: .......... done
[110armv6-quarterly-job-23] `-- Extracting gconf2-3.2.6_4: .......... done
[110armv6-quarterly-job-23] `-- Installing libGLU-9.0.0_2...
[110armv6-quarterly-job-23] `-- Extracting libGLU-9.0.0_2: ...... done
[110armv6-quarterly-job-23] `-- Installing pangox-compat-0.0.2_1...
[110armv6-quarterly-job-23] `-- Extracting pangox-compat-0.0.2_1: ....... done
[110armv6-quarterly-job-23] `-- Installing wx28-gtk2-common-2.8.12_6...
[110armv6-quarterly-job-23] `-- Extracting wx28-gtk2-common-2.8.12_6: .......... done
[110armv6-quarterly-job-23] Extracting wx28-gtk2-2.8.12_6: .......... done
Message from python27-2.7.12:
===========================================================================

Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:

bsddb           databases/py-bsddb
gdbm            databases/py-gdbm
sqlite3         databases/py-sqlite3
tkinter         x11-toolkits/py-tkinter

===========================================================================
Message from dejavu-2.35:
Make sure that the freetype module is loaded.  If it is not, add the following
line to the "Modules" section of your X Windows configuration file:

	Load "freetype"

Add the following line to the "Files" section of X Windows configuration file:

	FontPath "/usr/local/share/fonts/dejavu/"

Note: your X Windows configuration file is typically /etc/X11/XF86Config
if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org.
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
Message from trousers-0.3.13_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 gcc-4.8.5_2:
To ensure binaries built with this toolchain find appropriate versions
of the necessary run-time libraries, you may want to link using

  -Wl,-rpath=/usr/local/lib/gcc48

For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
transparently.
===>   pgagent-3.4.0_2 depends on shared library: libwx_baseu-2.8.so - found (/usr/local/lib/libwx_baseu-2.8.so)
===>   Returning to build of pgagent-3.4.0_2
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for pgagent-3.4.0_2
===>  Performing in-source build
/bin/mkdir -p /wrkdirs/usr/ports/databases/pgagent/work/pgAgent-3.4.0-Source
-- The C compiler identification is Clang 3.8.0
-- The CXX compiler identification is Clang 3.8.0
-- 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++
-- 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
CMake Error at cmake/FindWX.cmake:317 (MESSAGE):
  No wxWidgets installation could be found.
Call Stack (most recent call first):
  CMakeLists.txt:95 (FIND_PACKAGE)


-- Configuring incomplete, errors occurred!
See also "/wrkdirs/usr/ports/databases/pgagent/work/pgAgent-3.4.0-Source/CMakeFiles/CMakeOutput.log".
*** Error code 1

Stop.
make: stopped in /usr/ports/databases/pgagent



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