<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:39:58 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[SERVER-16103] compilation problem caused by boost dependency</title>
                <link>https://jira.mongodb.org/browse/SERVER-16103</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;hi,&lt;br/&gt;
 The binary packet of mongodb from the website won&apos;t run in my linux  and it says as below:&lt;br/&gt;
mongo: /lib64/libgcc_s.so.1: version `GCC_4.0.0&apos; not found (required by mongo)&lt;br/&gt;
mongo: /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.1&apos; not found (required by mongo) &lt;br/&gt;
so I decide to compile mongo myself.  An error occured:&lt;br/&gt;
src/mongo/platform/unordered_map.h:52:29: tr1/unordered_map: No such file or directory&lt;br/&gt;
it seems that gcc cannot found the boost header files. but I have set --cpppath param for the scons. I noticed that the path of &quot;unordered_map&quot; is &quot;boost/include/boost/tr1/tr1/unordered_map&quot;, and in the source file of mongodb &quot;mongo/platform/unordered_map.h&quot; line 52.&quot;#include &amp;lt;tr1/unordered_map&amp;gt;&quot; indicate the path of  &quot;unordered_map&quot;  is &quot;boost/include/boost/tr1/unordered_map&quot; , so  how can i solve the problem?&lt;/p&gt;

&lt;p&gt;Thank you very much.&lt;br/&gt;
Allen&lt;/p&gt;</description>
                <environment></environment>
        <key id="168661">SERVER-16103</key>
            <summary>compilation problem caused by boost dependency</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="4">Incomplete</resolution>
                                        <assignee username="andrew.morrow@mongodb.com">Andrew Morrow</assignee>
                                    <reporter username="mizzler">Allen K</reporter>
                        <labels>
                    </labels>
                <created>Wed, 12 Nov 2014 03:27:03 +0000</created>
                <updated>Mon, 1 Dec 2014 16:24:45 +0000</updated>
                            <resolved>Mon, 1 Dec 2014 16:24:45 +0000</resolved>
                                    <version>2.6.5</version>
                                                    <component>Build</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="775116" author="ramon.fernandez" created="Mon, 1 Dec 2014 16:22:00 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=mizzler&quot; class=&quot;user-hover&quot; rel=&quot;mizzler&quot;&gt;mizzler&lt;/a&gt;, we haven&apos;t heard back from you for some time, so we&apos;re closing this ticket. If this is still an issue for you please re-open it and provide the additional information requested above.&lt;/p&gt;</comment>
                            <comment id="764071" author="acm" created="Fri, 14 Nov 2014 02:37:46 +0000"  >&lt;p&gt;What is the output of gcc -v?&lt;/p&gt;</comment>
                            <comment id="764069" author="mizzler" created="Fri, 14 Nov 2014 02:35:33 +0000"  >&lt;p&gt;sorry , I dont know how to attach the file, error is as blow. besides , I cant find version 2.6.5 in github.&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;work@m1-search-c11-zhixin-august-29.m1.baidu.com mongodb-src-r2.6.5&amp;#93;&lt;/span&gt;$ scons&lt;br/&gt;
scons: Reading SConscript files ...&lt;/p&gt;

&lt;p&gt;scons: warning: EnsureSConsVersion is ignored for development version&lt;br/&gt;
File &quot;/home/work/mongodb-src-r2.6.5/SConstruct&quot;, line 34, in &amp;lt;module&amp;gt;&lt;br/&gt;
scons version: 2.3.3&lt;br/&gt;
python version: 2 7 8 &apos;final&apos; 0&lt;/p&gt;

&lt;p&gt;scons: warning: EnsureSConsVersion is ignored for development version&lt;br/&gt;
File &quot;/home/work/mongodb-src-r2.6.5/site_scons/site_tools/gch.py&quot;, line 32, in &amp;lt;module&amp;gt;&lt;br/&gt;
Checking whether the C++ compiler works... yes&lt;br/&gt;
Checking whether the C compiler works... yes&lt;br/&gt;
Checking if C++ compiler &quot;g++&quot; is GCC... yes&lt;br/&gt;
Checking if C compiler &quot;gcc&quot; is GCC... yes&lt;br/&gt;
Checking if C compiler supports -Wno-unused-local-typedefs... no&lt;br/&gt;
Checking if C compiler supports -Wno-unused-function... yes&lt;br/&gt;
Checking if C compiler supports -Wno-unused-private-field... no&lt;br/&gt;
Checking if C compiler supports -Wno-deprecated-declarations... yes&lt;br/&gt;
Checking if C compiler supports -Wno-tautological-constant-out-of-range-compare... no&lt;br/&gt;
Checking if C compiler supports -Wno-unused-const-variable... yes&lt;br/&gt;
Checking if C compiler supports -fno-builtin-memcmp... yes&lt;br/&gt;
Checking for __thread... yes&lt;br/&gt;
Checking for C header file unistd.h... yes&lt;br/&gt;
Checking whether clock_gettime is declared... yes&lt;br/&gt;
Checking for C library rt... yes&lt;br/&gt;
Checking for C++ header file execinfo.h... yes&lt;br/&gt;
Checking whether backtrace is declared... yes&lt;br/&gt;
Checking whether backtrace_symbols is declared... yes&lt;br/&gt;
Checking whether backtrace_symbols_fd is declared... yes&lt;br/&gt;
Checking for C library pcap... yes&lt;br/&gt;
Checking if __malloc_hook is declared volatile... no&lt;br/&gt;
scons: done reading SConscript files.&lt;br/&gt;
scons: Building targets ...&lt;br/&gt;
g++ -o build/linux2/normal/mongo/db/db.o -c -Wnon-virtual-dtor -Woverloaded-virtual -fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -pipe -Werror -O3 -Wno-unused-function -Wno-deprecated-declarations -Wno-unused-const-variable -fno-builtin-memcmp -DBOOST_ALL_NO_LIB -D_SCONS -DMONGO_EXPOSE_MACROS -DSUPPORT_UTF8 -DMONGO_OPTIMIZED_BUILD -D_FILE_OFFSET_BITS=64 -DMONGO_HAVE___THREAD -DMONGO_HAVE_HEADER_UNISTD_H -DMONGO_HAVE_EXECINFO_BACKTRACE -Ibuild/linux2/normal/third_party/snappy -Isrc/third_party/snappy -Ibuild/linux2/normal/third_party/libstemmer_c/include -Isrc/third_party/libstemmer_c/include -Ibuild/linux2/normal/third_party/s2 -Isrc/third_party/s2 -Ibuild/linux2/normal/third_party/boost -Isrc/third_party/boost -Ibuild/linux2/normal/third_party/pcre-8.30 -Isrc/third_party/pcre-8.30 -Ibuild/linux2/normal -Isrc -Ibuild/linux2/normal/mongo -Isrc/mongo -Ibuild/linux2/normal/third_party/s2 -Isrc/third_party/s2 -Ibuild/linux2/normal/third_party/snappy -Isrc/third_party/snappy -Ibuild/linux2/normal/third_party/v8/include -Isrc/third_party/v8/include -Ibuild/linux2/normal/third_party/yaml-cpp-0.5.1/include -Isrc/third_party/yaml-cpp-0.5.1/include src/mongo/db/db.cpp&lt;br/&gt;
In file included from src/mongo/logger/log_manager.h:23,&lt;br/&gt;
                 from src/mongo/logger/logger.h:20,&lt;br/&gt;
                 from src/mongo/util/log.h:22,&lt;br/&gt;
                 from src/mongo/pch.h:81,&lt;br/&gt;
                 from src/mongo/db/db.cpp:31:&lt;br/&gt;
src/mongo/platform/unordered_map.h:52:29: tr1/unordered_map: No such file or directory&lt;br/&gt;
In file included from src/mongo/logger/log_manager.h:23,&lt;br/&gt;
                 from src/mongo/logger/logger.h:20,&lt;br/&gt;
                 from src/mongo/util/log.h:22,&lt;br/&gt;
                 from src/mongo/pch.h:81,&lt;br/&gt;
                 from src/mongo/db/db.cpp:31:&lt;br/&gt;
src/mongo/platform/unordered_map.h:56: error: `std::tr1&apos; has not been declared&lt;br/&gt;
src/mongo/platform/unordered_map.h:56: error: expected nested-name-specifier before &quot;unordered_map&quot;&lt;br/&gt;
src/mongo/platform/unordered_map.h:56: error: `unordered_map&apos; has not been declared&lt;br/&gt;
In file included from src/mongo/logger/logger.h:20,&lt;br/&gt;
                 from src/mongo/util/log.h:22,&lt;br/&gt;
                 from src/mongo/pch.h:81,&lt;br/&gt;
                 from src/mongo/db/db.cpp:31:&lt;br/&gt;
src/mongo/logger/log_manager.h:50: error: ISO C++ forbids declaration of `unordered_map&apos; with no type&lt;br/&gt;
src/mongo/logger/log_manager.h:50: error: expected `;&apos; before &apos;&amp;lt;&apos; token&lt;br/&gt;
src/mongo/logger/log_manager.h:52: error: `DomainsByNameMap&apos; does not name a type&lt;br/&gt;
In file included from src/mongo/logger/logger.h:21,&lt;br/&gt;
                 from src/mongo/util/log.h:22,&lt;br/&gt;
                 from src/mongo/pch.h:81,&lt;br/&gt;
                 from src/mongo/db/db.cpp:31:&lt;br/&gt;
