apt-get build-dep oolite
. You probably have the run-time libraries for GNUstep, which is all you need to run oolite, but not the compiler libraries and headers.Oolite Linux - Trunk nightly builds
Moderators: winston, another_commander, Getafix
Re: Oolite Linux - Trunk nightly builds
Easiest way on a debian-based system to pick up all the compiler dependencies is
- CommRLock78
- ---- E L I T E ----
- Posts: 1138
- Joined: Sat Apr 07, 2012 7:35 pm
- Location: US
- Contact:
Re: Oolite Linux - Trunk nightly builds
Now I'm really confused.cim wrote:Easiest way on a debian-based system to pick up all the compiler dependencies isapt-get build-dep oolite
. You probably have the run-time libraries for GNUstep, which is all you need to run oolite, but not the compiler libraries and headers.
Code: Select all
$ sudo apt-get build-dep oolite
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to find a source package for oolite
dpkg-buildpackage
."I'll laser the mark all while munching a fistful of popcorn." - Markgräf von Ededleen, Marquess, Brutal Great One, Assassins' Guild Exterminator
---------------------------
At the helm of the Caduceus Omega, 'Murderous Morrígan'
---------------------------
At the helm of the Caduceus Omega, 'Murderous Morrígan'
- Tricky
- ---- E L I T E ----
- Posts: 821
- Joined: Sun May 13, 2012 11:12 pm
- Location: Bradford, UK. (Anarchic)
Re: Oolite Linux - Trunk nightly builds
I was just going on the fact it couldn't find common.make
Maybe the search paths for GNUStep aren't setup properly. I know I had this problem sometime ago. Can't remember how I fixed it. Hoped the information would jog something in your memory.
Maybe the search paths for GNUStep aren't setup properly. I know I had this problem sometime ago. Can't remember how I fixed it. Hoped the information would jog something in your memory.
- CommRLock78
- ---- E L I T E ----
- Posts: 1138
- Joined: Sat Apr 07, 2012 7:35 pm
- Location: US
- Contact:
Re: Oolite Linux - Trunk nightly builds
I wishTricky wrote:I was just going on the fact it couldn't find common.make
Maybe the search paths for GNUStep aren't setup properly. I know I had this problem sometime ago. Can't remember how I fixed it. Hoped the information would jog something in your memory.





