[racket] gracket 5.0.1.2 performance on OS X

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Wed Aug 11 21:05:07 EDT 2010

At Thu, 12 Aug 2010 02:42:20 +0200, Jakub Piotr Cłapa wrote:
> I tracked the error down to:
> > (ffi-lib "/Users/jpc/Sources/gr2/src/build/gracket/libs/libcairo.2")
> ffi-lib: couldn't open 
> "/Users/jpc/Sources/gr2/src/build/gracket/libs/libcairo.2.dylib" 
> (dlopen(/Users/jpc/Sources/gr2/src/build/gracket/libs/libcairo.2.dylib, 
> 10): no suitable image found.  Did find:
> 	/Users/jpc/Sources/gr2/src/build/gracket/libs/libcairo.2.dylib: 
> truncated mach-o error: segment __LINKEDIT extends to 831084 which is 
> past end of file 816000)
> 
> Deleting libs/ready and remaking it does not help.

Is the "libcairo.2.dylib" that `make' downloads really only 816000
bytes long? I can confirm that it should be 831084, as the error
message says.


If you manually download the file from

 http://github.com/mflatt/gracket-libs/raw/master/i386-macosx

is it any different?


Thanks for trying this out.

 


Posted on the users mailing list.