src/mongo/logger/rotatable_file_manager.h:71: error: ISO C++ forbids declaration of `unordered_map&apos; with no type&lt;br/&gt;
src/mongo/logger/rotatable_file_manager.h:71: error: expected `;&apos; before &apos;&amp;lt;&apos; token&lt;br/&gt;
src/mongo/logger/rotatable_file_manager.h:73: error: `WriterByNameMap&apos; does not name a type&lt;br/&gt;
In file included from src/mongo/base/initializer_dependency_graph.h:26,&lt;br/&gt;
                 from src/mongo/base/initializer.h:23,&lt;br/&gt;
                 from src/mongo/base/init.h:31,&lt;br/&gt;
                 from src/mongo/db/db.cpp:37:&lt;br/&gt;
src/mongo/platform/unordered_set.h:52:29: tr1/unordered_set: No such file or directory&lt;br/&gt;
In file included from src/mongo/base/initializer_dependency_graph.h:26,&lt;br/&gt;
                 from src/mongo/base/initializer.h:23,&lt;br/&gt;
                 from src/mongo/base/init.h:31,&lt;br/&gt;
                 from src/mongo/db/db.cpp:37:&lt;br/&gt;
src/mongo/platform/unordered_set.h:56: error: `std::tr1&apos; has not been declared&lt;br/&gt;
src/mongo/platform/unordered_set.h:56: error: expected nested-name-specifier before &quot;unordered_set&quot;&lt;br/&gt;
src/mongo/platform/unordered_set.h:56: error: `unordered_set&apos; has not been declared&lt;br/&gt;
In file included from src/mongo/base/initializer.h:23,&lt;br/&gt;
                 from src/mongo/base/init.h:31,&lt;br/&gt;
                 from src/mongo/db/db.cpp:37:&lt;br/&gt;
src/mongo/base/initializer_dependency_graph.h:94: error: ISO C++ forbids declaration of `unordered_set&apos; with no type&lt;br/&gt;
src/mongo/base/initializer_dependency_graph.h:94: error: expected `;&apos; before &apos;&amp;lt;&apos; token&lt;br/&gt;
src/mongo/base/initializer_dependency_graph.h:97: error: ISO C++ forbids declaration of `unordered_map&apos; with no type&lt;br/&gt;
src/mongo/base/initializer_dependency_graph.h:97: error: expected `;&apos; before &apos;&amp;lt;&apos; token&lt;br/&gt;
src/mongo/base/initializer_dependency_graph.h:98: error: `NodeMap&apos; has not been declared&lt;br/&gt;
src/mongo/base/initializer_dependency_graph.h:98: error: ISO C++ forbids declaration of `value_type&apos; with no type&lt;br/&gt;
src/mongo/base/initializer_dependency_graph.h:98: error: expected `;&apos; before &quot;Node&quot;&lt;br/&gt;
src/mongo/base/initializer_dependency_graph.h:104: error: expected `,&apos; or `...&apos; before &apos;&amp;amp;&apos; token&lt;br/&gt;
src/mongo/base/initializer_dependency_graph.h:108: error: ISO C++ forbids declaration of `NodeMap&apos; with no type&lt;br/&gt;
src/mongo/base/initializer_dependency_graph.h:115: error: `NodeMap&apos; does not name a type&lt;br/&gt;
In file included from src/mongo/db/auth/role_name.h:39,&lt;br/&gt;
                 from src/mongo/db/auth/authz_manager_external_state.h:37,&lt;br/&gt;
                 from src/mongo/db/auth/authz_manager_external_state_local.h:37,&lt;br/&gt;
                 from src/mongo/db/auth/authz_manager_external_state_d.h:37,&lt;br/&gt;
                 from src/mongo/db/db.cpp:41:&lt;br/&gt;
