Gentoo Archives: gentoo-user

From: Rafa Griman <rafagriman@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Issues emerging Calligra
Date: Thu, 03 Jan 2013 11:34:47
Message-Id: CANRt_=aTC5j-zJDiMkZoWaJOTucFCcgc0sF49NoS8GJppV=w-Q@mail.gmail.com
1 Hi all :)
2
3 First off: Happy New Year ;)
4
5 I'm trying to emerge Calligra but I get stuck on the following error
6 when glew gets emerged:
7
8 >>> Emerging (1 of 9) media-libs/glew-1.6.0-r1
9 * glew-1.6.0.tgz SHA256 size ;-) ...
10 [ ok ]
11 >>> Unpacking source...
12 >>> Unpacking glew-1.6.0.tgz to /var/tmp/portage/media-libs/glew-1.6.0-r1/work
13 >>> Source unpacked in /var/tmp/portage/media-libs/glew-1.6.0-r1/work
14 >>> Preparing source in /var/tmp/portage/media-libs/glew-1.6.0-r1/work/glew-1.6.0 ...
15 >>> Source prepared.
16 >>> Configuring source in /var/tmp/portage/media-libs/glew-1.6.0-r1/work/glew-1.6.0 ...
17 >>> Source configured.
18 >>> Compiling source in /var/tmp/portage/media-libs/glew-1.6.0-r1/work/glew-1.6.0 ...
19 make AR=i686-pc-linux-gnu-ar STRIP=true CC=i686-pc-linux-gnu-gcc
20 'LD=i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed' M_ARCH=
21 LDFLAGS.EXTRA= '
22 POPT=-O2 -pipe -fomit-frame-pointer -march=pentium-m -mmmx -msse
23 -msse2 -mfpmath=sse'
24 i686-pc-linux-gnu-gcc -DGLEW_NO_GLU -O2 -pipe -fomit-frame-pointer
25 -march=pentium-m -mmmx -msse -msse2 -mfpmath=sse -Wall -W -Iinclude
26 -fPI
27 C -o src/glew.pic_o -c src/glew.c
28 i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -shared
29 -Wl,-soname=libGLEW.so.1.6 -o lib/libGLEW.so.1.6.0 src/glew.pic_o
30 -lXmu -lXi -lGLU -l
31 GL -lXext -lX11
32 /usr/lib/gcc/i686-pc-linux-gnu/4.5.4/../../../../i686-pc-linux-gnu/bin/ld:
33 cannot find -lGLU
34 collect2: ld returned 1 exit status
35 make: *** [lib/libGLEW.so.1.6.0] Error 1
36 * ERROR: media-libs/glew-1.6.0-r1 failed (compile phase):
37 * emake failed
38 *
39 * If you need support, post the output of `emerge --info
40 '=media-libs/glew-1.6.0-r1'`,
41 * the complete build log and the output of `emerge -pqv
42 '=media-libs/glew-1.6.0-r1'`.
43 * The complete build log is located at
44 '/var/tmp/portage/media-libs/glew-1.6.0-r1/temp/build.log'.
45 * The ebuild environment file is located at
46 '/var/tmp/portage/media-libs/glew-1.6.0-r1/temp/environment'.
47 * Working directory:
48 '/var/tmp/portage/media-libs/glew-1.6.0-r1/work/glew-1.6.0'
49 * S: '/var/tmp/portage/media-libs/glew-1.6.0-r1/work/glew-1.6.0'
50
51 I checked the forums and found this.
52
53 http://forums.gentoo.org/viewtopic-t-921896-start-0.html
54
55 But, AFAIK, this solution is for x86_64 and my system is a pure 32 bit
56 environment (Pentium M processor).
57
58 Any ideas?
59
60 TIA
61
62 Rafa

Replies

Subject Author
Re: [gentoo-user] Issues emerging Calligra Michael Orlitzky <michael@××××××××.com>