<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:41:24 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-16545] scons install fails for source builds from 2.8.0rc2</title>
                <link>https://jira.mongodb.org/browse/SERVER-16545</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I get an error from &apos;scons install&apos; while building from source for 2.8.0rc2.&lt;/p&gt;

&lt;p&gt;My build commands are:&lt;br/&gt;
scons --prefix=/b/mongo280rc2 -j4 all &amp;gt; o.all&lt;br/&gt;
scons --prefix=/b/mongo280rc2 -j4 install&lt;/p&gt;

&lt;p&gt;The error is from &apos;scons install&apos; :&lt;br/&gt;
Source `src/mongo-tools/bsondump&apos; not found, needed by target `/b/mongo280rc2/bin/bsondump&apos;.&lt;br/&gt;
scons: building terminated because of errors.&lt;/p&gt;

&lt;p&gt;bsondump doesn&apos;t occur in the &apos;scons all&apos; output:&lt;br/&gt;
grep bsondump o.all -&amp;gt; nothing&lt;/p&gt;

&lt;p&gt;And it isn&apos;t in the build result:&lt;br/&gt;
ls build/linux2/normal/mongo/ | grep -v \.a &lt;br/&gt;
bson&lt;br/&gt;
bson_check_test&lt;br/&gt;
bson_field_test&lt;br/&gt;
bsonobjbuilder_test&lt;br/&gt;
bson_obj_test&lt;br/&gt;
builder_test&lt;br/&gt;
buildinfo.cpp&lt;br/&gt;
buildinfo.o&lt;br/&gt;
client&lt;br/&gt;
config_server_tests&lt;br/&gt;
crypto&lt;br/&gt;
curop_test&lt;br/&gt;
db&lt;br/&gt;
dbclient_rs_test&lt;br/&gt;
dbtest&lt;br/&gt;
dbtests&lt;br/&gt;
expression_geo_test&lt;br/&gt;
expression_test&lt;br/&gt;
expression_text_test&lt;br/&gt;
logger&lt;br/&gt;
md5_test&lt;br/&gt;
mongo&lt;br/&gt;
mongobridge&lt;br/&gt;
mongod&lt;br/&gt;
mongoperf&lt;br/&gt;
mongos&lt;br/&gt;
mr_test&lt;br/&gt;
oid_test&lt;br/&gt;
pch.o&lt;br/&gt;
processinfo_test&lt;br/&gt;
s&lt;br/&gt;
scoped_db_conn_test&lt;br/&gt;
scripting&lt;br/&gt;
server_options_test&lt;br/&gt;
shell&lt;br/&gt;
sock_test&lt;br/&gt;
spin_lock_test&lt;br/&gt;
stringutils_test&lt;br/&gt;
text_test&lt;br/&gt;
tools&lt;br/&gt;
unittest&lt;br/&gt;
util&lt;/p&gt;</description>
                <environment></environment>
        <key id="174467">SERVER-16545</key>
            <summary>scons install fails for source builds from 2.8.0rc2</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="3">Duplicate</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="mdcallag">Mark Callaghan</reporter>
                        <labels>
                    </labels>
                <created>Sun, 14 Dec 2014 21:22:30 +0000</created>
                <updated>Sat, 24 Jan 2015 17:18:30 +0000</updated>
                            <resolved>Sun, 14 Dec 2014 22:55:59 +0000</resolved>
                                                                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="785687" author="stennie" created="Sun, 14 Dec 2014 22:55:59 +0000"  >&lt;p&gt;Hi Mark,&lt;/p&gt;

&lt;p&gt;This issue has already been reported as &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-16197&quot; title=&quot;&amp;quot;scons install&amp;quot; broken since tools rewrite&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-16197&quot;&gt;&lt;del&gt;SERVER-16197&lt;/del&gt;&lt;/a&gt; / &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-4431&quot; title=&quot;Contributors &amp;quot;Build and test&amp;quot; docs need update for 2.8 tools&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-4431&quot;&gt;&lt;del&gt;DOCS-4431&lt;/del&gt;&lt;/a&gt;. The instructions for building from source have not been updated yet to reflect the move of command-line tools to a separate repository for MongoDB 2.8. A checkout &amp;amp; build of &lt;a href=&quot;https://github.com/mongodb/mongo-tools&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;mongodb/mongo-tools&lt;/a&gt; is now required for the command line tools / &quot;all&quot; target.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Stephen&lt;/p&gt;</comment>
                            <comment id="785671" author="mdcallag" created="Sun, 14 Dec 2014 21:50:18 +0000"  >&lt;p&gt;And from src/mongo/SConscript, I don&apos;t get how this code works given that I can&apos;t find a directory named mongo-tools&lt;/p&gt;