src/mongo/platform/hash_namespace.h:56:26: tr1/functional: No such file or directory&lt;br/&gt;
In file included from src/mongo/db/auth/authz_manager_external_state.h:37,&lt;br/&gt;
                 from src/mongo/db/auth/authz_manager_external_state_local.h:37,&lt;br/&gt;
                 from src/mongo/db/auth/authz_manager_external_state_d.h:37,&lt;br/&gt;
                 from src/mongo/db/db.cpp:41:&lt;br/&gt;
src/mongo/db/auth/role_name.h:146: error: `hash&apos; is not a template&lt;br/&gt;
src/mongo/db/auth/role_name.h:146: error: explicit specialization of non-template `std::tr1::hash&apos;&lt;br/&gt;
src/mongo/db/auth/role_name.h: In member function `size_t std::tr1::hash::operator()(const mongo::RoleName&amp;amp;) const&apos;:&lt;br/&gt;
src/mongo/db/auth/role_name.h:148: error: `std::tr1::hash&apos; is not a template&lt;br/&gt;
src/mongo/db/auth/role_name.h:148: error: no match for call to `(std::tr1::hash) (const std::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt;&amp;amp;)&apos;&lt;br/&gt;
src/mongo/db/auth/role_name.h:147: note: candidates are: size_t std::tr1::hash::operator()(const mongo::RoleName&amp;amp;) const&lt;br/&gt;
In file included from src/mongo/db/jsobj.h:42,&lt;br/&gt;
                 from src/mongo/db/auth/authz_manager_external_state.h:39,&lt;br/&gt;
                 from src/mongo/db/auth/authz_manager_external_state_local.h:37,&lt;br/&gt;
                 from src/mongo/db/auth/authz_manager_external_state_d.h:37,&lt;br/&gt;
                 from src/mongo/db/db.cpp:41:&lt;br/&gt;
src/mongo/bson/bson-inl.h: At global scope:&lt;br/&gt;
src/mongo/bson/bson-inl.h:208: warning: inline function &apos;void mongo::BSONObj::_assertInvalid() const&apos; given attribute noinline&lt;br/&gt;
src/mongo/bson/bson-inl.h:225: warning: inline function &apos;mongo::BSONObj mongo::BSONObj::copy() const&apos; given attribute noinline&lt;br/&gt;
In file included from src/mongo/db/auth/privilege.h:23,&lt;br/&gt;
                 from src/mongo/db/auth/role_graph.h:36,&lt;br/&gt;
                 from src/mongo/db/auth/authz_manager_external_state_local.h:38,&lt;br/&gt;
                 from src/mongo/db/auth/authz_manager_external_state_d.h:37,&lt;br/&gt;
                 from src/mongo/db/db.cpp:41:&lt;br/&gt;
src/mongo/db/auth/resource_pattern.h: In member function `size_t mongo::ResourcePattern::hash() const&apos;:&lt;br/&gt;
src/mongo/db/auth/resource_pattern.h:171: error: `std::tr1::hash&apos; is not a template&lt;br/&gt;
src/mongo/db/auth/resource_pattern.h:171: error: no match for call to `(std::tr1::hash) (const std::basic_string&amp;lt;char, std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt;&amp;amp;)&apos;&lt;br/&gt;
src/mongo/db/auth/role_name.h:147: note: candidates are: size_t std::tr1::hash::operator()(const mongo::RoleName&amp;amp;) const&lt;br/&gt;
src/mongo/db/auth/resource_pattern.h: At global scope:&lt;br/&gt;
src/mongo/db/auth/resource_pattern.h:205: error: `hash&apos; is not a template&lt;br/&gt;
src/mongo/db/auth/resource_pattern.h:205: error: redefinition of `struct std::tr1::hash&apos;&lt;br/&gt;
src/mongo/db/auth/role_name.h:146: error: previous definition of `struct std::tr1::hash&apos;&lt;br/&gt;
In file included from src/mongo/db/auth/authz_manager_external_state_local.h:38,&lt;br/&gt;
                 from src/mongo/db/auth/authz_manager_external_state_d.h:37,&lt;br/&gt;
                 from src/mongo/db/db.cpp:41:&lt;br/&gt;
src/mongo/db/auth/role_graph.h:265: error: `unordered_set&apos; has not been declared&lt;br/&gt;
src/mongo/db/auth/role_graph.h:265: error: expected `,&apos; or `...&apos; before &apos;&amp;lt;&apos; token&lt;br/&gt;
src/mongo/db/auth/role_graph.h:265: error: ISO C++ forbids declaration of `parameter&apos; with no type&lt;br/&gt;
src/mongo/db/auth/role_graph.h:299: error: ISO C++ forbids declaration of `unordered_map&apos; with no type&lt;br/&gt;
src/mongo/db/auth/role_graph.h:299: error: expected `;&apos; before &apos;&amp;lt;&apos; token&lt;br/&gt;
src/mongo/db/auth/role_graph.h:301: error: ISO C++ forbids declaration of `unordered_map&apos; with no type&lt;br/&gt;
src/mongo/db/auth/role_graph.h:301: error: expected `;&apos; before &apos;&amp;lt;&apos; token&lt;br/&gt;
src/mongo/db/auth/role_graph.h:303: error: `EdgeSet&apos; does not name a type&lt;br/&gt;
src/mongo/db/auth/role_graph.h:304: error: ISO C++ forbids declaration of `unordered_map&apos; with no type&lt;br/&gt;
src/mongo/db/auth/role_graph.h:304: error: expected `;&apos; before &apos;&amp;lt;&apos; token&lt;br/&gt;
src/mongo/db/auth/role_graph.h:305: error: `EdgeSet&apos; does not name a type&lt;br/&gt;
src/mongo/db/auth/role_graph.h:306: error: `RolePrivilegeMap&apos; does not name a type&lt;br/&gt;
src/mongo/db/auth/role_graph.h:307: error: `RolePrivilegeMap&apos; does not name a type&lt;br/&gt;
In file included from src/mongo/db/auth/authorization_manager.h:44,&lt;br/&gt;
                 from src/mongo/db/db.cpp:42:&lt;br/&gt;
src/mongo/db/auth/user.h:54: error: ISO C++ forbids declaration of `unordered_map&apos; with no type&lt;br/&gt;
src/mongo/db/auth/user.h:54: error: expected `;&apos; before &apos;&amp;lt;&apos; token&lt;br/&gt;
src/mongo/db/auth/user.h:82: error: ISO C++ forbids declaration of `ResourcePrivilegeMap&apos; with no type&lt;br/&gt;
src/mongo/db/auth/user.h:82: error: expected `;&apos; before &apos;&amp;amp;&apos; token&lt;br/&gt;
src/mongo/db/auth/user.h:87: error: expected `;&apos; before &quot;const&quot;&lt;br/&gt;
src/mongo/db/auth/user.h:211: error: `ResourcePrivilegeMap&apos; does not name a type&lt;br/&gt;
src/mongo/db/auth/user.h:214: error: ISO C++ forbids declaration of `unordered_set&apos; with no type&lt;br/&gt;
src/mongo/db/auth/user.h:214: error: expected `;&apos; before &apos;&amp;lt;&apos; token&lt;br/&gt;
In file included from src/mongo/db/auth/authorization_manager.h:46,&lt;br/&gt;
                 from src/mongo/db/db.cpp:42:&lt;br/&gt;
src/mongo/db/auth/user_name_hash.h:26: error: `hash&apos; is not a template&lt;br/&gt;
src/mongo/db/auth/user_name_hash.h:26: error: redefinition of `struct std::tr1::hash&apos;&lt;br/&gt;
src/mongo/db/auth/role_name.h:146: error: previous definition of `struct std::tr1::hash&apos;&lt;br/&gt;
In file included from src/mongo/db/db.cpp:42:&lt;br/&gt;
src/mongo/db/auth/authorization_manager.h:488: error: ISO C++ forbids declaration of `unordered_map&apos; with no type&lt;br/&gt;
src/mongo/db/auth/authorization_manager.h:488: error: expected `;&apos; before &apos;&amp;lt;&apos; token&lt;br/&gt;
In file included from src/mongo/db/catalog/index_catalog_entry.h:37,&lt;br/&gt;
                 from src/mongo/db/catalog/index_catalog.h:35,&lt;br/&gt;
                 from src/mongo/db/db.cpp:44:&lt;br/&gt;