"I'll laser the mark all while munching a fistful of popcorn." - Markgräf von Ededleen, Marquess, Brutal Great One, Assassins' Guild Exterminator
---------------------------
At the helm of the Caduceus Omega, 'Murderous Morrígan'
---------------------------
At the helm of the Caduceus Omega, 'Murderous Morrígan'
- CommRLock78
- ---- E L I T E ----
- Posts: 1138
- Joined: Sat Apr 07, 2012 7:35 pm
- Location: US
- Contact:
Re: Oolite Linux - Trunk nightly builds
I was a bit irritated by this:
So I changed the file in the debian folder from 'changelog.in' to 'changelog' and tried
Code: Select all
tail: cannot open `debian/changelog' for reading: No such file or directory
dpkg-buildpackage
again and got:
Code: Select all
~/Source/Via-SVN/r5555/trunk $ dpkg-buildpackage
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): -D_FORTIFY_SOURCE=2
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions -Wl,-z,relro
parsechangelog/debian: warning: debian/changelog(l6): badly formatted trailer line
LINE: -- Darren Salt <[email protected]> @@TIMESTAMP@@
parsechangelog/debian: warning: debian/changelog(l8): found start of entry where expected more change data or trailer
LINE: oolite (1.73.3-1) stable; urgency=low
parsechangelog/debian: warning: debian/changelog(l8): found eof where expected more change data or trailer
dpkg-buildpackage: source package oolite
dpkg-buildpackage: source version @@VERSION@@-@@REVISION@@
dpkg-buildpackage: error: version number does not start with digit
"I'll laser the mark all while munching a fistful of popcorn." - Markgräf von Ededleen, Marquess, Brutal Great One, Assassins' Guild Exterminator
---------------------------
At the helm of the Caduceus Omega, 'Murderous Morrígan'
---------------------------
At the helm of the Caduceus Omega, 'Murderous Morrígan'
- CommRLock78
- ---- E L I T E ----
- Posts: 1138
- Joined: Sat Apr 07, 2012 7:35 pm
- Location: US
- Contact:
Re: Oolite Linux - Trunk nightly builds
I think I must have been missing this before installing the GNUstep earlier. There is indeed a common.make nowTricky wrote:I was just going on the fact it couldn't find common.make
Code: Select all
$ sudo find / -name 'common.make'
/usr/share/GNUstep/Makefiles/common.make
"I'll laser the mark all while munching a fistful of popcorn." - Markgräf von Ededleen, Marquess, Brutal Great One, Assassins' Guild Exterminator
---------------------------
At the helm of the Caduceus Omega, 'Murderous Morrígan'
---------------------------
At the helm of the Caduceus Omega, 'Murderous Morrígan'
Re: Oolite Linux - Trunk nightly builds
That's odd. Anyway, the dependencies are libgnustep-base-dev (>= 1.14.0), libsdl-mixer1.2-dev, libsdl-image1.2-dev, libglu1-mesa-devCommRLock78 wrote:Code: Select all
$ sudo apt-get build-dep oolite Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to find a source package for oolite
Try doing
"make -f Makefile pkg-debtest"
- CommRLock78
- ---- E L I T E ----
- Posts: 1138
- Joined: Sat Apr 07, 2012 7:35 pm
- Location: US
- Contact:
Re: Oolite Linux - Trunk nightly builds
Hurray!! It worked - so far so good, hat's off to ye Cimcim wrote:That's odd. Anyway, the dependencies are libgnustep-base-dev (>= 1.14.0), libsdl-mixer1.2-dev, libsdl-image1.2-dev, libglu1-mesa-dev
Try doing"make -f Makefile pkg-debtest"


Edit: I'm glad I said "so far so good" because as soon as I launch from the station that game crashes

"I'll laser the mark all while munching a fistful of popcorn." - Markgräf von Ededleen, Marquess, Brutal Great One, Assassins' Guild Exterminator
---------------------------
At the helm of the Caduceus Omega, 'Murderous Morrígan'
---------------------------
At the helm of the Caduceus Omega, 'Murderous Morrígan'
- Getafix
- Quite Grand Sub-Admiral
- Posts: 979
- Joined: Tue Apr 01, 2008 12:55 pm
- Location: A small ice asteroid, orbiting Oresrati in Galaxy 8 (a.k.a. northwest Armorica).
- Contact:
Re: Oolite Linux - Trunk nightly builds
The nightly URL has changed. See first post.
"Any sufficiently advanced information is indistinguishable from noise." [Newman, Lachmann, Moore]
- Getafix
- Quite Grand Sub-Admiral
- Posts: 979
- Joined: Tue Apr 01, 2008 12:55 pm
- Location: A small ice asteroid, orbiting Oresrati in Galaxy 8 (a.k.a. northwest Armorica).
- Contact:
Re: Oolite Linux - Trunk nightly builds
As of today, nightly build for linux x86_64 (a.k.a AMD64) is "reactivated" having transitioned to the new git code repository.
Nightly build for 32bit linux x86 will soon follow.
Nightly build for 32bit linux x86 will soon follow.
"Any sufficiently advanced information is indistinguishable from noise." [Newman, Lachmann, Moore]
- Getafix
- Quite Grand Sub-Admiral
- Posts: 979
- Joined: Tue Apr 01, 2008 12:55 pm
- Location: A small ice asteroid, orbiting Oresrati in Galaxy 8 (a.k.a. northwest Armorica).
- Contact:
Re: Oolite Linux - Trunk nightly builds
Done!Getafix wrote:...Nightly build for 32bit linux x86 will soon follow...
Just a reminder, that if you already have oolite-trunk (revision >= r4509) installed you may use "
oolite-trunk-update
" as follows:(Note: This first time you will experience a considerable increase at the download time; it is due to the enhanced textures that will be fetched.)
System-wide installations
Code: Select all
$ sudo oolite-trunk-update
Code: Select all
$ cd ~/GNUstep/Applications/Oolite-trunk
$ ./oolite-trunk-update
"Any sufficiently advanced information is indistinguishable from noise." [Newman, Lachmann, Moore]
- Diziet Sma
- ---- E L I T E ----
- Posts: 6312
- Joined: Mon Apr 06, 2009 12:20 pm
- Location: Aboard the Pitviper S.E. "Blackwidow"
Re: Oolite Linux - Trunk nightly builds
<does happy-dance>Getafix wrote:Done!Getafix wrote:...Nightly build for 32bit linux x86 will soon follow...

Most games have some sort of paddling-pool-and-water-wings beginning to ease you in: Oolite takes the rather more Darwinian approach of heaving you straight into the ocean, often with a brick or two in your pockets for luck. ~ Disembodied
- Getafix
- Quite Grand Sub-Admiral
- Posts: 979
- Joined: Tue Apr 01, 2008 12:55 pm
- Location: A small ice asteroid, orbiting Oresrati in Galaxy 8 (a.k.a. northwest Armorica).
- Contact:
Re: Oolite Linux - Trunk nightly builds
Due to some lines of shell script lost in witchspace,
the nightly pages for Windows and Linux are being prepared with a delay.
Estimated time of readiness... 11:00am (UTC).
Mac nightly page is available.
Apologies for any inconvenience caused.
EDIT #1
Windows nightly is available for both 32bit and 64bit.
New estimated time of availability for Linux 12:00pm (UTC).
EDIT #2
Linux nightly 64bit is available.
Estimated time of readiness for Linux nightly 32bit 13:00 (UTC).
EDIT #3
Linux nightly 32bit is available.
the nightly pages for Windows and Linux are being prepared with a delay.
Mac nightly page is available.
Apologies for any inconvenience caused.
EDIT #1
Windows nightly is available for both 32bit and 64bit.
EDIT #2
Linux nightly 64bit is available.
EDIT #3
Linux nightly 32bit is available.
"Any sufficiently advanced information is indistinguishable from noise." [Newman, Lachmann, Moore]
- Getafix
- Quite Grand Sub-Admiral
- Posts: 979
- Joined: Tue Apr 01, 2008 12:55 pm
- Location: A small ice asteroid, orbiting Oresrati in Galaxy 8 (a.k.a. northwest Armorica).
- Contact:
Re: Oolite Linux - Trunk nightly builds
There is a new oolite nightly that is currently available only through the
Changes from previous successful build 0d66f33 to 282af07
oolite-trunk-update
command. Changes from previous successful build 0d66f33 to 282af07
- 2f248c3 cim Sat Dec 14 17:05:51 2013 +0000 Adjust messages, check distance from buoy more frequently
51ee5f9 cim Sat Dec 14 15:55:31 2013 +0000 Add first challenge - dodge some asteroids
ef5e5ca cim Tue Dec 10 18:25:33 2013 +0000 Fix coordinates for tutorial, in case the sun moves
5ac0101 cim Mon Dec 9 20:25:09 2013 +0000 Rework "endScenario" to hopefully avoid crash
7140978 cim Mon Dec 9 18:53:27 2013 +0000 Fix a couple of exceptions

"Any sufficiently advanced information is indistinguishable from noise." [Newman, Lachmann, Moore]
- Getafix
- Quite Grand Sub-Admiral
- Posts: 979
- Joined: Tue Apr 01, 2008 12:55 pm
- Location: A small ice asteroid, orbiting Oresrati in Galaxy 8 (a.k.a. northwest Armorica).
- Contact:
Re: Oolite Linux - Trunk nightly builds
32bit Oolite nightly build web page is available.
Root cause analysis for today's failure is still in progress.
Root cause analysis for today's failure is still in progress.
"Any sufficiently advanced information is indistinguishable from noise." [Newman, Lachmann, Moore]