-
Notifications
You must be signed in to change notification settings - Fork 148
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
issues sym-linking catkin's new local_setup.sh #538
Comments
Btw, this seems a relevant code section: catkin_tools/catkin_tools/jobs/catkin.py Lines 634 to 643 in 118bf7c
But I'm not sure if simply adding it to the blacklist is enough. It might be that the prebuild package needs to be updated as well, and I'm not sure if the local_setup.py from the individual packages need to somehow be aggregated or if one is enough. |
Will either of you (@rhaschke, @NikolausDemmel, @wjwwood - or anybody else) be able to look into this and work on releasing a new version? |
I won't, sorry. |
Me neither, sorry. |
No, sorry I will not either. Ever since the decision was made to use Hopefully, someone who uses it everyday will spend some time fixing it up. I'm happy to help by giving access/permissions to more people (@mikepurvis has access already). |
@dirk-thomas, please have a look at #539. |
I have pretty much no knowledge of the internals of |
@dirk-thomas, my question is primarily: what is the role of these new |
The One use case is to build ROS 1 workspaces with |
What happens in a |
The local setup files are not treated differently from the previously existing setup files. |
It seems they differ indeed just as much as the
and
So maybe doing the same for The only thing to check is that the |
Just encountered this issue for Kinetic (yeah I need to upgrade), and the fix is to simply run |
I get the following error since
local_setup.sh
was recently introduced in ros/catkin#993As pointed out in ros/catkin#994 (comment), this looks like catkin-tools needs some adaptation too.
I see the same issues in Travis, building MoveIt, but interestingly only in this build job using clang as a compiler but not in [this one]https://travis-ci.org/ros-planning/moveit/jobs/502614339#L543) using gcc.
The text was updated successfully, but these errors were encountered: