<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:00:48 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>[CXX-924] legacy driver fails to build on Hurd</title>
                <link>https://jira.mongodb.org/browse/CXX-924</link>
                <project id="11980" key="CXX">C++ Driver</project>
                    <description>&lt;p&gt;The legacy version of the driver is failing to build on Debian with Hurd kernel with the following error:&lt;/p&gt;

&lt;p&gt;src/mongo/platform/random.cpp:157:2: error: #error Must implement SecureRandom for platform&lt;/p&gt;

&lt;p&gt;As far as I know Debian Hurd has /dev/urandom and it sould be possible to detect it using _&lt;em&gt;gnu_hurd&lt;/em&gt;_ macro (not tested yet, as I do not have direct access to an hurd installation at the moment).&lt;/p&gt;</description>
                <environment></environment>
        <key id="292032">CXX-924</key>
            <summary>legacy driver fails to build on Hurd</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="rassi">J Rassi</assignee>
                                    <reporter username="giuliopaci">Giulio Paci</reporter>
                        <labels>
                            <label>legacy-cxx</label>
                    </labels>
                <created>Tue, 7 Jun 2016 12:53:40 +0000</created>
                <updated>Thu, 23 Jun 2016 19:38:15 +0000</updated>
                            <resolved>Tue, 21 Jun 2016 19:12:30 +0000</resolved>
                                    <version>legacy-1.1.1</version>
                                    <fixVersion>legacy-1.1.2</fixVersion>
                                    <component>Build</component>
                    <component>Portability</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="1304644" author="rassi@10gen.com" created="Thu, 23 Jun 2016 19:38:15 +0000"  >&lt;p&gt;Thanks again for the pull request, &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=giuliopaci&quot; class=&quot;user-hover&quot; rel=&quot;giuliopaci&quot;&gt;giuliopaci&lt;/a&gt;.  Your fix has been incorporated in the the release for version legacy-1.1.2 of the C++ driver.&lt;/p&gt;

&lt;p&gt;~ rassi&lt;/p&gt;</comment>
                            <comment id="1301720" author="xgen-internal-githook" created="Tue, 21 Jun 2016 19:11:30 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;giuliopaci&apos;, u&apos;name&apos;: u&apos;Giulio Paci&apos;, u&apos;email&apos;: u&apos;giuliopaci@gmail.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-924&quot; title=&quot;legacy driver fails to build on Hurd&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-924&quot;&gt;&lt;del&gt;CXX-924&lt;/del&gt;&lt;/a&gt; Fix compilation on Debian GNU/Hurd.&lt;/p&gt;

&lt;p&gt;Closes #498&lt;/p&gt;

&lt;p&gt;Signed-off-by: J. Rassi &amp;lt;rassi@10gen.com&amp;gt;&lt;br/&gt;
Branch: legacy&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/aa6ed6eca43e6e127495d439cb195c71ecc96011&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/aa6ed6eca43e6e127495d439cb195c71ecc96011&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1295671" author="rassi@10gen.com" created="Wed, 15 Jun 2016 19:17:45 +0000"  >&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/pull/498&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/pull/498&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1294528" author="giuliopaci" created="Wed, 15 Jun 2016 00:01:16 +0000"  >&lt;p&gt;I signed the agreement and done the pull request.&lt;/p&gt;</comment>
                            <comment id="1294175" author="rassi@10gen.com" created="Tue, 14 Jun 2016 19:40:42 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=giuliopaci&quot; class=&quot;user-hover&quot; rel=&quot;giuliopaci&quot;&gt;giuliopaci&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;We&apos;d like to merge your patch, but first, would you mind opening a pull request on GitHub for your patch, and signing our &lt;a href=&quot;https://www.mongodb.com/legal/contributor-agreement&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;contributor&apos;s agreement&lt;/a&gt;?  That&apos;s our standard workflow for accepting contributions.&lt;/p&gt;

&lt;p&gt;Thanks.&lt;br/&gt;
~ rassi&lt;/p&gt;</comment>
                            <comment id="1291781" author="giuliopaci" created="Mon, 13 Jun 2016 06:15:36 +0000"  >&lt;p&gt;The attached patch file makes compilation succeed on both Debian GNU/FreeBSD and Debian GNU/Hurd.&lt;/p&gt;

&lt;p&gt;&quot;scons unit&quot; has also been run successfully.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="291996">CXX-921</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="125988" name="1002_fix_compilation_on_freebsd_and_hurd.patch" size="651" author="giuliopaci" created="Mon, 13 Jun 2016 06:15:36 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrcwxb:</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_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1114">Perl and CXX Team (2016-06-17)</customfieldvalue>
    <customfieldvalue id="1115">Perl and CXX Team (2016-07-08)</customfieldvalue>

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