<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:11:43 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-1150] Can&apos;t build r3.0.0: package &apos;libmongoc-1.0&gt;=1.3.1&apos; not found</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-1150</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;I can&apos;t build r3.0.0. The libbson 1.3.3 and mongo-c-driver 1.3.3 have been installed properly.&lt;/p&gt;

&lt;p&gt;The CMake configure error message is the following:&lt;/p&gt;

&lt;p&gt;]$ cmake .                                       &lt;br/&gt;
&amp;#8211; The CXX compiler identification is GNU 4.9.2&lt;br/&gt;
&amp;#8211; Check for working CXX compiler: /bin/c++&lt;br/&gt;
&amp;#8211; Check for working CXX compiler: /bin/c++ &amp;#8211; works&lt;br/&gt;
&amp;#8211; Detecting CXX compiler ABI info&lt;br/&gt;
&amp;#8211; Detecting CXX compiler ABI info - done&lt;br/&gt;
&amp;#8211; Detecting CXX compile features&lt;br/&gt;
&amp;#8211; Detecting CXX compile features - done&lt;br/&gt;
&amp;#8211; No build type selected, default is Release&lt;br/&gt;
&amp;#8211; The C compiler identification is GNU 4.9.2&lt;br/&gt;
&amp;#8211; Check for working C compiler: /bin/cc&lt;br/&gt;
&amp;#8211; Check for working C compiler: /bin/cc &amp;#8211; works&lt;br/&gt;
&amp;#8211; Detecting C compiler ABI info&lt;br/&gt;
&amp;#8211; Detecting C compiler ABI info - done&lt;br/&gt;
&amp;#8211; Detecting C compile features&lt;br/&gt;
&amp;#8211; Detecting C compile features - done&lt;br/&gt;
&amp;#8211; checking for module &apos;libbson-1.0&amp;gt;=1.3.1&apos;&lt;br/&gt;
&amp;#8211;   found libbson-1.0, version 1.3.3&lt;br/&gt;
&amp;#8211; Found LIBBSON: TRUE  &lt;br/&gt;
&amp;#8211; Performing Test COMPILER_HAS_HIDDEN_VISIBILITY&lt;br/&gt;
&amp;#8211; Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success&lt;br/&gt;
&amp;#8211; Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY&lt;br/&gt;
&amp;#8211; Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success&lt;br/&gt;
&amp;#8211; Performing Test COMPILER_HAS_DEPRECATED_ATTR&lt;br/&gt;
&amp;#8211; Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success&lt;br/&gt;
&amp;#8211; checking for module &apos;libmongoc-1.0&amp;gt;=1.3.1&apos;&lt;br/&gt;
&amp;#8211;   package &apos;libmongoc-1.0&amp;gt;=1.3.1&apos; not found&lt;br/&gt;
CMake Error at cmake-3.2.3/Modules/FindPkgConfig.cmake:340 (message):&lt;br/&gt;
  A required package was not found&lt;br/&gt;
Call Stack (most recent call first):&lt;br/&gt;
  cmake-3.2.3/Modules/FindPkgConfig.cmake:502 (_pkg_check_modules_internal)&lt;br/&gt;
  cmake/FindLibMongoC.cmake:26 (pkg_check_modules)&lt;br/&gt;
  src/mongocxx/CMakeLists.txt:23 (find_package)&lt;/p&gt;


&lt;p&gt;&amp;#8211; Configuring incomplete, errors occurred!&lt;/p&gt;</description>
                <environment></environment>
        <key id="269951">CDRIVER-1150</key>
            <summary>Can&apos;t build r3.0.0: package &apos;libmongoc-1.0&gt;=1.3.1&apos; not found</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="4">Incomplete</resolution>
                                        <assignee username="jesse@mongodb.com">A. Jesse Jiryu Davis</assignee>
                                    <reporter username="andrewponomarenko">Andrey Ponomarenko</reporter>
                        <labels>
                    </labels>
                <created>Fri, 4 Mar 2016 13:20:27 +0000</created>
                <updated>Fri, 8 Dec 2017 17:57:34 +0000</updated>
                            <resolved>Wed, 16 Mar 2016 21:46:28 +0000</resolved>
                                                                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="1747087" author="__v__" created="Fri, 8 Dec 2017 17:57:34 +0000"  >&lt;p&gt;Thank you for the info.&lt;br/&gt;
In fact my problem was a bit different : the cmake of cmongocxx was telling that libbson was not found.&lt;br/&gt;
I&apos;ve finally figured out that I may, at one point, have messed with the configuration of pkgconfig.&lt;br/&gt;
pkg-config (which I&apos;ve installed months ago by apt-get and don&apos;t know much about) was somehow misconfigured.&lt;br/&gt;
&lt;b&gt;pkg-config --modversion libbson-1.0&lt;/b&gt; would fail&lt;br/&gt;
but &lt;b&gt;pkg-config --modversion /usr/local/lib/pkg-config/libbson-1.0.pc&lt;/b&gt; was ok&lt;/p&gt;

