Search Criteria
Package Details: ros-melodic-catkin 1:0.7.29-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/ros-melodic-catkin.git (read-only, click to copy) |
---|---|
Package Base: | ros-melodic-catkin |
Description: | ROS - Low-level build system macros and infrastructure for ROS. |
Upstream URL: | https://www.wiki.ros.org/catkin |
Licenses: | BSD |
Submitter: | GPereira |
Maintainer: | None |
Last Packager: | MarsSeed |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2018-02-21 23:07 (UTC) |
Last Updated: | 2023-08-08 10:19 (UTC) |
Dependencies (11)
- gmock (googletest-gitAUR, gtest)
- gtest (googletest-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-catkin_pkgAUR
- python-empy (python-empy3AUR)
- python-nose
- ros-build-toolsAUR
- cmake (cmake-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-catkin_pkgAUR (make)
- python-empy (python-empy3AUR) (make)
Required by (502)
- ros-melodic-ackermann-steering-controller (make)
- ros-melodic-actionlib (make)
- ros-melodic-actionlib-msgs (make)
- ros-melodic-actionlib-tutorials (make)
- ros-melodic-amcl (make)
- ros-melodic-angles (make)
- ros-melodic-async-web-server-cpp (make)
- ros-melodic-audio-capture (make)
- ros-melodic-audio-common (make)
- ros-melodic-audio-common-msgs (make)
- ros-melodic-audio-play (make)
- ros-melodic-base-local-planner
- ros-melodic-base-local-planner (make)
- ros-melodic-bfl
- ros-melodic-bond (make)
- ros-melodic-bond-core (make)
- ros-melodic-bondcpp (make)
- ros-melodic-bondpy (make)
- ros-melodic-camera-calibration (make)
- ros-melodic-camera-calibration-parsers (make)
- Show 482 more...
Latest Comments
1 2 Next › Last »
bionade24 commented on 2020-01-24 21:33 (UTC)
@Obdolbino: You don't need this, you just need to add
alias catkin_make="catkin_make -DPYTHON_EXECUTABLE=/usr/bin/python3"
to your.${SHELL}rc
file. ROS has a built-in workaround as this issue affects mac users, too.Obdolbino commented on 2020-01-24 18:39 (UTC)
Hello! Finally figured out about this compilation error: execute_process(/home/*/.cache/pacaur/ros-melodic-catkin/src/build/catkin_generated/env_cached.sh "/usr/bin/python3" "/home//.local/lib/python3.7/site-packages/em" "--raw-errors"
Got same for python 2.7 and 3.8. Cmake is trying to use "em" util to color text output or something like this.
And folder site-packages/em contains some em python module. So first I thought something is wrong with this package. Tried to reinstall it from different sources etc. Finally I renamed site-packages/em directory to other name and made a link to a script /usr/lib/python3.8/site-packages/em -> /usr/bin/em
Finally installed ros-melodic-desktop-full with python3.8.
bionade24 commented on 2019-09-06 18:24 (UTC) (edited on 2019-09-06 18:25 (UTC) by bionade24)
@Some packages still have signals as required in the
CMakelists.txt
. Since you said you usedcatkin_make
manually, this should be easy patchable for you, signals is usually unecessary. If this occurs during the build of one of the packages, please open a issue on github.UtkarshKunwar commented on 2019-09-06 03:24 (UTC)
I tried compiling a package with
catkin_make
and it gave me an error about boost sayingCould not find 'signals'. Found boost = 1.69
. I looked it up and found thatsignals
was removed after 1.68 and the use ofsignals2
was preferred. But when I tried installing the 1.68 version, catkin_make threw errors for undefined references to libraries that were added in 1.69. Anyone has any clue what might be the problem?bionade24 commented on 2019-04-09 19:14 (UTC)
We moved our Development to Github: https://github.com/ros-melodic-arch
Please open issues there instead of commenting.
<deleted-account> commented on 2019-02-05 20:36 (UTC)
Please apply https://github.com/ros/catkin/pull/975 to fix the issue mentioned by theoT, as was done for https://aur.archlinux.org/packages/ros-kinetic-catkin/ .
theoT commented on 2018-12-29 02:52 (UTC)
There is an issue with catkin and the current CMake version: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=915148 and https://github.com/ros/catkin/issues/856 Building e.g. ros-melodic-class-loader results in an error complaining about a missing library "lpthread".
wbthomason commented on 2018-10-24 16:08 (UTC) (edited on 2018-10-24 16:08 (UTC) by wbthomason)
I am also having this trouble;
catkin
is compiled (per the PKGBUILD) with-DPYTHON_EXECUTABLE=/usr/bin/python3
, butcatkin_make
always finds/usr/bin/python2
as thePYTHON_EXECUTABLE
. Has anyone fixed this issue?MichaelChou commented on 2018-10-17 13:13 (UTC) (edited on 2018-10-17 13:16 (UTC) by MichaelChou)
My installation of
catkin_make
tries to find python2:If I force to use python3, then:
1 2 Next › Last »