<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:09:40 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-494] Failure compiling latest c driver</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-494</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;Can not compile driver&lt;/p&gt;

&lt;p&gt;&amp;gt; make &lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;: Entering directory &apos;/home/ranju/Downloads/mongo-c-driver&apos;&lt;br/&gt;
  CC       src/mongoc/libmongoc_priv_la-mongoc-client.lo&lt;br/&gt;
src/mongoc/mongoc-client.c: In function &apos;mongoc_client_connect_tcp&apos;:&lt;br/&gt;
src/mongoc/mongoc-client.c:146:26: error: &apos;BSON_ERROR_BUFFER_SIZE&apos; undeclared (first use in this function)&lt;br/&gt;
          char errmsg_buf&lt;span class=&quot;error&quot;&gt;&amp;#91;BSON_ERROR_BUFFER_SIZE&amp;#93;&lt;/span&gt;;&lt;br/&gt;
                          ^&lt;br/&gt;
src/mongoc/mongoc-client.c:146:26: note: each undeclared identifier is reported only once for each function it appears in&lt;br/&gt;
src/mongoc/mongoc-client.c:146:15: warning: unused variable &apos;errmsg_buf&apos; &lt;span class=&quot;error&quot;&gt;&amp;#91;-Wunused-variable&amp;#93;&lt;/span&gt;&lt;br/&gt;
          char errmsg_buf&lt;span class=&quot;error&quot;&gt;&amp;#91;BSON_ERROR_BUFFER_SIZE&amp;#93;&lt;/span&gt;;&lt;br/&gt;
               ^&lt;br/&gt;
Makefile:2547: recipe for target &apos;src/mongoc/libmongoc_priv_la-mongoc-client.lo&apos; failed&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;src/mongoc/libmongoc_priv_la-mongoc-client.lo&amp;#93;&lt;/span&gt; Error 1&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;: Leaving directory &apos;/home/ranju/Downloads/mongo-c-driver&apos;&lt;br/&gt;
Makefile:3691: recipe for target &apos;all-recursive&apos; failed&lt;br/&gt;
make: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;all-recursive&amp;#93;&lt;/span&gt; Error 1&lt;br/&gt;
&amp;gt; &lt;/p&gt;</description>
                <environment>Ubuntu 14.10</environment>
        <key id="176284">CDRIVER-494</key>
            <summary>Failure compiling latest c driver</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.mongodb.org/images/icons/priorities/blocker.svg">Blocker - P1</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="5">Cannot Reproduce</resolution>
                                        <assignee username="mira.carey@mongodb.com">Mira Carey</assignee>
                                    <reporter username="TangoQueen">Ranjeet Kuruvilla [X]</reporter>
                        <labels>
                    </labels>
                <created>Sun, 28 Dec 2014 20:00:34 +0000</created>
                <updated>Wed, 3 May 2017 22:14:37 +0000</updated>
                            <resolved>Wed, 25 Feb 2015 19:57:44 +0000</resolved>
                                    <version> 1.0.2 </version>
                                                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="837285" author="jason.carey" created="Wed, 25 Feb 2015 19:57:27 +0000"  >&lt;p&gt;Ranjeet,&lt;/p&gt;

&lt;p&gt;Are you still seeing this error with current master?  That error you saw in the description for the ticket was a mismatch between the libbson version and libmongoc version, and the next error was a transient bug that only existed on master for a commit or two, so things may be resolved now.&lt;/p&gt;

&lt;p&gt;Another suggestion would be to consider the last stable release of libmongoc, available at: &lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/releases/tag/1.1.0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/releases/tag/1.1.0&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please re-open this if you find that you&apos;re still encountering errors, or if the release tarballs don&apos;t work for you.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Jason&lt;/p&gt;</comment>
                            <comment id="794794" author="tangoqueen" created="Mon, 29 Dec 2014 20:04:40 +0000"  >&lt;p&gt;Hello&lt;br/&gt;
I was building from a new clonse, however I changed the constant with the value 32&lt;/p&gt;

&lt;p&gt;This is the outcome&lt;br/&gt;
/usr/bin/ld:./build/autotools/versions.ldscript:239: syntax error in VERSION script&lt;br/&gt;
collect2: error: ld returned 1 exit status&lt;br/&gt;
Makefile:1655: recipe for target &apos;libmongoc-1.0.la&apos; failed&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;libmongoc-1.0.la&amp;#93;&lt;/span&gt; Error 1&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;: Leaving directory &apos;/home/ranju/Downloads/mongo-c-driver-affbaf7be2a48e66601f60e47e94950ae2263a93&apos;&lt;br/&gt;
Makefile:3691: recipe for target &apos;all-recursive&apos; failed&lt;br/&gt;
make: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;all-recursive&amp;#93;&lt;/span&gt; Error 1&lt;/p&gt;</comment>
                            <comment id="794404" author="bjori" created="Mon, 29 Dec 2014 02:27:47 +0000"  >&lt;p&gt;Are you building from an &quot;old&quot; git clone?&lt;br/&gt;
You need to update libbson too, see &lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/affbaf7be2a48e66601f60e47e94950ae2263a93&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/affbaf7be2a48e66601f60e47e94950ae2263a93&lt;/a&gt;&lt;/p&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="175939">CDRIVER-491</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <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|hrf7fr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1123</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="374">Platform 00 2/20/15</customfieldvalue>

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