Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
libGL.la problems when emerging libquicktime
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
ludwig42
n00b
n00b


Joined: 10 Feb 2006
Posts: 2
Location: Pasadena, CA

PostPosted: Fri Feb 10, 2006 12:24 am    Post subject: libGL.la problems when emerging libquicktime Reply with quote

Has anyone encountered this problem when emerging libquicktime?

Code:

libtool: link: `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/../../..//libGL.la' is not a valid libtool archive
make[3]: *** [lqtplay] Error 1
make[3]: Leaving directory `/var/tmp/portage/libquicktime-0.9.4/work/libquicktime-0.9.4/utils'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/libquicktime-0.9.4/work/libquicktime-0.9.4/utils'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libquicktime-0.9.4/work/libquicktime-0.9.4'
make: *** [all] Error 2

!!! ERROR: media-libs/libquicktime-0.9.4 failed.
!!! Function src_compile, Line 58, Exitcode 2
!!! make failed
!!! If you need support, post the topmost build error, NOT this status message.
Back to top
View user's profile Send private message
ludwig42
n00b
n00b


Joined: 10 Feb 2006
Posts: 2
Location: Pasadena, CA

PostPosted: Fri Feb 10, 2006 11:06 am    Post subject: found solution to problem Reply with quote

Well, after trying to emerge opendx and getting the same error, I did some more searching.
Then I found this thread: https://forums.gentoo.org/viewtopic-t-316148-postdays-0-postorder-asc-highlight-libgl+la-start-25.html

These are the steps I gathered from that post:

Code:

# remove the empty file (verify first)
rm /usr/lib/opengl/ati/lib/libGL.la

# replace xorg-x11 by ati, changing single line with 'libdir=...'  (verify this)
cat /usr/lib/opengl/xorg-x11/lib/libGL.la | sed 's/xorg-x11/ati/' > /usr/lib/opengl/ati/lib/libGL.la

# remove empty file (verify first)
rm /usr/lib/libGL.la

# make symlink to ati version
ln -s /usr/lib/opengl/ati/lib/libGL.la /usr/lib/libGL.la


Now libquicktime emerges just fine! (opendx installs as well, after this fix).
Back to top
View user's profile Send private message
kamika.net
n00b
n00b


Joined: 04 Jan 2006
Posts: 6

PostPosted: Fri Feb 10, 2006 7:14 pm    Post subject: Reply with quote

hi, this solved my problem i had which several packages,
e.g. the recent kde-3.5.1

thanks a lot for the info :!: :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum