<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:13:12 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>[SERVER-6951] --use-system-all causes build to fail due to missing libs (patch included)</title>
                <link>https://jira.mongodb.org/browse/SERVER-6951</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;When building on 8.3-RELEASE-p4 which uses --use-system-all it fails due to missing checks for expected libs.&lt;/p&gt;

&lt;p&gt;In our case it failed on pcre, pcrecpp &amp;amp; snappy, the attached patch fixed the issue for us.&lt;/p&gt;</description>
                <environment>FreeBSD 8.3-RELEASE-p4</environment>
        <key id="49570">SERVER-6951</key>
            <summary>--use-system-all causes build to fail due to missing libs (patch included)</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="andrew.morrow@mongodb.com">Andrew Morrow</assignee>
                                    <reporter username="steveh">Steven Hartland</reporter>
                        <labels>
                            <label>build</label>
                            <label>nh-240</label>
                    </labels>
                <created>Thu, 6 Sep 2012 10:24:21 +0000</created>
                <updated>Mon, 11 Jul 2016 17:58:52 +0000</updated>
                            <resolved>Tue, 4 Jun 2013 01:08:36 +0000</resolved>
                                    <version>2.2.0</version>
                                    <fixVersion>2.5.1</fixVersion>
                                    <component>Build</component>
                                        <votes>0</votes>
                                    <watches>6</watches>
                                                                                                                <comments>
                            <comment id="352071" author="auto" created="Tue, 4 Jun 2013 00:59:25 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;acmorrow&apos;, u&apos;name&apos;: u&apos;Andrew Morrow&apos;, u&apos;email&apos;: u&apos;acm@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-6951&quot; title=&quot;--use-system-all causes build to fail due to missing libs (patch included)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-6951&quot;&gt;&lt;del&gt;SERVER-6951&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-9656&quot; title=&quot;Current scons doesn&amp;#39;t allow use of libstemmer as a system library&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-9656&quot;&gt;&lt;del&gt;SERVER-9656&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-9849&quot; title=&quot;Libraries in third party are not consistently referenced via shim layer, possibly breaking --use-system- flags&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-9849&quot;&gt;&lt;del&gt;SERVER-9849&lt;/del&gt;&lt;/a&gt; Handle third_party libraries consistently&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/2e7d108efe4a00b012d8489eae6e9565584a0529&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/2e7d108efe4a00b012d8489eae6e9565584a0529&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="351742" author="acm" created="Mon, 3 Jun 2013 17:31:00 +0000"  >&lt;p&gt;Hi Steven -&lt;/p&gt;

&lt;p&gt;Your current patch doesn&apos;t have error messages, like the other configure time checks, so I can&apos;t apply it as is. Can you either update your patch and send it as a pull request, or, if you don&apos;t care about attribution, just let me know here and I&apos;ll apply a re-written variant of your patch as myself. Either is fine with me.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Andrew&lt;/p&gt;</comment>
                            <comment id="351678" author="acm" created="Mon, 3 Jun 2013 16:08:33 +0000"  >&lt;p&gt;Steven -&lt;/p&gt;

&lt;p&gt;I agree it should be applied. Can I ask you to get the contributor agreement completed and a github pull request sent?&lt;/p&gt;

&lt;p&gt;Thanks&lt;br/&gt;
Andrew&lt;/p&gt;</comment>
                            <comment id="351124" author="steveh" created="Sun, 2 Jun 2013 19:36:14 +0000"  >&lt;p&gt;Its been a while since I played with this I&apos;m afraid Andrew and I couldn&apos;t say for sure if the patch resolved the compile issue or just failed the configuration early.&lt;/p&gt;

&lt;p&gt;I suspect the latter looking back at the patch I submitted.&lt;/p&gt;

&lt;p&gt;I can say that once that was applied, it didn&apos;t take me long to get everything building without issue under FreeBSD ports so either way I&apos;d say its a valuable fix which should be committed.&lt;/p&gt;</comment>
                            <comment id="351112" author="acm" created="Sun, 2 Jun 2013 19:05:36 +0000"  >&lt;p&gt;Hi Steven -&lt;/p&gt;

