Your message dated Mon, 31 Oct 2005 10:47:13 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#317404: fixed in evolver 2.26-1
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; 8 Jul 2005 09:50:33 +0000
>From [EMAIL PROTECTED] Fri Jul 08 02:50:33 2005
Return-path: <[EMAIL PROTECTED]>
Received: from s24.millennium.berkeley.edu [169.229.48.181] 
([zxltLpwOE3jRXp9NRv2/91KIcKLwR9hF])
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DqpVB-0007fN-00; Fri, 08 Jul 2005 02:50:33 -0700
Received: from s24.Millennium.Berkeley.EDU (IDENT:[EMAIL PROTECTED] [127.0.0.1])
        by s24.Millennium.Berkeley.EDU (8.13.4/8.13.4/Debian-1) with ESMTP id 
j689oWTT021401
        for <[EMAIL PROTECTED]>; Fri, 8 Jul 2005 02:50:32 -0700
Received: (from [EMAIL PROTECTED])
        by s24.Millennium.Berkeley.EDU (8.13.4/8.13.4/Submit) id j689oWlE021398;
        Fri, 8 Jul 2005 02:50:32 -0700
Message-Id: <[EMAIL PROTECTED]>
X-Authentication-Warning: s24.Millennium.Berkeley.EDU: quarl set sender to 
[EMAIL PROTECTED] using -f
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Karl Chen <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: FTBFS: conflicting types for 'calloc'
X-Mailer: reportbug 3.8
Date: Fri, 08 Jul 2005 02:50:32 -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-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: evolver
Severity: serious
Tags: patch
Justification: no longer builds from source


Evolver fails to build using gcc-3.4:

cc  -DLINUX -DOOGL -DPTHREADS -c  calcforc.c
In file included from calcforc.c:15:
include.h:143: error: conflicting types for 'calloc'
include.h:143: error: conflicting types for 'calloc'
include.h:145: error: conflicting types for 'bsearch'
/usr/include/stdlib.h:739: error: previous declaration of 'bsearch' was here
include.h:145: error: conflicting types for 'bsearch'
/usr/include/stdlib.h:739: error: previous declaration of 'bsearch' was here


The following patch fixes it.


--- src/include.h.orig  2005-07-08 02:20:00.000000000 -0700
+++ src/include.h       2005-07-08 02:20:20.000000000 -0700
@@ -138,12 +138,6 @@
 #define is_finite(x) (((x)>(-1e300))&&((x)<1e300)) 
 /* MAXALLOC is maximum size allocable by calloc() */
 #define    MAXALLOC 0x7FFFFFFFL
-/* Some don't declare calloc, getenv, and bsearch in header files */
-#ifndef MAC_OS_X
-char *calloc();
-char *getenv();
-char *bsearch();
-#endif
 /* PATHCHAR is name-separating character in paths */
 #define PATHCHAR '/'
 /* ENVPATHCHAR is the path separating character in environment strings */




-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-perfctr-2.6.13-bmc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

---------------------------------------
Received: (at 317404-close) by bugs.debian.org; 31 Oct 2005 18:47:51 +0000
>From [EMAIL PROTECTED] Mon Oct 31 10:47:51 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EWegb-0007Wn-00; Mon, 31 Oct 2005 10:47:13 -0800
From: [EMAIL PROTECTED] (Adam C. Powell, IV)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#317404: fixed in evolver 2.26-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 31 Oct 2005 10:47:13 -0800
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: evolver
Source-Version: 2.26-1

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

evolver-doc_2.26-1_all.deb
  to pool/main/e/evolver/evolver-doc_2.26-1_all.deb
evolver_2.26-1.diff.gz
  to pool/main/e/evolver/evolver_2.26-1.diff.gz
evolver_2.26-1.dsc
  to pool/main/e/evolver/evolver_2.26-1.dsc
evolver_2.26-1_i386.deb
  to pool/main/e/evolver/evolver_2.26-1_i386.deb
evolver_2.26.orig.tar.gz
  to pool/main/e/evolver/evolver_2.26.orig.tar.gz



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.
Adam C. Powell, IV <[EMAIL PROTECTED]> (supplier of updated evolver 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, 31 Oct 2005 13:32:23 -0500
Source: evolver
Binary: evolver-doc evolver
Architecture: source i386 all
Version: 2.26-1
Distribution: unstable
Urgency: low
Maintainer: Adam C. Powell, IV <[EMAIL PROTECTED]>
Changed-By: Adam C. Powell, IV <[EMAIL PROTECTED]>
Description: 
 evolver    - Surface Evolver
 evolver-doc - Surface Evolver documentation and examples
Closes: 317404
Changes: 
 evolver (2.26-1) unstable; urgency=low
 .
   * New upstream release.
   * Incorporate Roger Leigh's work with Karl Chen's patch (closes: #317404).
   * Discarded my evolver man page in favor of new upstream.
Files: 
 a70acf4212d8b39dcdf091f713b03a95 657 math extra evolver_2.26-1.dsc
 c3496add3408b85e08ff4ee658f73694 3033298 math extra evolver_2.26.orig.tar.gz
 02efa8bd16126ff437fa47e944b353c3 3484 math extra evolver_2.26-1.diff.gz
 e7ee3ab1a05c7911c68d65cd1f231cc7 801990 doc extra evolver-doc_2.26-1_all.deb
 59a853b41a1ec643adbb157adc4a3757 773048 math extra evolver_2.26-1_i386.deb

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

iD8DBQFDZmOEUm8B6FZO5LYRAusIAJ94VOzhT/Os16Ip58lcYqRNGk5ZWwCeLKOC
oBeUNmmAnrK+RfZ3QN2Zugs=
=mhaH
-----END PGP SIGNATURE-----


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

Reply via email to