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

Error in clobber logic when reinstalling rust #827

Open
2 tasks done
ruben-arts opened this issue Aug 19, 2024 · 0 comments
Open
2 tasks done

Error in clobber logic when reinstalling rust #827

ruben-arts opened this issue Aug 19, 2024 · 0 comments

Comments

@ruben-arts
Copy link
Collaborator

Checklist

  • I added a descriptive title
  • I searched open reports and couldn't find a duplicate

What happened?

These steps don't work for me. Found it in pixi but recreates with rattler create

> rattler create rust
> rattler create "rust<1.80"
# Hangs
> rattler create "rust<1.80"
# Works
> rattler create rust
Target prefix: /home/rarts/dev/rattler/.prefix
Installing for platform: Linux64
Loaded 2874 records in 80.621685ms
Virtual packages:
  - __unix=0=0
  - __linux=6.9.3=0
  - __glibc=2.35=0
  - __cuda=12.5=0
  - __archspec=1=skylake

⠁ installing packages  [00:00:00] [────────────────────]     0/4 rust                                                                                                                                                   thread 'main' panicked at crates/rattler/src/install/clobber_registry.rs:120:65:
entry must exist
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
  validate cache       [00:00:00] [━━━━━━━━━━━━━━━━━━━━] rust
  installing packages  [00:00:00] [━━━━━━━━━━━━━━━━━━━━]     4/4 rust   

Additional Context

It might be part of any of the other issues around clobbering but I'm not sure an the moment.

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