Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91053 - media-libs/nas fails to build with gcc 4.0.0
Summary: media-libs/nas fails to build with gcc 4.0.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-01 07:15 UTC by Kristiaan Lenaerts
Modified: 2005-08-13 06:20 UTC (History)
0 users

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


Attachments
nas-1.7-gcc4.patch (nas-1.7-gcc4.patch,442 bytes, patch)
2005-05-01 07:16 UTC, Kristiaan Lenaerts
Details | Diff
ebuild that applies the patch (nas-1.7-r1.ebuild,1.64 KB, text/plain)
2005-05-01 07:16 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 07:15:48 UTC
nas fails to build with gcc 4.0.0. The problem lies in server/dia/auutil.c, on line 176, where there is a call to freeFlow() with type static void. This gives an invalid storage class error, which is solved by removing the static qualifier. I'll attach a patch that does that, and an ebuild to apply the patch.
Comment 1 Kristiaan Lenaerts 2005-05-01 07:16:08 UTC
Created attachment 57737 [details, diff]
nas-1.7-gcc4.patch
Comment 2 Kristiaan Lenaerts 2005-05-01 07:16:38 UTC
Created attachment 57738 [details]
ebuild that applies the patch
Comment 3 Tony Vroon (RETIRED) gentoo-dev 2005-08-13 06:20:18 UTC
Thanks for your patch, Kristiaan. This is in portage.