&lt;p&gt;I did &lt;/p&gt;
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;sudo apt remove pkg-config&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;sudo apt clean pkg-config&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;sudo apt purge pkg-config&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;
&lt;p&gt;then&lt;br/&gt;
sudo apt install pkg-config&lt;br/&gt;
and now mongocxx&apos;s cmake go fine.&lt;/p&gt;</comment>
                            <comment id="1747026" author="jesse" created="Fri, 8 Dec 2017 17:17:13 +0000"  >&lt;p&gt;Yes, that looks to me like the correct steps. You have built libmongoc with &quot;./configure&quot;, which is generated by the Autotools. Building libmongoc that way will also build libbson. You should now have libbson and libmongoc 1.6.3 installed on your system.&lt;/p&gt;

&lt;p&gt;I recommend you try the latest release of libmongoc, 1.8.2, instead.&lt;/p&gt;</comment>
                            <comment id="1746909" author="__v__" created="Fri, 8 Dec 2017 16:12:38 +0000"  >&lt;p&gt;Hi I have the same problem,&lt;br/&gt;
What do you mean by &lt;/p&gt;
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;recommendation is that you build libbson and libmongoc both using Autotools&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;
&lt;p&gt;From the files in the mongo-cxx release I don&apos;t see what else than cmake I could use to build mongocxx.&lt;/p&gt;

