norlab-ulaval / libpointmatcher

An Iterative Closest Point (ICP) library for 2D and 3D mapping in Robotics
BSD 3-Clause "New" or "Revised" License
1.63k stars 549 forks source link

Install rule issue #213

Closed artivis closed 6 years ago

artivis commented 7 years ago

Hi,

I have a Travis job for a package that depends on libpointmatcher (ros-indigo-libpointmatcher) which fails building with the following error :

No rule to make target `/tmp/binarydeb/ros-indigo-libpointmatcher-1.2.3/contrib/yaml-cpp-pm/include'

The Travis job can be found here.

Any idea ?

pomerlef commented 7 years ago

Was is working before and now it fails? Is so, it would help to know when it crashes to track the problem.

artivis commented 7 years ago

No it never worked as it is a job that I very recently set up. I'll see if I can reproduce the error on my machine and/or get more detailed info.

artivis commented 7 years ago

I couldn't reproduce exactly the same error logs on my machine but it might be due to the fact that I also depends on pointmatcher_ros which misses a dependency on libpointmatcher.
See pointmatcher_ros PR 1.