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

mark corrupt r-base package as broken #1176

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

Conversation

isuruf
Copy link
Member

@isuruf isuruf commented Nov 20, 2024

@isuruf isuruf requested a review from a team as a code owner November 20, 2024 16:18
@dbast
Copy link
Member

dbast commented Nov 20, 2024

hm... download number is at 5k... did it get corrupted? maybe related to? conda/infrastructure#1031

@isuruf
Copy link
Member Author

isuruf commented Nov 20, 2024

I'm not sure, but I can't do CONDA_SUBDIR=linux-aarch64 conda create -n a "r-base=4.4.1=h47223e1_16" because this file is corrupt. Downloading https://conda.anaconda.org/conda-forge/linux-aarch64/r-base-4.4.1-h47223e1_16.conda fails as well.

@dbast
Copy link
Member

dbast commented Nov 20, 2024

yeah. lets delete it then...

@jakirkham
Copy link
Member

jakirkham commented Nov 21, 2024

When checking the channel normally (via CDN), am seeing the expected error (given this issue)

% conda search -c conda-forge "r-base[subdir=linux-aarch64]=4.4.1=h47223e1_16" 
Loading channels: done
No match found for: r-base==4.4.1=h47223e1_16[subdir=linux-aarch64]. Search: *r-base*==4.4.1=h47223e1_16[subdir=linux-aarch64]

PackagesNotFoundError: The following packages are not available from current channels:

  - r-base==4.4.1=h47223e1_16[subdir=linux-aarch64]

Current channels:

  - https://conda.anaconda.org/conda-forge/linux-aarch64
  - https://conda.anaconda.org/conda-forge/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.

However when bypassing the CDN (by passing a label), the package is found

% conda search -c conda-forge/label/main "r-base[subdir=linux-aarch64]=4.4.1=h47223e1_16"               
Loading channels: done
# Name                       Version           Build  Channel             
r-base                         4.4.1     h47223e1_16  conda-forge/label/main

So is this just an issue with the CDN getting corrupted (and not the actual package)?

Edit - Filed an infrastructure issue: conda/infrastructure#1067

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

Successfully merging this pull request may close these issues.

3 participants