<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:11:20 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-1027] When running src/libmongoc/build/autotools/Versions.m4 out of scope, VERSION_* is cat&apos;ed from the wrong directory</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-1027</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;The phongo build process sources &quot;Versions.m4&quot;:&lt;/p&gt;

&lt;p&gt;```&lt;br/&gt;
 if test &quot;$PHP_LIBMONGOC&quot; == &quot;no&quot;; then&lt;br/&gt;
    m4_include(src/libmongoc/build/autotools/Versions.m4)&lt;br/&gt;
    MONGOC_MAJOR_VERSION=mongoc_major_version&lt;br/&gt;
    MONGOC_MINOR_VERSION=mongoc_minor_version&lt;br/&gt;
    MONGOC_MICRO_VERSION=mongoc_micro_version&lt;br/&gt;
    MONGOC_API_VERSION=1.0&lt;br/&gt;
    MONGOC_VERSION=mongoc_version&lt;br/&gt;
    AC_SUBST(MONGOC_MAJOR_VERSION)&lt;br/&gt;
    AC_SUBST(MONGOC_MINOR_VERSION)&lt;br/&gt;
    AC_SUBST(MONGOC_MICRO_VERSION)&lt;br/&gt;
    AC_SUBST(MONGOC_API_VERSION)&lt;br/&gt;
    AC_SUBST(MONGOC_VERSION)&lt;br/&gt;
    AC_OUTPUT($srcdir/src/libmongoc/src/mongoc/mongoc-config.h)&lt;br/&gt;
    AC_OUTPUT($srcdir/src/libmongoc/src/mongoc/mongoc-version.h)&lt;br/&gt;
  fi&lt;br/&gt;
```&lt;br/&gt;
to be able to set the right MONGOC_*_CONSTANTS, but since 13f9dae1b99962b3989cbbf3dd115d169211944e, there are now issues as Versions.m4 does a &quot;cat&quot; on VERSION_CURRENT and VERSION_RELEASE, without taking into account that they might no longer live in the same directory.&lt;/p&gt;

&lt;p&gt;This results in:&lt;br/&gt;
```&lt;br/&gt;
cat: VERSION_CURRENT: No such file or directory&lt;br/&gt;
cat: VERSION_RELEASED: No such file or directory&lt;br/&gt;
cat: VERSION_CURRENT: No such file or directory&lt;br/&gt;
cat: VERSION_RELEASED: No such file or directory&lt;br/&gt;
```&lt;/p&gt;

&lt;p&gt;when running our &quot;phpize&quot; (akin to autogen.sh). It shows the errors once for libbson and once for libmongoc.&lt;/p&gt;

&lt;p&gt;the &quot;cat&quot; needs to be done on the files in the right directory.&lt;/p&gt;</description>
                <environment></environment>
        <key id="241879">CDRIVER-1027</key>
            <summary>When running src/libmongoc/build/autotools/Versions.m4 out of scope, VERSION_* is cat&apos;ed from the wrong directory</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="9">Done</resolution>
                                        <assignee username="bjori">Hannes Magnusson</assignee>
                                    <reporter username="derick">Derick Rethans</reporter>
                        <labels>
                    </labels>
                <created>Wed, 2 Dec 2015 15:24:01 +0000</created>
                <updated>Wed, 19 Oct 2016 14:15:19 +0000</updated>
                            <resolved>Wed, 9 Dec 2015 18:00:31 +0000</resolved>
                                    <version>1.3.0-rc0</version>
                                    <fixVersion>1.3.0</fixVersion>
                                    <component>Build</component>
                    <component>libbson</component>
                    <component>libmongoc</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="1109701" author="bjori" created="Wed, 9 Dec 2015 18:00:31 +0000"  >&lt;p&gt;Closing ticket &amp;#8211; it was fixed in 1.3.0, accompanying a simplification in phongo&lt;/p&gt;</comment>
                            <comment id="1107058" author="xgen-internal-githook" created="Mon, 7 Dec 2015 16:21:32 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;bjori&apos;, u&apos;name&apos;: u&apos;Hannes Magnusson&apos;, u&apos;email&apos;: u&apos;bjori@php.net&apos;}
&lt;p&gt;Message: Revert &quot;Unblock compile by copying VERSION_CURRENT and VERSION_RELEASED until &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-1027&quot; title=&quot;When running src/libmongoc/build/autotools/Versions.m4 out of scope, VERSION_* is cat&amp;#39;ed from the wrong directory&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-1027&quot;&gt;&lt;del&gt;CDRIVER-1027&lt;/del&gt;&lt;/a&gt; is fixed.&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit aeb55cce75d1c18a38acd52847f29de9dfa22da4.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-php-driver/commit/30d29a0bf76eb15dbb526af068a31efd912ab717&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-php-driver/commit/30d29a0bf76eb15dbb526af068a31efd912ab717&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1105578" author="bjori" created="Fri, 4 Dec 2015 15:49:43 +0000"  >&lt;p&gt;Heh. Now it gets passed the phpize stage but fails during ./configure.&lt;/p&gt;

&lt;p&gt;And of course it fails. $srcdir is the phongo srcdir, not mongoc.&lt;br/&gt;
I can&apos;t think of a way to fix that in mongoc &amp;#8211; we must be able to use $srcdir as if it referred to our src.&lt;/p&gt;