src/mongo/db/diskloc.h: In member function `size_t mongo::DiskLoc::Hasher::operator()(mongo::DiskLoc) const&apos;:&lt;br/&gt;
src/mongo/db/diskloc.h:194: error: `unordered_set&apos; was not declared in this scope&lt;br/&gt;
src/mongo/db/diskloc.h:194: error: expected primary-expression before &apos;&amp;gt;&apos; token&lt;br/&gt;
src/mongo/db/diskloc.h:194: error: `::hasher&apos; has not been declared&lt;br/&gt;
src/mongo/db/diskloc.h:195: error: expected primary-expression before &apos;&amp;gt;&apos; token&lt;br/&gt;
src/mongo/db/diskloc.h:195: error: `::hasher&apos; has not been declared&lt;br/&gt;
In file included from src/mongo/db/db.cpp:44:&lt;br/&gt;
src/mongo/db/catalog/index_catalog.h: At global scope:&lt;br/&gt;
src/mongo/db/catalog/index_catalog.h:271: error: ISO C++ forbids declaration of `unordered_map&apos; with no type&lt;br/&gt;
src/mongo/db/catalog/index_catalog.h:271: error: expected `;&apos; before &apos;&amp;lt;&apos; token&lt;br/&gt;
src/mongo/db/catalog/index_catalog.h:339: error: `InProgressIndexesMap&apos; does not name a type&lt;br/&gt;
In file included from src/mongo/db/server_options.h:19,&lt;br/&gt;
                 from src/mongo/util/net/hostandport.h:21,&lt;br/&gt;
                 from src/mongo/db/client_basic.h:33,&lt;br/&gt;
                 from src/mongo/db/client.h:41,&lt;br/&gt;
                 from src/mongo/db/db.cpp:46:&lt;br/&gt;
src/mongo/platform/process_id.h:107: error: `hash&apos; is not a template&lt;br/&gt;
src/mongo/platform/process_id.h:107: error: redefinition of `struct std::tr1::hash&apos;&lt;br/&gt;
src/mongo/db/auth/role_name.h:146: error: previous definition of `struct std::tr1::hash&apos;&lt;br/&gt;
In file included from src/mongo/db/clientcursor.h:35,&lt;br/&gt;
                 from src/mongo/db/db.cpp:47:&lt;br/&gt;
src/mongo/db/keypattern.h:195: error: ISO C++ forbids declaration of `unordered_set&apos; with no type&lt;br/&gt;
src/mongo/db/keypattern.h:195: error: expected `;&apos; before &apos;&amp;lt;&apos; token&lt;br/&gt;
src/mongo/db/keypattern.h: In member function `bool mongo::KeyPattern::hasField(const mongo::StringData&amp;amp;) const&apos;:&lt;br/&gt;
src/mongo/db/keypattern.h:78: error: `_prefixes&apos; was not declared in this scope&lt;br/&gt;
In file included from src/mongo/db/exec/plan_stage.h:32,&lt;br/&gt;
                 from src/mongo/db/exec/collection_scan.h:33,&lt;br/&gt;
                 from src/mongo/db/query/internal_plans.h:33,&lt;br/&gt;
                 from src/mongo/db/db.cpp:64:&lt;br/&gt;
