Your message dated Mon, 14 Feb 2005 23:02:07 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#295108: fixed in vice 1.16-2
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; 13 Feb 2005 18:53:54 +0000
>From [EMAIL PROTECTED] Sun Feb 13 10:53:54 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c203142.adsl.hansenet.de (localhost.localdomain) 
[213.39.203.142] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D0OsU-0004Tx-00; Sun, 13 Feb 2005 10:53:54 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1D0OsP-0002aZ-HK; Sun, 13 Feb 2005 19:53:49 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: vice: FTBFS (amd64/gcc-4.0): static declaration of '_video_gc' follows 
non-static declaration
Message-Id: <[EMAIL PROTECTED]>
Date: Sun, 13 Feb 2005 19:53:49 +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: vice
Severity: normal
Tags: patch

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

video.c:104: warning: cast from pointer to integer of different size
video.c: At top level:
video.c:207: error: static declaration of '_video_gc' follows non-static 
declaration
videoarch.h:110: error: previous declaration of '_video_gc' was here
video.c:208: warning: function declaration isn't a prototype
make[7]: *** [video.o] Error 1
make[7]: Leaving directory `/vice-1.16/src/arch/unix/x11'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/vice-1.16/src/arch/unix/x11/videoarch.h 
./src/arch/unix/x11/videoarch.h
--- ../tmp-orig/vice-1.16/src/arch/unix/x11/videoarch.h 2003-10-18 
20:43:40.000000000 +0200
+++ ./src/arch/unix/x11/videoarch.h     2005-02-13 18:57:27.239334853 +0100
@@ -107,7 +107,6 @@
 };
 typedef struct video_canvas_s video_canvas_t;
 
-extern GC _video_gc;
 extern int _video_use_xsync;
 
 /* ------------------------------------------------------------------------- */
diff -urN ../tmp-orig/vice-1.16/src/petcat.c ./src/petcat.c
--- ../tmp-orig/vice-1.16/src/petcat.c  2004-08-22 21:49:06.000000000 +0200
+++ ./src/petcat.c      2005-02-13 19:15:58.414453624 +0100
@@ -969,7 +969,7 @@
 
         /* prevent list protection from terminating listing */
 
-        while (((int)c = getc(source)) != EOF && !c);
+        while ((c = getc(source)) != EOF && !c);
 
         if (c == 0x12 && !line[2] && !line[3]) {  /* 00 00 12 22 */
             directory++;
@@ -1064,7 +1064,7 @@
 
             _p_toascii((int)c, ctrls);  /* convert character */
 
-        } while (((int)c = getc(source)) != EOF && c);
+        } while ((c = getc(source)) != EOF && c);
         fprintf(dest, "\n");
 
     }      /* line */

---------------------------------------
Received: (at 295108-close) by bugs.debian.org; 15 Feb 2005 04:08:07 +0000
>From [EMAIL PROTECTED] Mon Feb 14 20:08:07 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D0u0N-0003JP-00; Mon, 14 Feb 2005 20:08:07 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1D0tuZ-0007gu-00; Mon, 14 Feb 2005 23:02:07 -0500
From: Zed Pobre <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#295108: fixed in vice 1.16-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 14 Feb 2005 23:02:07 -0500
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: vice
Source-Version: 1.16-2

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

vice_1.16-2.diff.gz
  to pool/contrib/v/vice/vice_1.16-2.diff.gz
vice_1.16-2.dsc
  to pool/contrib/v/vice/vice_1.16-2.dsc
vice_1.16-2_i386.deb
  to pool/contrib/v/vice/vice_1.16-2_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.
Zed Pobre <[EMAIL PROTECTED]> (supplier of updated vice 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: Mon, 14 Feb 2005 21:20:45 -0600
Source: vice
Binary: vice
Architecture: source i386
Version: 1.16-2
Distribution: unstable
Urgency: low
Maintainer: Zed Pobre <[EMAIL PROTECTED]>
Changed-By: Zed Pobre <[EMAIL PROTECTED]>
Description: 
 vice       - The Versatile Commodore Emulator
Closes: 295108
Changes: 
 vice (1.16-2) unstable; urgency=low
 .
   * Apply patch from Andreas Jochens <[EMAIL PROTECTED]> to correct building on
     AMD64 (closes: #295108)
Files: 
 43d7691160f0178690370c19d4798f9f 935 contrib/otherosfs optional vice_1.16-2.dsc
 f4473acd491d6329dfd4c2c01f5cd4b0 21371 contrib/otherosfs optional 
vice_1.16-2.diff.gz
 ea3fa7f9fd0047a9f363e6a6563988c7 2909146 contrib/otherosfs optional 
vice_1.16-2_i386.deb

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

iQEVAwUBQhFufh0207zoJUw5AQKfDAf+Jf/flV7owBKFtKEQPb0WJBepkJg+y4Q/
R7gdBCV+47i+xMKs9ias1ThjbucynVDRlIRzMNdeILFpqlSVYPNBNaWOBBC9EpFQ
uK8q75dmIEFc2WCf1fgmQaYyjMzvgowggznngJ+vHOybmNqXIBxHrmwfaTq5rbMn
EBHgYipN6HUWzI9bxn5H/Mele+q7fKQLfUUJ2Ky7lZ3pF4kkvgYSo0En575CCQmG
K55KIp3yQVib9Bm6YNJba/DS2B37nPwVL1man3Cf9a9utvSFhbaSa2NGahuIq3jl
bi1ZJiqzHx4a3woR52rKmodMFtANnLsg0rQ+hM3pEtMcVrk98HnbQg==
=gTRC
-----END PGP SIGNATURE-----


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

Reply via email to