Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53083 - kdirstat-2.4.0 does not build with gcc 3.4.0
Summary: kdirstat-2.4.0 does not build with gcc 3.4.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-05 12:58 UTC by Disenchanted (RETIRED)
Modified: 2004-06-28 10:17 UTC (History)
0 users

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


Attachments
fixes extra ; keeping kdirstat from being compiled with gcc 3.4.0 (kdirstatapp.h.fix.patch,248 bytes, patch)
2004-06-05 13:01 UTC, Disenchanted (RETIRED)
Details | Diff
uses kdirstatapp.h.fix.patch (kdirstat-2.4.0.ebuild.patch,320 bytes, patch)
2004-06-05 13:02 UTC, Disenchanted (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Disenchanted (RETIRED) gentoo-dev 2004-06-05 12:58:19 UTC
extra ; after namespace identifier { namspace-body } keeps kdirstat from being compiled with gcc 3.4.0, patch removes ; and kdirstat-2.4.0 can be built with gcc 3.4.0(-r6)

attached will be patch to source and ebuild adding epatch


Reproducible: Always
Steps to Reproduce:
1.  merge gcc-3.4.0-r6
2.  merge kdirstat-2.4.0
3.

Actual Results:  
fails on extra ;

Expected Results:  
should compile

compiles and merges with attached patches
Comment 1 Disenchanted (RETIRED) gentoo-dev 2004-06-05 13:01:19 UTC
Created attachment 32733 [details, diff]
fixes extra ; keeping kdirstat from being compiled with gcc 3.4.0
Comment 2 Disenchanted (RETIRED) gentoo-dev 2004-06-05 13:02:12 UTC
Created attachment 32734 [details, diff]
uses kdirstatapp.h.fix.patch
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2004-06-28 10:17:23 UTC
Thanks Daniel. :)