Ticket #434 (new defect)

Opened 12 years ago

install complains

Reported by: ozzloy Owned by: neil
Priority: major Milestone:
Component: neil/sicp.plt Keywords:
Cc: Version: (1 16)
Racket Version:

Description

Welcome to DrRacket?, version 5.2.1 [3m].
Language: R5RS; memory limit: 128 MB.
include: read error (read: illegal use of open square bracket)
free-identifier=?: expects type <identifier syntax> as 2nd argument, given: #<syntax:/home/ozzloy/.racket/planet/300/5.2.1/cache/soegaard/sicp.plt/2/1/sicp-manual.scrbl:9:30 "soegaard">; other arguments were: #<syntax unsyntax>
raco setup: error: during making for <planet>/soegaard/sicp.plt/2/1 (SICP)
raco setup: include: read error (read: illegal use of open square bracket)
raco setup: error: during Building docs for /home/ozzloy/.racket/planet/300/5.2.1/cache/soegaard/sicp.plt/2/1/sicp-manual.scrbl
raco setup: free-identifier=?: expects type <identifier syntax> as 2nd argument, given: #<syntax:/home/ozzloy/.racket/planet/300/5.2.1/cache/soegaard/sicp.plt/2/1/sicp-manual.scrbl:9:30 "soegaard">; other arguments were: #<syntax unsyntax>
include: read error (read: illegal use of open square bracket)
raco setup: error: during making for <planet>/neil/sicp.plt/1/16 (SICP)
raco setup: include: read error (read: illegal use of open square bracket)

i've still been able to do the first section  http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-10.html#%_sec_1.1

i got this when installing with these instructions http://planet.racket-lang.org/package-source/neil/sicp.plt/1/16/planet-docs/sicp/index.html#(part._installation)

i'm not sure if it's soegaard's or neil's or the combination of the packages.

i tried uninstalling by evaluating (uninstall-sicp). but when i installed again, this error did not happen.

Note: See TracTickets for help on using tickets.