src/mongo/db/exec/working_set.h: At global scope:&lt;br/&gt;
src/mongo/db/exec/working_set.h:102: error: ISO C++ forbids declaration of `unordered_set&apos; with no type&lt;br/&gt;
src/mongo/db/exec/working_set.h:102: error: expected `;&apos; before &apos;&amp;lt;&apos; token&lt;br/&gt;
src/mongo/db/exec/working_set.h:126: error: ISO C++ forbids declaration of `unordered_set&apos; with no type&lt;br/&gt;
src/mongo/db/exec/working_set.h:126: error: expected `;&apos; before &apos;&amp;lt;&apos; token&lt;br/&gt;
In file included from src/mongo/db/catalog/collection.h:36,&lt;br/&gt;
                 from src/mongo/db/index/index_descriptor.h:38,&lt;br/&gt;
                 from src/mongo/db/index/btree_index_cursor.h:38,&lt;br/&gt;
                 from src/mongo/db/exec/index_scan.h:33,&lt;br/&gt;
                 from src/mongo/db/query/internal_plans.h:35,&lt;br/&gt;
                 from src/mongo/db/db.cpp:64:&lt;br/&gt;
src/mongo/db/catalog/collection_cursor_cache.h:132: error: ISO C++ forbids declaration of `unordered_set&apos; with no type&lt;br/&gt;
src/mongo/db/catalog/collection_cursor_cache.h:132: error: expected `;&apos; before &apos;&amp;lt;&apos; token&lt;br/&gt;
src/mongo/db/catalog/collection_cursor_cache.h:133: error: `RunnerSet&apos; does not name a type&lt;br/&gt;
In file included from src/mongo/db/catalog/collection_info_cache.h:35,&lt;br/&gt;
                 from src/mongo/db/catalog/collection.h:42,&lt;br/&gt;
                 from src/mongo/db/index/index_descriptor.h:38,&lt;br/&gt;
                 from src/mongo/db/index/btree_index_cursor.h:38,&lt;br/&gt;
                 from src/mongo/db/exec/index_scan.h:33,&lt;br/&gt;
                 from src/mongo/db/query/internal_plans.h:35,&lt;br/&gt;
                 from src/mongo/db/db.cpp:64:&lt;br/&gt;
src/third_party/boost/boost/unordered/detail/allocator_helpers.hpp: In instantiation of `boost::unordered::detail::allocator_traits&amp;lt;std::allocator&amp;lt;boost::unordered::detail::ptr_node&amp;lt;std::pair&amp;lt;const mongo::PlanCacheKey, std::_List_iterator&amp;lt;std::pair&amp;lt;mongo::PlanCacheKey, mongo::PlanCacheEntry*&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;&apos;:&lt;br/&gt;
src/third_party/boost/boost/unordered/detail/unique.hpp:107:   instantiated from `boost::unordered::detail::pick_node&amp;lt;std::allocator&amp;lt;std::pair&amp;lt;const mongo::PlanCacheKey, std::_List_iterator&amp;lt;std::pair&amp;lt;mongo::PlanCacheKey, mongo::PlanCacheEntry*&amp;gt; &amp;gt; &amp;gt; &amp;gt;, std::pair&amp;lt;const mongo::PlanCacheKey, std::_List_iterator&amp;lt;std::pair&amp;lt;mongo::PlanCacheKey, mongo::PlanCacheEntry*&amp;gt; &amp;gt; &amp;gt; &amp;gt;&apos;&lt;br/&gt;
src/third_party/boost/boost/unordered/detail/unique.hpp:152:   instantiated from `boost::unordered::detail::map&amp;lt;std::allocator&amp;lt;std::pair&amp;lt;const mongo::PlanCacheKey, std::_List_iterator&amp;lt;std::pair&amp;lt;mongo::PlanCacheKey, mongo::PlanCacheEntry*&amp;gt; &amp;gt; &amp;gt; &amp;gt;, mongo::PlanCacheKey, std::_List_iterator&amp;lt;std::pair&amp;lt;mongo::PlanCacheKey, mongo::PlanCacheEntry*&amp;gt; &amp;gt;, boost::hash&amp;lt;std::string&amp;gt;, std::equal_to&amp;lt;mongo::PlanCacheKey&amp;gt; &amp;gt;&apos;&lt;br/&gt;
src/third_party/boost/boost/unordered/unordered_map.hpp:60:   instantiated from `boost::unordered::unordered_map&amp;lt;mongo::PlanCacheKey, std::_List_iterator&amp;lt;std::pair&amp;lt;mongo::PlanCacheKey, mongo::PlanCacheEntry*&amp;gt; &amp;gt;, boost::hash&amp;lt;std::string&amp;gt;, std::equal_to&amp;lt;mongo::PlanCacheKey&amp;gt;, std::allocator&amp;lt;std::pair&amp;lt;const mongo::PlanCacheKey, std::_List_iterator&amp;lt;std::pair&amp;lt;mongo::PlanCacheKey, mongo::PlanCacheEntry*&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;&apos;&lt;br/&gt;
src/mongo/db/query/lru_key_value.h:76:   instantiated from `mongo::LRUKeyValue&amp;lt;mongo::PlanCacheKey, mongo::PlanCacheEntry&amp;gt;&apos;&lt;br/&gt;
src/mongo/db/query/plan_cache.h:398:   instantiated from here&lt;br/&gt;
src/third_party/boost/boost/unordered/detail/allocator_helpers.hpp:411: error: `template&amp;lt;class T&amp;gt; static typename boost::disable_if_c&amp;lt; boost::unordered::detail::has_construct&amp;lt;Alloc,T&amp;gt;::value, void&amp;gt;::type boost::unordered::detail::allocator_traits::construct(Alloc&amp;amp;, T*, const T&amp;amp;) &lt;span class=&quot;error&quot;&gt;&amp;#91;with T = T, Alloc = std::allocator&amp;lt;boost::unordered::detail::ptr_node&amp;lt;std::pair&amp;lt;const mongo::PlanCacheKey, std::_List_iterator&amp;lt;std::pair&amp;lt;mongo::PlanCacheKey, mongo::PlanCacheEntry*&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;#93;&lt;/span&gt;&apos; and `template&amp;lt;class T&amp;gt; static typename boost::enable_if_c&amp;lt; boost::unordered::detail::has_construct&amp;lt;Alloc,T&amp;gt;::value, void&amp;gt;::type boost::unordered::detail::allocator_traits::construct(Alloc&amp;amp;, T*, const T&amp;amp;) &lt;span class=&quot;error&quot;&gt;&amp;#91;with T = T, Alloc = std::allocator&amp;lt;boost::unordered::detail::ptr_node&amp;lt;std::pair&amp;lt;const mongo::PlanCacheKey, std::_List_iterator&amp;lt;std::pair&amp;lt;mongo::PlanCacheKey, mongo::PlanCacheEntry*&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;#93;&lt;/span&gt;&apos; cannot be overloaded&lt;br/&gt;
src/third_party/boost/boost/unordered/detail/allocator_helpers.hpp:427: error: `template&amp;lt;class T&amp;gt; static typename boost::disable_if_c&amp;lt; boost::unordered::detail::has_destroy&amp;lt;Alloc,T&amp;gt;::value, void&amp;gt;::type boost::unordered::detail::allocator_traits::destroy(Alloc&amp;amp;, T*) &lt;span class=&quot;error&quot;&gt;&amp;#91;with T = T, Alloc = std::allocator&amp;lt;boost::unordered::detail::ptr_node&amp;lt;std::pair&amp;lt;const mongo::PlanCacheKey, std::_List_iterator&amp;lt;std::pair&amp;lt;mongo::PlanCacheKey, mongo::PlanCacheEntry*&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;#93;&lt;/span&gt;&apos; and `template&amp;lt;class T&amp;gt; static typename boost::enable_if_c&amp;lt; boost::unordered::detail::has_destroy&amp;lt;Alloc,T&amp;gt;::value, void&amp;gt;::type boost::unordered::detail::allocator_traits::destroy(Alloc&amp;amp;, T*) &lt;span class=&quot;error&quot;&gt;&amp;#91;with T = T, Alloc = std::allocator&amp;lt;boost::unordered::detail::ptr_node&amp;lt;std::pair&amp;lt;const mongo::PlanCacheKey, std::_List_iterator&amp;lt;std::pair&amp;lt;mongo::PlanCacheKey, mongo::PlanCacheEntry*&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;#93;&lt;/span&gt;&apos; cannot be overloaded&lt;br/&gt;
src/third_party/boost/boost/unordered/detail/allocator_helpers.hpp: In instantiation of `boost::unordered::detail::allocator_traits&amp;lt;std::allocator&amp;lt;boost::unordered::detail::ptr_bucket&amp;gt; &amp;gt;&apos;:&lt;br/&gt;
src/third_party/boost/boost/unordered/detail/unique.hpp:107:   instantiated from `boost::unordered::detail::pick_node&amp;lt;std::allocator&amp;lt;std::pair&amp;lt;const mongo::PlanCacheKey, std::_List_iterator&amp;lt;std::pair&amp;lt;mongo::PlanCacheKey, mongo::PlanCacheEntry*&amp;gt; &amp;gt; &amp;gt; &amp;gt;, std::pair&amp;lt;const mongo::PlanCacheKey, std::_List_iterator&amp;lt;std::pair&amp;lt;mongo::PlanCacheKey, mongo::PlanCacheEntry*&amp;gt; &amp;gt; &amp;gt; &amp;gt;&apos;&lt;br/&gt;
src/third_party/boost/boost/unordered/detail/unique.hpp:152:   instantiated from `boost::unordered::detail::map&amp;lt;std::allocator&amp;lt;std::pair&amp;lt;const mongo::PlanCacheKey, std::_List_iterator&amp;lt;std::pair&amp;lt;mongo::PlanCacheKey, mongo::PlanCacheEntry*&amp;gt; &amp;gt; &amp;gt; &amp;gt;, mongo::PlanCacheKey, std::_List_iterator&amp;lt;std::pair&amp;lt;mongo::PlanCacheKey, mongo::PlanCacheEntry*&amp;gt; &amp;gt;, boost::hash&amp;lt;std::string&amp;gt;, std::equal_to&amp;lt;mongo::PlanCacheKey&amp;gt; &amp;gt;&apos;&lt;br/&gt;
src/third_party/boost/boost/unordered/unordered_map.hpp:60:   instantiated from `boost::unordered::unordered_map&amp;lt;mongo::PlanCacheKey, std::_List_iterator&amp;lt;std::pair&amp;lt;mongo::PlanCacheKey, mongo::PlanCacheEntry*&amp;gt; &amp;gt;, boost::hash&amp;lt;std::string&amp;gt;, std::equal_to&amp;lt;mongo::PlanCacheKey&amp;gt;, std::allocator&amp;lt;std::pair&amp;lt;const mongo::PlanCacheKey, std::_List_iterator&amp;lt;std::pair&amp;lt;mongo::PlanCacheKey, mongo::PlanCacheEntry*&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;&apos;&lt;br/&gt;
src/mongo/db/query/lru_key_value.h:76:   instantiated from `mongo::LRUKeyValue&amp;lt;mongo::PlanCacheKey, mongo::PlanCacheEntry&amp;gt;&apos;&lt;br/&gt;
src/mongo/db/query/plan_cache.h:398:   instantiated from here&lt;br/&gt;
src/third_party/boost/boost/unordered/detail/allocator_helpers.hpp:411: error: `template&amp;lt;class T&amp;gt; static typename boost::disable_if_c&amp;lt; boost::unordered::detail::has_construct&amp;lt;Alloc,T&amp;gt;::value, void&amp;gt;::type boost::unordered::detail::allocator_traits::construct(Alloc&amp;amp;, T*, const T&amp;amp;) &lt;span class=&quot;error&quot;&gt;&amp;#91;with T = T, Alloc = std::allocator&amp;lt;boost::unordered::detail::ptr_bucket&amp;gt;&amp;#93;&lt;/span&gt;&apos; and `template&amp;lt;class T&amp;gt; static typename boost::enable_if_c&amp;lt; boost::unordered::detail::has_construct&amp;lt;Alloc,T&amp;gt;::value, void&amp;gt;::type boost::unordered::detail::allocator_traits::construct(Alloc&amp;amp;, T*, const T&amp;amp;) &lt;span class=&quot;error&quot;&gt;&amp;#91;with T = T, Alloc = std::allocator&amp;lt;boost::unordered::detail::ptr_bucket&amp;gt;&amp;#93;&lt;/span&gt;&apos; cannot be overloaded&lt;br/&gt;
src/third_party/boost/boost/unordered/detail/allocator_helpers.hpp:427: error: `template&amp;lt;class T&amp;gt; static typename boost::disable_if_c&amp;lt; boost::unordered::detail::has_destroy&amp;lt;Alloc,T&amp;gt;::value, void&amp;gt;::type boost::unordered::detail::allocator_traits::destroy(Alloc&amp;amp;, T*) &lt;span class=&quot;error&quot;&gt;&amp;#91;with T = T, Alloc = std::allocator&amp;lt;boost::unordered::detail::ptr_bucket&amp;gt;&amp;#93;&lt;/span&gt;&apos; and `template&amp;lt;class T&amp;gt; static typename boost::enable_if_c&amp;lt; boost::unordered::detail::has_destroy&amp;lt;Alloc,T&amp;gt;::value, void&amp;gt;::type boost::unordered::detail::allocator_traits::destroy(Alloc&amp;amp;, T*) &lt;span class=&quot;error&quot;&gt;&amp;#91;with T = T, Alloc = std::allocator&amp;lt;boost::unordered::detail::ptr_bucket&amp;gt;&amp;#93;&lt;/span&gt;&apos; cannot be overloaded&lt;br/&gt;
src/third_party/boost/boost/unordered/detail/allocator_helpers.hpp: In instantiation of `boost::unordered::detail::allocator_traits&amp;lt;std::allocator&amp;lt;std::pair&amp;lt;const mongo::PlanCacheKey, std::_List_iterator&amp;lt;std::pair&amp;lt;mongo::PlanCacheKey, mongo::PlanCacheEntry*&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;&apos;:&lt;br/&gt;
src/third_party/boost/boost/unordered/unordered_map.hpp:66:   instantiated from `boost::unordered::unordered_map&amp;lt;mongo::PlanCacheKey, std::_List_iterator&amp;lt;std::pair&amp;lt;mongo::PlanCacheKey, mongo::PlanCacheEntry*&amp;gt; &amp;gt;, boost::hash&amp;lt;std::string&amp;gt;, std::equal_to&amp;lt;mongo::PlanCacheKey&amp;gt;, std::allocator&amp;lt;std::pair&amp;lt;const mongo::PlanCacheKey, std::_List_iterator&amp;lt;std::pair&amp;lt;mongo::PlanCacheKey, mongo::PlanCacheEntry*&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt;&apos;&lt;br/&gt;
src/mongo/db/query/lru_key_value.h:76:   instantiated from `mongo::LRUKeyValue&amp;lt;mongo::PlanCacheKey, mongo::PlanCacheEntry&amp;gt;&apos;&lt;br/&gt;
src/mongo/db/query/plan_cache.h:398:   instantiated from here&lt;br/&gt;
src/third_party/boost/boost/unordered/detail/allocator_helpers.hpp:411: error: `template&amp;lt;class T&amp;gt; static typename boost::disable_if_c&amp;lt; boost::unordered::detail::has_construct&amp;lt;Alloc,T&amp;gt;::value, void&amp;gt;::type boost::unordered::detail::allocator_traits::construct(Alloc&amp;amp;, T*, const T&amp;amp;) &lt;span class=&quot;error&quot;&gt;&amp;#91;with T = T, Alloc = std::allocator&amp;lt;std::pair&amp;lt;const mongo::PlanCacheKey, std::_List_iterator&amp;lt;std::pair&amp;lt;mongo::PlanCacheKey, mongo::PlanCacheEntry*&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;#93;&lt;/span&gt;&apos; and `template&amp;lt;class T&amp;gt; static typename boost::enable_if_c&amp;lt; boost::unordered::detail::has_construct&amp;lt;Alloc,T&amp;gt;::value, void&amp;gt;::type boost::unordered::detail::allocator_traits::construct(Alloc&amp;amp;, T*, const T&amp;amp;) &lt;span class=&quot;error&quot;&gt;&amp;#91;with T = T, Alloc = std::allocator&amp;lt;std::pair&amp;lt;const mongo::PlanCacheKey, std::_List_iterator&amp;lt;std::pair&amp;lt;mongo::PlanCacheKey, mongo::PlanCacheEntry*&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;#93;&lt;/span&gt;&apos; cannot be overloaded&lt;br/&gt;
src/third_party/boost/boost/unordered/detail/allocator_helpers.hpp:427: error: `template&amp;lt;class T&amp;gt; static typename boost::disable_if_c&amp;lt; boost::unordered::detail::has_destroy&amp;lt;Alloc,T&amp;gt;::value, void&amp;gt;::type boost::unordered::detail::allocator_traits::destroy(Alloc&amp;amp;, T*) &lt;span class=&quot;error&quot;&gt;&amp;#91;with T = T, Alloc = std::allocator&amp;lt;std::pair&amp;lt;const mongo::PlanCacheKey, std::_List_iterator&amp;lt;std::pair&amp;lt;mongo::PlanCacheKey, mongo::PlanCacheEntry*&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;#93;&lt;/span&gt;&apos; and `template&amp;lt;class T&amp;gt; static typename boost::enable_if_c&amp;lt; boost::unordered::detail::has_destroy&amp;lt;Alloc,T&amp;gt;::value, void&amp;gt;::type boost::unordered::detail::allocator_traits::destroy(Alloc&amp;amp;, T*) &lt;span class=&quot;error&quot;&gt;&amp;#91;with T = T, Alloc = std::allocator&amp;lt;std::pair&amp;lt;const mongo::PlanCacheKey, std::_List_iterator&amp;lt;std::pair&amp;lt;mongo::PlanCacheKey, mongo::PlanCacheEntry*&amp;gt; &amp;gt; &amp;gt; &amp;gt;&amp;#93;&lt;/span&gt;&apos; cannot be overloaded&lt;br/&gt;
In file included from src/mongo/db/catalog/collection_info_cache.h:36,&lt;br/&gt;
                 from src/mongo/db/catalog/collection.h:42,&lt;br/&gt;
                 from src/mongo/db/index/index_descriptor.h:38,&lt;br/&gt;
                 from src/mongo/db/index/btree_index_cursor.h:38,&lt;br/&gt;
                 from src/mongo/db/exec/index_scan.h:33,&lt;br/&gt;
                 from src/mongo/db/query/internal_plans.h:35,&lt;br/&gt;
                 from src/mongo/db/db.cpp:64:&lt;br/&gt;
