Your message dated Tue, 04 Oct 2005 05:02:17 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#263209: fixed in xwit 3.4-7
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; 3 Aug 2004 11:11:37 +0000
>From [EMAIL PROTECTED] Tue Aug 03 04:11:37 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c173031.adsl.hansenet.de (localhost) [213.39.173.31] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BrxCi-000869-00; Tue, 03 Aug 2004 04:11:37 -0700
Received: from aj by localhost with local (Exim 4.34)
        id 1BrxCh-00022i-9b; Tue, 03 Aug 2004 13:11:35 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: xwit: FTBFS with gcc-3.4: conflicting types for 'malloc'
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 03 Aug 2004 13:11:35 +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: xwit
Severity: normal
Tags: patch

When building 'xwit' with gcc-3.4 I get the following error:

make[1]: Entering directory `/xwit-3.4'
gcc -g -O2 -Wall   -c -o xwit.o xwit.c
gcc -g -O2 -Wall   -c -o dsimple.o dsimple.c
dsimple.c: In function `Malloc':
dsimple.c:69: error: conflicting types for 'malloc'
dsimple.c: In function `Fatal_Error':
dsimple.c:503: warning: implicit declaration of function `exit'
make[1]: *** [dsimple.o] Error 1
make[1]: Leaving directory `/xwit-3.4'
make: *** [build] Error 2

With the attached patch 'xwit' can be compiled using gcc-3.4.

Regards
Andreas Jochens

diff -urN ../tmp-orig/xwit-3.4/dsimple.c ./dsimple.c
--- ../tmp-orig/xwit-3.4/dsimple.c      2004-08-03 11:36:45.118554914 +0200
+++ ./dsimple.c 2004-08-03 11:35:33.388433612 +0200
@@ -66,7 +66,7 @@
 char *Malloc(size)
      unsigned size;
 {
-       char *data, *malloc();
+       char *data;
 
        if (!(data = malloc(size)))
          Fatal_Error("Out of memory!");

---------------------------------------
Received: (at 263209-close) by bugs.debian.org; 4 Oct 2005 12:08:06 +0000
>From [EMAIL PROTECTED] Tue Oct 04 05:08:06 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EMlUv-0003pr-00; Tue, 04 Oct 2005 05:02:17 -0700
From: Andrew Pollock <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#263209: fixed in xwit 3.4-7
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 04 Oct 2005 05:02:17 -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: xwit
Source-Version: 3.4-7

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

xwit_3.4-7.diff.gz
  to pool/main/x/xwit/xwit_3.4-7.diff.gz
xwit_3.4-7.dsc
  to pool/main/x/xwit/xwit_3.4-7.dsc
xwit_3.4-7_i386.deb
  to pool/main/x/xwit/xwit_3.4-7_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.
Andrew Pollock <[EMAIL PROTECTED]> (supplier of updated xwit 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: Tue,  4 Oct 2005 21:45:57 +1000
Source: xwit
Binary: xwit
Architecture: source i386
Version: 3.4-7
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Andrew Pollock <[EMAIL PROTECTED]>
Description: 
 xwit       - a collection of simple routines to call some X11 functions
Closes: 263209
Changes: 
 xwit (3.4-7) unstable; urgency=low
 .
   * QA Group upload orphaning this package
   * debian/control: build-depend on dpatch
   * debian/rules: add dpatch support
   * Added patch from Andreas Jochens to fix FTBFS with gcc-3.4 (closes:
     #263209)
Files: 
 b7ccb3e29266402545b4c430cae3a548 585 x11 optional xwit_3.4-7.dsc
 91dcfac7b7287d4a0bc3ac92096c104a 5207 x11 optional xwit_3.4-7.diff.gz
 955f38314fa16ed32aa1e40b67b28d10 15548 x11 optional xwit_3.4-7_i386.deb

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

iD8DBQFDQm0cIblXXKfZFgIRAiaLAJ9EHHdcpPxI1HFoJ3i8288i+7qXGQCfSsIL
B9KJaAFXlU2hGaZZupxDIZQ=
=HFdF
-----END PGP SIGNATURE-----


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

Reply via email to