GithubHelp home page GithubHelp logo

Comments (3)

jagomo avatar jagomo commented on June 24, 2024

Just to extend, the dependency conflict can be also seen here

❯ apt depends libmongoclient0
libmongoclient0
  Depends: libboost-system1.67.0 <-----
  Depends: libboost-thread1.67.0 <-----
  Depends: libc6 (>= 2.14)
  Depends: libgcc1 (>= 1:3.0)
    libgcc-s1
  Depends: libsasl2-2
  Depends: libssl1.1 (>= 1.1.0)
  Depends: libstdc++6 (>= 5.2)


❯ apt depends libmongoclient-dev 
libmongoclient-dev
  Depends: libmongoclient0 (= 1.1.3-3)
  Breaks: mongodb-dev (<< 2:1.1.2-1~)
  Replaces: mongodb-dev (<< 2:1.1.2-1~)

❯ apt depends ros-noetic-mongodb-store
ros-noetic-mongodb-store
  Depends: libboost-thread1.71.0 <-----
  Depends: libc6 (>= 2.14)
  Depends: libgcc-s1 (>= 3.0)
  Depends: libmongoclient0 (>= 1.1.3)
  Depends: libstdc++6 (>= 9)
  Depends: libmongoclient-dev
  Depends: mongodb
  Depends: python3-future
  Depends: python3-pymongo
  Depends: ros-noetic-geometry-msgs
  Depends: ros-noetic-mongodb-store-msgs
  Depends: ros-noetic-roscpp
  Depends: ros-noetic-rospy
  Depends: ros-noetic-std-msgs
  Depends: ros-noetic-std-srvs
  Depends: ros-noetic-topic-tools

from mongodb_store.

jagomo avatar jagomo commented on June 24, 2024

After some more digging, realized that the C++ support is based on the legacy driver that went EOL some years ago. Are there any plans to support the current C++ driver? (it's boost-free so it would solve the problem), but the new driver has a completely different API:

https://stackoverflow.com/questions/45319979/upgrading-mongodb-c-driver-to-mongocxx-3-1-2

from mongodb_store.

ggorjup avatar ggorjup commented on June 24, 2024

Hi @jagomo, thanks for finding and investigating this issue.

Unfortunately there aren't any plans to support the new C++ driver at this time. The switch would also complicate dependency handling, since it seems the new C++ driver is not on apt like the old one (https://mongocxx.org/mongocxx-v3/installation/linux/).

That being said, if you find a solution for this issue, any PRs will be greatly appreciated.

from mongodb_store.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.