<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:07:52 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-24950] Core Compile Fails Against Boost v1.61.0</title>
                <link>https://jira.mongodb.org/browse/SERVER-24950</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;When building MongoDB core r3.2.7 against Boost v1.61.0, the build fails, with the following error:&lt;/p&gt;

&lt;p&gt;src/mongo/db/ftdc/compressor.cpp:50:31: error: no matching function for call to &apos;boost::none_t::none_t()&apos;&lt;br/&gt;
         return &lt;/p&gt;
{boost::none_t()}
&lt;p&gt;;&lt;br/&gt;
                               ^&lt;br/&gt;
src/mongo/db/ftdc/compressor.cpp:50:31: note: candidates are:&lt;br/&gt;
In file included from /usr/local/include/boost/none.hpp:16:0,&lt;br/&gt;
                 from /usr/local/include/boost/optional/optional.hpp:47,&lt;br/&gt;
                 from /usr/local/include/boost/optional.hpp:15,&lt;br/&gt;
                 from src/mongo/db/ftdc/compressor.h:31,&lt;br/&gt;
                 from src/mongo/db/ftdc/compressor.cpp:31:&lt;br/&gt;
/usr/local/include/boost/none_t.hpp:32:12: note: boost::none_t::none_t(boost::none_t::init_tag)&lt;br/&gt;
   explicit none_t(init_tag){} // to disable default constructor&lt;br/&gt;
            ^&lt;br/&gt;
/usr/local/include/boost/none_t.hpp:32:12: note:   candidate expects 1 argument, 0 provided&lt;br/&gt;
/usr/local/include/boost/none_t.hpp:29:8: note: constexpr boost::none_t::none_t(const boost::none_t&amp;amp;)&lt;br/&gt;
 struct none_t&lt;br/&gt;
        ^&lt;br/&gt;
/usr/local/include/boost/none_t.hpp:29:8: note:   candidate expects 1 argument, 0 provided&lt;br/&gt;
/usr/local/include/boost/none_t.hpp:29:8: note: constexpr boost::none_t::none_t(boost::none_t&amp;amp;&amp;amp;)&lt;br/&gt;
/usr/local/include/boost/none_t.hpp:29:8: note:   candidate expects 1 argument, 0 provided&lt;br/&gt;
src/mongo/db/ftdc/compressor.cpp:50:32: error: could not convert &apos;&lt;/p&gt;
{&amp;lt;expression error&amp;gt;}&apos; from &apos;&amp;lt;brace-enclosed initializer list&amp;gt;&apos; to &apos;mongo::StatusWith&amp;lt;boost::optional&amp;lt;std::tuple&amp;lt;mongo::ConstDataRange, mongo::FTDCCompressor::CompressorState, mongo::Date_t&amp;gt; &amp;gt; &amp;gt;&apos;&lt;br/&gt;
         return {boost::none_t()};&lt;br/&gt;
                                ^&lt;br/&gt;
src/mongo/db/ftdc/compressor.cpp:110:27: error: no matching function for call to &apos;boost::none_t::none_t()&apos;&lt;br/&gt;
     return {boost::none_t()};&lt;br/&gt;
                           ^&lt;br/&gt;
src/mongo/db/ftdc/compressor.cpp:110:27: note: candidates are:&lt;br/&gt;
In file included from /usr/local/include/boost/none.hpp:16:0,&lt;br/&gt;
                 from /usr/local/include/boost/optional/optional.hpp:47,&lt;br/&gt;
                 from /usr/local/include/boost/optional.hpp:15,&lt;br/&gt;
                 from src/mongo/db/ftdc/compressor.h:31,&lt;br/&gt;
                 from src/mongo/db/ftdc/compressor.cpp:31:&lt;br/&gt;
/usr/local/include/boost/none_t.hpp:32:12: note: boost::none_t::none_t(boost::none_t::init_tag)&lt;br/&gt;
   explicit none_t(init_tag){} // to disable default constructor&lt;br/&gt;
            ^&lt;br/&gt;
/usr/local/include/boost/none_t.hpp:32:12: note:   candidate expects 1 argument, 0 provided&lt;br/&gt;
/usr/local/include/boost/none_t.hpp:29:8: note: constexpr boost::none_t::none_t(const boost::none_t&amp;amp;)&lt;br/&gt;
 struct none_t&lt;br/&gt;
        ^&lt;br/&gt;
