<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:11:19 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-1019] In mongoc-read-concern-private.h, mongoc-read-concern.h is included &quot;wrongly&quot;</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-1019</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;When compiling the HHVM driver against libmongoc, I am now getting the following error:&lt;/p&gt;

&lt;p&gt;```&lt;br/&gt;
[  2%] Building C object CMakeFiles/mongodb.dir/libmongoc/src/mongoc/mongoc-collection.c.o&lt;br/&gt;
In file included from /home/derick/dev/php/mongodb-mongo-hhvm-driver/libmongoc/src/mongoc/mongoc-collection.c:35:0:&lt;br/&gt;
/home/derick/dev/php/mongodb-mongo-hhvm-driver/libmongoc/src/mongoc/mongoc-read-concern-private.h:25:33: fatal error: mongoc-read-concern.h: No such file or directory&lt;br/&gt;
compilation terminated.&lt;br/&gt;
CMakeFiles/mongodb.dir/build.make:1454: recipe for target &apos;CMakeFiles/mongodb.dir/libmongoc/src/mongoc/mongoc-collection.c.o&apos; failed&lt;br/&gt;
```&lt;/p&gt;

&lt;p&gt;It appears that ```mongoc-read-concern.h``` is included with &amp;lt;..&amp;gt; in ```mongoc-read-concern-private.h```, instead of with &quot;..&quot; like all the others:&lt;/p&gt;

&lt;p&gt;```&lt;br/&gt;
derick@gargleblaster:~/dev/php/mongodb-mongo-hhvm-driver $ grep -r mongoc-read-concern.h&lt;br/&gt;
libmongoc/src/mongoc/mongoc-collection.h:#include &quot;mongoc-read-concern.h&quot;&lt;br/&gt;
libmongoc/src/mongoc/mongoc-client.h:#include &quot;mongoc-read-concern.h&quot;&lt;br/&gt;
libmongoc/src/mongoc/mongoc-read-concern-private.h:#include &amp;lt;mongoc-read-concern.h&amp;gt;&lt;br/&gt;
libmongoc/src/mongoc/mongoc-database-private.h:#include &quot;mongoc-read-concern.h&quot;&lt;br/&gt;
libmongoc/src/mongoc/mongoc-uri.h:#include &quot;mongoc-read-concern.h&quot;&lt;br/&gt;
libmongoc/src/mongoc/mongoc-database.h:#include &quot;mongoc-read-concern.h&quot;&lt;br/&gt;
libmongoc/src/mongoc/mongoc-read-concern.c:#include &quot;mongoc-read-concern.h&quot;&lt;br/&gt;
```&lt;/p&gt;

&lt;p&gt;If I change the &amp;lt;..&amp;gt; to &quot;..&quot;, compilation works, and all tests pass with libmongoc-1.3.0-beta0.&lt;/p&gt;</description>
                <environment></environment>
        <key id="240422">CDRIVER-1019</key>
            <summary>In mongoc-read-concern-private.h, mongoc-read-concern.h is included &quot;wrongly&quot;</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="jesse@mongodb.com">A. Jesse Jiryu Davis</assignee>
                                    <reporter username="derick">Derick Rethans</reporter>
                        <labels>
                    </labels>
                <created>Fri, 20 Nov 2015 12:50:53 +0000</created>
                <updated>Tue, 8 Dec 2015 02:32:37 +0000</updated>
                            <resolved>Fri, 20 Nov 2015 13:57:20 +0000</resolved>
                                    <version>1.3.0-beta0</version>
                                    <fixVersion>1.3.0-rc0</fixVersion>
                                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="1094182" author="xgen-internal-githook" created="Fri, 20 Nov 2015 13:57:09 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;ajdavis&apos;, u&apos;name&apos;: u&apos;A. Jesse Jiryu Davis&apos;, u&apos;email&apos;: u&apos;jesse@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-1019&quot; title=&quot;In mongoc-read-concern-private.h, mongoc-read-concern.h is included &amp;quot;wrongly&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-1019&quot;&gt;&lt;del&gt;CDRIVER-1019&lt;/del&gt;&lt;/a&gt; include private header with quotes&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/7a1e32a08508611497575003db09f5e80b815121&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/7a1e32a08508611497575003db09f5e80b815121&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </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|hsej7r:</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>