[REL - 10amd64-default][devel/mongo-cxx-driver] Failed for mongo-cxx-driver-2.4_1 in build

pkg-fallout-builder at FreeBSD.org pkg-fallout-builder at FreeBSD.org
Thu Feb 27 17:52:14 UTC 2014


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:     waitman at waitman.net
Last committer: bapt at FreeBSD.org
Ident:          $FreeBSD: head/devel/mongo-cxx-driver/Makefile 343214 2014-02-07 11:44:08Z bapt $
Log URL:        http://beefy2.isc.freebsd.org/bulk/10amd64-default/2014-02-27_11h28m27s/logs/mongo-cxx-driver-2.4_1.log
Build URL:      http://beefy2.isc.freebsd.org/bulk/10amd64-default/2014-02-27_11h28m27s
Log:

====>> Building devel/mongo-cxx-driver
build started at Thu Feb 27 17:52:03 UTC 2014
port directory: /usr/ports/devel/mongo-cxx-driver
building for: FreeBSD 10amd64-default-job-24 10.0-RELEASE FreeBSD 10.0-RELEASE amd64
maintained by: waitman at waitman.net
Makefile ident:      $FreeBSD: head/devel/mongo-cxx-driver/Makefile 343214 2014-02-07 11:44:08Z bapt $
Poudriere version: 3.1-pre

---Begin Environment---
OSVERSION=1000510
UNAME_v=FreeBSD 10.0-RELEASE
UNAME_r=10.0-RELEASE
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
MASTERMNT=/usr/local/poudriere/data/build/10amd64-default/ref
PKG_EXT=txz
tpid=79678
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNG=1
PKGNAME=mongo-cxx-driver-2.4_1
PKG_DELETE=/usr/local/sbin/pkg-static delete -y -f
PKG_ADD=/usr/local/sbin/pkg-static add
PWD=/root
MASTERNAME=10amd64-default
USER=root
HOME=/root
POUDRIERE_VERSION=3.1-pre
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
PKG_VERSION=/poudriere/pkg-static version
PKG_BIN=/usr/local/sbin/pkg-static
---End Environment---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
TMPDIR="/tmp" PYTHON="/usr/local/bin/python2.7" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
TMPDIR="/tmp" 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=""  CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing"  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -o root -g wheel -m 555"  BSD_INSTALL_LIB="install  -s -o root -g wheel -m 444"  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"  BSD_INSTALL_DATA="install  -o root -g wheel -m 444"  BSD_INSTALL_MAN="install  -o root -g wheel -m 444"
--End MAKE_ENV--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/mongo-cxx-driver
DOCSDIR=/usr/local/share/doc/mongo-cxx-driver
EXAMPLESDIR=/usr/local/share/examples/mongo-cxx-driver
WWWDIR=/usr/local/www/mongo-cxx-driver
ETCDIR=/usr/local/etc/mongo-cxx-driver
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
WITH_PKGNG=yes
NO_RESTRICTED=yes
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
===>  Cleaning for mongo-cxx-driver-2.4_1
=======================<phase: check-config   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   mongo-cxx-driver-2.4_1 depends on file: /usr/local/sbin/pkg - not found
===>    Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg
===>   Installing existing package /packages/All/pkg-1.2.6.txz
Installing pkg-1.2.6... done
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   Returning to build of mongo-cxx-driver-2.4_1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License APACHE20 accepted by the user
===> Fetching all distfiles required by mongo-cxx-driver-2.4_1 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License APACHE20 accepted by the user
===> Fetching all distfiles required by mongo-cxx-driver-2.4_1 for building
=> SHA256 Checksum OK for mongo-cxx-driver-2.4.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License APACHE20 accepted by the user
===> Fetching all distfiles required by mongo-cxx-driver-2.4_1 for building
===>  Extracting for mongo-cxx-driver-2.4_1
=> SHA256 Checksum OK for mongo-cxx-driver-2.4.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for mongo-cxx-driver-2.4_1
===========================================================================
=======================<phase: build-depends  >============================
===>   mongo-cxx-driver-2.4_1 depends on file: /usr/local/bin/python2.7 - not found
===>    Verifying install for /usr/local/bin/python2.7 in /usr/ports/lang/python27
===>   Installing existing package /packages/All/python27-2.7.6_2.txz
Installing python27-2.7.6_2...Installing gettext-0.18.3.1... done
 done
