Your message dated Wed, 28 Dec 2005 08:26:38 +0100 with message-id <[EMAIL PROTECTED]> and subject line openduke: 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; 4 Oct 2004 16:01:44 +0000 >From [EMAIL PROTECTED] Mon Oct 04 09:01:44 2004 Return-path: <[EMAIL PROTECTED]> Received: from c169033.adsl.hansenet.de (localhost.localdomain) [213.39.169.33] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CEVHU-0002vE-00; Mon, 04 Oct 2004 09:01:44 -0700 Received: from aj by localhost.localdomain with local (Exim 4.34) id 1CEVIg-00053N-7z; Mon, 04 Oct 2004 18:02:58 +0200 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: openduke: FTBFS on amd64/gcc-3.4 Message-Id: <[EMAIL PROTECTED]> Date: Mon, 04 Oct 2004 18:02:58 +0200 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (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_2004_03_25 X-Spam-Level: Package: openduke Severity: normal Tags: patch With the attached patch 'openduke' can be compiled on amd64 with gcc-3.4. Regards Andreas Jochens diff -urN ../tmp-orig/openduke-0.0.1alpha+20040408/debian/control ./debian/control --- ../tmp-orig/openduke-0.0.1alpha+20040408/debian/control 2004-10-04 17:51:36.647740328 +0200 +++ ./debian/control 2004-10-04 17:40:01.101479432 +0200 @@ -7,7 +7,7 @@ Standards-Version: 3.6.0 Package: openduke -Architecture: i386 +Architecture: amd64 i386 Depends: ${shlibs:Depends} Description: Duke Nukem 3D map viewer Although it pretends to be a Duke Nukem 3D clone, the functionality of this diff -urN ../tmp-orig/openduke-0.0.1alpha+20040408/debian/patches/04_gcc34_fix.diff ./debian/patches/04_gcc34_fix.diff --- ../tmp-orig/openduke-0.0.1alpha+20040408/debian/patches/04_gcc34_fix.diff 1970-01-01 01:00:00.000000000 +0100 +++ ./debian/patches/04_gcc34_fix.diff 2004-10-04 17:49:23.419994024 +0200 @@ -0,0 +1,13 @@ +diff -urN tmp/source/anm.cpp openduke-0.0.1alpha+20040408/source/anm.cpp +--- tmp/source/anm.cpp 2001-01-04 00:37:46.000000000 +0100 ++++ openduke-0.0.1alpha+20040408/source/anm.cpp 2004-10-04 17:48:26.590633400 +0200 +@@ -92,7 +92,8 @@ + dstP += wordCnt; + goto nextOp; + longOp: +- wordCnt = *((unsigned short *)srcP)++; ++ wordCnt = *srcP; ++ srcP = (unsigned char*)(((unsigned short *)srcP) + 1); + if ((short)wordCnt <= 0) + goto notLongSkip; + dstP += wordCnt; --------------------------------------- Received: (at 274892-done) by bugs.debian.org; 28 Dec 2005 07:26:47 +0000 >From [EMAIL PROTECTED] Tue Dec 27 23:26:47 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 1ErVhv-00022s-MY for [EMAIL PROTECTED]; Tue, 27 Dec 2005 23:26:47 -0800 Received: from aj by kat.ainf.net with local (Exim 4.54) id 1ErVhm-00083F-PW; Wed, 28 Dec 2005 08:26:38 +0100 To: [EMAIL PROTECTED] From: Andreas Jochens <[EMAIL PROTECTED]> Subject: openduke: FTBFS Message-Id: <[EMAIL PROTECTED]> Date: Wed, 28 Dec 2005 08:26:38 +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: 20 The package has been removed from unstable. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]