First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 77846
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Pinky <master_up@post.cz>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 77846 depends on: Show dependency tree
Bug 77846 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-01-13 08:52 0000
lsdldoom 1.4.4.4 could not be compiled.
in source code are sequences (for example):
switch (x) {
case x:
 action();
default:
}

but gcc not work with labels at end of compound statement.

it must be for example:
switch (x) {
case x:
 action();
default:
 break;
}

this work.

in source code is this in many places, it is needed patch it.

gcc 3.4.3


Reproducible: Always
Steps to Reproduce:
1.ACCEPT_KEYWORDS="~x86" globaly
2.emerge lsdldoom 
3.

------- Comment #1 From SpanKY 2005-01-15 01:11:20 0000 -------
fixed that and other errors in the ebuild / package

thanks

First Last Prev Next    No search results available      Search page      Enter new bug