Your message dated Fri, 14 Jan 2005 09:18:00 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#290444: fixed in zvbi 0.2.11-3
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; 14 Jan 2005 07:10:03 +0000
>From [EMAIL PROTECTED] Thu Jan 13 23:10:03 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c173060.adsl.hansenet.de (localhost.localdomain) [213.39.173.60] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CpLas-0007gs-00; Thu, 13 Jan 2005 23:10:02 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CpLaq-0003k3-DA; Fri, 14 Jan 2005 08:10:00 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: zvbi: FTBFS (amd64/gcc-4.0): invalid storage class for function 'bits'
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 14 Jan 2005 08:10:00 +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: zvbi
Severity: normal
Tags: patch

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

packet.c:1156: warning: pointer targets in passing argument 1 of 'strncpy' 
differ in signedness
packet.c: In function 'parse_bsd':
packet.c:1265: warning: pointer targets in passing argument 1 of 'strncpy' 
differ in signedness
packet.c:1265: warning: pointer targets in passing argument 1 of 'strncpy' 
differ in signedness
packet.c:1351: warning: pointer targets in passing argument 1 of 'strncpy' 
differ in signedness
packet.c:1351: warning: pointer targets in passing argument 1 of 'strncpy' 
differ in signedness
packet.c: In function 'parse_28_29':
packet.c:1844: error: invalid storage class for function 'bits'
packet.c:1844: warning: no previous prototype for 'bits'
make[5]: *** [packet.lo] Error 1
make[5]: Leaving directory `/zvbi-0.2.11/src'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/zvbi-0.2.11/src/exp-gfx.c ./src/exp-gfx.c
--- ../tmp-orig/zvbi-0.2.11/src/exp-gfx.c       2004-12-13 08:13:10.000000000 
+0100
+++ ./src/exp-gfx.c     2005-01-14 07:57:24.610595598 +0100
@@ -1120,7 +1120,7 @@
        }
 
        /* avoid possible longjmp breakage due to libpng ugliness */
-       { static int do_write() {
+       { int do_write() {
        if (setjmp(png_ptr->jmpbuf))
                return 1;
 
diff -urN ../tmp-orig/zvbi-0.2.11/src/packet.c ./src/packet.c
--- ../tmp-orig/zvbi-0.2.11/src/packet.c        2004-11-07 01:08:48.000000000 
+0100
+++ ./src/packet.c      2005-01-14 07:58:26.654585824 +0100
@@ -1839,7 +1839,7 @@
        vt_extension *ext;
        int i, j, err = 0;
 
-       static int
+       int
        bits(int count)
        {
                int r, n;
diff -urN ../tmp-orig/zvbi-0.2.11/src/teletext.c ./src/teletext.c
--- ../tmp-orig/zvbi-0.2.11/src/teletext.c      2004-12-13 08:17:10.000000000 
+0100
+++ ./src/teletext.c    2005-01-14 07:58:47.162616116 +0100
@@ -1198,7 +1198,7 @@
        struct pex26 *pt, ptmp;
        int pdc_hr;
 
-       static void
+       void
        flush(int column)
        {
                int row = inv_row + active_row;
@@ -1358,7 +1358,7 @@
                active_column = column;
        }
 
-       static void
+       void
        flush_row(void)
        {
                if (type == OBJ_TYPE_PASSIVE || type == OBJ_TYPE_ADAPTIVE)

---------------------------------------
Received: (at 290444-close) by bugs.debian.org; 14 Jan 2005 14:23:02 +0000
>From [EMAIL PROTECTED] Fri Jan 14 06:23:02 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 1CpSLt-0000g1-00; Fri, 14 Jan 2005 06:23:02 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1CpSH2-0002E5-00; Fri, 14 Jan 2005 09:18:00 -0500
From: Christian Marillat <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.54 $
Subject: Bug#290444: fixed in zvbi 0.2.11-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 14 Jan 2005 09:18:00 -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: zvbi
Source-Version: 0.2.11-3

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

libzvbi-common_0.2.11-3_all.deb
  to pool/main/z/zvbi/libzvbi-common_0.2.11-3_all.deb
libzvbi-dev_0.2.11-3_i386.deb
  to pool/main/z/zvbi/libzvbi-dev_0.2.11-3_i386.deb
libzvbi-doc_0.2.11-3_all.deb
  to pool/main/z/zvbi/libzvbi-doc_0.2.11-3_all.deb
libzvbi0_0.2.11-3_i386.deb
  to pool/main/z/zvbi/libzvbi0_0.2.11-3_i386.deb
zvbi_0.2.11-3.diff.gz
  to pool/main/z/zvbi/zvbi_0.2.11-3.diff.gz
zvbi_0.2.11-3.dsc
  to pool/main/z/zvbi/zvbi_0.2.11-3.dsc
zvbi_0.2.11-3_i386.deb
  to pool/main/z/zvbi/zvbi_0.2.11-3_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.
Christian Marillat <[EMAIL PROTECTED]> (supplier of updated zvbi 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: Fri, 14 Jan 2005 14:39:37 +0100
Source: zvbi
Binary: libzvbi-dev zvbi libzvbi-common libzvbi-doc libzvbi0
Architecture: source all i386
Version: 0.2.11-3
Distribution: unstable
Urgency: low
Maintainer: Christian Marillat <[EMAIL PROTECTED]>
Changed-By: Christian Marillat <[EMAIL PROTECTED]>
Description: 
 libzvbi-common - video Blank Interval decoder (VBI) - common files
 libzvbi-dev - video Blank Interval decoder (VBI) - development files
 libzvbi-doc - video Blank Interval decoder (VBI) - documentation files
 libzvbi0   - video Blank Interval decoder (VBI) - runtime files
 zvbi       - video Blank Interval (VBI) proxy daemon and wrapper
Closes: 290444
Changes: 
 zvbi (0.2.11-3) unstable; urgency=low
 .
   * Fix warning for amd64 (Closes: #290444)
Files: 
 c8e229a1c16e3b9fd930b79c28aa3595 659 devel optional zvbi_0.2.11-3.dsc
 334179093e45496114c43fb3e927ca0e 4825 devel optional zvbi_0.2.11-3.diff.gz
 60e8cb6af6f2266ea28ec6dec0965efb 36622 libs optional 
libzvbi-common_0.2.11-3_all.deb
 d31e42555948530aba472db1c784ce84 116570 doc optional 
libzvbi-doc_0.2.11-3_all.deb
 a9181b080e92693ad44f88e4a67d6a41 207404 libs optional 
libzvbi0_0.2.11-3_i386.deb
 d0d105753b3253095594704fbdce396d 239716 libdevel optional 
libzvbi-dev_0.2.11-3_i386.deb
 7d9ef469a06b55ea5ace74328e7d805d 42354 utils optional zvbi_0.2.11-3_i386.deb

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

iD8DBQFB58wfB9xWPR9BuQcRArJrAJ9cG8DGwYcPSG2FZz0zeEcX9tsZ/wCeLlm5
n/hfjlL8GBWo8vVAVKcyqMA=
=RREH
-----END PGP SIGNATURE-----


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

Reply via email to