From unknown Sat Jun 21 05:18:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#26570: GC_is_heap_ptr() dep for 2.2.1 Resent-From: Zefram Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Wed, 19 Apr 2017 23:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 26570 X-GNU-PR-Package: guile X-GNU-PR-Keywords: To: 26570@debbugs.gnu.org X-Debbugs-Original-To: bug-guile@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.14926440085837 (code B ref -1); Wed, 19 Apr 2017 23:21:02 +0000 Received: (at submit) by debbugs.gnu.org; 19 Apr 2017 23:20:08 +0000 Received: from localhost ([127.0.0.1]:57613 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d0ytM-0001W5-0r for submit@debbugs.gnu.org; Wed, 19 Apr 2017 19:20:08 -0400 Received: from eggs.gnu.org ([208.118.235.92]:33044) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d0ytK-0001VX-48 for submit@debbugs.gnu.org; Wed, 19 Apr 2017 19:20:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0ytD-0000H8-QQ for submit@debbugs.gnu.org; Wed, 19 Apr 2017 19:20:00 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:59322) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d0ytD-0000H0-NJ for submit@debbugs.gnu.org; Wed, 19 Apr 2017 19:19:59 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52235) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0ytC-0000Fx-TF for bug-guile@gnu.org; Wed, 19 Apr 2017 19:19:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0ytC-0000GZ-45 for bug-guile@gnu.org; Wed, 19 Apr 2017 19:19:58 -0400 Received: from river6.fysh.org ([2001:41d0:d:20da::2]:43746 helo=river.fysh.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d0ytB-0000G0-Qm for bug-guile@gnu.org; Wed, 19 Apr 2017 19:19:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=fysh.org; s=20170316; h=Content-Type:MIME-Version:Message-ID:Subject:To:From:Date; bh=iIjOXTt9p8llME208+lZ/KifXJ1d0ISIQups0BUH/PE=; b=tI2ut2uTQyXmgzMd7Np5BJ5gsoFBqXvwzJgwlzL3ajr+iTtrFEGrTZoJRJ1moR8zxNsMwQNcAyMaV2ckFu26n2koD8vzDZKhVvjfdDBcTcEdqdBYT3bOChxUh/nnmbTdzX9Qm19tNwrNRaMdHjF8B6diepMp8XLgrlW9HPOKuYs=; Received: from zefram by river.fysh.org with local (Exim 4.84_2 #1 (Debian)) id 1d0yt3-0004BZ-UD; Thu, 20 Apr 2017 00:19:49 +0100 Date: Thu, 20 Apr 2017 00:19:49 +0100 From: Zefram Message-ID: <20170419231949.GC912@fysh.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) Compilation of 2.2.1 fails for me, producing a lot of warnings about implicit declaration of GC_is_heap_ptr(), and ultimately CCLD guile ./.libs/libguile-2.2.so: undefined reference to `GC_is_heap_ptr' collect2: error: ld returned 1 exit status Makefile:2439: recipe for target 'guile' failed make[3]: *** [guile] Error 1 At a guess, maybe this is supposed to be supplied by libgc. But I have the version of libgc that README says is required (7.2), and configure was happy with it. Maybe a higher version is now required, and README and configure need updating? -zefram From unknown Sat Jun 21 05:18:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#26570: GC_is_heap_ptr() dep for 2.2.1 Resent-From: Andy Wingo Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Thu, 20 Apr 2017 08:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 26570 X-GNU-PR-Package: guile X-GNU-PR-Keywords: To: Zefram Cc: 26570@debbugs.gnu.org Received: via spool by 26570-submit@debbugs.gnu.org id=B26570.149267616830430 (code B ref 26570); Thu, 20 Apr 2017 08:17:01 +0000 Received: (at 26570) by debbugs.gnu.org; 20 Apr 2017 08:16:08 +0000 Received: from localhost ([127.0.0.1]:57856 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d17G4-0007uj-HL for submit@debbugs.gnu.org; Thu, 20 Apr 2017 04:16:08 -0400 Received: from pb-sasl1.pobox.com ([64.147.108.66]:61405 helo=sasl.smtp.pobox.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d17G3-0007ua-1y for 26570@debbugs.gnu.org; Thu, 20 Apr 2017 04:16:07 -0400 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id 3DCB361672; Thu, 20 Apr 2017 04:16:06 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=RUluAhoa4TJpDECaVSr0qyfpNV0=; b=a7rGMX d8yzACBRh8KSl01NSBHXJiZdTVSMhlUj7A6aMrZnR7NgzEVvIatDpNqC/QzEUiQB YfjU4InfIAMFRNVoHqz0zA/2bM+0F7+uU7tJ3zSJzLN2FrX1cfnOrGmJ47/H2HeH /eU1+HgCcUUSg0RgOYBKS4PA+SNGicZSk/PjM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=vo7jw7p26apQ19qo4ERHDhww6rgRwIKX JZEk/Z/cxzecV7OZy97CSZIkTrR9+JMKQurfTPeAX1XqFa0blLp0QHauuxzfwqVN SImCxCwBV9RbXG6sfqUsx9QcBZAAU/Rk/PQz3CirQxSscPFWwhYlxGlhmnXhgBlS kYPMvGyf/rA= Received: from pb-sasl1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id 3730E61670; Thu, 20 Apr 2017 04:16:06 -0400 (EDT) Received: from clucks (unknown [151.127.12.20]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pb-sasl1.pobox.com (Postfix) with ESMTPSA id 584546166F; Thu, 20 Apr 2017 04:16:05 -0400 (EDT) From: Andy Wingo References: <20170419231949.GC912@fysh.org> Date: Thu, 20 Apr 2017 10:15:57 +0200 In-Reply-To: <20170419231949.GC912@fysh.org> (zefram@fysh.org's message of "Thu, 20 Apr 2017 00:19:49 +0100") Message-ID: <8737d35waq.fsf@pobox.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 99A63FA8-25A1-11E7-8A46-07D2064AB293-02397024!pb-sasl1.pobox.com X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) On Thu 20 Apr 2017 01:19, Zefram writes: > Compilation of 2.2.1 fails for me, producing a lot of warnings about > implicit declaration of GC_is_heap_ptr(), and ultimately > > CCLD guile > ./.libs/libguile-2.2.so: undefined reference to `GC_is_heap_ptr' > collect2: error: ld returned 1 exit status > Makefile:2439: recipe for target 'guile' failed > make[3]: *** [guile] Error 1 > > At a guess, maybe this is supposed to be supplied by libgc. But I have > the version of libgc that README says is required (7.2), and configure > was happy with it. Maybe a higher version is now required, and README > and configure need updating? Thanks for the note. It certainly wasn't my intention to require a newer libgc. I will look into what needs doing here. Andy From unknown Sat Jun 21 05:18:06 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Zefram Subject: bug#26570: closed (Re: bug#26570: GC_is_heap_ptr() dep for 2.2.1) Message-ID: References: <87y3uv4gfa.fsf@pobox.com> <20170419231949.GC912@fysh.org> X-Gnu-PR-Message: they-closed 26570 X-Gnu-PR-Package: guile Reply-To: 26570@debbugs.gnu.org Date: Thu, 20 Apr 2017 08:45:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1492677902-7626-1" This is a multi-part message in MIME format... ------------=_1492677902-7626-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #26570: GC_is_heap_ptr() dep for 2.2.1 which was filed against the guile package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 26570@debbugs.gnu.org. --=20 26570: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D26570 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1492677902-7626-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 26570-done) by debbugs.gnu.org; 20 Apr 2017 08:44:21 +0000 Received: from localhost ([127.0.0.1]:57902 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d17hN-0001xx-5f for submit@debbugs.gnu.org; Thu, 20 Apr 2017 04:44:21 -0400 Received: from pb-sasl2.pobox.com ([64.147.108.67]:62947 helo=sasl.smtp.pobox.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d17hM-0001xq-5Y for 26570-done@debbugs.gnu.org; Thu, 20 Apr 2017 04:44:20 -0400 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-sasl2.pobox.com (Postfix) with ESMTP id 5BDAC634BA; Thu, 20 Apr 2017 04:44:17 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=DIyptGqXKJVRXDFhzlMUb8Ub0Zc=; b=sw0ZJd vZnr4jLeFfZKz0DZ+jJni92HS48+v8iPEa+sOnmpvV1tzVtMaIGAsUBdtMOAbfkR Ta3a+Ud0foJvnKXsNVZBoMe2CGOTV5e2Wib3ZMmxQ2rNhX/3Uch7VQil2ffwIUSd Flsf5oLVg0XiIbOxzzf+ZtE6hm5zoPqN3en94= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=mmuJZpyMh8SLODDoUhlMM785nO83Cf6K CiIRg6HqrRQL8GUNgNceaY7mblmL3i3EMpSocb0RR/sE9YHfUXJnnK9PxRCvuRfe 5DK1MRfMZIoXZ4AbtJ9F8d2epf7K0379JAxxPoYJ683RrYQMG98NY8VQFz02zd5Q 4g2DYODHWZc= Received: from pb-sasl2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-sasl2.pobox.com (Postfix) with ESMTP id 53A4D634B8; Thu, 20 Apr 2017 04:44:17 -0400 (EDT) Received: from clucks (unknown [151.127.12.20]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pb-sasl2.pobox.com (Postfix) with ESMTPSA id 7CF7F634B7; Thu, 20 Apr 2017 04:44:16 -0400 (EDT) From: Andy Wingo To: Zefram Subject: Re: bug#26570: GC_is_heap_ptr() dep for 2.2.1 References: <20170419231949.GC912@fysh.org> Date: Thu, 20 Apr 2017 10:44:09 +0200 In-Reply-To: <20170419231949.GC912@fysh.org> (zefram@fysh.org's message of "Thu, 20 Apr 2017 00:19:49 +0100") Message-ID: <87y3uv4gfa.fsf@pobox.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 89A618EA-25A5-11E7-ABD3-571C92A0D1B0-02397024!pb-sasl2.pobox.com X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 26570-done Cc: 26570-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) On Thu 20 Apr 2017 01:19, Zefram writes: > Compilation of 2.2.1 fails for me, producing a lot of warnings about > implicit declaration of GC_is_heap_ptr(), and ultimately > > CCLD guile > ./.libs/libguile-2.2.so: undefined reference to `GC_is_heap_ptr' > collect2: error: ld returned 1 exit status > Makefile:2439: recipe for target 'guile' failed > make[3]: *** [guile] Error 1 > > At a guess, maybe this is supposed to be supplied by libgc. But I have > the version of libgc that README says is required (7.2), and configure > was happy with it. Maybe a higher version is now required, and README > and configure need updating? I think I fixed this in Git. Please take a look. Cheers :) Andy ------------=_1492677902-7626-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 19 Apr 2017 23:20:08 +0000 Received: from localhost ([127.0.0.1]:57613 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d0ytM-0001W5-0r for submit@debbugs.gnu.org; Wed, 19 Apr 2017 19:20:08 -0400 Received: from eggs.gnu.org ([208.118.235.92]:33044) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d0ytK-0001VX-48 for submit@debbugs.gnu.org; Wed, 19 Apr 2017 19:20:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0ytD-0000H8-QQ for submit@debbugs.gnu.org; Wed, 19 Apr 2017 19:20:00 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:59322) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d0ytD-0000H0-NJ for submit@debbugs.gnu.org; Wed, 19 Apr 2017 19:19:59 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52235) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0ytC-0000Fx-TF for bug-guile@gnu.org; Wed, 19 Apr 2017 19:19:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0ytC-0000GZ-45 for bug-guile@gnu.org; Wed, 19 Apr 2017 19:19:58 -0400 Received: from river6.fysh.org ([2001:41d0:d:20da::2]:43746 helo=river.fysh.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d0ytB-0000G0-Qm for bug-guile@gnu.org; Wed, 19 Apr 2017 19:19:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=fysh.org; s=20170316; h=Content-Type:MIME-Version:Message-ID:Subject:To:From:Date; bh=iIjOXTt9p8llME208+lZ/KifXJ1d0ISIQups0BUH/PE=; b=tI2ut2uTQyXmgzMd7Np5BJ5gsoFBqXvwzJgwlzL3ajr+iTtrFEGrTZoJRJ1moR8zxNsMwQNcAyMaV2ckFu26n2koD8vzDZKhVvjfdDBcTcEdqdBYT3bOChxUh/nnmbTdzX9Qm19tNwrNRaMdHjF8B6diepMp8XLgrlW9HPOKuYs=; Received: from zefram by river.fysh.org with local (Exim 4.84_2 #1 (Debian)) id 1d0yt3-0004BZ-UD; Thu, 20 Apr 2017 00:19:49 +0100 Date: Thu, 20 Apr 2017 00:19:49 +0100 From: Zefram To: bug-guile@gnu.org Subject: GC_is_heap_ptr() dep for 2.2.1 Message-ID: <20170419231949.GC912@fysh.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) Compilation of 2.2.1 fails for me, producing a lot of warnings about implicit declaration of GC_is_heap_ptr(), and ultimately CCLD guile ./.libs/libguile-2.2.so: undefined reference to `GC_is_heap_ptr' collect2: error: ld returned 1 exit status Makefile:2439: recipe for target 'guile' failed make[3]: *** [guile] Error 1 At a guess, maybe this is supposed to be supplied by libgc. But I have the version of libgc that README says is required (7.2), and configure was happy with it. Maybe a higher version is now required, and README and configure need updating? -zefram ------------=_1492677902-7626-1--