&lt;p&gt;for t in rewrittenTools:&lt;br/&gt;
    installExternalBinary(env, &quot;src/mongo-tools/&quot; + t)&lt;/p&gt;</comment>
                            <comment id="785669" author="mdcallag" created="Sun, 14 Dec 2014 21:43:17 +0000"  >&lt;p&gt;I think this is the relevant diff:&lt;/p&gt;

&lt;p&gt;commit 4b033ae930afded6677c19022341241935992b33&lt;br/&gt;
Author: Benety Goh &amp;lt;benety@mongodb.com&amp;gt;&lt;br/&gt;
Date:   Tue Oct 7 19:48:14 2014 -0400&lt;/p&gt;

&lt;p&gt;    &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-15547&quot; title=&quot;legacy tools cleanup - remove deprecated c++ tools&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-15547&quot;&gt;&lt;del&gt;SERVER-15547&lt;/del&gt;&lt;/a&gt; removed legacy tools from source tree and build configuration. make use-new-tools option a no-op&lt;/p&gt;
</comment>
                            <comment id="785665" author="mdcallag" created="Sun, 14 Dec 2014 21:24:07 +0000"  >&lt;p&gt;For Mongo 2.6 I see this in src/mongo/SConscript&lt;/p&gt;

&lt;p&gt;env.Install( &apos;#/&apos;, [&lt;br/&gt;
        env.Program( &quot;mongofiles&quot;, &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;quot;tools/files.cpp&amp;quot;, &amp;quot;tools/mongofiles_options_init.cpp&amp;quot;&amp;#93;&lt;/span&gt;,&lt;br/&gt;
                     LIBDEPS=&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;quot;alltools&amp;quot;, &amp;quot;gridfs&amp;quot;, &amp;quot;mongofiles_options&amp;quot;&amp;#93;&lt;/span&gt; ),&lt;br/&gt;
        env.Program( &quot;bsondump&quot;, &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;quot;tools/bsondump.cpp&amp;quot;, &amp;quot;tools/bsondump_options_init.cpp&amp;quot;&amp;#93;&lt;/span&gt;,&lt;br/&gt;
                     LIBDEPS=&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;quot;alltools&amp;quot;, &amp;quot;bsondump_options&amp;quot;&amp;#93;&lt;/span&gt;),&lt;br/&gt;
        env.Program( &quot;mongobridge&quot;, &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;quot;tools/bridge.cpp&amp;quot;, &amp;quot;tools/mongobridge_options_init.cpp&amp;quot;&amp;#93;&lt;/span&gt;,&lt;br/&gt;
                     LIBDEPS=&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;quot;serveronly&amp;quot;, &amp;quot;coreserver&amp;quot;, &amp;quot;coredb&amp;quot;, &amp;quot;mongobridge_options&amp;quot;&amp;#93;&lt;/span&gt; ),&lt;br/&gt;
        env.Program( &quot;mongoperf&quot;, &quot;client/examples/mongoperf.cpp&quot;,&lt;br/&gt;
                     LIBDEPS=&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;quot;serveronly&amp;quot;, &amp;quot;coreserver&amp;quot;, &amp;quot;coredb&amp;quot;&amp;#93;&lt;/span&gt; ),&lt;br/&gt;
        ] )&lt;/p&gt;

&lt;p&gt;But that isn&apos;t in the file for 2.8. All I see is:&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;tools&lt;br/&gt;
rewrittenTools = [ &quot;mongodump&quot;, &quot;mongorestore&quot;, &quot;mongoexport&quot;, &quot;mongoimport&quot;, &quot;mongostat&quot;, &quot;mongotop&quot;, &quot;bsondump&quot;, &quot;mongofiles&quot;, &quot;mongooplog&quot; ]&lt;/li&gt;
&lt;/ol&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="169734">SERVER-16197</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="171203">DOCS-4431</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>4.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>Sun, 14 Dec 2014 22:55:59 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        9 years, 9 weeks, 3 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>
                            9 years, 9 weeks, 3 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>mdcallag</customfieldvalue>
            <customfieldvalue>stephen.steneker@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrlgnz:</customfieldvalue>

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

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

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