Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16974 - frozen-bubble 1.0.0 borks out
Summary: frozen-bubble 1.0.0 borks out
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-06 12:20 UTC by André Lemos
Modified: 2003-06-28 00:13 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description André Lemos 2003-03-06 12:20:32 UTC
+ export TMPDIR=/var/tmp/portage/frozen-bubble-1.0.0/temp
+ TMPDIR=/var/tmp/portage/frozen-bubble-1.0.0/temp
+ src_compile
+ make 'OPTIMIZE=-march=pentium3 -O3 -pipe' PREFIX=/usr
 
    *** I need perl-SDL installed
make: *** [dirs] Error 1
+ diefunc src_compile 31 2
+ local funcname=src_compile lineno=31 exitcode=2
+ shift 3
+ echo


*  dev-perl/sdl-perl
      Latest version available: 1.20.0
      Latest version installed: 1.20.0
      Size of downloaded files: 667 kB
      Homepage:    http://sdlperl.org/
      Description: SDL binding for perl
Comment 1 Chris Hornbaker 2003-03-06 16:38:35 UTC
I'm having the same trouble. In the Makefile it runs perl -e 'use SDL', which segfaults. Using perl -e 'SDL' returns nothing.
Comment 2 Ewan Mac Mahon 2003-03-08 14:17:11 UTC
Curious. I'm getting different breakage; everything's emerge apparantly OK, 
but running frozen-bubble gives: 
 
Can't locate fb_stuff.pm in @INC (@INC contains: 
/usr/lib/perl5/5.6.1/i686-linux /usr/lib/perl5/5.6.1 
/usr/lib/perl5/site_perl/5.6.1/i686-linux /usr/lib/perl5/site_perl/5.6.1 
/usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.6.1/i686-linux 
/usr/lib/perl5/vendor_perl/5.6.1 /usr/lib/perl5/vendor_perl .) at 
/usr/bin/frozen-bubble line 59. 
BEGIN failed--compilation aborted at /usr/bin/frozen-bubble line 59. 
 
True enough a locate fb_stuff.pm shows that it's in: 
/usr/lib/site_perl/5.6.1/i686-linux/ 
 
Looks rather like the MakeMaker bug from a while back, but I thought that 
was all sorted. 
 
Comment 3 Chris Hornbaker 2003-03-08 18:48:48 UTC
I was able to install this by commenting out
FEATURES="userpriv usersandbox"
in /etc/make.conf
Comment 4 SpanKY gentoo-dev 2003-03-09 00:06:18 UTC
userpriv and such is a different bug ... 
 
Andr
Comment 5 SpanKY gentoo-dev 2003-03-09 00:06:18 UTC
userpriv and such is a different bug ... 
 
André Lemos: are you utilizing userpriv ? 
Comment 6 André Lemos 2003-03-09 16:55:52 UTC
Yes, and usersandbox. If I remove them I naturally have the same problem..
Comment 7 SpanKY gentoo-dev 2003-03-09 18:07:35 UTC
'same problem' ... in other words frozen bubble still reports 'SDL not found' ?

please post `emerge info`
Comment 8 André Lemos 2003-03-10 04:53:59 UTC
Portage 2.0.47-r8 (default-x86-1.4, gcc-3.2.2, glibc-2.3.2-r0)
=================================================================
System uname: 2.4.20 i686 Intel(R) Celeron(R) CPU 1.70GHz
GENTOO_MIRRORS="http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/ http://www.fhh.opensource-mirror.de/gentoo.org/ http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 crypt libg++ mikmod gtkhtml gdbm slang readline bonobo svga ggi guile libwww esd gtk motif apache2 ipv6 3dnow -apm -berkdb aalib alsa arts avi cdr cups moznoirc dvd encode gif gnome gpm gtk2 -imap imlib java jpeg kde -ldap maildir
mmx mozilla mpeg -mysql -nls oggvorbis opengl -oss pam -pdflib perl pic png python qt quicktime sasl sdl ncurses spell sse ssl tcltk tcpd tiff truetype -tetex X xml xml2 xmms xv zlib"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3 -pipe"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j8"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="ccache sandbox noauto"


and also borks out with FEATURES="sandbox userpriv usersandbox ccache distcc noauto"
Comment 9 André Lemos 2003-03-23 06:03:52 UTC
Why was this already marked stable?

Anyways, this bug wasn't getting any updates, so I just edited the Makefile, and pulled out the tests for perl-sdl, and frozen-bubble installs fine.
Comment 10 Leon Matthews 2003-03-31 02:01:36 UTC
For me it compiled and installed okay (todays rsync), but the data directory was not being found.  I looked through the make file, and the constant $DATADIR is not being set properly.  I manually edited /usr/lib/perl5/site_perl/5.8.0/i686-linux/fb_stuff.pm.

It WAS (broken):
$FPATH='@DATADIR@'

It IS NOW (works):
$FPATH='/usr/share/frozen-bubble'

    -- Leon
Comment 11 Maik Schreiber 2003-04-05 11:55:50 UTC
Is there any work being done to install frozen-bubble-1.0.0 into the correct directory? It install into /usr/lib/site_perl/5.6.1/ here, too. This bug has been in there for quite some time now.
Comment 12 Peter Gantner (a.k.a. nephros) 2003-05-28 11:44:57 UTC
bump!

I just played with this, and it seems the perl-SDL test fails because perl -e 'use SDL' segfaults.
So I straced it, found that it loads libGLcore, which on my system (and most others as well). is the nvidia one.

So I did
opengl-update xfree
emerge frozen-bubble
opengl-update nvidia

and it installed and it works. :) 
Comment 13 Martin Holzer (RETIRED) gentoo-dev 2003-05-31 08:55:00 UTC
can i close this now ?
Comment 14 Chris Hornbaker 2003-05-31 12:42:35 UTC
I just unemerged SDL perl and frozen-bubble, then reemerged it. Worked without any trouble. 
I'm not knowingly using userpriv and usersandbox in FEATURES. 
Comment 15 SpanKY gentoo-dev 2003-06-28 00:12:37 UTC
anyone here still having this problem ? 
 
does comment #13 work for everyone with problems ? 
Comment 16 SpanKY gentoo-dev 2003-06-28 00:13:35 UTC
*** Bug 17362 has been marked as a duplicate of this bug. ***
Comment 17 SpanKY gentoo-dev 2003-06-28 00:13:51 UTC
latest nvidia drivers fixes this