Skip to content
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

colcon executable installed for packages other than colcon-core #48

Closed
dirk-thomas opened this issue May 10, 2018 · 3 comments
Closed
Labels
bug Something isn't working question Further information is requested

Comments

@dirk-thomas
Copy link
Member

Follow up of colcon/colcon-notification#4. "Sometimes" packages other than colcon-core end up having a bin/colcon executable installed into their isolated install prefix.

@dirk-thomas dirk-thomas added bug Something isn't working question Further information is requested labels May 10, 2018
@mikaelarguedas
Copy link
Contributor

this bit me a couple times again today, preventing me from doing the second pass of the bootstrap phase

$ find -name colcon
./colcon-argcomplete/bin/colcon
./colcon-notification/bin/colcon
./colcon-core/bin/colcon
$ which colcon
/home/mikael/work/ros2/colcon/install/colcon-notification/bin/colcon

@dirk-thomas
Copy link
Member Author

dirk-thomas commented May 14, 2018

preventing me from doing the second pass of the bootstrap phase

Can you post the resulting error you are seeing. The problem in the referenced ticket (access denied) should be the case on a non-Windows system.

@dirk-thomas
Copy link
Member Author

I will go ahead and close this for now until it is reported to still be a problem with reproducible steps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Development

No branches or pull requests

2 participants