<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:34:09 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-14204] Add support to build from source on OS X 10.10 Yosemite</title>
                <link>https://jira.mongodb.org/browse/SERVER-14204</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;During brew install this pops up:&lt;br/&gt;
SCons Error: option --osx-version-min: invalid choice: &apos;10.10&apos; (choose from &apos;10.6&apos;, &apos;10.7&apos;, &apos;10.8&apos;, &apos;10.9&apos;)&lt;/p&gt;</description>
                <environment>Mac OS X 10.10 Yosemite (beta)</environment>
        <key id="140977">SERVER-14204</key>
            <summary>Add support to build from source on OS X 10.10 Yosemite</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</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="ernie.hershey@mongodb.com">Ernie Hershey</assignee>
                                    <reporter username="nexflo">Florian Woegerer</reporter>
                        <labels>
                    </labels>
                <created>Sat, 7 Jun 2014 21:25:29 +0000</created>
                <updated>Wed, 10 Dec 2014 23:05:31 +0000</updated>
                            <resolved>Fri, 21 Nov 2014 22:42:58 +0000</resolved>
                                    <version>2.7.1</version>
                                                    <component>Build</component>
                                        <votes>1</votes>
                                    <watches>11</watches>
                                                                                                                <comments>
                            <comment id="636790" author="conradwt" created="Fri, 27 Jun 2014 19:31:50 +0000"  >&lt;p&gt;@Matt I agree with Adrian that the MongoDB team needs to join the Mac Developer Program because the OS X Beta program is really meant for non-developers.  Next, the issue that was reported appears to be generated by the following lines of code:&lt;/p&gt;

&lt;p&gt;File -&amp;gt; SConstruct:&lt;/p&gt;

&lt;p&gt;if darwin:&lt;br/&gt;
    osx_version_choices = &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;#39;10.6&amp;#39;, &amp;#39;10.7&amp;#39;, &amp;#39;10.8&amp;#39;, &amp;#39;10.9&amp;#39;&amp;#93;&lt;/span&gt;&lt;br/&gt;
    add_option(&quot;osx-version-min&quot;, &quot;minimum OS X version to support&quot;, 1, True,&lt;br/&gt;
               type = &apos;choice&apos;, default = osx_version_choices&lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt;, choices = osx_version_choices)&lt;/p&gt;

&lt;p&gt;The above should be changed so that you just consider a minimum OSX version instead of a set of OSX versions.  For example, you need to be using OSX 10.6 or greater to install MongoDB.  Then you can get into the meat of the problem after resolving the reported issue.  Lastly, I would recommend doing some future proofing of the code so we&apos;re not hear again for OSX 10.11 or OSXI.  Also, I&apos;m available to help test on Yosemite as well.&lt;/p&gt;</comment>
                            <comment id="636339" author="apetresc" created="Fri, 27 Jun 2014 14:24:20 +0000"  >&lt;p&gt;@Matt: The OS X Beta program is the public beta, which doesn&apos;t even have a date officially associated with it. It could very well be weeks before the public beta goes out.&lt;/p&gt;

&lt;p&gt;If you want to get it right away, you can pay the $99 for the &lt;a href=&quot;https://developer.apple.com/programs/mac/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Mac Developer Program&lt;/a&gt;. I&apos;m part of the program and I&apos;d be glad to help you test out anything you want on Yosemite as well, if that helps.&lt;/p&gt;</comment>
                            <comment id="636334" author="matt.kangas@10gen.com" created="Fri, 27 Jun 2014 14:18:41 +0000"  >&lt;p&gt;We are still blocked waiting for a copy of OS X Yosemite. I have a Mac Mini ready to upgrade and have registered for the &lt;a href=&quot;https://appleseed.apple.com/sp/betaprogram/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;OS X Beta program&lt;/a&gt;, but I have not received an access code.&lt;/p&gt;</comment>
                            <comment id="614674" author="ernie.hershey@10gen.com" created="Mon, 9 Jun 2014 22:33:32 +0000"  >&lt;p&gt;I don&apos;t have access to a Yosemite machine yet but that will be my next step. &lt;/p&gt;</comment>
                            <comment id="612631" author="thomasr" created="Sat, 7 Jun 2014 22:38:17 +0000"  >&lt;p&gt;Hi Florian,&lt;/p&gt;

&lt;p&gt;Are you running OS X 10.10 Yosemite Beta? The latest stable OS X version is 10.9 Mavericks. MongoDB 2.7.1 was released before OS X 10.10 was announced, so this is not unexpected. We&apos;ll keep this ticket to ensure compatibility with 10.10 for an upcoming release.&lt;/p&gt;

&lt;p&gt;Thanks for reporting.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Thomas&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="166506">SERVER-15889</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="140741">SERVER-14184</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="140394">SERVER-14166</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="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>Sat, 7 Jun 2014 22:38:17 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        9 years, 33 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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PM-22</customfieldvalue>
                        </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>
                            9 years, 33 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>apetresc</customfieldvalue>
            <customfieldvalue>conradwt</customfieldvalue>
            <customfieldvalue>ernie.hershey@mongodb.com</customfieldvalue>
            <customfieldvalue>nexflo</customfieldvalue>
            <customfieldvalue>matt.kangas</customfieldvalue>
            <customfieldvalue>thomas.rueckstiess@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrj9hj:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>147217</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="306">BUILD 2.8.0-rc2</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10166" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Tests Written</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10153"><![CDATA[Unneeded]]></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|hs98xr:</customfieldvalue>

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