Bug#312086: luola: does not start on ppc

2005-10-18 Thread Eddy Petrişor
Hello all, It has been a while now and I don't like the current status of this :( I have been rereading the bug in BTS and realized that something happened during the transition of the patch to version 1.2.7. I have installed luola 1.2.7 on an i386 arch machine and is broken in the same crude wa

Bug#312086: luola: does not start on ppc

2005-08-24 Thread Eddy Petrisor
> On 7/25/05, Christian T. Steigies <[EMAIL PROTECTED]> wrote: > > It's been a while... I started again from scratch with luola 1.2.7 and put > > new i386 debs and source files at: > > > > http://people.debian.org/~cts/luola/ > > > > Eddy, please check if Calle's patch now works for you. (I have an

Bug#312086: Fwd: Bug#312086: luola: does not start on ppc

2005-08-07 Thread Eddy Petrisor
-- Forwarded message -- From: Eddy Petrisor <[EMAIL PROTECTED]> Date: Aug 7, 2005 9:52 AM Subject: Re: Bug#312086: luola: does not start on ppc To: "Christian T. Steigies" <[EMAIL PROTECTED]> On 7/25/05, Christian T. Steigies <[EMAIL PROTECTED]> wro

Bug#312086: Fwd: Bug#312086: luola: does not start on ppc

2005-06-18 Thread Eddy Petrisor
-- Forwarded message -- From: Calle Laakkonen <[EMAIL PROTECTED]> Date: Jun 16, 2005 8:53 PM Subject: Re: Bug#312086: luola: does not start on ppc To: Eddy Petrisor <[EMAIL PROTECTED]> On Thursday 16 June 2005 02:42, Eddy Petrisor wrote: > > I made it work :)

Bug#312086: luola: does not start on ppc

2005-06-18 Thread Christian T. Steigies
On Sun, Jun 19, 2005 at 12:20:25AM +0300, Eddy Petrisor wrote: > > > Christian, I made a change to the debian package - NMU change, as I > > > was tired of aptitude installing debian's official version of luola > > > over mine. > [..] > > Good to hear that it is working now. I looked through your p

Bug#312086: luola: does not start on ppc

2005-06-18 Thread Eddy Petrisor
> Christian, Calle's patch does not apply cleanly over the Debian > source; are there any changes in the code itself to make luola dfsg > free? I forgot, the game works ok now (well, if I have to be a nitpicker, I don't like how the menu behaves when one exits during the game, with ESC - the map t

Bug#312086: luola: does not start on ppc

2005-06-18 Thread Eddy Petrisor
> > Christian, I made a change to the debian package - NMU change, as I > > was tired of aptitude installing debian's official version of luola > > over mine. [..] > Good to hear that it is working now. I looked through your patch and merged > back changes to my codebase. I then made a cleaned up p

Bug#312086: luola: does not start on ppc

2005-06-16 Thread Eddy Petrisor
> > Christian, I made a change to the debian package - NMU change, as I > > was tired of aptitude installing debian's official version of luola > > over mine. > > You uploaded a new package? I don't see anything. Did you make sure it still > works on little endian after your changes? Sorry, I was

Bug#312086: luola: does not start on ppc

2005-06-15 Thread Christian T. Steigies
On Thu, Jun 16, 2005 at 02:42:43AM +0300, Eddy Petrisor wrote: > > I made it work :) > Ok, the attached pacth should apply on the original source > (luola_1.2.6.dfsg.orig.tar.gz) and is quite unclean as it contains my > debug printf-s and commented out code relative to endianess. > > Christian,

Bug#312086: luola: does not start on ppc

2005-06-15 Thread Eddy Petrisor
On 6/14/05, Calle Laakkonen <[EMAIL PROTECTED]> wrote: > > > > well, I made a few small changes to the code to see what is happening: > > > > #if SDL_BYTEORDER == SDL_LIL_ENDIAN > > width = tmpbuf[0] | tmpbuf[1] << 8; > > height = tmpbuf[2] | tmpbuf[3] << 8; > > #else > > width = tmpbuf

Bug#312086: luola: does not start on ppc

2005-06-08 Thread Eddy Petrisor
> Ah. > Looks like I forgot to remove an extra byte swapping function after I changed > the read calls... > Removing line 119 from ldat.c > newblock->index = SDL_SwapLE16(newblock->index); > should fix the problem. ok, now the game starts, but this derives into another problem. there is no

Bug#312086: luola: does not start on ppc

2005-06-07 Thread Eddy Petrisor
On 6/6/05, Calle Laakkonen <[EMAIL PROTECTED]> wrote: > > Hello. > The problem does seem to be an endian related. (The datafiles are stored in > little-endian format) > I have attached a patch that should fix the crash on luola startup. I don't > have a big-endian machine to test it with, so hopef

Bug#312086: luola: does not start on ppc

2005-06-07 Thread Eddy Petrisor
> I have tested the patch, but it still does not fix the problem. The > game still crashes with the follwing output: > > $ luola > Warning: No joysticks available > Warning: Cannot open audio: No available audio device > /home/eddy/.luola/fonts.cfg: No such file or directory > Error occured while

Bug#312086: luola: does not start on ppc

2005-06-05 Thread Eddy Petrisor
On 6/5/05, Christian T. Steigies <[EMAIL PROTECTED]> wrote: > forwarded 312086 [EMAIL PROTECTED] > severity 312086 important > tags 312086 moreinfo help upstream > thanks > > > I have found that luola does not start on ppc machines (confimed on > > #debian-devel by tarzeau). > > > > I suppose is a

Bug#312086: luola: does not start on ppc

2005-06-05 Thread Christian T. Steigies
forwarded 312086 [EMAIL PROTECTED] severity 312086 important tags 312086 moreinfo help upstream thanks On Sun, Jun 05, 2005 at 03:53:25PM +0300, Eddy Petrisor wrote: > Subject: luola does not start on ppc arch > Package: luola > Version: 1.2.6.dfsg-1 > Severity: grave > > Hello, > > I have found

Bug#312086: luola: does not start on ppc

2005-06-05 Thread Eddy Petrisor
Subject: luola does not start on ppc arch Package: luola Version: 1.2.6.dfsg-1 Severity: grave Hello, I have found that luola does not start on ppc machines (confimed on #debian-devel by tarzeau). I suppose is an endianness problem as this does not happen on i386, but was confirmed on ppc. When