<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:18:05 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-3452] zstd not listed as a dependency for static libmongoc</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-3452</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;If libzstd is found when configuring with cmake, libmongoc links against it and enables zstandard compression. However, it does not list libzstd as an explicit library to link against for libmongoc static in either the package config file or cmake file. This results in consumers of static libmongoc getting linker errors for unresolved symbols to ZSTD functions.&lt;/p&gt;

&lt;p&gt;Example: &lt;a href=&quot;https://evergreen.mongodb.com/task/mongo_c_driver_releng_link_with_cmake_mac_25494023026066a58cde196fac84b2138eae8fac_19_11_23_03_39_21&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://evergreen.mongodb.com/task/mongo_c_driver_releng_link_with_cmake_mac_25494023026066a58cde196fac84b2138eae8fac_19_11_23_03_39_21&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="1038679">CDRIVER-3452</key>
            <summary>zstd not listed as a dependency for static libmongoc</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="13201">Fixed</resolution>
                                        <assignee username="kevin.albertson@mongodb.com">Kevin Albertson</assignee>
                                    <reporter username="kevin.albertson@mongodb.com">Kevin Albertson</reporter>
                        <labels>
                    </labels>
                <created>Thu, 5 Dec 2019 18:59:20 +0000</created>
                <updated>Sat, 28 Oct 2023 11:29:00 +0000</updated>
                            <resolved>Mon, 9 Dec 2019 16:25:44 +0000</resolved>
                                                    <fixVersion>1.16.0</fixVersion>
                    <fixVersion>1.15.3</fixVersion>
                                    <component>cmake</component>
                    <component>libmongoc</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="2593968" author="xgen-internal-githook" created="Mon, 9 Dec 2019 16:25:31 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Kevin Albertson&apos;, &apos;username&apos;: &apos;kevinAlbs&apos;, &apos;email&apos;: &apos;kevin.albertson@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-3452&quot; title=&quot;zstd not listed as a dependency for static libmongoc&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-3452&quot;&gt;&lt;del&gt;CDRIVER-3452&lt;/del&gt;&lt;/a&gt; list zstd as dep for static build&lt;/p&gt;

&lt;p&gt;libzstd was not listed as a library dependency for&lt;br/&gt;
static libmongoc build, causing potentialy linker&lt;br/&gt;
errors in consumers.&lt;/p&gt;

&lt;p&gt;Also enable zstd tests on macOS, disable on Ubuntu&lt;br/&gt;
since installed zstd is too old.&lt;br/&gt;
Branch: r1.15&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/928775c3d456497173754f6373c66bf07a236df0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/928775c3d456497173754f6373c66bf07a236df0&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2593941" author="xgen-internal-githook" created="Mon, 9 Dec 2019 16:16:14 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Kevin Albertson&apos;, &apos;username&apos;: &apos;kevinAlbs&apos;, &apos;email&apos;: &apos;kevin.albertson@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-3452&quot; title=&quot;zstd not listed as a dependency for static libmongoc&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-3452&quot;&gt;&lt;del&gt;CDRIVER-3452&lt;/del&gt;&lt;/a&gt; list zstd as dep for static build&lt;/p&gt;

&lt;p&gt;libzstd was not listed as a library dependency for&lt;br/&gt;
static libmongoc build, causing potentialy linker&lt;br/&gt;
errors in consumers.&lt;/p&gt;

&lt;p&gt;Also enable zstd tests on macOS, disable on Ubuntu&lt;br/&gt;
since installed zstd is too old.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/9b677d79a5f544abfd27c9602953d0caf257951b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/9b677d79a5f544abfd27c9602953d0caf257951b&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="936243">CDRIVER-3371</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="676095">CDRIVER-2930</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|hvwot3:</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>