-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
catkin_make_isolated crashing on plain cmake package #340
Comments
This issue is not yet fixed: I'm using catkin version fb7b1c6 on a workspace with only plain cmake packages:
and get the following: ==> Generating an env.sh The generated log4cpp/env.sh indeed looks as follows: #!/bin/sh
# Autogenerated from caktin.builder module
. None
... Which indeed is erroneous sh code. |
Another issue appears when the install folder does not exist when the env.sh is created. |
I am trying to build https://github.com/segwayrmp/libsegwayrmp locally in my catkin workspace. When I try and build the package, catkin_make_isolated crashed out.
This crash was produced using Catkin 0.5.63
Steps to reproduce the error:
Output:
On the other hand, the following instructions will work, though some of the output seems suspect.
Output:
~~ traversing packages in topological order:
~~ - serial
~~ - libsegwayrmp (plain cmake)
The reason I was testing this is that a pkg-config file was not generated for this package using an older version of catkin (and is also missing for the system package ros-groovy-libsegwayrmp). Shouldn't catkin_make_isolated be producing it?
The text was updated successfully, but these errors were encountered: