The bug is actually in libsdl1.2debian. It has improper compile flags for powerpc g3. What these are I do not know. The ubuntu version works. I have done the following to temporarily correct it.
Please move this bug to libsdl1.2debian Temporary (bad) fix. For debian-unstable/sid/testing. Debian has compiled SDL with improper flags for powerpc g3 support. Install SDL from. http://ports.ubuntu.com/pool/main/libs/libsdl1.2/ ###GET wget http://ports.ubuntu.com/pool/main/libs/libsdl1.2/libsdl1.2-dev_1.2.13-4ubuntu4_powerpc.deb wget http://ports.ubuntu.com/pool/main/libs/libsdl1.2/libsdl1.2debian-oss_1.2.13-4ubuntu4_powerpc.deb wget http://ports.ubuntu.com/pool/main/libs/libsdl1.2/libsdl1.2debian_1.2.13-4ubuntu4_powerpc.deb ###Install dpkg -i libsdl1.2debian_1.2.13-4ubuntu4_powerpc.deb dpkg -i libsdl1.2debian-oss_1.2.13-4ubuntu4_powerpc.deb dpkg -i libsdl1.2-dev_1.2.13-4ubuntu4_powerpc.deb ##Keep from being upgraded echo libsdl1.2debian hold | dpkg --set-selections echo libsdl1.2debian-oss hold | dpkg --set-selections echo libsdl1.2debian-dev hold | dpkg --set-selections -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org