Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 291803 - dev-util/lafilefixer-0.5 incompaitble with media-libs/freeglut-2.4.0-r1
Summary: dev-util/lafilefixer-0.5 incompaitble with media-libs/freeglut-2.4.0-r1
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-04 04:23 UTC by John Klug
Modified: 2012-01-20 23:14 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Klug 2009-11-04 04:23:41 UTC
Debug information:
/usr/lib64/libglut.la
/usr/lib64/libGL.so
Holy Moley, Dorothy, we ain't in Kansas and Luke, I'm not your father


 # grep libGL.so libglut.la
dependency_libs=' -lm /usr/lib64/libGL.so -L/usr/lib64 /usr/lib/libGLU.la -lGL -lSM -lICE -lXmu -lXt -lXext -lXi -lX11 -lpthread /usr/lib64/libXxf86vm.la /usr/lib64/libXext.la /usr/lib64/libX11.la /usr/lib64/libXau.la /usr/lib64/libXdmcp.la -ldl'


Reproducible: Always

Steps to Reproduce:
1. emerge media-libs/freeglut-2.4.0-r1
2. run lafilefixer --justfixit


Actual Results:  
lafilefixer won't complete. 

Expected Results:  
lafilefixer completes.

After commenting out the offending line in libglut.la, lafilefixer completed.

I put the line back after completion.  Hopefully lafilefixer did its job.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2012-01-20 23:13:41 UTC
freeglut 2.6.0 and 2.8.0 in portage doesn't install any .la files anymore, and 2.4.0 has been removed from tree too
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2012-01-20 23:14:36 UTC
if in doubt...

rm -f /usr/lib/libglut.la
rm -f /usr/lib64/libglut.la

is safe