Bug#456037: fenix: not 64 bit clean

2008-12-23 Thread Barry deFreese
severity 456037 important Thank you Hi, I am downgrading this bug as we have uploaded a version for non-64bit architectures for now. Thank you, Barry deFreese -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...

Bug#456037: Fenix: not 64 bit clean, should it be out of Lenny?

2008-12-13 Thread Richard Hartmann
On Sat, Dec 13, 2008 at 14:04, Matthew Johnson wrote: > Well, restricting it to all the 32bit archs, presumably. I don't think > that's necessarily a problem given it's not been released on other archs > yet, so it's not a regression. I definitely think that at this point the > options are 'drop

Bug#456037: Fenix: not 64 bit clean, should it be out of Lenny?

2008-12-13 Thread Matthew Johnson
On Sat Dec 13 05:07, Miriam Ruiz wrote: > > Fenix isn't in Etch. Dropping it from Lenny would remove a > > game, and a related framework (this seems to be the complete > > list): > > Unless we find a way to make it work in 64 bits, either we reduce the > arch to i386 only -which is something I do

Bug#456037: Fenix: not 64 bit clean, should it be out of Lenny?

2008-12-12 Thread Miriam Ruiz
2008/12/13 Steve Cotton : > On Sat, Dec 06, 2008 at 12:52:41PM +0100, Peter De Wachter wrote: >> retitle 456037 fenix: not 64 bit clean >> severity 456037 grave >> thanks >> >> The Fenix source code is riddled with the assumption that pointers are >> 32 bit, which is obviously not true on 64 bit sy

Bug#456037: Fenix: not 64 bit clean, should it be out of Lenny?

2008-12-12 Thread Peter De Wachter
On Sat, 13 Dec 2008 02:06:37 + Steve Cotton wrote: > Both games actually play OK on 64-bit AMD. This is due to a weird behaviour of glibc or perhaps the kernel. If you malloc a small amount of memory, you get a pointer that fits in a 32-bit int. If you allocate a large amount of memory, you

Bug#456037: Fenix: not 64 bit clean, should it be out of Lenny?

2008-12-12 Thread Steve Cotton
On Sat, Dec 06, 2008 at 12:52:41PM +0100, Peter De Wachter wrote: > retitle 456037 fenix: not 64 bit clean > severity 456037 grave > thanks > > The Fenix source code is riddled with the assumption that pointers are > 32 bit, which is obviously not true on 64 bit systems. A big problem is > that th

Bug#456037: fenix: not 64 bit clean

2008-12-06 Thread Peter De Wachter
retitle 456037 fenix: not 64 bit clean severity 456037 grave thanks The Fenix source code is riddled with the assumption that pointers are 32 bit, which is obviously not true on 64 bit systems. A big problem is that the bytecode assumes 32 bit pointers. So either the bytecode format needs to be ch