Errors during package install #18

Closed
opened 5 years ago by thelonious · 2 comments
thelonious commented 5 years ago (Migrated from github.com)

I'm running on macOS 10.14.4 and wanted a clean/fresh DrRacket environment. I did the following:

  • deleted ~/Applications/DrRacket
  • deleted ~/Library/Racket
  • deleted all PL and racket files from ~/Library/Application Support/Preferences
  • re-installed DrRacket

When I try to install beautiful-racket from the command-line using the following

raco pkg install --auto beautiful-racket

I get all sorts of errors during the install. The first error looks like this:

standard-module-name-resolver: collection not found
  for module path: brag/lang/reader
  collection: "brag/lang"
  in collection directories:
  ...

Other errors report not being able to open a module file.

open-input-file: cannot open module file
  module path: brag/support
  path: /Users/kevin/Library/Racket/7.2/pkgs/brag/support.rkt
  system error: no such file or directory; rktio_err=3

I verified that file is not present on my drive, but I suspect I'm getting a cascade of errors due to the initial error.

If I test the beautiful-racket install via racket -l br/test, I get a message that it has installed correctly; however, with all of the errors I'm seeing, I'm not sure if I can trust that :). Perhaps my DrRacket install is hosed.

Thanks!

I'm running on macOS 10.14.4 and wanted a clean/fresh DrRacket environment. I did the following: - deleted ~/Applications/DrRacket - deleted ~/Library/Racket - deleted all PL and racket files from ~/Library/Application Support/Preferences - re-installed DrRacket When I try to install beautiful-racket from the command-line using the following ```bash raco pkg install --auto beautiful-racket ``` I get all sorts of errors during the install. The first error looks like this: ``` standard-module-name-resolver: collection not found for module path: brag/lang/reader collection: "brag/lang" in collection directories: ... ``` Other errors report not being able to open a module file. ``` open-input-file: cannot open module file module path: brag/support path: /Users/kevin/Library/Racket/7.2/pkgs/brag/support.rkt system error: no such file or directory; rktio_err=3 ``` I verified that file is not present on my drive, but I suspect I'm getting a cascade of errors due to the initial error. If I test the beautiful-racket install via `racket -l br/test`, I get a message that it has installed correctly; however, with all of the errors I'm seeing, I'm not sure if I can trust that :). Perhaps my DrRacket install is hosed. Thanks!
mbutterick commented 5 years ago (Migrated from github.com)

Sorry about that. I rearranged the brag repo today and forgot to update the URL on the Racket package server. I just did that, and reinstalled successfully, so let me know if it works for you.

Sorry about that. I rearranged the `brag` repo today and forgot to update the URL on the Racket package server. I just did that, and reinstalled successfully, so let me know if it works for you.
thelonious commented 5 years ago (Migrated from github.com)

No worries. Works like a charm! Thanks for the quick response and the quick fix!

No worries. Works like a charm! Thanks for the quick response and the quick fix!
Sign in to join this conversation.
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/beautiful-racket#18
Loading…
There is no content yet.