Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52481 - logjam-4.4.0 fails to emerge using gcc-3.4.0-r4
Summary: logjam-4.4.0 fails to emerge using gcc-3.4.0-r4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-30 11:30 UTC by Andrew Sayman
Modified: 2004-06-12 11:00 UTC (History)
0 users

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


Attachments
Adds a break statement to the switch (remove_empty_label.diff,249 bytes, patch)
2004-05-30 11:32 UTC, Andrew Sayman
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Sayman 2004-05-30 11:30:49 UTC
Logjam fails to emerge because of a switch statement which looks like this:
switch () {
    ...
    default:
}

That's not allowed anymore. I've included a patch to fix it by adding a break.

Reproducible: Always
Steps to Reproduce:
Comment 1 Andrew Sayman 2004-05-30 11:32:42 UTC
Created attachment 32327 [details, diff]
Adds a break statement to the switch

This fixes the problem in network-libxml.c:76 and allows the package to compile
and merge properly.
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2004-06-12 10:48:10 UTC
I'll take this since this is affecting me...
Comment 3 Jeremy Huddleston (RETIRED) gentoo-dev 2004-06-12 11:00:24 UTC
fixed in cvs.  Thanks.