Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 55763 - KArchiver-3.0.10 compile error - fix: karchiveurpart.cpp line 44 - delete ";"
Summary: KArchiver-3.0.10 compile error - fix: karchiveurpart.cpp line 44 - delete ";"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-01 01:27 UTC by Hanno Zysik (geki)
Modified: 2004-11-25 04:51 UTC (History)
0 users

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


Attachments
karchiverurpart.patch (karchiveurpart.patch,270 bytes, patch)
2004-07-05 16:41 UTC, Hanno Zysik (geki)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hanno Zysik (geki) 2004-07-01 01:27:50 UTC
KArchiver-3.0.10 won't compile.
Bug in /var/tmp/portage/karchiver-3.0.10/work/karchiver-3.0.10/karchiver/karchiveurpart.cpp
Line 44:

change "};" to "}"

It will compile then!

Reproducible: Always
Steps to Reproduce:
on ~x86 system

1. emerge karchiver
2.
3.
Actual Results:  
compile error on line 44 of
/var/tmp/portage/karchiver-3.0.10/work/karchiver-3.0.10/karchiver/karchiveurpart.cpp

Expected Results:  
expect a patch for that.
Comment 1 Hanno Zysik (geki) 2004-07-05 16:41:43 UTC
Created attachment 34847 [details, diff]
karchiverurpart.patch

now then add to ebuild:

PATCHES="${FILESDIR}/karchiveurpart.patch"

and it is done!
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2004-11-25 04:51:39 UTC
Last but not least ... thank you for your report Hanno!