Bug 66904 - Enigma 0.81 won't compile with GCC 3.4
Bug#: 66904 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: ockham@gmx.net
Component: Games
URL: 
Summary: Enigma 0.81 won't compile with GCC 3.4
Keywords:  
Status Whiteboard: 
Opened: 2004-10-09 10:40 0000
Description:   Opened: 2004-10-09 10:40 0000
compilation of an emerging enigma ebuild fails. according to
http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/contrib-SPECS/enigma-freeoxyd/enigma-0.81-gcc34.patch
this could be due to increased strictness of gcc 3.4

Reproducible: Always
Steps to Reproduce:
1.use gcc-3.4 profile
then
2a. emerge enigma
(error - you're advised to USE="-fpermissive" which will accept otherwise
deprecated code)
or
2b. USE="-fpermissive emerge enigma"
(doesn't solve the problem, only fails a bit later)

Actual Results:  
(after 2b)
compilation failed because of

Expected Results:  
---compiled properly

gentoo-dev-sources (kernel 2.6.8-gentoo-r3)
GCC 3.4.2

------- Comment #1 From Mr. Bones. 2004-10-15 18:31:27 0000 -------
Added the patch to CVS.  Thanks for the bug report.