Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28490 - kdevelop-3.0_alpha5 fails to compile with gcc3.3.1-r1
Summary: kdevelop-3.0_alpha5 fails to compile with gcc3.3.1-r1
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-11 21:39 UTC by Jason Stubbs (RETIRED)
Modified: 2003-10-23 10:25 UTC (History)
3 users (show)

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


Attachments
Remove duplicate const declaration from sticky.xpm (gcc33.diff,344 bytes, patch)
2003-09-11 21:40 UTC, Jason Stubbs (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Stubbs (RETIRED) gentoo-dev 2003-09-11 21:39:28 UTC
There is a double const in one source file. Patch to fix it is attached.
Comment 1 Jason Stubbs (RETIRED) gentoo-dev 2003-09-11 21:40:22 UTC
Created attachment 17540 [details, diff]
Remove duplicate const declaration from sticky.xpm
Comment 2 Christoph von Kruechten 2003-09-15 07:12:16 UTC
After fixing the double const in sticky.xpm, emerge fails with the following 
error: 
 
 
In file included from ada.g:30,  
                  from adasupportpart.cpp:28:  
 AdaAST.hpp: In member function `void  
    AdaAST::addChild(antlr::ASTRefCount<AdaAST>)':  
 AdaAST.hpp:45: error: invalid static_cast from type `RefAdaAST' to type `  
    antlr::RefAST'  
 AdaAST.hpp: In static member function `static antlr::RefAST 
AdaAST::factory()':  
 AdaAST.hpp:61: error: invalid static_cast from type `RefAdaAST' to type `  
    antlr::RefAST'  
 make[3]: *** [adasupportpart.lo] Fehler 1  
 make[3]: Leaving directory 
`/var/tmp/portage/kdevelop-3.0_alpha5/work/kdevelop-3.0a5/parts/adasupport'  
 make[2]: *** [all-recursive] Fehler 1  
 make[2]: Leaving directory 
`/var/tmp/portage/kdevelop-3.0_alpha5/work/kdevelop-3.0a5/parts'  
 make[1]: *** [all-recursive] Fehler 1  
 make[1]: Leaving directory 
`/var/tmp/portage/kdevelop-3.0_alpha5/work/kdevelop-3.0a5'  
 make: *** [all] Fehler 2  
  
 !!! ERROR: dev-util/kdevelop-3.0_alpha5 failed.  
 !!! Function kde_src_compile, Line 137, Exitcode 2  
 !!! died running emake, kde_src_compile:make  
  
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-09-25 23:47:03 UTC
please try alpha7
Comment 4 Caleb Tennis (RETIRED) gentoo-dev 2003-10-23 10:25:10 UTC
Newer alpha versions out.  If you still get compilation failure, please report
it directly to the kdevelop folks so they can fix it in the source.