libstdc++ fallout? mongodb fails to build.

From: Ian FREISLICH <ianf_at_clue.co.za>
Date: Fri, 20 Sep 2013 10:04:26 +0200
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
Received on Fri Sep 20 2013 - 06:11:22 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:41 UTC