&lt;p&gt;Just to clarify, the issue is that you would like the build to fail fast if these libraries are not available, rather than falling over in a non-obvious way later in the build? Because I think that is all that this patch will do: it won&apos;t actually make the build succeed. If so then, I think this is fine. The easiest way to get this applied is for you to open a github pull request with the patch (and sign the contributor agreement mentioned in the CONTRIBUTING.rst file), and then we can merge this.&lt;/p&gt;

&lt;p&gt;That said, I suspect there are some deeper issues with --use-system-all at the moment, so even with this patch applied there may be more work to do.&lt;/p&gt;

&lt;p&gt;If you have already opened a pull request, can you reply with it here?&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Andrew&lt;/p&gt;</comment>
                            <comment id="161236" author="steveh" created="Thu, 6 Sep 2012 18:11:33 +0000"  >&lt;p&gt;Log of the build as per request&lt;/p&gt;</comment>
                            <comment id="161227" author="schwerin" created="Thu, 6 Sep 2012 17:59:40 +0000"  >&lt;p&gt;@Steven, Sorry, our messages crossed on the wire.  What you pasted above might suffice, if you can&apos;t collect a whole build log.  It has several of the relevant sections of output.&lt;/p&gt;</comment>
                            <comment id="161226" author="schwerin" created="Thu, 6 Sep 2012 17:57:40 +0000"  >&lt;p&gt;@Steven, could you attach the output of a failing build, for me?  Preferably one run with -j1 (no build-time parallelism).&lt;/p&gt;</comment>
                            <comment id="161223" author="steveh" created="Thu, 6 Sep 2012 17:56:16 +0000"  >&lt;p&gt;The build line generated by the port on FreeBSD is the following:-&lt;br/&gt;
scons CCFLAGS=&quot;-O2 -pipe -fno-strict-aliasing&quot; CXXFLAGS=&quot;-O2 -pipe -fno-strict-aliasing&quot; LINKFLAGS=&quot;&quot; PKGCONFIGDIR=/usr/local/libdata/pkgconfig CPPPATH=/usr/local/include LIBPATH=/usr/local/lib PREFIX=/usr/local CC=cc CXX=c++ --prefix=/usr/local --cxx=c++ --cpp=cpp --use-system-all --full --usev8 all&lt;/p&gt;