&lt;p&gt;I actually do the following :&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: #008200; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;# cmongo&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: #ff1493; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;wget&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; https:&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;//github&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;.com&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;/mongodb/mongo-c-driver/releases/download/1&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;.6.3&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;/mongo-c-driver-1&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;.6.3.&lt;/span&gt;&lt;span style=&quot;color: #ff1493; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;tar&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;.gz&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: #ff1493; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;tar&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; xzf mongo-c-driver-1.6.3.&lt;/span&gt;&lt;span style=&quot;color: #ff1493; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;tar&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;.gz&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: #ff1493; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;cd&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; mongo-c-driver-1.6.3&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;/configure&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; --disable-automatic-init-and-cleanup&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: #ff1493; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;make&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: #ff1493; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;sudo&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #ff1493; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;make&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #ff1493; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;install&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: #ff1493; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;cd&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; ..&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: #ff1493; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;sudo&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; ldconfig&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&amp;nbsp;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;curl -OL https:&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;//github&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;.com&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;/mongodb/mongo-cxx-driver/archive/r3&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;.1.3.&lt;/span&gt;&lt;span style=&quot;color: #ff1493; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;tar&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;.gz&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: #ff1493; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;tar&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; -xzf r3.1.3.&lt;/span&gt;&lt;span style=&quot;color: #ff1493; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;tar&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;.gz&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: #ff1493; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;cd&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; mongo-cxx-driver-r3.1.3&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;/build&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;cmake -DCMAKE_BUILD_TYPE=Release -DBSONCXX_POLY_USE_MNMLSTC=1 -DCMAKE_INSTALL_PREFIX=&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;/usr/local&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; ..&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: #ff1493; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;sudo&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #ff1493; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;make&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #ff1493; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;install&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: #ff1493; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;cd&lt;/span&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; ../..&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;
</comment>
                            <comment id="1207482" author="jesse" created="Fri, 18 Mar 2016 00:38:54 +0000"  >&lt;p&gt;Great, thanks for your reply.&lt;/p&gt;</comment>
                            <comment id="1206638" author="andrewponomarenko" created="Thu, 17 Mar 2016 14:29:31 +0000"  >&lt;p&gt;It&apos;s OK to close the issue. My problem is resolved.&lt;/p&gt;</comment>
                            <comment id="1206635" author="andrewponomarenko" created="Thu, 17 Mar 2016 14:28:16 +0000"  >&lt;p&gt;There is no any specific reason for me to build them by different build systems. Thank you.&lt;/p&gt;</comment>
                            <comment id="1206024" author="jesse" created="Wed, 16 Mar 2016 21:46:18 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=andrewponomarenko&quot; class=&quot;user-hover&quot; rel=&quot;andrewponomarenko&quot;&gt;andrewponomarenko&lt;/a&gt;, I&apos;m going to close this for now. My recommendation is that you build libbson and libmongoc both using Autotools. (The CMake build is primarily meant for Windows builds.) If you have a strong need to mix Autotools and CMake builds, please reopen this ticket and we&apos;ll gladly debug the problem with you.&lt;/p&gt;</comment>
                            <comment id="1202212" author="jesse" created="Mon, 14 Mar 2016 13:27:25 +0000"  >&lt;p&gt;Oh, I missed that. Can you tell me why you&apos;re building libbson with Automake and the C Driver with CMake please?&lt;/p&gt;</comment>
                            <comment id="1202109" author="andrewponomarenko" created="Mon, 14 Mar 2016 11:17:23 +0000"  >&lt;p&gt;There is no config.log in the c driver because it is configured by cmake.&lt;/p&gt;</comment>
                            <comment id="1202107" author="andrewponomarenko" created="Mon, 14 Mar 2016 11:14:06 +0000"  >&lt;p&gt;libbson config log&lt;/p&gt;</comment>
                            <comment id="1197837" author="jesse" created="Wed, 9 Mar 2016 16:25:13 +0000"  >&lt;p&gt;libbson&apos;s and libmongoc&apos;s Makefiles both put their pkgconfig files in $&amp;#40;libdir&amp;#41;/pkgconfig/:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/libbson/blob/master/src/Makefile.am#L23&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/libbson/blob/master/src/Makefile.am#L23&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/blob/master/src/Makefile.am#L1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/blob/master/src/Makefile.am#L1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;... so I don&apos;t know why they&apos;d put installed different places. If you&apos;d like to open a Jira ticket in the CDRIVER project with the config.log generated by both libbson and libmongoc we can debug from there.&lt;/p&gt;</comment>
                            <comment id="1196092" author="andrewponomarenko" created="Tue, 8 Mar 2016 09:42:12 +0000"  >&lt;p&gt;Output of &quot;PKG_CONFIG_DEBUG_SPEW=1 cmake&quot;&lt;/p&gt;</comment>
                            <comment id="1196091" author="andrewponomarenko" created="Tue, 8 Mar 2016 09:41:08 +0000"  >&lt;p&gt;Seems that the issue is with the installation of the Mongo C driver. It is installed to &quot;/usr/lib/pkgconfig/libmongoc-1.0.pc&quot;, but libbson is installed to &quot;/usr/lib64/pkgconfig/libbson-1.0.pc&quot;. The output of the &quot;PKG_CONFIG_DEBUG_SPEW=1 cmake&quot; is attached.&lt;/p&gt;</comment>
                            <comment id="1194898" author="acm" created="Mon, 7 Mar 2016 14:14:37 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=andrewponomarenko&quot; class=&quot;user-hover&quot; rel=&quot;andrewponomarenko&quot;&gt;andrewponomarenko&lt;/a&gt; - One thing that puzzles me is that while configuring without PKG_CONFIG_PATH, the CMake build was able to find libbson-1.3.3, but then failed to find libmongoc at all. Presumably, libbson and libmongoc were installed to the same location. Why did the first one succeed, and the second one fail? Can you verify that you only have one instance of each of libbson and libmongoc installed on the system? I think the easiest way would be to search the filesystem for libmongoc-1.0.pc and libbson-1.0.pc. Another interesting thing to try would be to set PKG_CONFIG_DEBUG_SPEW in the environment to get more detailed information on what pkgconfig is doing.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=mark.benvenuto&quot; class=&quot;user-hover&quot; rel=&quot;mark.benvenuto&quot;&gt;mark.benvenuto&lt;/a&gt; - I wouldn&apos;t expect that the user would need to set PKG_CONFIG_PATH in this situation. The /usr/lib/pkgconfig path should be automatically included in the search path. If it wasn&apos;t, how was libbson, presumably installed to /usr, located in the original failed configuration attempt?&lt;/p&gt;</comment>
                            <comment id="1194380" author="mark.benvenuto" created="Sun, 6 Mar 2016 22:38:54 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=acm&quot; class=&quot;user-hover&quot; rel=&quot;acm&quot;&gt;acm&lt;/a&gt; Is there a way to we can advise the user that they need to set PKG_CONFIG_PATH in some cases? I know this affects Fedora users, but does it also affect Ubuntu users?&lt;/p&gt;</comment>
                            <comment id="1193659" author="andrewponomarenko" created="Fri, 4 Mar 2016 21:01:01 +0000"  >&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Thank you for the reply.&lt;/p&gt;

&lt;p&gt;The mongo-c-driver is configured with &quot;cmake -DCMAKE_INSTALL_PREFIX=/usr&quot; and libbson with &quot;./configure --prefix=/usr&quot;.&lt;/p&gt;

&lt;p&gt;The file libmongoc-1.0.pc is presented in the system:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;]$ cat /usr/lib/pkgconfig/libmongoc-1.0.pc&lt;/p&gt;

