Your message dated Tue, 01 Nov 2005 02:32:38 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#336703: fixed in mpfi 1.3.3-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; 1 Nov 2005 00:39:55 +0000
>From [EMAIL PROTECTED] Mon Oct 31 16:39:55 2005
Return-path: <[EMAIL PROTECTED]>
Received: from zoot.lafn.org [206.117.18.6]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EWkBr-0002p4-00; Mon, 31 Oct 2005 16:39:55 -0800
Received: from localhost.localdomain
(pool-71-104-166-233.lsanca.dsl-w.verizon.net [71.104.166.233])
(authenticated bits=0)
by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id jA10dktW041394
(version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)
for <[EMAIL PROTECTED]>; Mon, 31 Oct 2005 16:39:49 -0800 (PST)
(envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost.localdomain with local (Exim 4.54)
id 1EWchS-0000zh-1V
for [EMAIL PROTECTED]; Mon, 31 Oct 2005 08:39:58 -0800
Date: Mon, 31 Oct 2005 08:39:58 -0800
From: Matt Kraai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: FTBFS: Uses undeclared symbols
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="2fHTh5uZTiUOsy+g"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: ClamAV 0.86.2/1151/Mon Oct 31 10:34:04 2005 on zoot.lafn.org
X-Virus-Status: Clean
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=-4.8 required=4.0 tests=BAYES_30,DATE_IN_PAST_06_12,
HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02
--2fHTh5uZTiUOsy+g
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Package: mpfi
Version: 1.3.3-2
Severity: serious
pbuilder fails to build mpfi in an unstable chroot on i386:
> if cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -Wall -O2 -MT mpfi.o -MD -=
MP -MF ".deps/mpfi.Tpo" -c -o mpfi.o mpfi.c; \
> then mv -f ".deps/mpfi.Tpo" ".deps/mpfi.Po"; else rm -f ".deps/mpfi.Tpo";=
exit 1; fi
> mpfi.c: In function 'mpfi_round_prec':
> mpfi.c:158: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:158: error: (Each undeclared identifier is reported only once
> mpfi.c:158: error: for each function it appears in.)
> mpfi.c:158: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functio=
n)
> mpfi.c:158: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_set':
> mpfi.c:245: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:245: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functio=
n)
> mpfi.c:245: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_set_d':
> mpfi.c:313: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:313: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functio=
n)
> mpfi.c:313: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_set_fr':
> mpfi.c:380: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:380: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functio=
n)
> mpfi.c:380: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_init_set':
> mpfi.c:406: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:406: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functio=
n)
> mpfi.c:406: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_init_set_d':
> mpfi.c:473: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:473: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functio=
n)
> mpfi.c:473: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_init_set_fr':
> mpfi.c:540: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:540: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functio=
n)
> mpfi.c:540: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_diam_rel':
> mpfi.c:595: error: void value not ignored as it ought to be
> mpfi.c:605: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:605: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functio=
n)
> mpfi.c:605: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_mag':
> mpfi.c:638: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:638: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functio=
n)
> mpfi.c:638: warning: left-hand operand of comma expression has no effect
> mpfi.c:644: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_add':
> mpfi.c:771: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:771: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functio=
n)
> mpfi.c:771: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_sub':
> mpfi.c:814: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:814: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functio=
n)
> mpfi.c:814: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_mul':
> mpfi.c:850: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:850: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functio=
n)
> mpfi.c:850: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_div':
> mpfi.c:989: error: '__gmpfr_flags' undeclared (first use in this function)
> mpfi.c:989: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functio=
n)
> mpfi.c:989: warning: left-hand operand of comma expression has no effect
> mpfi.c:1057: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_add_d':
> mpfi.c:1090: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:1090: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:1090: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_sub_d':
> mpfi.c:1127: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:1127: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:1127: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_d_sub':
> mpfi.c:1164: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:1164: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:1164: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_mul_d':
> mpfi.c:1201: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:1201: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:1201: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_div_d':
> mpfi.c:1238: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:1238: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:1238: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_d_div':
> mpfi.c:1275: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:1275: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:1275: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_add_ui':
> mpfi.c:1316: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:1316: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:1316: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_sub_ui':
> mpfi.c:1354: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:1354: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:1354: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_ui_sub':
> mpfi.c:1392: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:1392: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:1392: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_mul_ui':
> mpfi.c:1430: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:1430: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:1430: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_div_ui':
> mpfi.c:1467: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:1467: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:1467: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_ui_div':
> mpfi.c:1504: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:1504: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:1504: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_add_si':
> mpfi.c:1545: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:1545: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:1545: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_sub_si':
> mpfi.c:1583: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:1583: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:1583: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_si_sub':
> mpfi.c:1621: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:1621: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:1621: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_mul_si':
> mpfi.c:1659: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:1659: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:1659: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_div_si':
> mpfi.c:1696: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:1696: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:1696: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_si_div':
> mpfi.c:1733: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:1733: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:1733: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_add_z':
> mpfi.c:1774: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:1774: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:1774: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_sub_z':
> mpfi.c:1812: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:1812: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:1812: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_z_sub':
> mpfi.c:1850: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:1850: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:1850: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_mul_z':
> mpfi.c:1888: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:1888: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:1888: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_div_z':
> mpfi.c:1925: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:1925: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:1925: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_z_div':
> mpfi.c:1962: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:1962: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:1962: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_add_q':
> mpfi.c:2003: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2003: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2003: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_sub_q':
> mpfi.c:2041: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2041: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2041: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_q_sub':
> mpfi.c:2079: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2079: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2079: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_mul_q':
> mpfi.c:2117: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2117: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2117: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_div_q':
> mpfi.c:2154: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2154: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2154: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_q_div':
> mpfi.c:2191: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2191: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2191: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_add_fr':
> mpfi.c:2234: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2234: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2234: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_sub_fr':
> mpfi.c:2272: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2272: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2272: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_fr_sub':
> mpfi.c:2310: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2310: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2310: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_mul_fr':
> mpfi.c:2348: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2348: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2348: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_div_fr':
> mpfi.c:2385: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2385: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2385: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_fr_div':
> mpfi.c:2422: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2422: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2422: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_neg':
> mpfi.c:2463: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2463: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2463: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_sqr':
> mpfi.c:2492: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2492: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2492: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_inv':
> mpfi.c:2549: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2549: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2549: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_sqrt':
> mpfi.c:2592: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2592: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2592: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_abs':
> mpfi.c:2610: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2610: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2610: warning: left-hand operand of comma expression has no effect
> mpfi.c:2636: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_mul_2exp':
> mpfi.c:2651: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2651: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2651: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_mul_2ui':
> mpfi.c:2679: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2679: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2679: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_mul_2si':
> mpfi.c:2707: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2707: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2707: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_div_2exp':
> mpfi.c:2734: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2734: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2734: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_div_2ui':
> mpfi.c:2761: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2761: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2761: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_div_2si':
> mpfi.c:2788: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2788: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2788: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_log':
> mpfi.c:2825: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2825: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2825: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_exp':
> mpfi.c:2843: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2843: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2843: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_exp2':
> mpfi.c:2860: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2860: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2860: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_acos':
> mpfi.c:2881: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2881: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2881: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_asin':
> mpfi.c:2898: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2898: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2898: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_atan':
> mpfi.c:2915: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2915: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2915: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_cosh':
> mpfi.c:2932: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2932: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2932: warning: left-hand operand of comma expression has no effect
> mpfi.c:2958: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_sinh':
> mpfi.c:2975: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2975: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2975: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_tanh':
> mpfi.c:2992: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:2992: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:2992: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_acosh':
> mpfi.c:3009: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:3009: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:3009: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_asinh':
> mpfi.c:3026: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:3026: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:3026: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_atanh':
> mpfi.c:3043: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:3043: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:3043: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_log1p':
> mpfi.c:3062: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:3062: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:3062: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_expm1':
> mpfi.c:3080: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:3080: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:3080: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_log2':
> mpfi.c:3098: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:3098: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:3098: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_log10':
> mpfi.c:3116: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:3116: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:3116: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_put':
> mpfi.c:3292: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:3292: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:3292: warning: left-hand operand of comma expression has no effect
> mpfi.c:3295: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_put_d':
> mpfi.c:3326: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:3326: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:3326: warning: left-hand operand of comma expression has no effect
> mpfi.c:3349: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_put_si':
> mpfi.c:3373: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:3373: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:3373: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_put_ui':
> mpfi.c:3403: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:3403: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:3403: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_put_z':
> mpfi.c:3434: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:3434: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:3434: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_put_q':
> mpfi.c:3474: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:3474: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:3474: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_put_fr':
> mpfi.c:3515: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:3515: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:3515: warning: left-hand operand of comma expression has no effect
> mpfi.c:3518: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_interv_d':
> mpfi.c:3561: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:3561: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:3561: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_interv_fr':
> mpfi.c:3709: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:3709: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:3709: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_intersect':
> mpfi.c:3842: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:3842: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:3842: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_union':
> mpfi.c:3873: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:3873: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:3873: warning: left-hand operand of comma expression has no effect
> mpfi.c:3893: warning: implicit declaration of function 'mpfi_out_str'
> mpfi.c: In function 'mpfi_increase':
> mpfi.c:3912: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:3912: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:3912: warning: left-hand operand of comma expression has no effect
> mpfi.c:3916: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_blow':
> mpfi.c:3952: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:3952: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:3952: warning: left-hand operand of comma expression has no effect
> mpfi.c:3976: warning: left-hand operand of comma expression has no effect
> mpfi.c: In function 'mpfi_bisect':
> mpfi.c:4010: error: '__gmpfr_flags' undeclared (first use in this functio=
n)
> mpfi.c:4010: error: 'MPFR_FLAGS_NAN' undeclared (first use in this functi=
on)
> mpfi.c:4010: warning: left-hand operand of comma expression has no effect
> mpfi.c:4016: warning: left-hand operand of comma expression has no effect
--=20
Matt
--2fHTh5uZTiUOsy+g
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDZkjdfNdgYxVXvBARAk2nAKCo0DBTdoE+L5/NIeb5SISpnlKR0ACePr4M
0I6RbZ+DgEVIa/gK2V0sUSU=
=xMrt
-----END PGP SIGNATURE-----
--2fHTh5uZTiUOsy+g--
---------------------------------------
Received: (at 336703-close) by bugs.debian.org; 1 Nov 2005 10:38:10 +0000
>From [EMAIL PROTECTED] Tue Nov 01 02:38:10 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EWtRW-00028l-00; Tue, 01 Nov 2005 02:32:38 -0800
From: Laurent Fousse <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#336703: fixed in mpfi 1.3.3-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 01 Nov 2005 02:32:38 -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: mpfi
Source-Version: 1.3.3-3
We believe that the bug you reported is fixed in the latest version of
mpfi, which is due to be installed in the Debian FTP archive:
libmpfi-dev_1.3.3-3_powerpc.deb
to pool/main/m/mpfi/libmpfi-dev_1.3.3-3_powerpc.deb
mpfi_1.3.3-3.diff.gz
to pool/main/m/mpfi/mpfi_1.3.3-3.diff.gz
mpfi_1.3.3-3.dsc
to pool/main/m/mpfi/mpfi_1.3.3-3.dsc
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.
Laurent Fousse <[EMAIL PROTECTED]> (supplier of updated mpfi 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, 1 Nov 2005 11:13:48 +0100
Source: mpfi
Binary: libmpfi-dev
Architecture: source powerpc
Version: 1.3.3-3
Distribution: unstable
Urgency: low
Maintainer: Laurent Fousse <[EMAIL PROTECTED]>
Changed-By: Laurent Fousse <[EMAIL PROTECTED]>
Description:
libmpfi-dev - multiple precision floating-point interval computation library
Closes: 336703
Changes:
mpfi (1.3.3-3) unstable; urgency=low
.
* Apply mpfr-2.2.0 compatibility patch supplied by Patrick Pelissier
(closes: #336703).
Files:
aca51d366dd4d09746d3727e6b98c711 635 math optional mpfi_1.3.3-3.dsc
2a814bcfd20cab541a39c295d7e13258 32374 math optional mpfi_1.3.3-3.diff.gz
c67e3182bd0ade71d8adef3df6e0b606 40370 libdevel optional
libmpfi-dev_1.3.3-3_powerpc.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDZ0DSRoAVF6FpbSsRArsgAJ9abKVISHnwNnN6SK8q8CYQqE0lAACgjdDO
ztpt/s1y7TOt1mqA7pFRbjQ=
=UKsM
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]