Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 257215 - malformed libgomp.la file in gcc-4.3.3
Summary: malformed libgomp.la file in gcc-4.3.3
Status: RESOLVED DUPLICATE of bug 256636
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-01 14:25 UTC by Marcin Kowalski
Modified: 2009-02-01 14:40 UTC (History)
1 user (show)

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 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 ***