Raco can't find pollen in the catalog
#239
Closed
opened 4 years ago by andres-moreno
·
3 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Matthew,
The 7.9 update broke my installation--
Raco
can't findpollen
. Below is the printout from my console:The issue is with the new PPA (perhaps because I am on Pop_OS). I downloaded Racket directly and things work as expected.
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/ ""
If you're interested... The same problem occurs with
raco
as distributed by the officialracket
package in the Arch Linux community repo.@andres-moreno's fix works, thanks!