Raco can't find pollen in the catalog #239

Closed
opened 4 years ago by andres-moreno · 3 comments
andres-moreno commented 4 years ago (Migrated from github.com)

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
Matthew, The 7.9 update broke my installation--`Raco` can't find `pollen`. Below is the printout from my console: ```shell 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 commented 4 years ago (Migrated from github.com)

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

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 commented 4 years ago (Migrated from github.com)

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/ ""

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 commented 3 years ago (Migrated from github.com)

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!

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 in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mbutterick/pollen#239
Loading…
There is no content yet.