Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 291803

Summary: dev-util/lafilefixer-0.5 incompaitble with media-libs/freeglut-2.4.0-r1
Product: Gentoo Linux Reporter: John Klug <ski.brimson>
Component: [OLD] DevelopmentAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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