Your message dated Wed, 24 Aug 2005 05:32:09 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#287922: fixed in powermanga 0.79-4
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; 30 Dec 2004 22:31:37 +0000
>From [EMAIL PROTECTED] Thu Dec 30 14:31:37 2004
Return-path: <[EMAIL PROTECTED]>
Received: from d020125.adsl.hansenet.de (localhost.localdomain) [80.171.20.125] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Ck8pU-0002eG-00; Thu, 30 Dec 2004 14:31:36 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1Ck8un-0001Jf-9k; Thu, 30 Dec 2004 23:37:05 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: powermanga: FTBFS (amd64/gcc-4.0): cast from 'char*' to 'int' loses 
precision
Message-Id: <[EMAIL PROTECTED]>
Date: Thu, 30 Dec 2004 23:37:05 +0100
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: powermanga
Severity: normal
Tags: patch

When building 'powermanga' on amd64 with gcc-4.0,
I get the following error:

if g++ -DHAVE_CONFIG_H -I. -I. -I..    -DPREFIX=\"/usr\" 
-DSCOREFILE=\"/var/games/powermanga/powermanga.hi\" -I/usr/X11R6/includes 
-I/usr/include/SDL -D_REENTRANT -O3 -Wall -MT powermanga-linuxroutines.o -MD 
-MP -MF ".deps/powermanga-linuxroutines.Tpo" \
  -c -o powermanga-linuxroutines.o `test -f 'linuxroutines.cpp' || echo 
'./'`linuxroutines.cpp; \
then mv -f ".deps/powermanga-linuxroutines.Tpo" 
".deps/powermanga-linuxroutines.Po"; \
else rm -f ".deps/powermanga-linuxroutines.Tpo"; exit 1; \
fi
linuxroutines.cpp: In function 'void libereMemoire(char*)':
linuxroutines.cpp:186: error: cast from 'char*' to 'int' loses precision
make[3]: *** [powermanga-linuxroutines.o] Error 1
make[3]: Leaving directory `/powermanga-0.79/src'

With the attached patch 'powermanga' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/powermanga-0.79/src/linuxroutines.cpp 
./src/linuxroutines.cpp
--- ../tmp-orig/powermanga-0.79/src/linuxroutines.cpp   2004-08-01 
08:43:56.000000000 +0200
+++ ./src/linuxroutines.cpp     2004-12-30 22:56:34.945558032 +0100
@@ -183,7 +183,7 @@
       }
     }
     if(_pMemoire > 0)
-    { fprintf(stderr, "libereMemoire() : can't release the address %x\n", 
(int)_pMemoire);
+    { fprintf(stderr, "libereMemoire() : can't release the address %lx\n", 
(long)_pMemoire);
     }
   }
   else

---------------------------------------
Received: (at 287922-close) by bugs.debian.org; 24 Aug 2005 12:39:23 +0000
>From [EMAIL PROTECTED] Wed Aug 24 05:39:23 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E7uQL-0000I2-00; Wed, 24 Aug 2005 05:32:09 -0700
From: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#287922: fixed in powermanga 0.79-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 24 Aug 2005 05:32:09 -0700
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-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: powermanga
Source-Version: 0.79-4

We believe that the bug you reported is fixed in the latest version of
powermanga, which is due to be installed in the Debian FTP archive:

powermanga-data_0.79-4_all.deb
  to pool/main/p/powermanga/powermanga-data_0.79-4_all.deb
powermanga_0.79-4.diff.gz
  to pool/main/p/powermanga/powermanga_0.79-4.diff.gz
powermanga_0.79-4.dsc
  to pool/main/p/powermanga/powermanga_0.79-4.dsc
powermanga_0.79-4_i386.deb
  to pool/main/p/powermanga/powermanga_0.79-4_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> (supplier of updated 
powermanga package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 24 Aug 2005 14:12:38 +0200
Source: powermanga
Binary: powermanga powermanga-data
Architecture: source i386 all
Version: 0.79-4
Distribution: unstable
Urgency: low
Maintainer: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Changed-By: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Description: 
 powermanga - vertical shoot 'em up with colourful 3D graphics
 powermanga-data - graphics and audio data for powermanga
Closes: 287922 323905
Changes: 
 powermanga (0.79-4) unstable; urgency=low
 .
   * debian/control:
     + Set policy to 3.6.2.1.
     + Build-depend on libxxf86dga-dev, libxxf86vm-dev instead of
       xlibs-static-dev (Closes: #323905).
   * src/linuxroutines.cpp:
     + Removed a useless cast from void* to int (Closes: #287922).
Files: 
 956438a6090df79157edfaa5108af077 712 games optional powermanga_0.79-4.dsc
 f5e30f7362eca77edf266577115ab65e 49711 games optional powermanga_0.79-4.diff.gz
 8a07397f6eb016401ea48a34723a22f7 6348290 games optional 
powermanga-data_0.79-4_all.deb
 0b64acce9595df1592ce0f2dc5cd8176 116146 games optional 
powermanga_0.79-4_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDDGb8fPP1rylJn2ERAia5AJ9qrkNqoAR86atoVjIGExo1QjQaQwCfXMqq
lwX9fPLCbyt56e+Y8hvxE9Q=
=CeLY
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to