Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91073 - dev-util/tla fails to build with gcc4
Summary: dev-util/tla fails to build with gcc4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-01 10:52 UTC by Kristiaan Lenaerts
Modified: 2006-12-08 08:43 UTC (History)
2 users (show)

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


Attachments
tla-1.3.1_p1-gcc4.patch (tla-1.3.1_p1-gcc4.patch,476 bytes, patch)
2005-05-01 10:53 UTC, Kristiaan Lenaerts
Details | Diff
modified ebuild (tla-1.3.1_p1.ebuild,1.37 KB, text/plain)
2005-05-01 10:53 UTC, Kristiaan Lenaerts
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kristiaan Lenaerts 2005-05-01 10:52:56 UTC
tla fails to build with gcc 4.0.0, because of a variable declared extern, but defined static. The variable (vu_virtual_null_vtable) isn't used in other files, so I changed extern to static. This makes it work with gcc 4.0.0. I'll attach the patch and the modified ebuild.
Comment 1 Kristiaan Lenaerts 2005-05-01 10:53:09 UTC
Created attachment 57755 [details, diff]
tla-1.3.1_p1-gcc4.patch
Comment 2 Kristiaan Lenaerts 2005-05-01 10:53:55 UTC
Created attachment 57756 [details]
modified ebuild

this is the ebuild for tla-1.3.1_p1 that applies the patch.
Comment 3 Anders Rune Jensen (RETIRED) gentoo-dev 2005-05-01 14:32:32 UTC
Thank you for the report. Fixed in cvs.