<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:02:20 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-23088] boost 1.56 libstdc++ version detection is broken when compiling with clang</title>
                <link>https://jira.mongodb.org/browse/SERVER-23088</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;It uses the gcc version to detect the libstdc++ version but clang always claims to be 4.2.1. See &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7473&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://svn.boost.org/trac/boost/ticket/7473&lt;/a&gt; and &lt;a href=&quot;https://github.com/mongodb/mongo/blob/master/src/third_party/boost-1.56.0/boost/config/stdlib/libstdcpp3.hpp#L94-L114&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/blob/master/src/third_party/boost-1.56.0/boost/config/stdlib/libstdcpp3.hpp#L94-L114&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This was fixed in 1.57 and a patch will not be needed when we upgrade to 1.60: &lt;a href=&quot;https://github.com/boostorg/config/blob/boost-1.60.0/include/boost/config/stdlib/libstdcpp3.hpp#L115-L141&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/boostorg/config/blob/boost-1.60.0/include/boost/config/stdlib/libstdcpp3.hpp#L115-L141&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="271833">SERVER-23088</key>
            <summary>boost 1.56 libstdc++ version detection is broken when compiling with clang</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="9">Done</resolution>
                                        <assignee username="mathias@mongodb.com">Mathias Stearn</assignee>
                                    <reporter username="mathias@mongodb.com">Mathias Stearn</reporter>
                        <labels>
                            <label>code-only</label>
                    </labels>
                <created>Fri, 11 Mar 2016 17:31:42 +0000</created>
                <updated>Sun, 20 Nov 2016 23:30:16 +0000</updated>
                            <resolved>Tue, 15 Mar 2016 16:40:23 +0000</resolved>
                                                    <fixVersion>3.2.5</fixVersion>
                    <fixVersion>3.3.4</fixVersion>
                                    <component>Build</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="1204638" author="xgen-internal-githook" created="Tue, 15 Mar 2016 22:35:54 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;RedBeard0531&apos;, u&apos;name&apos;: u&apos;Mathias Stearn&apos;, u&apos;email&apos;: u&apos;mathias@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-23088&quot; title=&quot;boost 1.56 libstdc++ version detection is broken when compiling with clang&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-23088&quot;&gt;&lt;del&gt;SERVER-23088&lt;/del&gt;&lt;/a&gt; fix boost&apos;s libstdcpp detection under clang&lt;/p&gt;

&lt;p&gt;Fixes compilation errors introduced by &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-19936&quot; title=&quot;Performance pass on unicode-aware text processing logic (text index v3)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-19936&quot;&gt;&lt;del&gt;SERVER-19936&lt;/del&gt;&lt;/a&gt; when compiling with clang&lt;br/&gt;
on a system without boost headers installed.&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 4b6952e97e74d8c7bd16ebfc5fe6e412ccf0f48c)&lt;br/&gt;
Branch: v3.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/9f68e62265bcc15307edd32aca8bd278ddc570f3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/9f68e62265bcc15307edd32aca8bd278ddc570f3&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1203030" author="xgen-internal-githook" created="Mon, 14 Mar 2016 21:04:53 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;RedBeard0531&apos;, u&apos;name&apos;: u&apos;Mathias Stearn&apos;, u&apos;email&apos;: u&apos;mathias@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-23088&quot; title=&quot;boost 1.56 libstdc++ version detection is broken when compiling with clang&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-23088&quot;&gt;&lt;del&gt;SERVER-23088&lt;/del&gt;&lt;/a&gt; fix boost&apos;s libstdcpp detection under clang&lt;/p&gt;

&lt;p&gt;Fixes compilation errors introduced by &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-19936&quot; title=&quot;Performance pass on unicode-aware text processing logic (text index v3)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-19936&quot;&gt;&lt;del&gt;SERVER-19936&lt;/del&gt;&lt;/a&gt; when compiling with clang&lt;br/&gt;
on a system without boost headers installed.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/4b6952e97e74d8c7bd16ebfc5fe6e412ccf0f48c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/4b6952e97e74d8c7bd16ebfc5fe6e412ccf0f48c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1202845" author="xgen-internal-githook" created="Mon, 14 Mar 2016 19:16:42 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;3rf&apos;, u&apos;name&apos;: u&apos;Kyle Erf&apos;, u&apos;email&apos;: u&apos;erf@mongodb.com&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-23088&quot; title=&quot;boost 1.56 libstdc++ version detection is broken when compiling with clang&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-23088&quot;&gt;&lt;del&gt;SERVER-23088&lt;/del&gt;&lt;/a&gt; fix boost&apos;s libstdcpp detection under clang&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit 3071389ed3476eeb1e6730bbc1f841addf54b383.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/846e196e5a6c2faaa16678bcf0daae36e4cd7a0d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/846e196e5a6c2faaa16678bcf0daae36e4cd7a0d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1202772" author="xgen-internal-githook" created="Mon, 14 Mar 2016 18:33:11 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;RedBeard0531&apos;, u&apos;name&apos;: u&apos;Mathias Stearn&apos;, u&apos;email&apos;: u&apos;mathias@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-23088&quot; title=&quot;boost 1.56 libstdc++ version detection is broken when compiling with clang&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-23088&quot;&gt;&lt;del&gt;SERVER-23088&lt;/del&gt;&lt;/a&gt; fix boost&apos;s libstdcpp detection under clang&lt;/p&gt;

&lt;p&gt;Fixes compilation errors introduced by &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-19936&quot; title=&quot;Performance pass on unicode-aware text processing logic (text index v3)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-19936&quot;&gt;&lt;del&gt;SERVER-19936&lt;/del&gt;&lt;/a&gt; when compiling with clang&lt;br/&gt;
on a system without boost headers installed.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/3071389ed3476eeb1e6730bbc1f841addf54b383&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/3071389ed3476eeb1e6730bbc1f841addf54b383&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12451" key="com.atlassian.jira.plugin.system.customfieldtypes:multiversion">
                        <customfieldname>Backport Completed</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="16541">3.2.5</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 14 Mar 2016 18:33:11 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        7 years, 48 weeks, 1 day 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>
                            7 years, 48 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>mathias@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrj16v:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="937">Integration 11 (03/14/16)</customfieldvalue>
    <customfieldvalue id="968">Integration 12 (04/04/16)</customfieldvalue>

                        </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_11861" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>User Summary</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="11856"><![CDATA[Not Needed]]></customfieldvalue>

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

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