/usr/local/include/boost/none_t.hpp:29:8: note:   candidate expects 1 argument, 0 provided&lt;br/&gt;
/usr/local/include/boost/none_t.hpp:29:8: note: constexpr boost::none_t::none_t(boost::none_t&amp;amp;&amp;amp;)&lt;br/&gt;
/usr/local/include/boost/none_t.hpp:29:8: note:   candidate expects 1 argument, 0 provided&lt;br/&gt;
src/mongo/db/ftdc/compressor.cpp:110:28: error: could not convert &apos;{&amp;lt;expression error&amp;gt;}
&lt;p&gt;&apos; from &apos;&amp;lt;brace-enclosed initializer list&amp;gt;&apos; to &apos;mongo::StatusWith&amp;lt;boost::optional&amp;lt;std::tuple&amp;lt;mongo::ConstDataRange, mongo::FTDCCompressor::CompressorState, mongo::Date_t&amp;gt; &amp;gt; &amp;gt;&apos;&lt;br/&gt;
     return &lt;/p&gt;
{boost::none_t()}
&lt;p&gt;;&lt;br/&gt;
                            ^&lt;br/&gt;
src/mongo/db/ftdc/compressor.cpp:111:1: warning: control reaches end of non-void function &lt;span class=&quot;error&quot;&gt;&amp;#91;-Wreturn-type&amp;#93;&lt;/span&gt;&lt;br/&gt;
 }&lt;br/&gt;
 ^&lt;br/&gt;
scons: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;build/opt/mongo/db/ftdc/compressor.o&amp;#93;&lt;/span&gt; Error 1&lt;br/&gt;
scons: building terminated because of errors.&lt;/p&gt;

&lt;p&gt;I&apos;m guessing this is due to boost::none_t() needing to be replaced with boost::none, and will attempt patching the source, to see if that works.&lt;/p&gt;

&lt;p&gt;This also means it would break against Boost v1.60, as that version requires the same change. This means MongoDB does not built against the latest version of Boost.&lt;/p&gt;</description>
                <environment>Void Linux</environment>
        <key id="299491">SERVER-24950</key>
            <summary>Core Compile Fails Against Boost v1.61.0</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="3">Duplicate</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="antonio-malcolm">Antonio Malcolm</reporter>
                        <labels>
                    </labels>
                <created>Fri, 8 Jul 2016 06:36:01 +0000</created>
                <updated>Wed, 7 Dec 2016 22:20:42 +0000</updated>
                            <resolved>Fri, 8 Jul 2016 06:55:13 +0000</resolved>
                                    <version>3.2.7</version>
                                                    <component>Build</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="1317807" author="antonio-malcolm" created="Fri, 8 Jul 2016 07:52:19 +0000"  >&lt;p&gt;Noted. Adding a comment to that ticket. &lt;br/&gt;
Is there a technical reason why you wouldn&apos;t add a fix for this, considering it appears to be a small update?&lt;br/&gt;
The folks at MariaDB encountered a similar issue, and it was also a simple fix- one file, one occurrence, in their case.&lt;br/&gt;
It&apos;s three files, with four occurrences, in the case of compiling the MongoDB core (as I detailed in the other ticket).&lt;br/&gt;
It seems a bit odd, to refuse to support the current version of boost, or the last current version, in the current MongoDB stable, considering it&apos;s a minor, possibly even trivial, update.&lt;/p&gt;</comment>
                            <comment id="1317773" author="thomas.schubert" created="Fri, 8 Jul 2016 06:55:00 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=antonio-malcolm&quot; class=&quot;user-hover&quot; rel=&quot;antonio-malcolm&quot;&gt;antonio-malcolm&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Thanks for the report. Please see the discussion on &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-24208&quot; title=&quot;Use boost::none instead of boost::none_t()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-24208&quot;&gt;&lt;del&gt;SERVER-24208&lt;/del&gt;&lt;/a&gt; regarding this issue. &lt;/p&gt;

&lt;p&gt;Kind regards,&lt;br/&gt;
Thomas&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="287808">SERVER-24208</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 8 Jul 2016 06:55:00 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        7 years, 31 weeks, 5 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>ramon.fernandez@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            7 years, 31 weeks, 5 days 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>antonio-malcolm</customfieldvalue>
            <customfieldvalue>kelsey.schubert@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hris0n:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hsnazz:</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_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10750" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Steps To Reproduce</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;scons core \&lt;br/&gt;
--prefix=/usr/local/srv/db/mongodb/v3.2.7 \&lt;br/&gt;
--use-system-boost \&lt;br/&gt;
--use-system-intel_decimal128 \&lt;br/&gt;
--use-system-pcre \&lt;br/&gt;
--use-system-snappy \&lt;br/&gt;
--use-system-yaml \&lt;br/&gt;
--use-system-zlib \&lt;br/&gt;
--use-sasl-client \&lt;br/&gt;
--ssl \&lt;br/&gt;
--nostrip \&lt;br/&gt;
--disable-warnings-as-errors \&lt;br/&gt;
--allocator=system \&lt;br/&gt;
--wiredtiger=on \&lt;br/&gt;
--use-system-wiredtiger&lt;/p&gt;</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_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrkrgv:</customfieldvalue>

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