Search Criteria
Package Details: ros-indigo-bondcpp 1.7.18-0
Git Clone URL: | https://aur.archlinux.org/ros-indigo-bondcpp.git (read-only, click to copy) |
---|---|
Package Base: | ros-indigo-bondcpp |
Description: | ROS - C++ implementation of bond, a mechanism for checking when another process has terminated. |
Upstream URL: | http://www.ros.org/wiki/bondcpp |
Licenses: | |
Submitter: | bchretien |
Maintainer: | yuxiang.li |
Last Packager: | yuxiang.li |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2014-06-07 15:39 |
Last Updated: | 2017-02-25 16:55 |
Dependencies (15)
- boost (boost-git)
- ros-indigo-bond
- ros-indigo-roscpp
- ros-indigo-smclib
- util-linux (util-linux-nosystemd-minimal-git, util-linux-selinux, util-linux-aes)
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- git (git-git) (make)
- ros-build-tools (ros-build-tools-py3) (make)
- ros-indigo-bond (make)
- ros-indigo-catkin (make)
- ros-indigo-cmake-modules (make)
- ros-indigo-roscpp (make)
- ros-indigo-smclib (make)
- util-linux (util-linux-nosystemd-minimal-git, util-linux-selinux, util-linux-aes) (make)
Latest Comments
jerry73204 commented on 2018-11-03 09:33
The syntax
source=("${_dir}"::"git+<https://github.com/ros-gbp/bond_core-release.git>"#tag=${_tag})
in PKGBUILD is ill-formed. Those after#
is treated as comment.Please change it to
source=("${_dir}"::"git+<https://github.com/ros-gbp/bond_core-release.git#tag=>${_tag}")
jerry73204 commented on 2018-11-03 09:31
Cannot build with newer boost. Please include this patch to fix it.
bchretien commented on 2016-02-02 15:59
@ziyangli: same comment I already made on the other package. Have you rebuilt rospack and the other dependencies after the C++ ABI change? (https://www.archlinux.org/news/c-abi-change/)
Undefined references that involve std::__cxx11 usually imply that you didn't.
ziyangli commented on 2016-02-02 15:55
When I tried to install ros-indigo-nodelet, I encountered the following error:
/opt/ros/indigo/lib/libbondcpp.so: undefined reference to `ros::WallTimer::setPeriod(ros::WallDuration const&)'
/opt/ros/indigo/lib/libroslib.so: undefined reference to `rospack::ROSPack::run(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
collect2: error: ld returned 1 exit status