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

Bug 257215

Summary: malformed libgomp.la file in gcc-4.3.3
Product: Gentoo Linux Reporter: Marcin Kowalski <yoshi3>
Component: [OLD] GCC PortingAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal CC: loki_val
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Marcin Kowalski 2009-02-01 14:25:05 UTC
during build of xine-lib-1.1.16.1 libtool complained that the file /usr/lib/gcc/i686-pc-linux-gnu/4.3.3/libgomp.la was not a valid libtool archive

after inspecting it i found a syntax error:

last line was :

libdir'/usr/lib/gcc/i686-pc-linux-gnu/4.3.3'

after changing it to 
libdir='/usr/lib/gcc/i686-pc-linux-gnu/4.3.3'

the build continued without issues. i have no idea how and why did this happen.

Reproducible: Always

Steps to Reproduce:
1. install gcc-4.3.3
2. try building xine-lib-1.1.16.1



Expected Results:  
xine-lib failed to build

xine-lib should compile correctly
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2009-02-01 14:40:09 UTC
Probably bug 256636. Emerge --sync, re-emerge gcc and it should work.

*** This bug has been marked as a duplicate of bug 256636 ***