Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2013 10:04:26 +0200
From:      "Ian FREISLICH" <ianf@clue.co.za>
To:        current@freebsd.org
Subject:   libstdc++ fallout? mongodb fails to build.
Message-ID:  <E1VMvhS-0000ht-AU@clue.co.za>

next in thread | raw e-mail | index | archive | help
Hi

Is this libstdc++ fallout?

The system is AMD64 with all ports successfully rebuilt except for mongodb.

In file included from src/mongo/shell/dbshell.cpp:26:
In file included from src/mongo/base/initializer.h:21:
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/shell/dbshell.cpp:26:
In file included from src/mongo/base/initializer.h:24:
In file included from src/mongo/base/initializer_dependency_graph.h:26:
src/mongo/platform/unordered_set.h:51:16: error: no member named 'tr1' in
      namespace 'std'
    using std::tr1::unordered_set;
          ~~~~~^
2 errors generated.
scons: *** [build/freebsd/cc_cc/cxx_c++/ssl/use-system-pcre/use-system-snappy/use-system-v8/usev8/mongo/shell/dbshell.o] Error 1
scons: building terminated because of errors.
*** Error code 2

Stop.
make[1]: stopped in /usr/ports/databases/mongodb
*** Error code 1

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

Ian

-- 
Ian Freislich



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1VMvhS-0000ht-AU>