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

Clobbering a folder with a file is broken #751

Open
wolfv opened this issue Jun 17, 2024 · 0 comments
Open

Clobbering a folder with a file is broken #751

wolfv opened this issue Jun 17, 2024 · 0 comments

Comments

@wolfv
Copy link
Contributor

wolfv commented Jun 17, 2024

I found a situation where a folder is clobbered by a file. This currently is broken with rattler as we try to remove the folder as if it was a file (that fails).

The situation comes from installing libcxx and clang_bootstrap_osx-arm64 15.* at the same time.

I am not sure what we should do. Maybe we should change the logic and move clobbering files (or folders) to a special directory (e.g. $PREFIX/clobber/<tree>)? Or special case folders that are clobbered in a different way.

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