&lt;p&gt;prefix=/usr&lt;br/&gt;
exec_prefix=${prefix}&lt;br/&gt;
libdir=${prefix}/lib&lt;br/&gt;
includedir=${exec_prefix}/include&lt;/p&gt;

&lt;p&gt;Name: libmongoc&lt;br/&gt;
Description: The libmongoc MongoDB client library.&lt;br/&gt;
Version: 1.3.3&lt;br/&gt;
Requires: libbson-1.0&lt;br/&gt;
Libs:    -L${libdir} -lmongoc-1.0&lt;br/&gt;
Cflags: -I${includedir}/libmongoc-1.0&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Adding PKG_CONFIG_PATH=/usr/lib/pkgconfig/ parameter fixed the issue:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;]$ PKG_CONFIG_PATH=/usr/lib/pkgconfig/ cmake .&lt;/p&gt;

&lt;p&gt;&amp;#8211; The CXX compiler identification is GNU 4.9.2&lt;br/&gt;
&amp;#8211; Check for working CXX compiler: /bin/c++&lt;br/&gt;
&amp;#8211; Check for working CXX compiler: /bin/c++ &amp;#8211; works&lt;br/&gt;
&amp;#8211; Detecting CXX compiler ABI info&lt;br/&gt;
&amp;#8211; Detecting CXX compiler ABI info - done&lt;br/&gt;
&amp;#8211; Detecting CXX compile features&lt;br/&gt;
&amp;#8211; Detecting CXX compile features - done&lt;br/&gt;
&amp;#8211; No build type selected, default is Release&lt;br/&gt;
&amp;#8211; The C compiler identification is GNU 4.9.2&lt;br/&gt;
&amp;#8211; Check for working C compiler: /bin/cc&lt;br/&gt;
&amp;#8211; Check for working C compiler: /bin/cc &amp;#8211; works&lt;br/&gt;
&amp;#8211; Detecting C compiler ABI info&lt;br/&gt;
&amp;#8211; Detecting C compiler ABI info - done&lt;br/&gt;
&amp;#8211; Detecting C compile features&lt;br/&gt;
&amp;#8211; Detecting C compile features - done&lt;br/&gt;
&amp;#8211; checking for module &apos;libbson-1.0&amp;gt;=1.3.1&apos;&lt;br/&gt;
&amp;#8211;   found libbson-1.0, version 1.3.3&lt;br/&gt;
&amp;#8211; Found LIBBSON: TRUE  &lt;br/&gt;
&amp;#8211; Performing Test COMPILER_HAS_HIDDEN_VISIBILITY&lt;br/&gt;
&amp;#8211; Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success&lt;br/&gt;
&amp;#8211; Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY&lt;br/&gt;
&amp;#8211; Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success&lt;br/&gt;
&amp;#8211; Performing Test COMPILER_HAS_DEPRECATED_ATTR&lt;br/&gt;
&amp;#8211; Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success&lt;br/&gt;
&amp;#8211; checking for module &apos;libmongoc-1.0&amp;gt;=1.3.1&apos;&lt;br/&gt;
&amp;#8211;   found libmongoc-1.0, version 1.3.3&lt;br/&gt;
&amp;#8211; Found LIBMONGOC: TRUE  &lt;br/&gt;
&amp;#8211; Configuring done&lt;br/&gt;
&amp;#8211; Generating done&lt;br/&gt;
&amp;#8211; Build files have been written to: r3.0.0/mongo-cxx-driver-r3.0.0&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Why the CMake can&apos;t find default pkgconfig path (/usr/lib/pkgconfig/) automatically?&lt;/p&gt;

&lt;p&gt;Thank you!&lt;/p&gt;</comment>
                            <comment id="1193290" author="jason.carey" created="Fri, 4 Mar 2016 16:55:31 +0000"  >&lt;p&gt;Andrey,&lt;/p&gt;

&lt;p&gt;What location have you installed libmongoc and libbson into?  If those directories aren&apos;t already registered with pkg-config, you may need to specify PKG_CONFIG_PATH on the cmake command line invocation.&lt;/p&gt;

&lt;p&gt;I.e.&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;# If you&apos;ve installed the c driver from the source tarball without specifying a prefix&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;PKG_CONFIG_PATH=/usr/local/lib/pkgconfig cmake .&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;You&apos;re looking for a directory containing a file named libmongoc-1.0.pc&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Jason&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="112465" name="PKG_CONFIG_DEBUG_SPEW_CMAKE_OUTPUT.txt" size="86041" author="andrewponomarenko" created="Tue, 8 Mar 2016 09:42:12 +0000"/>
                            <attachment id="113310" name="config.log" size="66564" author="andrewponomarenko" created="Mon, 14 Mar 2016 11:14:06 +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|hsj22f:</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="959">C Driver 2016 sprint 4</customfieldvalue>

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