====
Note that some of the standard modules are provided as separate
ports since they require extra dependencies:

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

Install them as needed.
====
===>   Returning to build of mongo-cxx-driver-2.4_1
===>   mongo-cxx-driver-2.4_1 depends on executable: python2 - not found
===>    Verifying install for python2 in /usr/ports/lang/python2
===>   Installing existing package /packages/All/python2-2_2.txz
Installing python2-2_2... done
===>   Returning to build of mongo-cxx-driver-2.4_1
===========================================================================
=======================<phase: lib-depends    >============================
===>   mongo-cxx-driver-2.4_1 depends on shared library: libboost_system.so - not found
===>    Verifying for libboost_system.so in /usr/ports/devel/boost-libs
===>   Installing existing package /packages/All/boost-libs-1.55.0.txz
Installing boost-libs-1.55.0...Installing icu-52.1... done
 done
You have built the Boost library with thread support.

Don't forget to add -pthread to your linker options when
linking your code.
===>   Returning to build of mongo-cxx-driver-2.4_1
===>   mongo-cxx-driver-2.4_1 depends on shared library: libsasl2.so - not found
===>    Verifying for libsasl2.so in /usr/ports/security/cyrus-sasl2
===>   Installing existing package /packages/All/cyrus-sasl-2.1.26_4.txz
Installing cyrus-sasl-2.1.26_4...*** Added group `cyrus' (id 60)
*** Added user `cyrus' (id 60)
 done
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.
===>   Returning to build of mongo-cxx-driver-2.4_1
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for mongo-cxx-driver-2.4_1
===========================================================================
=======================<phase: build          >============================
===>  Building for mongo-cxx-driver-2.4_1
mkdir ./build
mkdir ./build/mongo
mkdir ./build/mongo/base
mkdir ./build/mongo/bson
mkdir ./build/mongo/bson/util
mkdir ./build/mongo/client
mkdir ./build/mongo/db
mkdir ./build/mongo/db/auth
mkdir ./build/mongo/db/ops
mkdir ./build/mongo/db/repl
mkdir ./build/mongo/db/stats
mkdir ./build/mongo/platform
mkdir ./build/mongo/s
mkdir ./build/mongo/scripting
mkdir ./build/mongo/shell
mkdir ./build/mongo/util
mkdir ./build/mongo/util/concurrency
mkdir ./build/mongo/util/mongoutils
mkdir ./build/mongo/util/net
mkdir ./build/third_party
mkdir ./build/third_party/murmurhash3/
/usr/local/bin/python2 src/mongo/base/generate_error_codes.py src/mongo/base/error_codes.err build/mongo/base/error_codes.h build/mongo/base/error_codes.cpp
c++ -o build/mongo/base/configuration_variable_manager.o -c -DMONGO_EXPOSE_MACROS -Ibuild -Isrc -Ibuild/mongo -Isrc/mongo -I/usr/local/include src/mongo/base/configuration_variable_manager.cpp
In file included from src/mongo/base/configuration_variable_manager.cpp:16:
In file included from src/mongo/base/configuration_variable_manager.h:24:
src/mongo/platform/unordered_map.h:51:16: error: no member named 'tr1' in namespace 'std'
    using std::tr1::unordered_map;
          ~~~~~^
In file included from src/mongo/base/configuration_variable_manager.cpp:16:
src/mongo/base/configuration_variable_manager.h:99:17: error: no template named 'unordered_map'; did you mean 'std::unordered_map'?
        typedef unordered_map<std::string, SetFromStringFn> VariableMap;
                ^~~~~~~~~~~~~
                std::unordered_map
/usr/include/c++/v1/tr1/unordered_map:614:24: note: 'std::unordered_map' declared here
class _LIBCPP_TYPE_VIS unordered_map
                       ^
2 errors generated.
*** Error code 1

Stop.
make[1]: stopped in /wrkdirs/usr/ports/devel/mongo-cxx-driver/work/waitman-mongo-cxx-driver-41691d5
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/mongo-cxx-driver
===>  Cleaning for mongo-cxx-driver-2.4_1


More information about the freebsd-pkg-fallout mailing list