public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Issues emerging Calligra
@ 2013-01-03 11:33 Rafa Griman
  2013-01-03 16:11 ` Michael Orlitzky
  0 siblings, 1 reply; 3+ messages in thread
From: Rafa Griman @ 2013-01-03 11:33 UTC (permalink / raw
  To: gentoo-user

Hi all :)

First off: Happy New Year ;)

I'm trying to emerge Calligra but I get stuck on the following error
when glew gets emerged:

>>> Emerging (1 of 9) media-libs/glew-1.6.0-r1
 * glew-1.6.0.tgz SHA256 size ;-) ...
                                                              [ ok ]
>>> Unpacking source...
>>> Unpacking glew-1.6.0.tgz to /var/tmp/portage/media-libs/glew-1.6.0-r1/work
>>> Source unpacked in /var/tmp/portage/media-libs/glew-1.6.0-r1/work
>>> Preparing source in /var/tmp/portage/media-libs/glew-1.6.0-r1/work/glew-1.6.0 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/media-libs/glew-1.6.0-r1/work/glew-1.6.0 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/media-libs/glew-1.6.0-r1/work/glew-1.6.0 ...
make AR=i686-pc-linux-gnu-ar STRIP=true CC=i686-pc-linux-gnu-gcc
'LD=i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed' M_ARCH=
LDFLAGS.EXTRA= '
POPT=-O2 -pipe -fomit-frame-pointer -march=pentium-m -mmmx -msse
-msse2 -mfpmath=sse'
i686-pc-linux-gnu-gcc -DGLEW_NO_GLU -O2 -pipe -fomit-frame-pointer
-march=pentium-m -mmmx -msse -msse2 -mfpmath=sse -Wall -W -Iinclude
-fPI
C  -o src/glew.pic_o -c src/glew.c
i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -shared
-Wl,-soname=libGLEW.so.1.6 -o lib/libGLEW.so.1.6.0 src/glew.pic_o
-lXmu -lXi -lGLU -l
GL -lXext -lX11
/usr/lib/gcc/i686-pc-linux-gnu/4.5.4/../../../../i686-pc-linux-gnu/bin/ld:
cannot find -lGLU
collect2: ld returned 1 exit status
make: *** [lib/libGLEW.so.1.6.0] Error 1
 * ERROR: media-libs/glew-1.6.0-r1 failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info
'=media-libs/glew-1.6.0-r1'`,
 * the complete build log and the output of `emerge -pqv
'=media-libs/glew-1.6.0-r1'`.
 * The complete build log is located at
'/var/tmp/portage/media-libs/glew-1.6.0-r1/temp/build.log'.
 * The ebuild environment file is located at
'/var/tmp/portage/media-libs/glew-1.6.0-r1/temp/environment'.
 * Working directory:
'/var/tmp/portage/media-libs/glew-1.6.0-r1/work/glew-1.6.0'
 * S: '/var/tmp/portage/media-libs/glew-1.6.0-r1/work/glew-1.6.0'

I checked the forums and found this.

http://forums.gentoo.org/viewtopic-t-921896-start-0.html

But, AFAIK, this solution is for x86_64 and my system is a pure 32 bit
environment (Pentium M processor).

Any ideas?

TIA

   Rafa


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user] Issues emerging Calligra
  2013-01-03 11:33 [gentoo-user] Issues emerging Calligra Rafa Griman
@ 2013-01-03 16:11 ` Michael Orlitzky
  2013-01-04 11:05   ` Rafa Griman
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Orlitzky @ 2013-01-03 16:11 UTC (permalink / raw
  To: gentoo-user

On 01/03/2013 06:33 AM, Rafa Griman wrote:
> Hi all :)
> 
> First off: Happy New Year ;)
> 
> I'm trying to emerge Calligra but I get stuck on the following error
> when glew gets emerged:
> 

Make sure your 'eselect opengl' looks like it should, and then if that
doesn't help, file a bug. The "cannot find -lGLU" usually indicates a
missing dependency, but everything in the ebuilds looks OK to me at
first glance.

You've got media-libs/glu installed?


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user] Issues emerging Calligra
  2013-01-03 16:11 ` Michael Orlitzky
@ 2013-01-04 11:05   ` Rafa Griman
  0 siblings, 0 replies; 3+ messages in thread
From: Rafa Griman @ 2013-01-04 11:05 UTC (permalink / raw
  To: gentoo-user

Hi Michael :)

On Thu, Jan 3, 2013 at 5:11 PM, Michael Orlitzky <michael@orlitzky.com> wrote:
> On 01/03/2013 06:33 AM, Rafa Griman wrote:
>> Hi all :)
>>
>> First off: Happy New Year ;)
>>
>> I'm trying to emerge Calligra but I get stuck on the following error
>> when glew gets emerged:
>>
>
> Make sure your 'eselect opengl' looks like it should, and then if that
> doesn't help, file a bug. The "cannot find -lGLU" usually indicates a
> missing dependency, but everything in the ebuilds looks OK to me at
> first glance.


Thanks for your answer :)

I don't have my computer here with me but will check the eselect opengl option.


> You've got media-libs/glu installed?


I checked it yesterday and IIRC, yes I do ... but I'd have to double
check when I get back home.

Thanks !!!

   Rafa


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-01-04 11:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-03 11:33 [gentoo-user] Issues emerging Calligra Rafa Griman
2013-01-03 16:11 ` Michael Orlitzky
2013-01-04 11:05   ` Rafa Griman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox