-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
DESTDIR broken on master #280
Comments
@mikepurvis Can you modify the unit test here so that it captures the problem? |
It's not immediately clear to me why
The async execution engine is unfortunately cloaking where exactly this is going wrong, but perhaps it's actually an issue in catkin itself? It's not clear to me what the |
You can get the full trace with:
|
But if it's failing in |
Yeah, this isn't respecting catkin_tools/catkin_tools/jobs/catkin.py Line 93 in c5c8807
|
This should fix it: https://github.com/catkin/catkin_tools/tree/fix-280 |
Yeah, was about to post back— when I create and chown it that directory, |
That looks like it has it fixed. Thanks for the quick work. |
build: Making ctr-nuke env hook go to the right place, fixes #280.
Looks like it mostly does the right thing, but tries to create the initial path in the un-prefixed location. Previously I needed the following change:
But I'm having trouble getting this work with the new backend. I tried making similar changes here, but it seemed to continue to fail in the same way.
The text was updated successfully, but these errors were encountered: