Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58278 - frozen-bubble dies at SDL Init
Summary: frozen-bubble dies at SDL Init
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-25 05:48 UTC by elprespufferfish
Modified: 2004-08-20 03:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge -evp frozen-bubble (emergelist,5.24 KB, text/plain)
2004-07-25 05:57 UTC, elprespufferfish
Details

Note You need to log in before you can comment on or make changes to this bug.
Description elprespufferfish 2004-07-25 05:48:35 UTC
When I start frozen-bubble it dies with the following error.
DL Init] [Graphics.SDL::Surface::new failed. Unsupported image format at /usr/lib/perl5/vendor_perl/5.8.4/i686-linux-thread-multi/SDL/Surface.pm line 53.

I have tried recompiling all of its dependencies with both gcc-3.3.3 and gcc-3.4.1-r1.

Reproducible: Always
Steps to Reproduce:
1.frozen-bubble in command line
2.frozen-bubble dies with error
Actual Results:  
frozen-bubble spits out an error message and dies.

Expected Results:  
frozen-bubble starts and I play a fun game.

Portage 2.0.50-r9 (default-x86-2004.0, gcc-3.4.1, glibc-2.3.4.20040619-r0, 2.6.6)
=================================================================
System uname: 2.6.6 i686 AMD Athlon(tm) XP 2800+
Gentoo Base System version 1.5.1
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O2 -pipe -ftracer -fweb -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.3/share/config /usr/kde/3/share/config /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -pipe -ftracer -fweb -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X alsa cdr cups divx4linux dvd encode gtk2 jpeg lirc mmx nptl
oggvorbis opengl pam pic png samba sse threads truetype x86 xv xvid"
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-07-25 05:54:26 UTC
Can you attach the output of "emerge -evp frozen-bubble" as a text/plain please?
Comment 2 elprespufferfish 2004-07-25 05:57:44 UTC
Created attachment 36113 [details]
emerge -evp frozen-bubble
Comment 3 elprespufferfish 2004-07-25 06:05:06 UTC
I was talking to falmarian(falmarian@falmarian.us) in #gentoo, and he said that he would try to work on a bug-fix.
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2004-07-25 21:56:57 UTC
From the perl ebuild:

        ewarn "PLEASE NOTE: You are compiling perl-5.8 with"
        ewarn "threading enabled."
        ewarn "Threading is not supported by all applications "
        ewarn "that compile against perl. You use threading at "
        ewarn "your own discretion. "

We don't support USE="threads".  I'm going to mark this INVALID.  However, if
you come up with a patch for sdl-perl that fixes this.  Feel free to open a new
bug for the perl team.  Thanks.