Package Details: ros-hydro-warehouse-ros 0.8.6-5

Package Base: ros-hydro-warehouse-ros
Description: ROS - Persistent storage of ROS data using MongoDB.
Upstream URL: http://www.ros.org/
Category: devel
Licenses: BSD
Submitter: bchretien
Maintainer: None
Last Packager: None
Votes: 2
First Submitted: 2014-01-17 15:04
Last Updated: 2014-05-24 10:30

Latest Comments

Comment by bchretien

2014-05-22 22:21

@fpetersen: compilation works with both packages. I don't have time to test at runtime, but the compat version seems to be the one we need...

Comment by bchretien

2014-05-22 21:50

@fpetersen: thanks, I'll look into it.

Comment by fpetersen

2014-05-22 20:26

It looks like mongodb recently split server and c++ driver.
https://bugs.archlinux.org/task/39864

The mongodb dependency of this package doesn't provide the necessary include dir anymore, making the build fail.

I found these AUR packages containing the driver. Don't really have the time to look into it right now:
https://aur.archlinux.org/packages/mongo-cxx-driver-legacy/
https://aur.archlinux.org/packages/mongo-cxx-driver-legacy-0.0-26compat/

Maybe you can look into adjusting the dependencies of this package some time, so others don't run into the same problem