&lt;p&gt;I&apos;ve created a Pull Request for phongo to fix this though: &lt;a href=&quot;https://github.com/mongodb/mongo-php-driver/pull/150&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-php-driver/pull/150&lt;/a&gt;&lt;br/&gt;
Is that acceptable to you?&lt;/p&gt;</comment>
                            <comment id="1105396" author="derick" created="Fri, 4 Dec 2015 11:14:20 +0000"  >&lt;p&gt;Sorry, but this is not yet fixed. The location of the cat/cut errors has changed, but I still get:&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;checking whether byte ordering is bigendian... no&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;checking for stdbool.h that conforms to C99... yes&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;checking for _Bool... yes&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;checking for clock_gettime... yes&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;checking for strnlen... (cached) yes&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;checking for snprintf... (cached) yes&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;cat: ./VERSION_CURRENT: No such file or directory&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;cut: ./VERSION_CURRENT: No such file or directory&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;cut: ./VERSION_CURRENT: No such file or directory&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;cut: ./VERSION_CURRENT: No such file or directory&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;cut: ./VERSION_CURRENT: No such file or directory&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;cat: ./VERSION_RELEASED: No such file or directory&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;cut: ./VERSION_RELEASED: No such file or directory&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;cut: ./VERSION_RELEASED: No such file or directory&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;cut: ./VERSION_RELEASED: No such file or directory&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;cut: ./VERSION_RELEASED: No such file or directory&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;configure: Current version (from VERSION_CURRENT file): &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;configure: creating ./config.status&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;config.status: creating ./src/libmongoc/src/mongoc/mongoc-config.h&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;and hence the compile errors later on return.&lt;/p&gt;

&lt;p&gt;By current branch for this is &lt;a href=&quot;https://github.com/derickr/mongo-php-driver/tree/fix-libmongoc-version-issue&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/derickr/mongo-php-driver/tree/fix-libmongoc-version-issue&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1105051" author="xgen-internal-githook" created="Fri, 4 Dec 2015 00:10:53 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;bjori&apos;, u&apos;name&apos;: u&apos;Hannes Magnusson&apos;, u&apos;email&apos;: u&apos;bjori@php.net&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-1027&quot; title=&quot;When running src/libmongoc/build/autotools/Versions.m4 out of scope, VERSION_* is cat&amp;#39;ed from the wrong directory&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-1027&quot;&gt;&lt;del&gt;CDRIVER-1027&lt;/del&gt;&lt;/a&gt;: Simplify version declaration&lt;/p&gt;

&lt;p&gt;Also remove unused BSON_LT_LDFLAGS variable that was never&lt;br/&gt;
substituted, and therefore always empty.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/e894a547bffcc8001f2d609dfa2147c449083a73&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/e894a547bffcc8001f2d609dfa2147c449083a73&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1105048" author="xgen-internal-githook" created="Fri, 4 Dec 2015 00:07:49 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;bjori&apos;, u&apos;name&apos;: u&apos;Hannes Magnusson&apos;, u&apos;email&apos;: u&apos;bjori@php.net&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-1027&quot; title=&quot;When running src/libmongoc/build/autotools/Versions.m4 out of scope, VERSION_* is cat&amp;#39;ed from the wrong directory&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-1027&quot;&gt;&lt;del&gt;CDRIVER-1027&lt;/del&gt;&lt;/a&gt;: Simplify version declaration&lt;/p&gt;

&lt;p&gt;Also remove unused BSON_LT_LDFLAGS variable that was never substituted,&lt;br/&gt;
and therefore always empty.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/libbson/commit/1e0bd44bb8298dba8b698c043ac40ba5f3f05692&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/libbson/commit/1e0bd44bb8298dba8b698c043ac40ba5f3f05692&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1103712" author="jesse" created="Wed, 2 Dec 2015 21:58:08 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=bjori&quot; class=&quot;user-hover&quot; rel=&quot;bjori&quot;&gt;bjori&lt;/a&gt; I think the right answer is to chdir to the proper directory before invoking these macros, but I&apos;m uncertain. Another option is to provide some m4_define&apos;d source-directory variable that Versions.m4 can use to find the libbson or libmongoc source directory.&lt;/p&gt;

&lt;p&gt;Notice, for example, that when libmongoc invokes libbson&apos;s ./autogen.sh, libbson does &lt;b&gt;not&lt;/b&gt; encounter this problem, because it chdirs into src/libbson before invoking it. So it seems like expected behavior for our configure scripts to assume that the working directory is the repository root.&lt;/p&gt;</comment>
                            <comment id="1103459" author="xgen-internal-githook" created="Wed, 2 Dec 2015 18:30:53 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;derickr&apos;, u&apos;name&apos;: u&apos;Derick Rethans&apos;, u&apos;email&apos;: u&apos;github@derickrethans.nl&apos;}
&lt;p&gt;Message: Unblock compile by copying VERSION_CURRENT and VERSION_RELEASED until &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-1027&quot; title=&quot;When running src/libmongoc/build/autotools/Versions.m4 out of scope, VERSION_* is cat&amp;#39;ed from the wrong directory&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-1027&quot;&gt;&lt;del&gt;CDRIVER-1027&lt;/del&gt;&lt;/a&gt; is fixed.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-php-driver/commit/aeb55cce75d1c18a38acd52847f29de9dfa22da4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-php-driver/commit/aeb55cce75d1c18a38acd52847f29de9dfa22da4&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="239714">PHPC-495</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="240233">CDRIVER-1013</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="242212">CDRIVER-1034</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|hseqdz:</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="812">C Driver 2015Q2 sprint 11</customfieldvalue>

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