<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:55:03 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-20714] Cannot build Intel DFP library on non-x86 architectures</title>
                <link>https://jira.mongodb.org/browse/SERVER-20714</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Building MongoDB on non-x86 architectures like ppc64 and s390x fails while configuring/building the Intel DFP library. The problem can be worked around by using these scons options:&lt;/p&gt;

&lt;p&gt;--experimental-decimal-support=off --use-system-intel_decimal128&lt;/p&gt;

&lt;p&gt;But it is not intuitive. Platform checks in SConscripts should disable the Intel library for non-x86 architectures.&lt;/p&gt;</description>
                <environment></environment>
        <key id="232356">SERVER-20714</key>
            <summary>Cannot build Intel DFP library on non-x86 architectures</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</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="jonathan.reams@mongodb.com">Jonathan Reams</assignee>
                                    <reporter username="bryanpkc">Bryan Chan</reporter>
                        <labels>
                    </labels>
                <created>Thu, 1 Oct 2015 14:39:34 +0000</created>
                <updated>Wed, 4 Nov 2015 16:16:20 +0000</updated>
                            <resolved>Thu, 29 Oct 2015 16:02:50 +0000</resolved>
                                    <version>3.1.8</version>
                                    <fixVersion>3.2.0-rc2</fixVersion>
                                    <component>Build</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="1074162" author="bryanpkc" created="Thu, 29 Oct 2015 15:57:54 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=jonathan.reams&quot; class=&quot;user-hover&quot; rel=&quot;jonathan.reams&quot;&gt;jonathan.reams&lt;/a&gt; Thanks, your fix works for me.&lt;/p&gt;</comment>
                            <comment id="1074150" author="jonathan.reams@10gen.com" created="Thu, 29 Oct 2015 15:53:05 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=bryanpkc&quot; class=&quot;user-hover&quot; rel=&quot;bryanpkc&quot;&gt;bryanpkc&lt;/a&gt;, can you try now? I pushed a fix to master last night and I&apos;ve verified it on our sparc machines.&lt;/p&gt;</comment>
                            <comment id="1073406" author="xgen-internal-githook" created="Wed, 28 Oct 2015 21:45:55 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jbreams&apos;, u&apos;name&apos;: u&apos;Jonathan Reams&apos;, u&apos;email&apos;: u&apos;jbreams@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-20714&quot; title=&quot;Cannot build Intel DFP library on non-x86 architectures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-20714&quot;&gt;&lt;del&gt;SERVER-20714&lt;/del&gt;&lt;/a&gt; Only build the intel decimal library if decimal support is enabled&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/5d6d625bd2fad0c52af639ba04c2abbca6abc49e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/5d6d625bd2fad0c52af639ba04c2abbca6abc49e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1069572" author="bryanpkc" created="Fri, 23 Oct 2015 22:23:22 +0000"  >&lt;p&gt;How do I re-open this ticket?&lt;/p&gt;</comment>
                            <comment id="1069448" author="bryanpkc" created="Fri, 23 Oct 2015 20:56:11 +0000"  >&lt;p&gt;Pulled the latest master into my tree, and I still see the same issue:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;AssertionError: Unsupported architecture: s390x:&lt;br/&gt;
  File &quot;/localbox/bryanpkc/mongodb/mongo-s390/SConstruct&quot;, line 2515:&lt;br/&gt;
    env.SConscript(&apos;src/SConscript&apos;, variant_dir=&apos;$BUILD_DIR&apos;, duplicate=False)&lt;br/&gt;
...&lt;br/&gt;
  File &quot;/localbox/bryanpkc/mongodb/mongo-s390/src/third_party/IntelRDFPMathLib20U1/SConscript&quot;, line 307:&lt;br/&gt;
    assert False, &quot;Unsupported architecture: &quot; + processor&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I am no SCons expert, but I think that &lt;tt&gt;has_option(&quot;experimental-decimal-support&quot;)&lt;/tt&gt; in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-20124&quot; title=&quot;Decimal support library is built by default&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-20124&quot;&gt;&lt;del&gt;SERVER-20124&lt;/del&gt;&lt;/a&gt; will always return true, since the option can only have values of &quot;on&quot; or &quot;off&quot; (defaulting to &quot;off&quot;), and both strings evaluate to true. The build starts working when I change that line to:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;if has_option(&quot;experimental-decimal-support&quot;) and GetOption(&quot;experimental-decimal-support&quot;) == &quot;on&quot;:&lt;/p&gt;&lt;/blockquote&gt;</comment>
                            <comment id="1065603" author="jonathan.reams@10gen.com" created="Tue, 20 Oct 2015 14:59:41 +0000"  >&lt;p&gt;Bryan, I haven&apos;t heard back in a week, so I&apos;m going to close this. If you have any further issues you can re-open this ticket.&lt;/p&gt;</comment>
                            <comment id="1058635" author="bryanpkc" created="Tue, 13 Oct 2015 01:03:12 +0000"  >&lt;p&gt;Sorry Jonathan, let me pull the latest master and report back.&lt;/p&gt;</comment>
                            <comment id="1056904" author="jonathan.reams@10gen.com" created="Fri, 9 Oct 2015 19:48:40 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=bryanpkc&quot; class=&quot;user-hover&quot; rel=&quot;bryanpkc&quot;&gt;bryanpkc&lt;/a&gt;, I haven&apos;t heard back from you on this in a while, is this still an issue?&lt;/p&gt;</comment>
                            <comment id="1048897" author="jonathan.reams@10gen.com" created="Thu, 1 Oct 2015 17:20:37 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=bryanpkc&quot; class=&quot;user-hover&quot; rel=&quot;bryanpkc&quot;&gt;bryanpkc&lt;/a&gt;, SCons shouldn&apos;t be building the intel decimal library unless experimental decimal support is explicitly enabled (see &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-20124&quot; title=&quot;Decimal support library is built by default&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-20124&quot;&gt;&lt;del&gt;SERVER-20124&lt;/del&gt;&lt;/a&gt;). What&apos;s your scons command-line look like?&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_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</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>Thu, 1 Oct 2015 17:20:37 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        8 years, 15 weeks, 6 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>
                            8 years, 15 weeks, 6 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>bryanpkc</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>jonathan.reams@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrkt2n:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hre4k7:</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_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="693">Build A (10/09/15)</customfieldvalue>
    <customfieldvalue id="724">Build B (10/30/15)</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|hs4ajj:</customfieldvalue>

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