Gentoo Archives: gentoo-ppc-user

From: marciot <marciot@×××××××××××××××.edu>
To: gentooppc-user@g.o
Subject: [gentooppc-user] Emerge Bug: frozen-bubble-0.9.3/sdl-perl
Date: Wed, 09 Oct 2002 18:07:12
Message-Id: 3DA5110E@webmail.colostate.edu
1 Hi,
2
3 Another problem (am I get annoying yet?). This time installing the
4 "frozen-bubble" productivity application. When I do "emerge
5 apps-games/frozen-bubble-0.9.3-r1.ebuild", it fails with this error:
6
7 >>> md5 ;-) frozen-bubble-0.9.3.tar.bz2
8 >>> Unpacking source...
9 >>> Unpacking frozen-bubble-0.9.3.tar.bz2
10 >>> Source unpacked.
11 Can't locate SDL.pm in @INC (@INC contains: /usr/lib/perl5/5.6.1/powerpc-linux
12 /
13 usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/powerpc-linux
14 /usr/lib/perl5/
15 site_perl/5.6.1 /usr/lib/perl5/site_perl .) at -e line 1.
16 BEGIN failed--compilation aborted at -e line 1.
17
18 *** I need perl-SDL installed
19 make: *** [dirs] Error 1
20
21 !!! ERROR: The ebuild did not complete successfully.
22 !!! Function src_compile, Line 2, Exitcode 2
23 !!! (no error message)
24
25 So, I went ahead and did "emerge dev-perl/sdl-perl" figuring that would solve
26 the problem. It didn't. I did some poking around and found the problem.
27 Apparently the SDL.pm gets installed in the wrong place. If I do "qpkg -l
28 sdl-perl | grep SDL.pm", I get:
29
30 /usr/lib/site_perl/5.6.1/powerpc-linux/SDL.pm
31
32 Notice that this is not one of the paths that shows up in the error message
33 above. Apparently there are multiple "site_perl" directories lying around. Is
34 this the way it's supposed to be? If so, it ought to be added to perl's
35 default path.
36
37 Marcio Luis Teixeira

Replies

Subject Author
Re: [gentooppc-user] Emerge Bug: frozen-bubble-0.9.3/sdl-perl Mark Guertin <gerk@g.o>