Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110645 - kdenetwork-3.4.3 fails to build with GCC 4.0
Summary: kdenetwork-3.4.3 fails to build with GCC 4.0
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-27 13:56 UTC by Igor V. Kovalenko
Modified: 2005-10-27 14:25 UTC (History)
0 users

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


Attachments
Patch to introduce missing class declaration (kdenetwork-3.4.3-gcc4.patch,330 bytes, patch)
2005-10-27 14:00 UTC, Igor V. Kovalenko
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Igor V. Kovalenko 2005-10-27 13:56:12 UTC
kdenetwork-3.4.3 cannot be compiled with GCC 4.0 due to missing class declaration

Reproducible: Always
Steps to Reproduce:
1. Have gcc-4.0.x the default compiler
2. emerge kdenetwork (from KDE 3.4.3)

Actual Results:  
build failed

Expected Results:  
emerge succeeded

It's clearly a problem with kdenetwork package - missing class body prevents
more strict compiler from successful compilation.
Comment 1 Igor V. Kovalenko 2005-10-27 14:00:34 UTC
Created attachment 71588 [details, diff]
Patch to introduce missing class declaration

with this patch applied kdenetwork-3.4.3 can be installed with GCC 4.0
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-10-27 14:25:16 UTC
Submit them upstream if you want, bug KDE 3.5 should be GCC4-clear. 
And being GCC4 experimental, I don't really think it's the case to add patches 
over that.