Bug#323753: marked as done (zaptel-source: cannot compile zaphfc in unstable with gcc-4.0.1)

Debian Bug Tracking System owner at bugs.debian.org
Sat Aug 27 12:48:21 UTC 2005


Your message dated Sat, 27 Aug 2005 05:32:09 -0700
with message-id <E1E8zqz-00089X-00 at spohr.debian.org>
and subject line Bug#323753: fixed in zaptel 1:1.0.9.1-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; 18 Aug 2005 08:21:03 +0000
>From klem at netix.ee Thu Aug 18 01:21:03 2005
Return-path: <klem at netix.ee>
Received: from smtp-out-3.neti.ee (mail.neti.ee) [194.126.101.111] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1E5fe2-0007fm-00; Thu, 18 Aug 2005 01:21:02 -0700
Received: from tikker.int.netix.ee (80-235-112-227-dsl.trt.estpak.ee [80.235.112.227])
	by Relayhost1.neti.ee (Postfix) with ESMTP id EDB7816D1;
	Thu, 18 Aug 2005 11:21:05 +0300 (EEST)
Received: from klem by tikker.int.netix.ee with local (Exim 3.36 #1 (Debian))
	id 1E5fdq-0007iU-00; Thu, 18 Aug 2005 11:20:50 +0300
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Klemens Kasemaa <klem at linux.ee>
To: Debian Bug Tracking System <submit at bugs.debian.org>
Subject: zaptel-source: cannot compile zaphfc in unstable with gcc-4.0.1
X-Mailer: reportbug 3.15
Date: Thu, 18 Aug 2005 11:20:50 +0300
Message-Id: <E1E5fdq-0007iU-00 at tikker.int.netix.ee>
Sender: Klemens Kasemaa <klem at tikker.int.netix.ee>
X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee
Delivered-To: submit at bugs.debian.org
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: zaptel-source
Version: 1:1.0.9.1-1
Severity: grave
Tags: patch
Justification: renders package unusable


cannot compile zaphfc with gcc-4.0.1, patch:

diff -Nur modules/zaptel/zaphfc/zaphfc.c /usr/src/modules/zaptel/zaphfc/zaphfc.c
--- modules/zaptel/zaphfc/zaphfc.c      2005-08-08 20:38:54.000000000 +0300
+++ /usr/src/modules/zaptel/zaphfc/zaphfc.c     2005-08-18 11:09:19.000000000 +0300
@@ -997,7 +997,7 @@
            return -ENOMEM;
        } else {
            memset(hfctmp->fifomem, 0x0, 65536);
-           (ulong) hfctmp->fifos = (((ulong) hfctmp->fifomem) & ~0x7FFF) + 0x8000;
+           hfctmp->fifos = (((ulong) hfctmp->fifomem) & ~0x7FFF) + 0x8000;
            pci_write_config_dword(hfctmp->pcidev, 0x80, (u_int) virt_to_bus(hfctmp->fifos));
            hfctmp->pci_io = ioremap((ulong) hfctmp->pci_io, 256);
        }


NB! AS bug #302836 is not fixed yet, a patch to Makefile must be applied to compile zaphfc at all

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=et_EE.UTF-8, LC_CTYPE=et_EE.UTF-8 (charmap=UTF-8)

Versions of packages zaptel-source depends on:
ii  bzip2                         1.0.2-8    high-quality block-sorting file co
ii  debhelper                     4.9.5      helper programs for debian/rules
ii  dpatch                        2.0.14     patch maintenance system for Debia
ii  module-assistant              0.9.8      tool to make module package creati

Versions of packages zaptel-source recommends:
ii  zaptel                       1:1.0.9.1-1 zapata telephony utilities

-- no debconf information

---------------------------------------
Received: (at 323753-close) by bugs.debian.org; 27 Aug 2005 12:40:54 +0000
>From katie at spohr.debian.org Sat Aug 27 05:40:54 2005
Return-path: <katie at spohr.debian.org>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1E8zqz-00089X-00; Sat, 27 Aug 2005 05:32:09 -0700
From: Santiago Ruano Rincon <santiago at unicauca.edu.co>
To: 323753-close at bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#323753: fixed in zaptel 1:1.0.9.1-2
Message-Id: <E1E8zqz-00089X-00 at spohr.debian.org>
Sender: Archive Administrator <katie at spohr.debian.org>
Date: Sat, 27 Aug 2005 05:32:09 -0700
Delivered-To: 323753-close at bugs.debian.org
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
X-CrossAssassin-Score: 2

Source: zaptel
Source-Version: 1:1.0.9.1-2

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

libtonezone-dev_1.0.9.1-2_i386.deb
  to pool/main/z/zaptel/libtonezone-dev_1.0.9.1-2_i386.deb
libtonezone1_1.0.9.1-2_i386.deb
  to pool/main/z/zaptel/libtonezone1_1.0.9.1-2_i386.deb
zaptel-source_1.0.9.1-2_all.deb
  to pool/main/z/zaptel/zaptel-source_1.0.9.1-2_all.deb
zaptel_1.0.9.1-2.diff.gz
  to pool/main/z/zaptel/zaptel_1.0.9.1-2.diff.gz
zaptel_1.0.9.1-2.dsc
  to pool/main/z/zaptel/zaptel_1.0.9.1-2.dsc
zaptel_1.0.9.1-2_i386.deb
  to pool/main/z/zaptel/zaptel_1.0.9.1-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 323753 at bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Santiago Ruano Rincon <santiago at unicauca.edu.co> (supplier of updated zaptel 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 ftpmaster at debian.org)


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

Format: 1.7
Date: Fri, 19 Aug 2005 00:40:56 -0500
Source: zaptel
Binary: libtonezone1 zaptel-source zaptel libtonezone-dev
Architecture: source all i386
Version: 1:1.0.9.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
Changed-By: Santiago Ruano Rincon <santiago at unicauca.edu.co>
Description: 
 libtonezone-dev - tonezone library (development)
 libtonezone1 - tonezone library (runtime)
 zaptel     - zapata telephony utilities
 zaptel-source - Zapata telephony interface (source code for kernel driver)
Closes: 302836 323753
Changes: 
 zaptel (1:1.0.9.1-2) unstable; urgency=low
 .
   * Closes: #302836: zaptel-source: zaphfc module missing after
     compiling modules.
   * Closes: #323753: zaptel-source: cannot compile zaphfc in unstable
     with gcc-4.0.1.
Files: 
 35e2143c035b7e63a95cec103d569261 910 comm optional zaptel_1.0.9.1-2.dsc
 7c4c6aebd09011d591f1747d0820a08b 53691 comm optional zaptel_1.0.9.1-2.diff.gz
 bf9f998293f4dcb79c676e548981103d 272830 comm optional zaptel-source_1.0.9.1-2_all.deb
 fd9dc5000e504d15405524ec6d39c48f 39508 comm optional zaptel_1.0.9.1-2_i386.deb
 ce4a99c0dacdb98f8ec3d51ade9ba912 13258 libs optional libtonezone1_1.0.9.1-2_i386.deb
 2a92619f1e4977cfca7b170cdb8df362 14178 libdevel optional libtonezone-dev_1.0.9.1-2_i386.deb

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

iD8DBQFDEFpAvdkzt4X+wX8RAok3AJoCU0D2nnzNcz7KtKkO6zMf5fEKRwCfQOym
kDKM9xMyC+Ja+pSZkmsgvIY=
=kDKq
-----END PGP SIGNATURE-----




More information about the Pkg-voip-maintainers mailing list