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

Fix superbuild install permission errors #159

Open
wants to merge 1 commit into
base: humble
Choose a base branch
from

Conversation

bjsowa
Copy link

@bjsowa bjsowa commented Jul 19, 2022

I was trying to create a debian package but I was getting permission errors during building. After digging long enough I found out that the Superbuild is trying to install files to CMAKE_INSTALL_PREFIX but it doesn't have access at the time.

With this PR, during the build, the microxrcedds_agent is installed to a temporary directory under project's build directory. Then, during the install step, the files are installed to a proper path. The Micro-XRCE-DDS-Agent is implemented similarly.

@pablogs9
Copy link
Member

pablogs9 commented Jul 20, 2022

If you need binary packages for micro-ROS agent please take a look here:
https://docs.vulcanexus.org/en/latest/rst/installation/linux_binary_installation.html

@bjsowa
Copy link
Author

bjsowa commented Jul 25, 2022

I'm aware of the vulcanexus project. I still have reasons for distributing the package myself. I created this PR because I consider this change a bugfix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants