installation issues #42

Closed
opened 9 years ago by tthorp · 1 comments
tthorp commented 9 years ago (Migrated from github.com)

Hi. I followed the instructions on your site to install Racket 6.1.1 and Pollen on OSX Yosemite. The result of the command 'raco pkg install pollen' was initially good, but it ended in a review of errors that are making the simple "Hello World" programs fail on my machine. Below, I am pasting the error report from the installation of Pollen.

raco setup: --- summary of errors ---
raco setup: error: during making for /sugar
raco setup: Library/Racket/6.1.1/pkgs/sugar/include.rkt:94:30: #%require: nested for-meta' not allowed raco setup: at: (for-meta 0 (rename racket/match match-lambda* match-lambda*)) raco setup: in: (#%require (for-meta 1 (just-meta 0 (for-meta 0 (rename racket/match match-lambda* match-lambda*))))) raco setup: context...: raco setup: /Applications/Racket v6.1.1/collects/racket/private/reqprov.rkt:1122:2 raco setup: raco setup: error: during making for <pkgs>/pollen raco setup: Library/Racket/6.1.1/pkgs/sugar/include.rkt:94:30: #%require: nestedfor-meta' not allowed
raco setup: at: (for-meta 0 (rename racket/match match-lambda* match-lambda_))
raco setup: in: (#%require (for-meta 1 (just-meta 0 (for-meta 0 (rename racket/match match-lambda_ match-lambda*)))))
raco setup: context...:
raco setup: /Applications/Racket v6.1.1/collects/racket/private/reqprov.rkt:1122:2

Hi. I followed the instructions on your site to install Racket 6.1.1 and Pollen on OSX Yosemite. The result of the command 'raco pkg install pollen' was initially good, but it ended in a review of errors that are making the simple "Hello World" programs fail on my machine. Below, I am pasting the error report from the installation of Pollen. raco setup: --- summary of errors --- raco setup: error: during making for <pkgs>/sugar raco setup: Library/Racket/6.1.1/pkgs/sugar/include.rkt:94:30: #%require: nested `for-meta' not allowed raco setup: at: (for-meta 0 (rename racket/match match-lambda* match-lambda*)) raco setup: in: (#%require (for-meta 1 (just-meta 0 (for-meta 0 (rename racket/match match-lambda* match-lambda*))))) raco setup: context...: raco setup: /Applications/Racket v6.1.1/collects/racket/private/reqprov.rkt:1122:2 raco setup: raco setup: error: during making for <pkgs>/pollen raco setup: Library/Racket/6.1.1/pkgs/sugar/include.rkt:94:30: #%require: nested`for-meta' not allowed raco setup: at: (for-meta 0 (rename racket/match match-lambda\* match-lambda_)) raco setup: in: (#%require (for-meta 1 (just-meta 0 (for-meta 0 (rename racket/match match-lambda_ match-lambda*))))) raco setup: context...: raco setup: /Applications/Racket v6.1.1/collects/racket/private/reqprov.rkt:1122:2
mbutterick commented 9 years ago (Migrated from github.com)

Thanks for the report. I made a change to one of the underlying packages today (sugar) and didn’t notice that error. I’ve pushed a fix. If you do raco pkg update --update-deps pollen you’ll get the update & all should be well.

Thanks for the report. I made a change to one of the underlying packages today (`sugar`) and didn’t notice that error. I’ve [pushed a fix](https://github.com/mbutterick/sugar/commit/1dae4f71996737478884a9cd12eca861587e625d). If you do `raco pkg update --update-deps pollen` you’ll get the update & all should be well.
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#42
Loading…
There is no content yet.