src/mongo/db/query/query_settings.h:136: error: ISO C++ forbids declaration of `unordered_map&apos; with no type&lt;br/&gt;
src/mongo/db/query/query_settings.h:136: error: expected `;&apos; before &apos;&amp;lt;&apos; token&lt;br/&gt;
src/mongo/db/query/query_settings.h:137: error: `AllowedIndexEntryMap&apos; does not name a type&lt;br/&gt;
In file included from src/mongo/db/exec/index_scan.h:33,&lt;br/&gt;
                 from src/mongo/db/query/internal_plans.h:35,&lt;br/&gt;
                 from src/mongo/db/db.cpp:64:&lt;br/&gt;
src/mongo/db/index/btree_index_cursor.h:95: error: ISO C++ forbids declaration of `unordered_set&apos; with no type&lt;br/&gt;
src/mongo/db/index/btree_index_cursor.h:95: error: expected `;&apos; before &apos;&amp;lt;&apos; token&lt;br/&gt;
In file included from src/mongo/db/query/internal_plans.h:35,&lt;br/&gt;
                 from src/mongo/db/db.cpp:64:&lt;br/&gt;
src/mongo/db/exec/index_scan.h:142: error: ISO C++ forbids declaration of `unordered_set&apos; with no type&lt;br/&gt;
src/mongo/db/exec/index_scan.h:142: error: expected `;&apos; before &apos;&amp;lt;&apos; token&lt;br/&gt;
scons: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;build/linux2/normal/mongo/db/db.o&amp;#93;&lt;/span&gt; Error 1&lt;br/&gt;
scons: building terminated because of errors.&lt;/p&gt;</comment>
                            <comment id="764068" author="mizzler" created="Fri, 14 Nov 2014 02:33:13 +0000"  >&lt;p&gt;i am using 2.6.5 source files donwloaded from &quot;http://www.mongodb.org/downloads&quot;, I found out that in this source files, src/third-party/boost is incomplete, I cannot find &quot;tr1/tr1/unordered_set&quot; in the directory. I think that is why compilation failed. Error hint is provided in the attachment.&lt;br/&gt;
I also donwload &quot;mongo-master&quot;  from &lt;a href=&quot;https://github.com/mongodb/mongo&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo&lt;/a&gt;, and when i finsheded the compilation , &quot;mongod -&lt;del&gt;version&quot; show the version is &quot;db version v2.8.0-rc1-pre&lt;/del&gt;&quot;. In this version ,boost-1.56.0 is provided, and &quot; &quot;tr1/tr1/unordered_set&quot;  can be found. So I want to make sure if there is any problem in source packet donwloaded from &quot;http://www.mongodb.org/downloads&quot;.&lt;br/&gt;
Thanks a lot.&lt;/p&gt;</comment>
                            <comment id="763064" author="acm" created="Thu, 13 Nov 2014 02:17:34 +0000"  >&lt;p&gt;Sorry, forgot to say, please also let us know which version of mongodb you are trying to build.&lt;/p&gt;</comment>
                            <comment id="763063" author="acm" created="Thu, 13 Nov 2014 02:17:06 +0000"  >&lt;p&gt;Please provide your SCons invocation and the output of the configure checks. Also, please make sure to force a reconfigure if you have updated the compiler under the same path by running SCons with --config=force.&lt;/p&gt;</comment>
                            <comment id="763061" author="mizzler" created="Thu, 13 Nov 2014 02:09:11 +0000"  >&lt;p&gt;hi Andrew,&lt;br/&gt;
    thanks very much. as my CentOS version is too old, I update gcc to 4.8, but i got compilation problem that mongo cant find boost header files. how could I fix that problem?&lt;/p&gt;</comment>
                            <comment id="762214" author="acm" created="Wed, 12 Nov 2014 15:00:14 +0000"  >&lt;p&gt;MongoDB 2.6 does not support CentOS 4.3. The MongoDB packages require RedHat 5.5 compatible (or better) runtime ABI support, meaning at least GCC 4.1 ABI. CentOS 4.3 is based on the GCC 3 runtime library which is too old.&lt;/p&gt;</comment>
                            <comment id="761931" author="mizzler" created="Wed, 12 Nov 2014 04:13:57 +0000"  >&lt;p&gt;ps:my system info is:&lt;br/&gt;
uname -a &lt;br/&gt;
Linux m1 2.6.32_1-15-0-0 #1 SMP Fri Sep 19 15:37:59 CST 2014 x86_64 GNU/Linux&lt;br/&gt;
lsb_release -a&lt;br/&gt;
LSB Version:    :core-3.0-amd64:core-3.0-ia32:core-3.0-noarch:graphics-3.0-amd64:graphics-3.0-ia32:graphics-3.0-noarch&lt;br/&gt;
.Distributor ID:        CentOS&lt;br/&gt;
Description:    CentOS release 4.3 (Final)&lt;br/&gt;
Release:        4.3&lt;br/&gt;
Codename:       Final&lt;/p&gt;

&lt;p&gt;boost :boost_1_57_0.tar.bz2&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 12 Nov 2014 15:00:14 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        9 years, 11 weeks, 2 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>ian@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            9 years, 11 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>mizzler</customfieldvalue>
            <customfieldvalue>andrew.morrow@mongodb.com</customfieldvalue>
            <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrio53:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hs3vi7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>147502</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hricp3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>