[racket] Error running whalesong: wrong number of fields for structure mod: expected 16 but got 15

From: Joe Gibbs Politz (joe at cs.brown.edu)
Date: Tue Nov 26 09:42:47 EST 2013

That planet package may be out of date; I use Whalesong but haven't
tried using that version.  I've been pulling and building directly
from https://github.com/dyoo/whalesong/tree/master/whalesong.  Maybe
try getting Whalesong from there and see if you have the same problem?

On Mon, Nov 25, 2013 at 8:42 PM, Galler <lzgaller at optonline.net> wrote:
> Good evening,
>
> I'm using Racket 5.3.6 under windows XP
>
> When I obtain the whalesong package as follows:
>
> #lang racket/base
> (require (planet dyoo/whalesong:1:21/make-launcher))
>
> then attempt to run whalesong at the command prompt as follows
>
> C:\Documents and Settings\Galler>whalesong
>
> I receive the follwing error
>
>
> Application
> Data\Racket\planet\300\5.3.6\cache\dyoo\whalesong.plt\1\21\parser\parse-bytecode-5.3.rkt:372:20:
> match: wrong number for fields for structure mod: expected 16 but got 15
>   at: (name srcname self-modidx prefix provides requires body syntax-body
> unexported max-let-depth dummy lang-info internal-context pre-submodules
> post-submodules)
>   in: (struct mod (name srcname self-modidx prefix provides requires body
> syntax-body unexported max-let-depth dummy lan
> g-info internal-context pre-submodules post-submodules))
>   context...:
>    C:\Program Files\Racket\collects\racket\match\parse-helper.rkt:68:0:
> parse-struct
>    C:\Program Files\Racket\collects\racket\match\gen-match.rkt:68:29: mk
>    C:\Program Files\Racket\collects\racket\match\gen-match.rkt:47:15:
> for-loop
>    C:\Program Files\Racket\collects\racket\match\gen-match.rkt:23:0: go
>    standard-module-name-resolver
>    standard-module-name-resolver
>    standard-module-name-resolver
>    standard-module-name-resolver
>    C:\Documents and Settings\Galler\Application
> Data\Racket\planet\300\5.3.6\cache\dyoo\whalesong.plt\1\21\whalesong.rkt
> : [running body]
>
>
> Any suggestions would be greatly appreciated.
>
> Thanks much.
>
>
>
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users
>

Posted on the users mailing list.