Join us at the Oolite Anniversary Party -- London, 7th July 2024, 1pm
More details in this thread.

New development release - 1.72

For discussion of ports to POSIX based systems, especially using GNUStep.

Moderators: winston, another_commander, Getafix

User avatar
winston
Pirate
Pirate
Posts: 731
Joined: Mon Sep 27, 2004 10:21 pm
Location: Port St. Mary, Isle of Man
Contact:

New development release - 1.72

Post by winston »

For the exhaustive change log, see Ahruman's post:

https://bb.oolite.space/viewtopic.php?t=5196

You can get the Linux autopackage installer from the following places:

https://developer.berlios.de/project/sh ... se_id=7424 (scroll to the bottom of the list)

ftp://ftp.alioth.net/oolite/oolite-1.72.x86.package

Or you can bring your current install up to date using rsync, by going into the directory where Oolite is installed (usually, /usr/lib/Oolite if you installed as root):

Code: Select all

rsync -a rsync://rsync.alioth.net/oolite/dev/Linux-x86 .
(note the dot at the end!)
User avatar
DaddyHoggy
Intergalactic Spam Assassin
Intergalactic Spam Assassin
Posts: 8512
Joined: Tue Dec 05, 2006 9:43 pm
Location: Newbury, UK
Contact:

Post by DaddyHoggy »

@Winston I went to the dir where my current copy of Oolite lives - c&p your rsync line from your post into my command line - waited for ages and ages and ages and when it finished oolite appears (from file size and date) to be unchanged. Have I done something wrong?

Code: Select all

john@new-ubuntu:~/Oolite-dev/1.71-maintenance/oolite.app$ ls -la
total 13656
drwxr-xr-x  3 john john    4096 2008-07-21 22:44 .
drwxr-xr-x 23 john john    4096 2008-06-03 22:23 ..
-rwxr-xr-x  1 john john 8169957 2008-06-02 15:42 oolite
-rw-r--r--  1 john john 5768065 2008-07-21 22:51 oolite_stderr.txt
drwxr-xr-x 13 john john    4096 2008-06-08 21:31 Resources
-rw-r--r--  1 john john     116 2008-11-11 10:59 stderr.txt
john@new-ubuntu:~/Oolite-dev/1.71-maintenance/oolite.app$ 
john@new-ubuntu:~/Oolite-dev/1.71-maintenance/oolite.app$ rsync -a rsync://rsync.alioth.net/oolite/dev/Linux-x86 .
Welcome to the alioth.net rsync service.


john@new-ubuntu:~/Oolite-dev/1.71-maintenance/oolite.app$ ls -la
total 13660
drwxr-xr-x  4 john john    4096 2008-11-11 11:02 .
drwxr-xr-x 23 john john    4096 2008-06-03 22:23 ..
drwxr-sr-x  4 john john    4096 2008-05-09 23:36 Linux-x86
-rwxr-xr-x  1 john john 8169957 2008-06-02 15:42 oolite
-rw-r--r--  1 john john 5768065 2008-07-21 22:51 oolite_stderr.txt
drwxr-xr-x 13 john john    4096 2008-06-08 21:31 Resources
-rw-r--r--  1 john john     116 2008-11-11 10:59 stderr.txt
john@new-ubuntu:~/Oolite-dev/1.71-maintenance/oolite.app$ 
Selezen wrote:
Apparently I was having a DaddyHoggy moment.
Oolite Life is now revealed here
User avatar
Super Jamie
Above Average
Above Average
Posts: 19
Joined: Tue Nov 11, 2008 7:24 am
Location: Brisbane, AU
Contact:

Post by Super Jamie »

Autobuild package working fine on Ubuntu 8.04. To upgrade from the 1.65 version in the repositories:

Code: Select all

sudo apt-get remove oolite oolite-data
chmod +x oolite-1.72.x86.package
sudo ./oolite-1.72.x86.package
The shortcut may break, or not appear in the Menu at all. To run, use /usr/bin/oolite, which is different to Ubuntu/Debian's /usr/games/oolite.
User avatar
DaddyHoggy
Intergalactic Spam Assassin
Intergalactic Spam Assassin
Posts: 8512
Joined: Tue Dec 05, 2006 9:43 pm
Location: Newbury, UK
Contact:

Post by DaddyHoggy »

I'm still struggling to get 1.72 onto my system.

Having downloaded this: http://prdownload.berlios.de/oolite-lin ... 86.package

onto my Ubuntu 7.10 Gutsy Gibbon system - what do I actually do with it?!

