Comment 5 for bug 691987

Revision history for this message
mkuerschner (michael-kuerschner) wrote : Re: [Bug 691987] Re: tuxpaint crash on start with "Illegal instruction"

Am 16.06.2011 21:47, schrieb DanB:
> I am having the same problem on an ibook G3. Any help?
I think, I have found the problem and a solution. I play with the gdb
and see that the tuxpaint program crash in interaction the library
libSDL. So I search on debian site, if there is a newer version available.

I install the following packages from debian squeeze, because the
package libsdl1.2debian_1.2.14-6.1 has a fix for a crash under powerpc
(http://packages.debian.org/changelogs/pool/main/libs/libsdl1.2/libsdl1.2_1.2.14-6.1/changelog
--> close bug http://bugs.debian.org/572420)

dpkg -i ./libsdl1.2debian_1.2.14-6.1_powerpc.deb
./libsdl1.2-dev_1.2.14-6.1_powerpc.deb
./libsdl1.2debian-alsa_1.2.14-6.1_powerpc.deb
libartsc0_1.5.9-3+b2_powerpc.deb libartsc0-dev_1.5.9-3+b2_powerpc.deb
libdirectfb-1.2-9_1.2.10.0-4+b1_powerpc.deb

The other packages are needed for the dependencies. After that I install
the original tuxpaint package and it runs.

Regards
Michael