Robotics StackExchange | Archived questions

rosdep fails brew install homebrew/science/pcl --HEAD

Hi I am trying to install ROS Jade in my mac running Yosemite 10.10.5. When I run

rosdep install --from-paths src --ignore-src --rosdistro jade -y

I get:

executing command [brew install homebrew/science/pcl --HEAD]
==> Installing pcl from homebrew/science
==> Cloning https://github.com/PointCloudLibrary/pcl.git
Updating /Library/Caches/Homebrew/pcl--git
==> Checking out branch master
==> Patching
patching file cmake/pcl_find_cuda.cmake
Hunk #1 FAILED at 1.
Hunk #2 FAILED at 37.
2 out of 2 hunks FAILED -- saving rejects to file cmake/pcl_find_cuda.cmake.rej
Error: Failure while executing: /usr/bin/patch -g 0 -f -p1
ERROR: the following rosdeps failed to install
  homebrew: command [brew install homebrew/science/pcl --HEAD] failed

I thought it was a problem with QT like it is mentioned in:

http://answers.ros.org/question/211546/fatal-error-qmetatype-file-not-found-when-building-ros-indigo-on-os-x-10103/

But no luck.

Has anyone else faced the same problem?

Asked by Pedro_85 on 2015-12-11 16:53:36 UTC

Comments

I also have the same problem, no solution until now... any good soul know how to solve this?

Asked by Davon on 2016-01-20 11:34:04 UTC

Answers