First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 61313
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Mart Raudsepp <leio@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 61313 depends on: Show dependency tree
Bug 61313 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-08-22 17:19 0000
When emerging games-mud/kmuddy there are two extra semicolon errors

Reproducible: Always
Steps to Reproduce:
1. emerge kmuddy with gcc-3.4.1


Actual Results:  
Errors

Expected Results:  
emerged succesfully

When emerging games-mud/kmuddy there are two extra semicolon errors, first being:

In file included from dlgstatistics.cpp:23:
../ctelnet.h:270: error: extra semicolon

and second being (seen after first is fixed):
In file included from cdownloader.moc.cpp:11:
cdownloader.h:33: error: extra `;'


There are also
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for C/ObjC
but not for C++
warnings for each file compile, but they lie in the supplied acinclude.m4 and
co, so I can't dig throught that quickly enough. That's a mere warning anyway
and can stay.

Portage 2.0.50-r9 (gcc34-x86-2004.2, gcc-3.4.1, glibc-2.3.4.20040808-r0,
2.6.8-gentoo-r1)
=================================================================
System uname: 2.6.8-gentoo-r1 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz
Gentoo Base System version 1.5.3
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="no"
CFLAGS="-mtune=pentium4 -march=pentium4 -O3 -fprefetch-loop-arrays -ftracer
-maccumulate-outgoing-args -fmove-all-movables -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-mtune=pentium4 -march=pentium4 -O3 -fprefetch-loop-arrays -ftracer
-maccumulate-outgoing-args -fmove-all-movables -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox userpriv usersandbox"

------- Comment #1 From Mart Raudsepp 2004-08-22 17:22:22 0000 -------
Patch to kmuddy/ctelnet.h:

--- kmuddy/ctelnet.h.orig       2003-11-26 20:22:39.000000000 +0200
+++ kmuddy/ctelnet.h    2004-08-23 03:01:52.000000000 +0300
@@ -267,7 +267,7 @@
     for more information... */
   bool announcedState[256];
     /** whether the server has already announced his WILL/WON'T */
-  bool heAnnouncedState[256];;
+  bool heAnnouncedState[256];
     /** whether we have tried to enable this option */
   bool triedToEnable[256];
     /** amount of bytes sent up to now */


Patch to kmuddy/cdownloader.h:

--- kmuddy/cdownloader.h.orig   2003-11-26 20:22:39.000000000 +0200
+++ kmuddy/cdownloader.h        2004-08-23 03:06:37.000000000 +0300
@@ -30,7 +30,7 @@
 #endif

 //forward declaration for KIO::Job
-namespace KIO { class Job; };
+namespace KIO { class Job; }

 /**
 Class used to download stuff.


Sorry for not putting a .patch together but my mind just doesn't cut it and demands sleep atm :(

------- Comment #2 From Travis Tilley (RETIRED) 2004-09-02 03:39:23 0000 -------
can someone from games take a poke at this? i'm on amd64 and kmuddy isnt even
keyworded.

------- Comment #3 From Mr. Bones. 2004-09-08 16:58:40 0000 -------
Seems to work fine.  Thanks for the bug report.

First Last Prev Next    No search results available      Search page      Enter new bug