Your message dated Tue, 15 Nov 2005 04:17:08 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#332287: fixed in rscheme 0.7.3.4.b1-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; 5 Oct 2005 17:00:53 +0000 >From [EMAIL PROTECTED] Wed Oct 05 10:00:53 2005 Return-path: <[EMAIL PROTECTED]> Received: from mobilewave.waldi.eu.org [82.139.201.22] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1ENCdP-0004PD-00; Wed, 05 Oct 2005 10:00:51 -0700 Received: by mobilewave.waldi.eu.org (Postfix, from userid 1000) id 5ABC0182E7; Wed, 5 Oct 2005 19:00:45 +0200 (CEST) Date: Wed, 5 Oct 2005 19:00:45 +0200 From: Bastian Blank <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: rscheme_0.7.3.4.b1-1 (unstable): fails to build Message-ID: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <[EMAIL PROTECTED]> User-Agent: Mutt/1.5.11 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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: rscheme Version: 0.7.3.4.b1-1 Severity: serious There was an error while trying to autobuild your package: > Automatic build of rscheme_0.7.3.4.b1-1 on debian-31 by sbuild/s390 69 [...] > ** Using build dependencies supplied by package: > Build-Depends: debhelper (>= 4.0), libgmp3c2, libgd2-noxpm-dev | > libgd2-xpm-dev, libpng3-dev, jade, xlibs-dev, zlib1g-dev, docbook-dsssl, > autoconf, dpatch, cpio, autotools-dev > ** Filtered missing central deps that are dependencies of or provide > build-deps: > m4 > **** Warning: > **** The following central src deps are (probably) missing: > !rscheme-modules, libgmp3-dev, rscheme [...] > Checking correctness of source dependencies... > Toolchain package versions: libc6-dev_2.3.5-6 > linux-kernel-headers_2.6.13+0rc3-1.1 gcc-4.0_4.0.2-1 g++-4.0_4.0.2-1 > binutils_2.16.1cvs20050902-1 libstdc++6-4.0-dev_4.0.2-1 libstdc++6_4.0.2-1 [...] > gcc -g -O2 -g -Wall -Wno-unused -I- -I. -I../install/include -c -o > basemath.o basemath.c > cc1: note: obsolete option -I- used, please use -iquote instead > In file included from basemath.c:15: > .../install/include/rscheme/scheme.h:33: warning: type qualifiers ignored on > function return type > .../install/include/rscheme/scheme.h:34: warning: type qualifiers ignored on > function return type > .../install/include/rscheme/scheme.h:37: warning: type qualifiers ignored on > function return type > .../install/include/rscheme/scheme.h:39: warning: type qualifiers ignored on > function return type > basemath.c:113:17: error: gmp.h: No such file or directory > basemath.c:145: error: syntax error before 'n' > basemath.c: In function 'mpz_to_bignum': > basemath.c:148: error: 'n' undeclared (first use in this function) > basemath.c:148: error: (Each undeclared identifier is reported only once > basemath.c:148: error: for each function it appears in.) > basemath.c: In function 'int_32_to_bignum': > basemath.c:156: error: 'mpz_t' undeclared (first use in this function) > basemath.c:156: error: syntax error before 'n' > basemath.c:157: warning: implicit declaration of function 'mpz_init_set_si' > basemath.c:157: error: 'n' undeclared (first use in this function) > basemath.c: In function 'init_math': > basemath.c:163: warning: implicit declaration of function > 'mp_set_memory_functions' > basemath.c: In function 'int_32_to_bignum_u': > basemath.c:176: error: 'mpz_t' undeclared (first use in this function) > basemath.c:176: error: syntax error before 'n' > basemath.c:177: warning: implicit declaration of function 'mpz_init_set_ui' > basemath.c:177: error: 'n' undeclared (first use in this function) > basemath.c: At top level: > basemath.c:194: error: syntax error before 'a' > basemath.c: In function 'float_to_bignum': > basemath.c:215: error: 'mpz_t' undeclared (first use in this function) > basemath.c:215: error: syntax error before 'a' > basemath.c:216: warning: implicit declaration of function 'mpz_init_set_d' > basemath.c:216: error: 'a' undeclared (first use in this function) > basemath.c: In function 'raw_float_to_bignum': > basemath.c:222: error: 'mpz_t' undeclared (first use in this function) > basemath.c:222: error: syntax error before 'a' > basemath.c:223: error: 'a' undeclared (first use in this function) > basemath.c: In function 'bignum_to_raw_float': > basemath.c:230: error: 'mpz_t' undeclared (first use in this function) > basemath.c:230: error: syntax error before 'a' > basemath.c:232: error: 'a' undeclared (first use in this function) > basemath.c:233: warning: implicit declaration of function 'mpz_get_d' > basemath.c: In function 'bignum_to_float': > basemath.c:238: error: 'mpz_t' undeclared (first use in this function) > basemath.c:238: error: syntax error before 'a' > basemath.c:243: error: 'a' undeclared (first use in this function) > basemath.c: In function 'int64_to_bignum': > basemath.c:255: error: 'mpz_t' undeclared (first use in this function) > basemath.c:255: error: syntax error before 'z1' > basemath.c:265: error: 'z1' undeclared (first use in this function) > basemath.c:266: warning: implicit declaration of function 'mpz_init' > basemath.c:266: error: 'z2' undeclared (first use in this function) > basemath.c:267: error: 'z3' undeclared (first use in this function) > basemath.c:268: warning: implicit declaration of function 'mpz_mul_2exp' > basemath.c:269: warning: implicit declaration of function 'mpz_set_ui' > basemath.c:270: warning: implicit declaration of function 'mpz_ior' > basemath.c: In function 'int64_to_bignum_u': > basemath.c:277: error: 'mpz_t' undeclared (first use in this function) > basemath.c:277: error: syntax error before 'z1' > basemath.c:287: error: 'z1' undeclared (first use in this function) > basemath.c:288: error: 'z2' undeclared (first use in this function) > basemath.c:289: error: 'z3' undeclared (first use in this function) > basemath.c: In function 'rational_to_raw_float': > basemath.c:308: error: 'mpq_t' undeclared (first use in this function) > basemath.c:308: error: syntax error before 'a' > basemath.c:309: warning: implicit declaration of function 'mpq_numref' > basemath.c:309: error: 'a' undeclared (first use in this function) > basemath.c:309: error: subscripted value is neither array nor pointer > basemath.c:309: error: subscripted value is neither array nor pointer > basemath.c:309: error: subscripted value is neither array nor pointer > basemath.c:309: warning: implicit declaration of function 'mpq_denref' > basemath.c:309: error: subscripted value is neither array nor pointer > basemath.c:309: error: subscripted value is neither array nor pointer > basemath.c:309: error: subscripted value is neither array nor pointer > basemath.c:310: warning: implicit declaration of function 'mpq_get_d' > basemath.c: At top level: > basemath.c:624: error: syntax error before 'a' > basemath.c: In function 'bignum_fit_in_32': > basemath.c:626: error: 'mpz_t' undeclared (first use in this function) > basemath.c:626: error: syntax error before 'mn' > basemath.c:628: error: 'mn' undeclared (first use in this function) > basemath.c:629: error: 'mx' undeclared (first use in this function) > basemath.c:631: warning: implicit declaration of function 'mpz_cmp' > basemath.c:631: error: 'a' undeclared (first use in this function) > basemath.c: At top level: > basemath.c:634: error: syntax error before 'a' > basemath.c: In function 'bignum_to_int': > basemath.c:636: warning: implicit declaration of function 'mpz_get_si' > basemath.c:636: error: 'a' undeclared (first use in this function) > basemath.c: At top level: > basemath.c:639: error: syntax error before 'a' > basemath.c: In function 'bignum_compact': > basemath.c:644: error: 'a' undeclared (first use in this function) > basemath.c:644: error: 'mp_bits_per_limb' undeclared (first use in this > function) > basemath.c:649: error: 'mpz_t' undeclared (first use in this function) > basemath.c:649: error: syntax error before 'd' > basemath.c:650: error: 'd' undeclared (first use in this function) > basemath.c:651: warning: implicit declaration of function 'mpz_tdiv_q_2exp' > basemath.c:652: warning: implicit declaration of function 'mpz_get_ui' > basemath.c:653: warning: implicit declaration of function 'mpz_sgn' > basemath.c: In function 'bignum_plus': > basemath.c:677: error: 'mpz_t' undeclared (first use in this function) > basemath.c:677: error: syntax error before 'r' > basemath.c:678: error: 'a1' undeclared (first use in this function) > basemath.c:679: error: 'b1' undeclared (first use in this function) > basemath.c:681: error: 'r' undeclared (first use in this function) > basemath.c:682: warning: implicit declaration of function 'mpz_add' > basemath.c: In function 'bignum_minus': > basemath.c:688: error: 'mpz_t' undeclared (first use in this function) > basemath.c:688: error: syntax error before 'r' > basemath.c:690: error: 'a1' undeclared (first use in this function) > basemath.c:691: error: 'b1' undeclared (first use in this function) > basemath.c:693: error: 'r' undeclared (first use in this function) > basemath.c:694: warning: implicit declaration of function 'mpz_sub' > basemath.c: In function 'bignum_mul': > basemath.c:700: error: 'mpz_t' undeclared (first use in this function) > basemath.c:700: error: syntax error before 'r' > basemath.c:702: error: 'a1' undeclared (first use in this function) > basemath.c:703: error: 'b1' undeclared (first use in this function) > basemath.c:705: error: 'r' undeclared (first use in this function) > basemath.c:706: warning: implicit declaration of function 'mpz_mul' > basemath.c: In function 'bignum_div': > basemath.c:717: error: 'mpz_t' undeclared (first use in this function) > basemath.c:717: error: syntax error before 'r' > basemath.c:719: error: 'a1' undeclared (first use in this function) > basemath.c:720: error: 'b1' undeclared (first use in this function) > basemath.c:722: error: 'r' undeclared (first use in this function) > basemath.c:726: warning: implicit declaration of function 'mpz_div' > basemath.c: In function 'bignum_cmp': > basemath.c:737: error: 'mpz_t' undeclared (first use in this function) > basemath.c:737: error: syntax error before 'a1' > basemath.c:739: error: 'a1' undeclared (first use in this function) > basemath.c:740: error: 'b1' undeclared (first use in this function) > basemath.c: In function 'bignum_remainder': > basemath.c:748: error: 'mpz_t' undeclared (first use in this function) > basemath.c:748: error: syntax error before 'r' > basemath.c:750: error: 'a1' undeclared (first use in this function) > basemath.c:751: error: 'b1' undeclared (first use in this function) > basemath.c:753: error: 'r' undeclared (first use in this function) > basemath.c:754: warning: implicit declaration of function 'mpz_tdiv_r' > basemath.c: In function 'bignum_and': > basemath.c:760: error: 'mpz_t' undeclared (first use in this function) > basemath.c:760: error: syntax error before 'r' > basemath.c:762: error: 'a1' undeclared (first use in this function) > basemath.c:763: error: 'b1' undeclared (first use in this function) > basemath.c:765: error: 'r' undeclared (first use in this function) > basemath.c:766: warning: implicit declaration of function 'mpz_and' > basemath.c: In function 'bignum_or': > basemath.c:772: error: 'mpz_t' undeclared (first use in this function) > basemath.c:772: error: syntax error before 'r' > basemath.c:774: error: 'a1' undeclared (first use in this function) > basemath.c:775: error: 'b1' undeclared (first use in this function) > basemath.c:777: error: 'r' undeclared (first use in this function) > basemath.c: In function 'bignum_xor': > basemath.c:784: error: 'mpz_t' undeclared (first use in this function) > basemath.c:784: error: syntax error before 'r' > basemath.c:786: error: 'a1' undeclared (first use in this function) > basemath.c:787: error: 'b1' undeclared (first use in this function) > basemath.c:789: error: 'r' undeclared (first use in this function) > basemath.c:790: error: 'a2' undeclared (first use in this function) > basemath.c:791: error: 'b2' undeclared (first use in this function) > basemath.c:792: warning: implicit declaration of function 'mpz_com' > basemath.c: In function 'bignum_not': > basemath.c:803: error: 'mpz_t' undeclared (first use in this function) > basemath.c:803: error: syntax error before 'r' > basemath.c:805: error: 'a1' undeclared (first use in this function) > basemath.c:807: error: 'r' undeclared (first use in this function) > basemath.c: In function 'bignum_modulo': > basemath.c:814: error: 'mpz_t' undeclared (first use in this function) > basemath.c:814: error: syntax error before 'q' > basemath.c:816: error: 'a1' undeclared (first use in this function) > basemath.c:817: error: 'b1' undeclared (first use in this function) > basemath.c:819: error: 'r' undeclared (first use in this function) > basemath.c:820: error: 'q' undeclared (first use in this function) > basemath.c:821: warning: implicit declaration of function 'mpz_tdiv_qr' > basemath.c:830: warning: implicit declaration of function 'mpz_set' > basemath.c: In function 'bignum_shr': > basemath.c:838: error: 'mpz_t' undeclared (first use in this function) > basemath.c:838: error: syntax error before 'r' > basemath.c:839: error: 'a1' undeclared (first use in this function) > basemath.c:841: error: 'r' undeclared (first use in this function) > basemath.c: In function 'bignum_shl': > basemath.c:848: error: 'mpz_t' undeclared (first use in this function) > basemath.c:848: error: syntax error before 'r' > basemath.c:849: error: 'a1' undeclared (first use in this function) > basemath.c:851: error: 'r' undeclared (first use in this function) > basemath.c: At top level: > basemath.c:856: error: syntax error before '*' token > basemath.c: In function 'str2big': > basemath.c:858: error: 'str' undeclared (first use in this function) > basemath.c:861: warning: implicit declaration of function 'mpz_init_set_str' > basemath.c:861: error: 'v' undeclared (first use in this function) > basemath.c:861: error: 'radix' undeclared (first use in this function) > basemath.c: In function 'string_to_bignum_obj': > basemath.c:869: error: 'mpz_t' undeclared (first use in this function) > basemath.c:869: error: syntax error before 'v' > basemath.c:871: error: 'v' undeclared (first use in this function) > basemath.c: In function 'bignum_to_string_obj': > basemath.c:879: error: 'mpz_t' undeclared (first use in this function) > basemath.c:879: error: syntax error before 'v' > basemath.c:883: error: 'v' undeclared (first use in this function) > basemath.c:884: warning: implicit declaration of function 'mpz_sizeinbase' > basemath.c:889: warning: implicit declaration of function 'mpz_get_str' > basemath.c: At top level: > basemath.c:901: error: syntax error before 'a' > basemath.c: In function 'rational_compact': > basemath.c:903: warning: implicit declaration of function 'mpq_canonicalize' > basemath.c:903: error: 'a' undeclared (first use in this function) > basemath.c:904: error: invalid type argument of '->' > basemath.c: In function 'rational_plus': > basemath.c:915: error: 'mpq_t' undeclared (first use in this function) > basemath.c:915: error: syntax error before 'r' > basemath.c:917: error: 'a1' undeclared (first use in this function) > basemath.c:917: error: subscripted value is neither array nor pointer > basemath.c:917: error: subscripted value is neither array nor pointer > basemath.c:917: error: subscripted value is neither array nor pointer > basemath.c:917: error: subscripted value is neither array nor pointer > basemath.c:917: error: subscripted value is neither array nor pointer > basemath.c:917: error: subscripted value is neither array nor pointer > basemath.c:918: error: 'b1' undeclared (first use in this function) > basemath.c:918: error: subscripted value is neither array nor pointer > basemath.c:918: error: subscripted value is neither array nor pointer > basemath.c:918: error: subscripted value is neither array nor pointer > basemath.c:918: error: subscripted value is neither array nor pointer > basemath.c:918: error: subscripted value is neither array nor pointer > basemath.c:918: error: subscripted value is neither array nor pointer > basemath.c:920: warning: implicit declaration of function 'mpq_init' > basemath.c:920: error: 'r' undeclared (first use in this function) > basemath.c:921: warning: implicit declaration of function 'mpq_add' > basemath.c: In function 'rational_minus': > basemath.c:927: error: 'mpq_t' undeclared (first use in this function) > basemath.c:927: error: syntax error before 'r' > basemath.c:929: error: 'a1' undeclared (first use in this function) > basemath.c:929: error: subscripted value is neither array nor pointer > basemath.c:929: error: subscripted value is neither array nor pointer > basemath.c:929: error: subscripted value is neither array nor pointer > basemath.c:929: error: subscripted value is neither array nor pointer > basemath.c:929: error: subscripted value is neither array nor pointer > basemath.c:929: error: subscripted value is neither array nor pointer > basemath.c:930: error: 'b1' undeclared (first use in this function) > basemath.c:930: error: subscripted value is neither array nor pointer > basemath.c:930: error: subscripted value is neither array nor pointer > basemath.c:930: error: subscripted value is neither array nor pointer > basemath.c:930: error: subscripted value is neither array nor pointer > basemath.c:930: error: subscripted value is neither array nor pointer > basemath.c:930: error: subscripted value is neither array nor pointer > basemath.c:932: error: 'r' undeclared (first use in this function) > basemath.c:933: warning: implicit declaration of function 'mpq_sub' > basemath.c: In function 'rational_mul': > basemath.c:939: error: 'mpq_t' undeclared (first use in this function) > basemath.c:939: error: syntax error before 'r' > basemath.c:941: error: 'a1' undeclared (first use in this function) > basemath.c:941: error: subscripted value is neither array nor pointer > basemath.c:941: error: subscripted value is neither array nor pointer > basemath.c:941: error: subscripted value is neither array nor pointer > basemath.c:941: error: subscripted value is neither array nor pointer > basemath.c:941: error: subscripted value is neither array nor pointer > basemath.c:941: error: subscripted value is neither array nor pointer > basemath.c:942: error: 'b1' undeclared (first use in this function) > basemath.c:942: error: subscripted value is neither array nor pointer > basemath.c:942: error: subscripted value is neither array nor pointer > basemath.c:942: error: subscripted value is neither array nor pointer > basemath.c:942: error: subscripted value is neither array nor pointer > basemath.c:942: error: subscripted value is neither array nor pointer > basemath.c:942: error: subscripted value is neither array nor pointer > basemath.c:944: error: 'r' undeclared (first use in this function) > basemath.c:945: warning: implicit declaration of function 'mpq_mul' > basemath.c: In function 'rational_div': > basemath.c:951: error: 'mpq_t' undeclared (first use in this function) > basemath.c:951: error: syntax error before 'r' > basemath.c:953: error: 'a1' undeclared (first use in this function) > basemath.c:953: error: subscripted value is neither array nor pointer > basemath.c:953: error: subscripted value is neither array nor pointer > basemath.c:953: error: subscripted value is neither array nor pointer > basemath.c:953: error: subscripted value is neither array nor pointer > basemath.c:953: error: subscripted value is neither array nor pointer > basemath.c:953: error: subscripted value is neither array nor pointer > basemath.c:954: error: 'b1' undeclared (first use in this function) > basemath.c:954: error: subscripted value is neither array nor pointer > basemath.c:954: error: subscripted value is neither array nor pointer > basemath.c:954: error: subscripted value is neither array nor pointer > basemath.c:954: error: subscripted value is neither array nor pointer > basemath.c:954: error: subscripted value is neither array nor pointer > basemath.c:954: error: subscripted value is neither array nor pointer > basemath.c:956: warning: implicit declaration of function 'mpq_sgn' > basemath.c:960: error: 'r' undeclared (first use in this function) > basemath.c:961: warning: implicit declaration of function 'mpq_div' > basemath.c: In function 'rational_to_bignum': > basemath.c:967: error: 'mpq_t' undeclared (first use in this function) > basemath.c:967: error: syntax error before 'a1' > basemath.c:968: error: 'mpz_t' undeclared (first use in this function) > basemath.c:969: error: 'a1' undeclared (first use in this function) > basemath.c:969: error: subscripted value is neither array nor pointer > basemath.c:969: error: subscripted value is neither array nor pointer > basemath.c:969: error: subscripted value is neither array nor pointer > basemath.c:969: error: subscripted value is neither array nor pointer > basemath.c:969: error: subscripted value is neither array nor pointer > basemath.c:969: error: subscripted value is neither array nor pointer > basemath.c:970: error: 'r' undeclared (first use in this function) > basemath.c: In function 'rational_cmp': > basemath.c:977: error: 'mpq_t' undeclared (first use in this function) > basemath.c:977: error: syntax error before 'a1' > basemath.c:979: error: 'a1' undeclared (first use in this function) > basemath.c:979: error: subscripted value is neither array nor pointer > basemath.c:979: error: subscripted value is neither array nor pointer > basemath.c:979: error: subscripted value is neither array nor pointer > basemath.c:979: error: subscripted value is neither array nor pointer > basemath.c:979: error: subscripted value is neither array nor pointer > basemath.c:979: error: subscripted value is neither array nor pointer > basemath.c:980: error: 'b1' undeclared (first use in this function) > basemath.c:980: error: subscripted value is neither array nor pointer > basemath.c:980: error: subscripted value is neither array nor pointer > basemath.c:980: error: subscripted value is neither array nor pointer > basemath.c:980: error: subscripted value is neither array nor pointer > basemath.c:980: error: subscripted value is neither array nor pointer > basemath.c:980: error: subscripted value is neither array nor pointer > basemath.c:982: warning: implicit declaration of function 'mpq_cmp' > basemath.c: At top level: > basemath.c:985: error: syntax error before '*' token > basemath.c: In function 'str2rat': > basemath.c:990: error: 'str' undeclared (first use in this function) > basemath.c:996: error: 'b' undeclared (first use in this function) > basemath.c:996: error: 'radix' undeclared (first use in this function) > basemath.c: In function 'string_to_rational_obj': > basemath.c:1008: error: 'mpq_t' undeclared (first use in this function) > basemath.c:1008: error: syntax error before 'b' > basemath.c:1012: error: 'MP_INT' undeclared (first use in this function) > basemath.c:1012: error: 'num' undeclared (first use in this function) > basemath.c:1013: error: 'mpz_t' undeclared (first use in this function) > basemath.c:1013: error: syntax error before 'numa' > basemath.c:1014: error: 'b' undeclared (first use in this function) > basemath.c:1018: error: 'w' undeclared (first use in this function) > basemath.c: In function 'rational_to_string_obj': > basemath.c:1036: error: 'mpq_t' undeclared (first use in this function) > basemath.c:1036: error: syntax error before 'v' > basemath.c:1041: error: 'v' undeclared (first use in this function) > basemath.c:1041: error: subscripted value is neither array nor pointer > basemath.c:1041: error: subscripted value is neither array nor pointer > basemath.c:1041: error: subscripted value is neither array nor pointer > basemath.c:1041: error: subscripted value is neither array nor pointer > basemath.c:1041: error: subscripted value is neither array nor pointer > basemath.c:1041: error: subscripted value is neither array nor pointer > basemath.c: In function 'basic_raw_int_conv': > basemath.c:1240: error: 'mpz_t' undeclared (first use in this function) > basemath.c:1240: error: syntax error before 'z' > basemath.c:1241: error: 'z' undeclared (first use in this function) > basemath.c: In function 'basic_raw_uint_conv': > basemath.c:1309: error: 'mpz_t' undeclared (first use in this function) > basemath.c:1309: error: syntax error before 'z' > basemath.c:1312: error: 'z' undeclared (first use in this function) > basemath.c:1322: warning: implicit declaration of function 'mpz_cmp_ui' > make[2]: *** [basemath.o] Error 1 > make[2]: Leaving directory `/build/buildd/rscheme-0.7.3.4.b1/src/runtime' > make[1]: *** [runtime/runtime.o] Error 2 > make[1]: Leaving directory `/build/buildd/rscheme-0.7.3.4.b1/src' > make: *** [build-stamp] Error 2 Bastian --------------------------------------- Received: (at 332287-close) by bugs.debian.org; 15 Nov 2005 12:21:24 +0000 >From [EMAIL PROTECTED] Tue Nov 15 04:21:24 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 4.50) id 1EbzkK-0006Eg-Ah; Tue, 15 Nov 2005 04:17:08 -0800 From: Lars Bahner <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#332287: fixed in rscheme 0.7.3.4.b1-2 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 15 Nov 2005 04:17:08 -0800 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: rscheme Source-Version: 0.7.3.4.b1-2 We believe that the bug you reported is fixed in the latest version of rscheme, which is due to be installed in the Debian FTP archive: rscheme_0.7.3.4.b1-2.dsc to pool/main/r/rscheme/rscheme_0.7.3.4.b1-2.dsc rscheme_0.7.3.4.b1-2.tar.gz to pool/main/r/rscheme/rscheme_0.7.3.4.b1-2.tar.gz rscheme_0.7.3.4.b1-2_i386.deb to pool/main/r/rscheme/rscheme_0.7.3.4.b1-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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Lars Bahner <[EMAIL PROTECTED]> (supplier of updated rscheme 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, 14 Nov 2005 19:01:26 +0000 Source: rscheme Binary: rscheme Architecture: source i386 Version: 0.7.3.4.b1-2 Distribution: unstable Urgency: low Maintainer: Lars Bahner <[EMAIL PROTECTED]> Changed-By: Lars Bahner <[EMAIL PROTECTED]> Description: rscheme - Threaded, persistent, OO, scheme interpreter and compiler Closes: 332287 Changes: rscheme (0.7.3.4.b1-2) unstable; urgency=low . * Build-depends on libgmp3-dev again as this depends on libgmp3c2 (closes: #332287) * Removed: conflicts: rscheme-modules from debian/control * Standards 3.6.2 * enclosed possible fix for the module compilation problem in debian/debian-fixup.sh but only as a clue. Files: 0e75025d2c86800f26127c7ee3c519bf 726 devel optional rscheme_0.7.3.4.b1-2.dsc 9f4da8b26a5073927dc3948f88800afc 2240624 devel optional rscheme_0.7.3.4.b1-2.tar.gz 103c81140ad3a641f2ff177e1d78e54a 6672376 devel optional rscheme_0.7.3.4.b1-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDecssmXJ8FFTsuK8RAgQ9AJ9ENlr2M3NaDsmkdtwVgGSYYp9dHQCgom3a B4gr15cNGx4XdibXAd9PTyU= =dUQY -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]