:oops:
Selezen wrote:
Apparently I was having a DaddyHoggy moment.
Oolite Life is now revealed here
User avatar
JensAyton
Grand Admiral Emeritus
Grand Admiral Emeritus
Posts: 6657
Joined: Sat Apr 02, 2005 2:43 pm
Location: Sweden
Contact:

Post by JensAyton »

Run it with the terminal, it's a shell script.
User avatar
DaddyHoggy
Intergalactic Spam Assassin
Intergalactic Spam Assassin
Posts: 8512
Joined: Tue Dec 05, 2006 9:43 pm
Location: Newbury, UK
Contact:

Post by DaddyHoggy »

:oops: D'oh! Of course it is - silly me! Cheers..
Selezen wrote:
Apparently I was having a DaddyHoggy moment.
Oolite Life is now revealed here
User avatar
JensAyton
Grand Admiral Emeritus
Grand Admiral Emeritus
Posts: 6657
Joined: Sat Apr 02, 2005 2:43 pm
Location: Sweden
Contact:

Post by JensAyton »

It wasn’t obvious to me either. :-)

(As I recall, what it does is install an installer. After that, you can open .packages with the installer. Recursive bootstrappy fun!)
User avatar
DaddyHoggy
Intergalactic Spam Assassin
Intergalactic Spam Assassin
Posts: 8512
Joined: Tue Dec 05, 2006 9:43 pm
Location: Newbury, UK
Contact:

Post by DaddyHoggy »

:oops: Help! Fired up a terminal but how do I get the *.package to run under Ubuntu - I made it executable but that hasn't made any difference.

Being terminally dumb this week. :?
Selezen wrote:
Apparently I was having a DaddyHoggy moment.
Oolite Life is now revealed here
User avatar
DaddyHoggy
Intergalactic Spam Assassin
Intergalactic Spam Assassin
Posts: 8512
Joined: Tue Dec 05, 2006 9:43 pm
Location: Newbury, UK
Contact:

Post by DaddyHoggy »

Please, anybody? :(
Selezen wrote:
Apparently I was having a DaddyHoggy moment.
Oolite Life is now revealed here
User avatar
JensAyton
Grand Admiral Emeritus
Grand Admiral Emeritus
Posts: 6657
Joined: Sat Apr 02, 2005 2:43 pm
Location: Sweden
Contact:

Post by JensAyton »

I’ve only done it once, a while ago, but I’m pretty sure I just went ./whatever.package and got a bunch of scrolling text and flashing windows in the approved movie-like fashion.
User avatar
DaddyHoggy
Intergalactic Spam Assassin
Intergalactic Spam Assassin
Posts: 8512
Joined: Tue Dec 05, 2006 9:43 pm
Location: Newbury, UK
Contact:

Post by DaddyHoggy »

@Ahruman - I thought that's what you'd say and it didn't do that for me. :( nuts!
Selezen wrote:
Apparently I was having a DaddyHoggy moment.
Oolite Life is now revealed here
lolwhites
Deadly
Deadly
Posts: 183
Joined: Sat Jul 29, 2006 6:45 pm
Location: France

Post by lolwhites »

I installed it on Ubuntu 8.10 without a hitch. The only thing now is that it doesn't know where my OXPs are. Where should I move them to?
User avatar
JensAyton
Grand Admiral Emeritus
Grand Admiral Emeritus
Posts: 6657
Joined: Sat Apr 02, 2005 2:43 pm
Location: Sweden
Contact:

Post by JensAyton »

~/.Oolite/AddOns, apparently.
lolwhites
Deadly
Deadly
Posts: 183
Joined: Sat Jul 29, 2006 6:45 pm
Location: France

Post by lolwhites »

That seems to work except it won't load my trusty Imperial Courier. It says
could not find ship type "impcourier-player" - please reinstall the appropriate oxp
However, there is definitely the line impcourier-player in the shipdata.plist file.

I may be running an old version of the oxp (I have impcourier2) but the wiki seems to be down so I can't check if that's the case.
User avatar
Svengali
Commander
Commander
Posts: 2370
Joined: Sat Oct 20, 2007 2:52 pm

Post by Svengali »

lolwhites wrote:
I may be running an old version of the oxp (I have impcourier2) but the wiki seems to be down so I can't check if that's the case.
Even more strange. In the afternoon even a whois and a ping wasn't working. Now whois and ping/tracert works, but the side is still not shown. Nowbody has reported the same problem and I already thought that Winston banned me, because he wanted to get rid of my updates - paranoia :-)
Post Reply