Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126279 - games-roguelike/scourge-0.13 is out
Summary: games-roguelike/scourge-0.13 is out
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
: 134274 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-03-15 04:17 UTC by Cristiano Chiucchiolo
Modified: 2006-06-01 14:26 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 Cristiano Chiucchiolo 2006-03-15 04:17:31 UTC
scourge 0.13 is out, I tried to just rename the ebuild but I get a segmentation fault error while compiling.
Comment 1 Tupone Alfredo gentoo-dev 2006-03-23 12:32:18 UTC
I extracted from the source a piece of code where g++ fails:

#include <set>
class Fog {
  std::set<void *> players[600][600];
}


This is the error it gives:

g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <URL:http://bugs.gentoo.org/> for instructions.

Platform here is i686 gcc-3.4.5

Adding gcc@gentoo.org to get help on that
Comment 2 Sebastian Schlingmann 2006-03-25 05:03:39 UTC
Scourge 0.13 needs >= gcc 4
there is a thread on the scourge forums...
Comment 3 Mark Loeser (RETIRED) gentoo-dev 2006-03-29 21:56:26 UTC
I'll try to track down the fix and see if we can backport it.
Comment 4 Mark Loeser (RETIRED) gentoo-dev 2006-04-13 20:21:20 UTC
Added to CVS.  I'll be rolling a new patchset which will include this very soon.
Comment 5 Mark Loeser (RETIRED) gentoo-dev 2006-04-17 17:23:11 UTC
Just an update, 3.4.6-r1 has been added to the tree
Comment 6 Mr. Bones. (RETIRED) gentoo-dev 2006-05-24 17:25:46 UTC
*** Bug 134274 has been marked as a duplicate of this bug. ***
Comment 7 Tupone Alfredo gentoo-dev 2006-06-01 14:26:02 UTC
0.13 is now in portage. Thanks for report
gcc-4 is unmasked now and it must be used to compile it