Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Raco can't find pollen in the catalog #239

Closed
andres-moreno opened this issue Nov 9, 2020 · 3 comments
Closed

Raco can't find pollen in the catalog #239

andres-moreno opened this issue Nov 9, 2020 · 3 comments

Comments

@andres-moreno
Copy link

Matthew,

The 7.9 update broke my installation--Raco can't find pollen. Below is the printout from my console:

afmoreno@pluto:~$ raco pkg install pollen
Resolving "pollen" via https://download.racket-lang.org/releases/7.9/catalog/
raco pkg install: cannot find package on catalogs
  package: pollen
@andres-moreno
Copy link
Author

The issue is with the new PPA (perhaps because I am on Pop_OS). I downloaded Racket directly and things work as expected.

@andres-moreno
Copy link
Author

andres-moreno commented Nov 10, 2020

Another way to fix the issue (which was reported by another user to the Racket PPA GitHub site) is to type:

$ raco pkg config --set catalogs https://pkgs.racket-lang.org

The recommended fix is now

$ raco pkg config --set catalogs https://download.racket-lang.org/releases/7.9/catalog/ ""

@jensln
Copy link

jensln commented Nov 25, 2020

If you're interested... The same problem occurs with raco as distributed by the official racket package in the Arch Linux community repo.

@andres-moreno's fix works, thanks!

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

No branches or pull requests

2 participants