Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-25329

FreeBSD 10.1-RELEASE build issue

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 3.3.10
    • Component/s: Replication
    • Labels:
      None
    • Environment:
    • Fully Compatible
    • ALL
    • Hide

      wget https://fastdl.mongodb.org/src/mongodb-src-r3.3.10.tar.gz
      tar -zxvf mongodb-src-r3.3.10.tar.gz
      cd mongodb-src-r3.3.10
      scons CC=clang38 CXX=clang++38 all

      Show
      wget https://fastdl.mongodb.org/src/mongodb-src-r3.3.10.tar.gz tar -zxvf mongodb-src-r3.3.10.tar.gz cd mongodb-src-r3.3.10 scons CC=clang38 CXX=clang++38 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)
      ^ ~~~~~~~~~~
      ===

            Assignee:
            adam.martin@mongodb.com ADAM Martin (Inactive)
            Reporter:
            dev.ashevchuk@gmail.com Andrew Shevchuk
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: