<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:48:57 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-38437] Document some less common build gotcha&apos;s on the Build-MongoDB-From-Source page</title>
                <link>https://jira.mongodb.org/browse/SERVER-38437</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Per the discussion on &lt;a href=&quot;https://groups.google.com/forum/?utm_medium=email&amp;amp;utm_source=footer#!msg/mongodb-dev/mavDwuo7Mvo/sBIpF_pKBwAJ&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://groups.google.com/forum/?utm_medium=email&amp;amp;utm_source=footer#!msg/mongodb-dev/mavDwuo7Mvo/sBIpF_pKBwAJ&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;We should document the following less common build gotchas:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-30893&quot; title=&quot;Default build fails for aarch64 because of missing CCFLAGS option related to CRC&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-30893&quot;&gt;&lt;del&gt;SERVER-30893&lt;/del&gt;&lt;/a&gt;, that on ARM you must either disable hardware CRC32, or specify +crc in CCFLAGS.&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-38389&quot; title=&quot;ccache: error: execv of @/tmp/tmpCwyvtv.lnk failed: No such file or directory&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-38389&quot;&gt;&lt;del&gt;SERVER-38389&lt;/del&gt;&lt;/a&gt;, that use of &lt;tt&gt;ccache&lt;/tt&gt; may break the build due to an SCons bug, with the workaround of setting &lt;tt&gt;MAXLINELENGTH&lt;/tt&gt; to a very high value.&lt;/li&gt;
&lt;/ul&gt;

</description>
                <environment></environment>
        <key id="645966">SERVER-38437</key>
            <summary>Document some less common build gotcha&apos;s on the Build-MongoDB-From-Source page</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="andrew.morrow@mongodb.com">Andrew Morrow</assignee>
                                    <reporter username="andrew.morrow@mongodb.com">Andrew Morrow</reporter>
                        <labels>
                    </labels>
                <created>Thu, 6 Dec 2018 16:24:00 +0000</created>
                <updated>Wed, 19 Dec 2018 14:53:07 +0000</updated>
                            <resolved>Wed, 19 Dec 2018 14:53:07 +0000</resolved>
                                                                    <component>Build</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="2095793" author="acm" created="Wed, 19 Dec 2018 14:53:07 +0000"  >&lt;p&gt;Updated the wiki documentation, closing.&lt;/p&gt;</comment>
                            <comment id="2095792" author="acm" created="Wed, 19 Dec 2018 14:52:49 +0000"  >&lt;p&gt;Understood about the caches. One subtle thing to note based on my investigations into why ccache and SCons don&apos;t work together. SCons only looks at the first token of the command line as something that should be hashed for out-of-date detection. Normally, that is fine, since that first argument is the compiler. In your case though, that first argument is &lt;tt&gt;ccache&lt;/tt&gt;. The practical effects is that the SCons part of your build may not rebuild when it should if you upgrade your compiler. Just something to keep in mind.&lt;/p&gt;</comment>
                            <comment id="2095467" author="connectingmedia" created="Wed, 19 Dec 2018 08:12:32 +0000"  >&lt;p&gt;Looks good. Glad it got added.&lt;br/&gt;
And btw in case I haven&apos;t mentioned it, the reason I&apos;m using &lt;tt&gt;ccache&lt;/tt&gt; instead of the built in cache is because we&apos;re already using it for everything and it has been configured to be what we need. And we&apos;d like to avoid having to have multiple caches.&lt;/p&gt;

&lt;p&gt;Anyways, thanks for the update on the page.&lt;/p&gt;</comment>
                            <comment id="2094660" author="acm" created="Tue, 18 Dec 2018 17:47:13 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=ConnectingMedia&quot; class=&quot;user-hover&quot; rel=&quot;ConnectingMedia&quot;&gt;ConnectingMedia&lt;/a&gt; - I&apos;ve updated the wiki page, please have a look and let me know if it seems to address your concerns.&lt;/p&gt;</comment>
                            <comment id="2091170" author="acm" created="Fri, 14 Dec 2018 17:45:08 +0000"  >&lt;p&gt;It is queued up for the next sprint, so it should get done then.&lt;/p&gt;</comment>
                            <comment id="2090685" author="connectingmedia" created="Fri, 14 Dec 2018 08:38:04 +0000"  >&lt;p&gt;Any updates on the progress?&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>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 14 Dec 2018 08:38:04 +0000</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            5 years, 8 weeks 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>andrew.morrow@mongodb.com</customfieldvalue>
            <customfieldvalue>ConnectingMedia</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|huex1r:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hu521z:</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="2707">Dev Tools 2018-12-31</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|huejb3:</customfieldvalue>

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