Your message dated Sat, 28 Dec 2002 11:56:33 +0100 with message-id <[EMAIL PROTECTED]> and subject line fixed by building gcc-3.2 without sparc64 support 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; 4 Dec 2002 07:55:49 +0000 >From [EMAIL PROTECTED] Wed Dec 04 01:55:48 2002 Return-path: <[EMAIL PROTECTED]> Received: from h195202190178.med.cm.kabsi.at (phobos.hvrlab.org) [195.202.190.178] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 18JUNo-0006QY-00; Wed, 04 Dec 2002 01:55:48 -0600 Received: from janus.txd.hvrlab.org (janus.txd.hvrlab.org [10.51.1.5]) by phobos.hvrlab.org (8.12.5/8.12.5) with ESMTP id gB47tgpU025166 for <[EMAIL PROTECTED]>; Wed, 4 Dec 2002 08:55:42 +0100 Subject: bits/c++config.h incorrect wrt to existence of long double math.h extensions From: Herbert Valerio Riedel <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Content-Type: text/plain Organization: SE/Linux LU Message-Id: <[EMAIL PROTECTED]> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 04 Dec 2002 08:55:42 +0100 Content-Transfer-Encoding: 7bit Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-4.8 required=5.0 tests=NOSPAM_INC,SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01 version=2.41 X-Spam-Level: Package: libstdc++5-dev Version: 1:3.2.1-0pre3 Severity: normal (I'm resending this bug, since I'm not sure it went out the first time) on debian/sparc /usr/include/c++/3.2/sparc-linux/bits/c++config.h states incorrectly the existence of long double c math functions, thus including <cmath> causes the following kind of errors: [..] /usr/include/c++/3.2/cmath: In function `long double std::acos(long double)': /usr/include/c++/3.2/cmath:109: `::acosl' undeclared (first use here) /usr/include/c++/3.2/cmath: In function `long double std::asin(long double)': /usr/include/c++/3.2/cmath:127: `::asinl' undeclared (first use here) /usr/include/c++/3.2/cmath: In function `long double std::atan(long double)': /usr/include/c++/3.2/cmath:145: `::atanl' undeclared (first use here) /usr/include/c++/3.2/cmath: In function `long double std::atan2(long double, long double)': [..] and so on... regards, -- System Information Debian Release: testing/unstable Architecture: sparc Kernel: Linux fmadd 2.2.20 #1 Fri Nov 16 15:48:02 EST 2001 sparc Locale: LANG=C, LC_CTYPE=C Versions of packages libstdc++5-dev depends on: ii g++-3.2 1:3.2.1-0pre3 The GNU C++ compiler. ii gcc-3.2-base 1:3.2.1-0pre3 The GNU Compiler Collection (base ii libc6-dev 2.2.5-14.3 GNU C Library: Development Librari ii libstdc++5 1:3.2.1-0pre3 The GNU stdc++ library version 3 -- Herbert Valerio Riedel <[EMAIL PROTECTED]> SE/Linux LU --------------------------------------- Received: (at 171667-done) by bugs.debian.org; 28 Dec 2002 10:57:58 +0000 >From [EMAIL PROTECTED] Sat Dec 28 04:57:57 2002 Return-path: <[EMAIL PROTECTED]> Received: from mail.cs.tu-berlin.de [130.149.17.13] (root) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 18SEfF-0006tE-00; Sat, 28 Dec 2002 04:57:57 -0600 Received: from bolero.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.19.1]) by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id LAA15102 for <[EMAIL PROTECTED]>; Sat, 28 Dec 2002 11:56:33 +0100 (MET) Received: (from [EMAIL PROTECTED]) by bolero.cs.tu-berlin.de (8.11.6+Sun/8.9.3) id gBSAuXM12691; Sat, 28 Dec 2002 11:56:33 +0100 (MET) From: Matthias Klose <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <[EMAIL PROTECTED]> Date: Sat, 28 Dec 2002 11:56:33 +0100 To: [EMAIL PROTECTED] Subject: fixed by building gcc-3.2 without sparc64 support X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=0.6 required=5.0 tests=SPAM_PHRASE_00_01 version=2.41 X-Spam-Level: fixed by building gcc-3.2 without sparc64 support. hopefully will be fixed when sparc64 support is enabled again.