Page 1 of 2
Ubuntu 7.10 .debs (Bottom of page 1 in YokoZar's post)
Posted: 12 Oct 2007, 18:23
by Relative
I know ubuntu 7.10 isn't out for a couple of days, but I was wondering if anyone has plans on making them. The current .debs made by yoko don't work on the 7.10 beta. I haven't seen yoko for a while, which leads me to believe that we might of lost our current ubuntu package maintainer.
Posted: 14 Oct 2007, 01:05
by Relative
I believe all that needs to be done to the current .debs made by yoko is a dependency update.
You can find all of his .debs here:
http://tuzakey.com/~scott/spring/
The problem .deb is this one:
http://tuzakey.com/~scott/spring/spring ... 1_i386.deb
It says its missing libboost-regex1.33.1, but the only one listed in the ubuntu repositories is libboost-regex1.34.1. Once this is updated to reflect this very minor change the .deb should work. I would do this myself, if I had any idea what I was doing.
Its only a single digit!
Posted: 14 Oct 2007, 12:09
by Relative
Ok, so I have managed to make a new package based on yoko's structure after reading some .deb documentation. I'm still using yoko's data package as that seems fine. I'm still having some problems though. Spring now installs and starts up, but I get a missing content error:
Code: Select all
Content error: Luxi.ttf: FT_New_Face failed: no error
These are the two .debs that are currently required:
Yoko's data .deb:
http://tuzakey.com/~scott/spring/spring ... -1_all.deb
My spring binary .deb:
http://www.unknown-files.net/3643/Test_Springdeb
Can someone take a look and find out what's wrong with this?
Edit: nm, found the problem. I'm going to do some testing on it then I will release the whole thing.
Posted: 14 Oct 2007, 12:58
by Relative
Well I've done everything I can think of, but it still doesn't work. Spring installs and everything seems to be where it should be. Unitsync crashes aflobby, which leads me to believe that unitsync lacks the java bindings or is completely screwed up. Spring crashes after selecting its script with this in the terminal:
I think this all comes down to compiling, not the .deb structure.
Will post what I currently have in a sec.
Edit:
http://www.unknown-files.net/3644/spring_deb_test_2/
Posted: 14 Oct 2007, 13:02
by imbaczek
compile with scons configure debug=yes (or at the very least strip=no) and use gdb to get a backtrace of what's happening.
Posted: 14 Oct 2007, 13:37
by Relative
imbaczek wrote:compile with scons configure debug=yes (or at the very least strip=no) and use gdb to get a backtrace of what's happening.
Code: Select all
rutter@stumpy:~$ gdb spring
GNU gdb 6.6-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(gdb) run
Starting program: /usr/games/spring
[Thread debugging using libthread_db enabled]
[New Thread -1244256544 (LWP 14260)]
warning: Lowest section in /usr/lib/libicudata.so.36 is .hash at 000000b4
[New Thread -1244755056 (LWP 14263)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1244256544 (LWP 14260)]
0xb77b706c in ?? () from /lib/tls/i686/cmov/libc.so.6
(gdb) bt
#0 0xb77b706c in ?? () from /lib/tls/i686/cmov/libc.so.6
Cannot access memory at address 0xbf73bfcc
(gdb)
Edit:
I just remembered I had this exact same problem a little while ago:
http://spring.clan-sy.com/phpbb/viewtop ... tion+fault
I really do not what to reinstall ubuntu completely.
Posted: 14 Oct 2007, 13:56
by imbaczek
ouch. better wait for yoko.
btw does it always happen, or only with deb-installed spring?
Posted: 14 Oct 2007, 14:01
by Relative
imbaczek wrote:ouch. better wait for yoko.
btw does it always happen, or only with deb-installed spring?
Well I haven't tried scons install yet, I will later though.
Posted: 14 Oct 2007, 15:40
by Relative
I get the same thing if I install via scons.
Posted: 14 Oct 2007, 17:13
by clericvash
Engine bug then?
Posted: 14 Oct 2007, 17:40
by imbaczek
hard to tell. the backtrace says that the engine hadn't even managed to do anything before it crashed.
Posted: 14 Oct 2007, 17:55
by LordMatt
Reinstall your graphic driver and see if that fixes it.
Posted: 14 Oct 2007, 19:00
by Relative
LordMatt wrote:Reinstall your graphic driver and see if that fixes it.
Already tried that. Last time I had this problem I had to do a flesh install of ubuntu.
Posted: 14 Oct 2007, 19:52
by Relative
I have made a correlation between the time of installing of these dependencies to compile spring and the problems (its not just spring that having trouble, some other apps are acting up such as Aflobby) that have occurred.
http://spring.clan-sy.com/wiki/SetupGui ... pendencies
Either these libraries or their own dependencies might be causing the problems I'm having. Could someone who knows what their doing check to see if some sort of conflicts are occurring. Installing these caused my default java to change from java6 to something called "Stable VM ubuntu 4.1" that was last updated on December 6, 2005!!
This would explain why a fresh install fixed my problems last time this happened.
Posted: 15 Oct 2007, 06:20
by YokoZar
imbaczek wrote:ouch. better wait for yoko.
btw does it always happen, or only with deb-installed spring?
Hi. I'll put up Gutsy debs monday.
Tschao.
Posted: 15 Oct 2007, 18:10
by Relative
yay
Posted: 16 Oct 2007, 08:50
by YokoZar
Relative wrote:yay
And, as promised:
http://tuzakey.com/~scott/spring/gutsy
There's both a 32 and 64 bit deb. You need both the spring deb and the spring-data deb.
Posted: 16 Oct 2007, 22:52
by Relative
Thanks yoko!
Edit: BTW, when gutsy is released won't it be a good idea put these .debs on the download page?
Posted: 17 Oct 2007, 09:01
by YokoZar
Relative wrote:Thanks yoko!
Edit: BTW, when gutsy is released won't it be a good idea put these .debs on the download page?
Yes but we need a new server, I cannot host them there if they get any real traffic.
Posted: 17 Oct 2007, 09:14
by Tobi
Just tell me what packages you need on buildbot.no-ip.org / server6.unknown-files.net (where you have account) and I will install it.
It has unlimited bandwidth AFAIK.
Falcon is already installed.