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

kmd --cache fails when using nfs protocol #353

Closed
xjules opened this issue Feb 23, 2023 · 1 comment
Closed

kmd --cache fails when using nfs protocol #353

xjules opened this issue Feb 23, 2023 · 1 comment
Labels

Comments

@xjules
Copy link
Contributor

xjules commented Feb 23, 2023

The cache can cause errors when calling the following the nfs protocol copy command:

shell(f"cp --recursive --symbolic-link {path} {filename}")

The error is as follows:

...
cp: ‘/project/res/komodo/repository/boost-1.64.0/include/boost/memory_order.hpp’ and ‘boost-devel-1.64.0/boost-1.64.0/include/boost/memory_order.hpp’ are the same file
cp: ‘/project/res/komodo/repository/boost-1.64.0/include/boost/metaparse.hpp’ and ‘boost-devel-1.64.0/boost-1.64.0/include/boost/metaparse.hpp’ are the same file
cp: ‘/project/res/komodo/repository/boost-1.64.0/include/boost/mpi.hpp’ and ‘boost-devel-1.64.0/boost-1.64.0/include/boost/mpi.hpp’ are the same file
cp: ‘/project/res/komodo/repository/boost-1.64.0/include/boost/multi_array.hpp’ and ‘boost-devel-1.64.0/boost-1.64.0/include/boost/multi_array.hpp’ are the same file
...
@xjules xjules added the bug label Feb 23, 2023
@berland
Copy link
Contributor

berland commented Feb 23, 2023

When/if #351 is merged, this is no longer a bug, since it is no longer called a cache.

@berland berland closed this as completed Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants