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

rez-cp follows symlinks within package payload #547

Closed
nerdvegas opened this issue Dec 13, 2018 · 1 comment
Closed

rez-cp follows symlinks within package payload #547

nerdvegas opened this issue Dec 13, 2018 · 1 comment

Comments

@nerdvegas
Copy link
Contributor

Hi

I was testing a relocatable python 3.6.6 build recipe, installed locally to ~/packages/.
In this package's lib/ directory one has libpython3.6.m.so.1.0 and symbolic links libpython3.6m.so and libpython3.so to it.
When using rez-cp to test copying from install location A to B, it did copied everything, however the symbolic links were not retained - one now has 3 shared libraries, instead of libpython3.so, libpython3.6m.so symlinks to libpython3.6m.so.1.0 shared library.
Is there any way to preserve the symlinks from the original install?

Thanks in advance.
Luis

nerdvegas pushed a commit that referenced this issue Dec 13, 2018
@nerdvegas nerdvegas mentioned this issue Dec 13, 2018
@nerdvegas
Copy link
Contributor Author

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

No branches or pull requests

1 participant