Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52212 - kbear-2.1.1 does not emerge with gcc-3.4.0 (patch included)
Summary: kbear-2.1.1 does not emerge with gcc-3.4.0 (patch included)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-27 14:00 UTC by Wilbur Pan
Modified: 2004-07-14 07:44 UTC (History)
0 users

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


Attachments
fix for semicolon errors when compiling with gcc-3.4.0 (kbear-2.1.1-extrasemicolon-gcc-3.4.patch,11.46 KB, patch)
2004-05-27 14:02 UTC, Wilbur Pan
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wilbur Pan 2004-05-27 14:00:34 UTC
kbear-2.1.1 gives a number of errors when compiling with gcc-3.4.0.  All of the errors are due to extra semicolons:

=================
kbear/base/kbearcopyjob.cpp:269: error: extra `;'
kbear/kbeartransferview.h:33: error: extra `;'
kbear/parts/dirsynchpart/kbeardirsynchpart.cpp:61: error: extra `;'
kbear/parts/filesyspart/kbearfilesyspart.h:334: error: extra semicolon
kbear/parts/filesyspart/kbearfilesyspart.cpp:82: error: extra `;'
kbear/plugins/importfilters/gftpimportfilter/gftpimportfilterplugin.cpp:37: error: extra `;'
kbear/plugins/importfilters/kbearimportfilter/kbearimportfilterplugin.cpp:111: error: extra `;'
kbear/plugins/importfilters/krusaderimportfilter/krusaderimportfilterplugin.cpp:37: error: extra `;'
kbear/plugins/importfilters/ncftpimportfilter/ncftpimportfilterplugin.cpp:45: error: extra `;'
kbear/plugins/importfilters/wincommanderimportfilter/wincommanderimportfilterplugin.cpp:37: error: extra `;'
kbear/plugins/importfilters/ws_ftpimportfilter/ws_ftpimportfilterplugin.cpp:37: error: extra `;'
kbear/plugins/sitemanager/kbearsitemanagerplugin.cpp:53: error: extra `;'
kbear/plugins/tools/kbeartoolsplugin.cpp:43: error: extra `;'
kbear/qextmdi/qextmdidefines.h:91: error: extra `;'
kbear/qextmdi/qextmdimainfrm.cpp:1866: error: extra `;'
=================

I made a patch that fixes these errors.  Please let me know if the patch doesn't work -- this is the first time I've made a patch to fix an emerge problem.  I have tested it out myself, and it patches and builds cleanly for me.
Comment 1 Wilbur Pan 2004-05-27 14:02:22 UTC
Created attachment 32164 [details, diff]
fix for semicolon errors when compiling with gcc-3.4.0

Here's the patch for the above problem.
Comment 2 Travis Tilley (RETIRED) gentoo-dev 2004-07-14 07:44:14 UTC
in cvs. thankyou for the patch :)