Ticket #175 (new defect)

Opened 15 years ago

srfi.plt does not install cleanly due to error in info.ss

Reported by: cobbe Owned by: soegaard
Priority: major Milestone:
Component: soegaard/srfi.plt Keywords:
Cc: Version: (2 1)
Racket Version: 300

Description

Upon trying to install this package from the shell, I get the error message below. MacOS 10.5.6, Intel. Additionally, if I run setup-plt (no args) after attempting this installation, I get the same error message. PLT version 4.1.5.5, built from svn revision 14611.

[perdita:~]$ planet install soegaard srfi.plt 2 1
downloading soegaard/srfi:2.1 from planet.plt-scheme.org via HTTP

======= Installing srfi.plt on Sun, 3 May 2009 12:55:24 =======

setup-plt: version: 4.1.5.5 [3m]
setup-plt: variants: 3m
setup-plt: main collects: /Users/cobbe/Applications/plt/collects
setup-plt: collects paths:
setup-plt: /Users/cobbe/Library/PLT Scheme/4.1.5.5/collects
setup-plt: /Users/cobbe/Applications/plt/collects
setup-plt: Unpacking archive from /Users/cobbe/Library/PLT Scheme/planet/300/packages/soegaard/srfi.plt/2/1/srfi.plt
setup-plt: making directory 42-eager-comprehensions in /Users/cobbe/Library/PLT Scheme/planet/300/4.1.5.5/cache/soegaard/srfi.plt/2/1/./
setup-plt: unpacking 42-eager-comprehensions.scm in /Users/cobbe/Library/PLT Scheme/planet/300/4.1.5.5/cache/soegaard/srfi.plt/2/1/./42-eager-comprehensions/

.. lots more unpacking messages snipped ..

setup-plt: unpacking 78.ss in /Users/cobbe/Library/PLT Scheme/planet/300/4.1.5.5/cache/soegaard/srfi.plt/2/1/./
setup-plt: unpacking doc.txt in /Users/cobbe/Library/PLT Scheme/planet/300/4.1.5.5/cache/soegaard/srfi.plt/2/1/./
setup-plt: unpacking info.ss in /Users/cobbe/Library/PLT Scheme/planet/300/4.1.5.5/cache/soegaard/srfi.plt/2/1/./
Library/PLT Scheme/planet/300/4.1.5.5/cache/soegaard/srfi.plt/2/1/42-eager-comprehensions/info.ss:10:2: infotab-module: not a well-formed definition at: (define required-core-version field "360") in: (#%module-begin (define name "Srfi") (define blurb (list (quote (div (p (b "SRFI Extensions")) (p "This package provides extensions to:") (p (b "SRFI 42") "- Eager comprehensions: " "Extra generators :match, :plt-match, :let-value, :pairs, :do-until, a...

context


/Users/cobbe/Applications/plt/collects/setup/infotab.ss:10:20: loop
/Users/cobbe/Applications/plt/collects/setup/infotab.ss:7:2
/Users/cobbe/Applications/plt/collects/setup/private/omitted-paths.ss:58:16
/Users/cobbe/Applications/plt/collects/setup/private/omitted-paths.ss:104:0: omitted-paths*
/Users/cobbe/Applications/plt/collects/setup/private/omitted-paths.ss:58:16
/Users/cobbe/Applications/plt/collects/setup/setup-unit.ss:233:2: planet->cc
/Users/cobbe/Applications/plt/collects/scheme/private/map.ss:22:17: loop
/Users/cobbe/Applications/plt/collects/setup/setup-unit.ss:295:26
/Users/cobbe/Applications/plt/collects/scheme/private/map.ss:22:17: loop
/Users/cobbe/Applications/plt/collects/scheme/list.ss:288:2: append-map
/Users/cobbe/Applications/plt/collects/setup/setup-unit.ss:277:2: collection-closure

setup-plt: WARNING: Library/PLT Scheme/planet/300/4.1.5.5/cache/soegaard/srfi.plt/2/1/42-eager-comprehensions/info.ss:10:2: infotab-module: not a well-formed definition at: (define required-core-version field "360") in: (#%module-begin (define name "Srfi") (define blurb (list (quote (div (p (b "SRFI Extensions")) (p "This package provides extensions to:") (p (b "SRFI 42") "- Eager comprehensions: " "Extra generators :match, :plt-match, :let-value, :pairs, :do-until, a...

Note: See TracTickets for help on using tickets.