Page 1 of 1

New release: 1.65 release candidate 1

Posted: Mon Jul 10, 2006 10:39 pm
by winston
To coincide with the new release candidate for OS X, there's a new RC release for Linux, too.
See the 'Testing and Bug Reports' forum for Giles's changelist.

The files are in the usual places:

rsync://rsync.alioth.net/oolite/dev/Linux-x86
ftp://ftp.alioth.net/oolite
http://oolite-linux.berlios.de

So far I've done the basic "sniff test" and all seems to be well (I've also done extensive testing of nightlies leading up to this, and not run into any problems).

Posted: Wed Jul 19, 2006 9:22 pm
by eddyp
Is the 1.65 release ready for linux?

Winston, if I remember correctly, you said that dependencies will drop a lot, where can I get this info from?

Posted: Thu Jul 20, 2006 12:06 am
by TedJ
According to the project page at berlios.de, the 1.65 final release is available... uploaded July 18th.

Posted: Thu Jul 20, 2006 11:30 am
by winston
eddyp wrote:
Is the 1.65 release ready for linux?

Winston, if I remember correctly, you said that dependencies will drop a lot, where can I get this info from?
GNUstep GUI and Back are no longer needed, and a couple of unused SDL libraries have been dropped from the build. I don't have the info to hand, but if you browse the SVN history at berlios.de you should see it in the commit notes.

Posted: Sat Jul 22, 2006 11:39 pm
by eddyp
Indeed here are the real deps:

merci:/build/oolite/oolite-1.65-src# objdump -p oolite.app/oolite | grep NEEDED
NEEDED libGLU.so.1
NEEDED libGL.so.1
NEEDED libSDL-1.2.so.0
NEEDED libpthread.so.0
NEEDED libSDL_mixer-1.2.so.0
NEEDED libSDL_image-1.2.so.0
NEEDED libgnustep-base.so.1.11
NEEDED libobjc.so.1
NEEDED libm.so.6
NEEDED libc.so.6
NEEDED libcallback.so.0