<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:56:30 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-1250] Better Search for Program Files Directory  in scons</title>
                <link>https://jira.mongodb.org/browse/SERVER-1250</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The boost code is not searching for the windows program files folder properly.&lt;/p&gt;

&lt;p&gt;This is set in an environmental variable, actually 3 on 64 bit windows:&lt;/p&gt;

&lt;p&gt;ProgramFiles=C:\Program Files&lt;br/&gt;
ProgramFiles(x86)=C:\Program Files (x86)&lt;br/&gt;
ProgramW6432=C:\Program Files&lt;/p&gt;

&lt;p&gt;It might not necessarily be &quot;C:\program files&quot;.&lt;/p&gt;

&lt;p&gt;def find_boost():&lt;br/&gt;
    for x in (&apos;&apos;, &apos; (x86)&apos;):&lt;br/&gt;
        boostDir = &quot;C:/Program Files&quot; + x + &quot;/boost/latest&quot;&lt;br/&gt;
        if os.path.exists( boostDir ):&lt;br/&gt;
            return boostDir&lt;br/&gt;
        for bv in reversed( range(33,50) ):&lt;br/&gt;
                for extra in (&apos;&apos;, &apos;_0&apos;, &apos;_1&apos;):&lt;br/&gt;
                        boostDir = &quot;C:/Program Files&quot; + x + &quot;/Boost/boost_1_&quot; + str(bv) + extra&lt;br/&gt;
                        if os.path.exists( boostDir ):&lt;br/&gt;
                            return boostDir&lt;br/&gt;
    if os.path.exists( &quot;C:/boost&quot; ):&lt;br/&gt;
            return &quot;C:/boost&quot;&lt;br/&gt;
    if os.path.exists( &quot;/boost&quot; ):&lt;br/&gt;
            return &quot;/boost&quot;&lt;br/&gt;
    return None&lt;/p&gt;

&lt;p&gt;boostDir = find_boost()&lt;br/&gt;
if boostDir is None:&lt;br/&gt;
    print( &quot;can&apos;t find boost&quot; )&lt;br/&gt;
    Exit(1)&lt;/p&gt;
</description>
                <environment>Windows builds through scons</environment>
        <key id="12176">SERVER-1250</key>
            <summary>Better Search for Program Files Directory  in scons</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</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="backlog-server-devplatform">[DO NOT ASSIGN] Backlog - Server Development Platform Team (SDP)</assignee>
                                    <reporter username="zippy1981">Justin Dearing</reporter>
                        <labels>
                    </labels>
                <created>Thu, 17 Jun 2010 16:03:54 +0000</created>
                <updated>Tue, 6 Dec 2022 05:49:10 +0000</updated>
                            <resolved>Thu, 5 May 2022 18:24:43 +0000</resolved>
                                                                    <component>Build</component>
                                        <votes>2</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="4529407" author="acm" created="Thu, 5 May 2022 18:24:43 +0000"  >&lt;p&gt;We now honor the necessary &lt;tt&gt;CPPPATH&lt;/tt&gt; and &lt;tt&gt;LIBPATH&lt;/tt&gt; command line variables to SCons, so you can point the build to any boost installation you might want.&lt;/p&gt;</comment>
                            <comment id="19945" author="eliot" created="Tue, 2 Nov 2010 03:06:52 +0000"  >&lt;p&gt;pushing pending build system change&lt;/p&gt;</comment>
                            <comment id="14879" author="languitar" created="Sat, 19 Jun 2010 15:00:35 +0000"  >&lt;p&gt;Also it would be nice to be able to specify a boost path on the scons command line. Another assumption that is not always met is where the compiled boost librares reside on windows. If you do not use a precompiled boost, they end up in a stage directory. Either let the user specify this directory as a command line option, too, or add it to the default search locations.&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>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_12751" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Assigned Teams</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="25130"><![CDATA[Server Development Platform]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Sat, 19 Jun 2010 15:00:35 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 year, 39 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>alexander.golin@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            1 year, 39 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>backlog-server-devplatform</customfieldvalue>
            <customfieldvalue>andrew.morrow@mongodb.com</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>languitar</customfieldvalue>
            <customfieldvalue>zippy1981</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrpl7b:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6248</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_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|hrnvjb:</customfieldvalue>

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