-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.3.10
-
Component/s: Replication
-
None
-
Environment:uname -a:
===
FreeBSD www0.lambda-cloud.net 10.1-RELEASE FreeBSD 10.1-RELEASE #0 r274401: Tue Nov 11 21:02:49 UTC 2014 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
===
clang -v:
===
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-freebsd10.1
Thread model: posix
===uname -a: === FreeBSD www0.lambda-cloud.net 10.1-RELEASE FreeBSD 10.1-RELEASE #0 r274401: Tue Nov 11 21:02:49 UTC 2014 root@releng1.nyi.freebsd.org :/usr/obj/usr/src/sys/GENERIC amd64 === clang -v: === clang version 3.8.0 (tags/RELEASE_380/final) Target: x86_64-unknown-freebsd10.1 Thread model: posix ===
-
Fully Compatible
-
ALL
-
-
Repl 18 (08/05/16), Repl 2016-08-29, Repl 2016-09-19, Platforms 2016-10-10, Platforms 2016-10-31
An compiler error occurred during building MongoDB 3.3.10 under FreeBSD 10.1@amd64 with clang 3.8.0:
===
Compiling build/opt/mongo/db/repl/collection_bulk_loader_impl.o
In file included from src/mongo/db/repl/storage_interface_impl.cpp:33:
In file included from src/mongo/db/repl/storage_interface_impl.h:33:
In file included from src/mongo/base/status.h:32:
In file included from /usr/include/c++/v1/string:439:
In file included from /usr/include/c++/v1/algorithm:627:
/usr/include/c++/v1/utility:284:11: error: call to implicitly-deleted copy constructor of
'std::_1::unique_ptr<mongo::repl::TaskRunner, std::_1::default_delete<mongo::repl::TaskRunner> >'
second(__p.second)
^ ~~~~~~~~~~
===