[racket] raco distribute error

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Fri Jul 19 06:15:00 EDT 2013

At Thu, 18 Jul 2013 04:55:14 -0600, Cosme Enmanuel Zamudio Salazar wrote:
> i get the following error when i try to raco distribute
> 
> D:\source\opsdownloader>raco exe --gui --ico opsdownloader.ico opsdownloader.rkt
> D:\source\opsdownloader>raco distribute opsdownloader opsdownloader.exe
> copy-and-patch-binaries: not enough room in executable for revised #rx#"rUnTiMe-
> paths[)]" table
>   context...:
>    D:\Program Files\Racket\collects\compiler\distribute.rkt:365:4: loop
>    D:\Program Files\Racket\collects\compiler\distribute.rkt:15:2: assemble-distr
> ibution7
>    D:\Program Files\Racket\collects\compiler\commands\exe-dir.rkt: [running body
> ]
>    D:\Program Files\Racket\collects\raco\raco.rkt: [running body]
>    D:\Program Files\Racket\collects\raco\main.rkt: [running body]
> 
> opsdownloader.exe is 15.8 MB, any idea why?
> 
> it used to work just fine for days.

I don't yet have a good guess about this problem.

Did you recently add any new `define-runtime-path' declarations? Or
change one of the file names?


Posted on the users mailing list.