Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 447460 - media-libs/smpeg-0.4.4-r9 - ld: cannot find -lGLU
Summary: media-libs/smpeg-0.4.4-r9 - ld: cannot find -lGLU
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-16 13:51 UTC by Marco Andreolli
Modified: 2013-01-01 17:21 UTC (History)
1 user (show)

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


Attachments
emerge --info (info,4.43 KB, text/plain)
2012-12-16 13:53 UTC, Marco Andreolli
Details
build.log (build.log,59.14 KB, text/plain)
2012-12-16 13:59 UTC, Marco Andreolli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Andreolli 2012-12-16 13:51:46 UTC
It doesn't compile

Reproducible: Always

Steps to Reproduce:
1. emerge media-libs/smpeg


Expected Results:  
finish without error
Comment 1 Marco Andreolli 2012-12-16 13:53:45 UTC
Created attachment 332476 [details]
emerge --info
Comment 2 Marco Andreolli 2012-12-16 13:59:21 UTC
Created attachment 332480 [details]
build.log

.
Comment 3 Chris Reffett (RETIRED) gentoo-dev Security 2012-12-16 15:59:05 UTC
"/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lGLU" is the error here. Please make sure that virtual/glu is installed on your system.
Comment 4 Marco Andreolli 2012-12-16 17:07:18 UTC
(In reply to comment #3)
> "/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.4/../../../../x86_64-pc-linux-gnu/bin/
> ld: cannot find -lGLU" is the error here. Please make sure that virtual/glu
> is installed on your system.

# eix virtual/glu
[I] virtual/glu
     Available versions:  7.0 9.0
     Installed versions:  9.0(10:57:44 17/11/2012)
     Description:         Virtual for OpenGL utility library
Comment 5 Mr. Bones. (RETIRED) gentoo-dev 2012-12-17 23:05:03 UTC
what do you get with:

ls -l /usr/lib*/libGLU*
Comment 6 Marco Andreolli 2012-12-18 20:22:56 UTC
(In reply to comment #5)
> what do you get with:
> 
> ls -l /usr/lib*/libGLU*


# ls -l /usr/lib*/libGLU*
lrwxrwxrwx 1 root root 39 25 nov 23.26 /usr/lib32/libGLU.so -> opengl/xorg-x11/lib/libGLU.so.1.3.08004
lrwxrwxrwx 1 root root 39 25 nov 23.26 /usr/lib32/libGLU.so.1 -> opengl/xorg-x11/lib/libGLU.so.1.3.08004
lrwxrwxrwx 1 root root 39 17 nov 11.02 /usr/lib64/libGLU.so -> opengl/xorg-x11/lib/libGLU.so.1.3.08004
lrwxrwxrwx 1 root root 39 17 nov 11.02 /usr/lib/libGLU.so -> opengl/xorg-x11/lib/libGLU.so.1.3.08004

The last two link is wrong



This is the content of the directory /usr/lib64/opengl/xorg-x11/lib/ 

# ls -l /usr/lib64/opengl/xorg-x11/lib/
totale 524
lrwxrwxrwx 1 root root     15 17 nov 11.09 libEGL.so -> libEGL.so.1.0.0
lrwxrwxrwx 1 root root     15 17 nov 11.09 libEGL.so.1 -> libEGL.so.1.0.0
-rwxr-xr-x 1 root root 118784 17 nov 11.09 libEGL.so.1.0.0
lrwxrwxrwx 1 root root     14 17 nov 11.09 libGL.so -> libGL.so.1.2.0
lrwxrwxrwx 1 root root     14 17 nov 11.09 libGL.so.1 -> libGL.so.1.2.0
-rwxr-xr-x 1 root root 414776 17 nov 11.09 libGL.so.1.2.0
Comment 7 Marco Andreolli 2013-01-01 17:21:36 UTC
I just recompiled virtual/glu and now the compilation of media-libs/smpeg-0.4.4-r9 doesn't broken