Your message dated Fri, 17 May 2013 11:33:19 +0000
with message-id <[email protected]>
and subject line Bug#707930: Removed package(s) from unstable
has caused the Debian Bug report #693870,
regarding egoboo: FTBFS on big endian archs
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
693870: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693870
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: egoboo
Version: 1:2.8.1-1
Severity: important
Tags: patch sid
User: [email protected]
Usertags: powerpcspe

Hi,

egoboo currently FTBFS on big endian archs like this (example from powerpc):

gcc -o egoboo-2.x bbox.o bsp.o camera.o char.o client.o clock.o collision.o 
egoboo_console.o egoboo_endian.o egoboo_fileutil.o egoboo_math.o egoboo_setup.o 
egoboo_strutil.o egoboo_typedef.o egoboo_vfs.o enchant.o file_common.o 
font_bmp.o font_ttf.o game.o graphic.o graphic_fan.o graphic_mad.o 
graphic_prt.o hash.o input.o lighting.o IDSZ_map.o link.o log.o mad.o md2.o 
menu.o mesh.o mpd_BSP.o network.o obj_BSP.o particle.o passage.o profile.o 
quest.o script.o script_compile.o script_functions.o server.o sound.o texture.o 
ui.o egoboo.o physics.o egoboo_process.o ChrList.o EncList.o PrtList.o 
egoboo_object.o file_formats/SDL_md2.o file_formats/cap_file.o 
file_formats/configfile.o file_formats/controls_file.o file_formats/eve_file.o 
file_formats/id_md2.o file_formats/module_file.o file_formats/mpd_file.o 
file_formats/passage_file.o file_formats/pip_file.o 
file_formats/scancode_file.o file_formats/spawn_file.o file_formats/template.o 
file_formats/treasure_table_file.o file_formats
 /wawalite
 _file.o extensions/SDL_GL_extensions.o extensions/SDL_extensions.o 
extensions/ogl_debug.o extensions/ogl_extensions.o extensions/ogl_include.o 
extensions/ogl_texture.o platform/file_linux.o platform/sys_linux.o 
-L/usr/lib/powerpc-linux-gnu -lSDL -L../enet/lib -lSDL_ttf -lSDL_mixer -lGL 
-lGLU -lSDL_image -lphysfs -lenet -Os -Wall -DPREFIX=\"/usr\" -D_NIX_PREFIX -I. 
-I.. -I../enet/include -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT 
-I./extensions -I./file_formats -I./platform
md2.o: In function `md2_load':
md2.c:(.text+0x1040): undefined reference to `SDL_swap32'
collect2: ld returned 1 exit status
make[3]: *** [egoboo-2.x] Error 1
[...]

Attaching a patch that fixes this.

Thanks,

Roland


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- egoboo-2.8.1/src/game/md2.c
+++ egoboo-2.8.1/src/game/md2.c
@@ -511,7 +511,7 @@ MD2_Model_t* md2_load( const char * szFi
                 int i;
                 for ( i = 0; i < cmd->command_count; i++ )
                 {
-                    cmd->data[i].index = SDL_swap32( cmd->data[i].s );
+                    cmd->data[i].index = SDL_Swap32( cmd->data[i].s );
                     cmd->data[i].s     = ENDIAN_FLOAT( cmd->data[i].s );
                     cmd->data[i].t     = ENDIAN_FLOAT( cmd->data[i].t );
                 };

--- End Message ---
--- Begin Message ---
Version: 1:2.8.1-1+rm

Dear submitter,

as the package egoboo has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/707930

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to