<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:52:59 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-39749] Name discrepancy for Linux arm64 download artifacts</title>
                <link>https://jira.mongodb.org/browse/SERVER-39749</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;All of our tgz archives named &lt;tt&gt;nnn.tgz&lt;/tt&gt; extract to a directory named &lt;tt&gt;nnn&lt;/tt&gt;, with the following two exceptions (tested on 4.1.8 only):&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;tt&gt;mongodb-linux-arm64-enterprise-ubuntu1604-4.1.8.tgz&lt;/tt&gt; extracts to &lt;tt&gt;mongodb-linux-aarch64-enterprise-ubuntu1604-4.1.8&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;&lt;tt&gt;mongodb-linux-arm64-ubuntu1604-4.1.8.tgz&lt;/tt&gt; extracts to &lt;tt&gt;mongodb-linux-aarch64-ubuntu1604-4.1.8&lt;/tt&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Haven&apos;t checked Ubuntu 18.04, but the issue is very likely to exist there as well.&lt;/p&gt;

&lt;p&gt;I don&apos;t see anything obvious in &lt;tt&gt;evergreen.yml&lt;/tt&gt; other than the use of &lt;tt&gt;push_arch&lt;/tt&gt; (values are &lt;tt&gt;arm64-enterprise-ubuntu1604&lt;/tt&gt; and &lt;tt&gt;arm64-ubuntu1604&lt;/tt&gt;. I&apos;m guessing the &lt;tt&gt;aarch64&lt;/tt&gt; comes from doing &lt;tt&gt;scons dist&lt;/tt&gt;.&lt;/p&gt;

&lt;p&gt;I don&apos;t think this is a practical issue for anyone, just a deviation from all other platforms.&lt;/p&gt;

</description>
                <environment></environment>
        <key id="702458">SERVER-39749</key>
            <summary>Name discrepancy for Linux arm64 download artifacts</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="13201">Fixed</resolution>
                                        <assignee username="matt.lord">Matt Lord</assignee>
                                    <reporter username="ramon.fernandez@mongodb.com">Ramon Fernandez Marina</reporter>
                        <labels>
                    </labels>
                <created>Thu, 21 Feb 2019 22:10:14 +0000</created>
                <updated>Sun, 29 Oct 2023 22:23:43 +0000</updated>
                            <resolved>Fri, 5 Apr 2019 16:37:42 +0000</resolved>
                                                    <fixVersion>4.1.10</fixVersion>
                                    <component>Packaging</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="2203577" author="xgen-internal-githook" created="Fri, 5 Apr 2019 16:36:33 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;mattalord@gmail.com&apos;, &apos;name&apos;: &apos;Matt Lord&apos;, &apos;username&apos;: &apos;mattlord&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-39749&quot; title=&quot;Name discrepancy for Linux arm64 download artifacts&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-39749&quot;&gt;&lt;del&gt;SERVER-39749&lt;/del&gt;&lt;/a&gt; Name discrepancy for Linux arm64 download artifacts&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/ee38d3525bc4c6ea22f8239322c412c6931a086b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/ee38d3525bc4c6ea22f8239322c412c6931a086b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2202267" author="matthew.levenstein" created="Thu, 4 Apr 2019 17:54:32 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=matt.lord&quot; class=&quot;user-hover&quot; rel=&quot;matt.lord&quot;&gt;matt.lord&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=ramon.fernandez&quot; class=&quot;user-hover&quot; rel=&quot;ramon.fernandez&quot;&gt;ramon.fernandez&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Everything should be fine so long as the &apos;arch&apos; field (arm64, s390x, etc) in current.json doesn&apos;t change. If it does, then I&apos;ll need to make a small change.&lt;/p&gt;</comment>
                            <comment id="2198262" author="matt.lord" created="Mon, 1 Apr 2019 19:50:04 +0000"  >&lt;p&gt;Agreed. From my brief exploration there&apos;s a sort-of-standard developing among the distros to use aarch64 for the CPU architecture related items, which is what the hardware self-identifies the CPU architecture as (technically the A64 instruction set in AArch64 state), and arm64 for the packaging related items. I&apos;ll proceed with that model. &lt;/p&gt;</comment>
                            <comment id="2198250" author="acm" created="Mon, 1 Apr 2019 19:32:56 +0000"  >&lt;p&gt;I&apos;d suggest we simply change the filenames of the &lt;tt&gt;.tgz&lt;/tt&gt;&apos;s to say &lt;tt&gt;aarch64&lt;/tt&gt;, and maybe the builders too. &lt;/p&gt;</comment>
                            <comment id="2197684" author="matt.lord" created="Mon, 1 Apr 2019 14:40:52 +0000"  >&lt;p&gt;SCons already has &lt;a href=&quot;https://github.com/SCons/scons/blob/0113c8fca55e87396e108a66f8d1940f9a31c585/src/engine/SCons/Tool/MSCommon/vc.py#L76-L90&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;mappings for this&lt;/a&gt;, but they&apos;re only for MSVC. We could specify &lt;a href=&quot;https://scons.org/doc/HTML/scons-user/apa.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;TARGET_ARCH=arm64 compile flag&lt;/a&gt; for the linux arm64 build variants but then that causes issues with third_party sources too... I&apos;m now leaning toward adjusting the download artifacts to use &quot;linux-aarch64&quot;.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="789564">DRIVERS-670</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.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_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10011"><![CDATA[Minor Change]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 1 Apr 2019 14:40:52 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        4 years, 44 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>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            4 years, 44 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>andrew.morrow@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>matthew.levenstein@mongodb.com</customfieldvalue>
            <customfieldvalue>matt.lord</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|huocx3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|huic2v:</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="2839">Dev Tools 2019-04-08</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|hunz6f:</customfieldvalue>

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