Your message dated Wed, 28 Dec 2005 10:20:30 +0100 with message-id <[EMAIL PROTECTED]> and subject line poker3d: FTBFS has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 3 Feb 2005 22:09:52 +0000 >From [EMAIL PROTECTED] Thu Feb 03 14:09:52 2005 Return-path: <[EMAIL PROTECTED]> Received: from d157206.adsl.hansenet.de (localhost.localdomain) [80.171.157.206] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CwpAe-00070z-00; Thu, 03 Feb 2005 14:09:52 -0800 Received: from aj by localhost.localdomain with local (Exim 4.34) id 1CwpAc-0001ot-BH; Thu, 03 Feb 2005 23:09:50 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: poker3d: FTBFS (amd64/gcc-4.0): cast from 'osg::Node*' to 'int' loses precision Message-Id: <[EMAIL PROTECTED]> Date: Thu, 03 Feb 2005 23:09:50 +0100 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Package: poker3d Severity: normal Tags: patch When building 'poker3d' on amd64 with gcc-4.0, I get the following error: ccache x86_64-linux-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/SDL -D_REENTRANT -I/usr/include/python2.3 -I/usr/include/libxml2 -I/usr/include/poker-eval -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I../../include -I../../examples/poker -pipe -O3 -Wall -Wpointer-arith -Wstrict-prototypes -MT vision.lo -MD -MP -MF .deps/vision.Tpo -c vision.cpp -fPIC -DPIC -o .libs/vision.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ vision.cpp: In function 'void RecursiveLeakCheck(osg::NodeVisitor*)': vision.cpp:168: error: cast from 'osg::Node*' to 'int' loses precision make[4]: *** [vision.lo] Error 1 make[4]: Leaving directory `/poker3d-0.2.12/src/maf' With the attached patch 'poker3d' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/poker3d-0.2.12/src/maf/vision.cpp ./src/maf/vision.cpp --- ../tmp-orig/poker3d-0.2.12/src/maf/vision.cpp 2004-11-06 16:10:55.000000000 +0100 +++ ./src/maf/vision.cpp 2005-02-03 21:56:19.909800254 +0100 @@ -165,7 +165,7 @@ i != leakNodes->mNodes.end(); i++) { if((*i)->referenceCount() > 1) { - g_debug("RecursiveLeakCheck: reachable: %s|%s|0x%08x %d", (*i)->className(), (*i)->getName().c_str(), (int)i->get(), (*i)->referenceCount()); + g_debug("RecursiveLeakCheck: reachable: %s|%s|0x%16x %d", (*i)->className(), (*i)->getName().c_str(), (long)i->get(), (*i)->referenceCount()); } } delete leakNodes; --------------------------------------- Received: (at 293496-done) by bugs.debian.org; 28 Dec 2005 09:20:41 +0000 >From [EMAIL PROTECTED] Wed Dec 28 01:20:41 2005 Return-path: <[EMAIL PROTECTED]> Received: from e176043018.adsl.alicedsl.de ([85.176.43.18] helo=kat.ainf.net) by spohr.debian.org with esmtp (Exim 4.50) id 1ErXU9-0002Oa-9q for [EMAIL PROTECTED]; Wed, 28 Dec 2005 01:20:41 -0800 Received: from aj by kat.ainf.net with local (Exim 4.54) id 1ErXTy-0007A9-L0; Wed, 28 Dec 2005 10:20:30 +0100 To: [EMAIL PROTECTED] From: Andreas Jochens <[EMAIL PROTECTED]> Subject: poker3d: FTBFS Message-Id: <[EMAIL PROTECTED]> Date: Wed, 28 Dec 2005 10:20:30 +0100 X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 24 The package has been removed from unstable. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]