<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:21:52 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>[CDRIVER-4766] mongo-c-driver FTBFS on 32bit (Debian bug #1055264)</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-4766</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;The 1.25.0 release of the C driver fails to build on 32-bit architectures, as reported in &lt;a href=&quot;https://bugs.debian.org/1055264&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Debian bug #1055264&lt;/a&gt;.&lt;/p&gt;</description>
                <environment></environment>
        <key id="2490134">CDRIVER-4766</key>
            <summary>mongo-c-driver FTBFS on 32bit (Debian bug #1055264)</summary>
                <type id="20" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Build Failure</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="roberto.sanchez@mongodb.com">Roberto Sanchez</assignee>
                                    <reporter username="roberto.sanchez@mongodb.com">Roberto Sanchez</reporter>
                        <labels>
                    </labels>
                <created>Fri, 3 Nov 2023 13:33:20 +0000</created>
                <updated>Fri, 3 Nov 2023 14:52:56 +0000</updated>
                            <resolved>Fri, 3 Nov 2023 14:52:56 +0000</resolved>
                                    <version>1.25.0</version>
                                    <fixVersion>1.25.1</fixVersion>
                                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="5852402" author="xgen-internal-githook" created="Fri, 3 Nov 2023 14:52:36 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Roberto C. S&#225;nchez&apos;, &apos;email&apos;: &apos;roberto@connexer.com&apos;, &apos;username&apos;: &apos;rcsanchez97&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4766&quot; title=&quot;mongo-c-driver FTBFS on 32bit (Debian bug #1055264)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4766&quot;&gt;&lt;del&gt;CDRIVER-4766&lt;/del&gt;&lt;/a&gt; replace %ld with %zu in TRACEs (#1465)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;add 32-bit Debian package build&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4766&quot; title=&quot;mongo-c-driver FTBFS on 32bit (Debian bug #1055264)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4766&quot;&gt;&lt;del&gt;CDRIVER-4766&lt;/del&gt;&lt;/a&gt; replace %ld with %zu in TRACEs&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This fixes compilation failure when %ld format specifier is used on 32-bit&lt;br/&gt;
platforms.&lt;/p&gt;

&lt;p&gt;Ref: &lt;a href=&quot;https://bugs.debian.org/1055264&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugs.debian.org/1055264&lt;/a&gt;&lt;br/&gt;
Branch: r1.25&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/61f7a093c4cddc7af4af448d693044377ce2a44a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/61f7a093c4cddc7af4af448d693044377ce2a44a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5852401" author="xgen-internal-githook" created="Fri, 3 Nov 2023 14:51:43 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Roberto C. S&#225;nchez&apos;, &apos;email&apos;: &apos;roberto@connexer.com&apos;, &apos;username&apos;: &apos;rcsanchez97&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4766&quot; title=&quot;mongo-c-driver FTBFS on 32bit (Debian bug #1055264)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4766&quot;&gt;&lt;del&gt;CDRIVER-4766&lt;/del&gt;&lt;/a&gt; replace %ld with %zu in TRACEs (#1465)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;add 32-bit Debian package build&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4766&quot; title=&quot;mongo-c-driver FTBFS on 32bit (Debian bug #1055264)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4766&quot;&gt;&lt;del&gt;CDRIVER-4766&lt;/del&gt;&lt;/a&gt; replace %ld with %zu in TRACEs&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This fixes compilation failure when %ld format specifier is used on 32-bit&lt;br/&gt;
platforms.&lt;/p&gt;

&lt;p&gt;Ref: &lt;a href=&quot;https://bugs.debian.org/1055264&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugs.debian.org/1055264&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/518ce0f23c6376b5fe89a23693c880cc5bd3e01a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/518ce0f23c6376b5fe89a23693c880cc5bd3e01a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5852142" author="roberto.sanchez" created="Fri, 3 Nov 2023 13:44:46 +0000"  >&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/pull/1465&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/pull/1465&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </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|i2glms:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>