&lt;p&gt;This then errors after a little while here:-&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;ranlib build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/third_party/murmurhash3/libmurmurhash3.a&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;c++ -o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/mongo -fPIC -pthread -rdynamic build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/shell/dbshell.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/shell/shell_utils.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/shell/shell_utils_extended.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/shell/shell_utils_launcher.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/shell/mongo-server.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/shell/linenoise.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/shell/linenoise_utf8.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/shell/mk_wcwidth.o -L/usr/ports/databases/mongodb/work/v8 -L/usr/local/lib -Wl,--start-group build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/bson/oid.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/signal_handlers.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/debug_util.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/db/lasterror.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/version.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/scripting/bench.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/client/model.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/processinfo_freebsd.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/time_support.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/concurrency/task.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/concurrency/thread_pool.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/file_allocator.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/db/indexkey.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/client/gridfs.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/ramlog.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/scripting/utils.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/stack_introspect.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/pch.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/db/nonce.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/client/syncclusterconnection.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/client/clientAndShell.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/db/hasher.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/shell/mongo.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/password.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/db/stats/service_stats.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/client/authentication_table.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/histogram.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/md5.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/client/dbclient_rs.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/trace.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/client/connection_factory.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/md5main.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/third_party/shim_boost.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/log.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/net/message.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/db/jsobj.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/buildinfo.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/timer.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/db/common.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/concurrency/synchronization.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/scripting/v8_db.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/db/json.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/assert_util.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/s/default_version.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/client/connpool.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/net/miniwebserver.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/net/sock.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/util.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/scripting/bson_template_evaluator.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/client/dbclient.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/net/listen.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/base64.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/third_party/shim_pcrecpp.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/concurrency/mutexdebugger.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/scripting/engine_v8.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/progress_meter.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/concurrency/rwlockimpl.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/scripting/engine.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/db/stats/counters.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/text.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/db/namespace.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/stringutils.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/client/dbclientcursor.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/net/message_port.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/third_party/murmurhash3/MurmurHash3.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/processinfo.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/net/httpclient.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/background.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/startup_test.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/db/dbmessage.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/client/distlock.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/text_startuptest.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/scripting/v8_utils.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/third_party/shim_allocator.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/stacktrace.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/concurrency/spin_lock.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/scripting/v8_wrapper.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/systeminfo_none.o build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/intrusive_counter.o -Wl,--end-group -lkvm -lboost_thread -lboost_filesystem -lboost_program_options -lboost_system -lrt -lv8 -lexecinfo&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;build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/shell/dbshell.o(.text+0x6c6): In function `shellHistoryAdd(char const*)&apos;:&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;/usr/include/c++/4.2/ext/new_allocator.h:97: undefined reference to `pcrecpp::RE::no_arg&apos;&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;build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/shell/dbshell.o(.text+0x71d): In function `shellHistoryAdd(char const*)&apos;:&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;/usr/include/c++/4.2/bits/stl_construct.h:121: undefined reference to `pcrecpp::RE::PartialMatch(pcrecpp::StringPiece const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;) const&apos;&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;build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/shell/dbshell.o(.text+0x7e0): In function `shellHistoryAdd(char const*)&apos;:&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;src/mongo/bson/util/builder.h:208: undefined reference to `pcrecpp::RE::Init(std::string const&amp;amp;, pcrecpp::RE_Options const*)&apos;&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;build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/shell/dbshell.o(.text+0x23d): In function `__tcf_1&apos;:&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;/usr/include/c++/4.2/bits/stl_uninitialized.h:93: undefined reference to `pcrecpp::RE::~RE()&apos;&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;build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/scripting/bench.o(.text+0x466e): In function `mongo::BenchRunConfig::initializeFromBson(mongo::BSONObj const&amp;amp;)&apos;:&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;/usr/local/include/boost/checked_delete.hpp:34: undefined reference to `pcrecpp::RE::~RE()&apos;&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;build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/scripting/bench.o(.text+0x469e):/usr/local/include/boost/checked_delete.hpp:34: undefined reference to `pcrecpp::RE::~RE()&apos;&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;build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/scripting/bench.o(.text+0x473e):/usr/local/include/boost/checked_delete.hpp:34: undefined reference to `pcrecpp::RE::~RE()&apos;&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;build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/scripting/bench.o(.text+0x476e):/usr/local/include/boost/checked_delete.hpp:34: undefined reference to `pcrecpp::RE::~RE()&apos;&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;build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/scripting/bench.o(.text+0x1009f): In function `mongo::BenchRunWorker::generateLoadOnConnection(mongo::DBClientBase*)&apos;:&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;src/mongo/scripting/bench.cpp:617: undefined reference to `pcrecpp::RE::no_arg&apos;&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;build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/scripting/bench.o(.text+0x100ef):src/mongo/scripting/bench.cpp:617: undefined reference to `pcrecpp::RE::FullMatch(pcrecpp::StringPiece const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;) const&apos;&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;build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/scripting/bench.o(.text+0x1014d):src/mongo/scripting/bench.cpp:618: undefined reference to `pcrecpp::RE::no_arg&apos;&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;build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/scripting/bench.o(.text+0x1019d):src/mongo/scripting/bench.cpp:618: undefined reference to `pcrecpp::RE::FullMatch(pcrecpp::StringPiece const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;) const&apos;&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;build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/scripting/bench.o(.text+0x10365):src/mongo/scripting/bench.cpp:626: undefined reference to `pcrecpp::RE::no_arg&apos;&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;build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/scripting/bench.o(.text+0x103b5):src/mongo/scripting/bench.cpp:626: undefined reference to `pcrecpp::RE::FullMatch(pcrecpp::StringPiece const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;) const&apos;&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;build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/scripting/bench.o(.text+0x10413):src/mongo/scripting/bench.cpp:627: undefined reference to `pcrecpp::RE::no_arg&apos;&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;build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/scripting/bench.o(.text+0x10463):src/mongo/scripting/bench.cpp:627: undefined reference to `pcrecpp::RE::FullMatch(pcrecpp::StringPiece const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;) const&apos;&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;build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/scripting/bench.o(.gnu.linkonce.t._ZN7pcrecpp2REC1EPKcRKNS_10RE_OptionsE+0x57): In function `pcrecpp::RE::RE(char const*, pcrecpp::RE_Options const&amp;amp;)&apos;:&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;src/mongo/bson/util/atomic_int.h:96: undefined reference to `pcrecpp::RE::Init(std::string const&amp;amp;, pcrecpp::RE_Options const*)&apos;&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;build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/scripting/bench.o(.gnu.linkonce.t._ZN5boost6detail17sp_counted_impl_pIN7pcrecpp2REEE7disposeEv+0x16): In function `boost::detail::sp_counted_impl_p&amp;lt;pcrecpp::RE&amp;gt;::dispose()&apos;:&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;src/mongo/db/../bson/bsonelement.h:158: undefined reference to `pcrecpp::RE::~RE()&apos;&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;build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/net/miniwebserver.o(.text+0x1549): In function `mongo::MiniWebServer::getHeader(char const*, std::string)&apos;:&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;src/mongo/util/net/../../db/../bson/bsonelement.h:335: undefined reference to `pcrecpp::RE::Init(std::string const&amp;amp;, pcrecpp::RE_Options const*)&apos;&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;build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/net/miniwebserver.o(.text+0x1569): In function `mongo::MiniWebServer::getHeader(char const*, std::string)&apos;:&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;/usr/include/c++/4.2/bits/basic_string.h:234: undefined reference to `pcrecpp::RE::no_arg&apos;&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;build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/net/miniwebserver.o(.text+0x15e4): In function `mongo::MiniWebServer::getHeader(char const*, std::string)&apos;:&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;/usr/local/include/pcrecpparg.h:89: undefined reference to `pcrecpp::Arg::parse_string(char const*, int, void*)&apos;&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;build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/net/miniwebserver.o(.text+0x1629): In function `mongo::MiniWebServer::getHeader(char const*, std::string)&apos;:&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;src/mongo/util/net/../../db/../bson/bsonobj.h:476: undefined reference to `pcrecpp::Arg::parse_string(char const*, int, void*)&apos;&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;build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/net/miniwebserver.o(.text+0x1643): In function `mongo::MiniWebServer::getHeader(char const*, std::string)&apos;:&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;src/mongo/util/net/miniwebserver.cpp:187: undefined reference to `pcrecpp::RE::Consume(pcrecpp::StringPiece*, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;, pcrecpp::Arg const&amp;amp;) const&apos;&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;build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/net/miniwebserver.o(.text+0x16ab):src/mongo/util/net/miniwebserver.cpp:191: undefined reference to `pcrecpp::RE::~RE()&apos;&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;build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/util/net/miniwebserver.o(.text+0x18b4):src/mongo/util/net/miniwebserver.cpp:191: undefined reference to `pcrecpp::RE::~RE()&apos;&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;scons: *** [build/freebsd/cpppath_cpp/cxx_c++/use-system-all/usev8/mongo/mongo] Error 1&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;scons: building terminated because of errors.&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;Hope this helps reproduce.&lt;/p&gt;</comment>
                            <comment id="161201" author="kristina" created="Thu, 6 Sep 2012 17:28:19 +0000"  >&lt;p&gt;@Andy: this works for me without the patch, please investigate.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="75083">SERVER-9656</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="19661" name="build.log" size="89774" author="steveh" created="Thu, 6 Sep 2012 18:11:33 +0000"/>
                            <attachment id="19643" name="patch-SConstruct" size="659" author="steveh" created="Thu, 6 Sep 2012 10:24:22 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>10.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 6 Sep 2012 17:28:19 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        10 years, 37 weeks, 2 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            10 years, 37 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>andrew.morrow@mongodb.com</customfieldvalue>
            <customfieldvalue>schwerin@mongodb.com</customfieldvalue>
            <customfieldvalue>auto</customfieldvalue>
            <customfieldvalue>kristina</customfieldvalue>
            <customfieldvalue>steveh</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrnpp3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrgsg7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>11571</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10166" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Tests Written</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10153"><![CDATA[Unneeded]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrkyhz:</customfieldvalue>

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