From unknown Sat Sep 20 13:35:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#10352: Broken pipe while generating guile-procedures.txt Resent-From: Ian Price Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-guile@gnu.org Resent-Date: Thu, 22 Dec 2011 21:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 10352 X-GNU-PR-Package: guile X-GNU-PR-Keywords: To: 10352@debbugs.gnu.org X-Debbugs-Original-To: bug-guile@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.132459025015659 (code B ref -1); Thu, 22 Dec 2011 21:45:02 +0000 Received: (at submit) by debbugs.gnu.org; 22 Dec 2011 21:44:10 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RdqQs-00044W-4T for submit@debbugs.gnu.org; Thu, 22 Dec 2011 16:44:10 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RdqQq-00044P-1b for submit@debbugs.gnu.org; Thu, 22 Dec 2011 16:44:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RdqOg-0003fj-QX for submit@debbugs.gnu.org; Thu, 22 Dec 2011 16:41:56 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_MED,RCVD_IN_XBL,RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([140.186.70.17]:33164) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdqOg-0003ff-On for submit@debbugs.gnu.org; Thu, 22 Dec 2011 16:41:54 -0500 Received: from eggs.gnu.org ([140.186.70.92]:60573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdqOd-00062e-Oj for bug-guile@gnu.org; Thu, 22 Dec 2011 16:41:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RdqOb-0003ee-LT for bug-guile@gnu.org; Thu, 22 Dec 2011 16:41:51 -0500 Received: from lo.gmane.org ([80.91.229.12]:34447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdqOb-0003eR-7u for bug-guile@gnu.org; Thu, 22 Dec 2011 16:41:49 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RdqOZ-0007KX-LW for bug-guile@gnu.org; Thu, 22 Dec 2011 22:41:47 +0100 Received: from host86-169-200-186.range86-169.btcentralplus.com ([86.169.200.186]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Dec 2011 22:41:47 +0100 Received: from ianprice90 by host86-169-200-186.range86-169.btcentralplus.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Dec 2011 22:41:47 +0100 X-Injected-Via-Gmane: http://gmane.org/ From: Ian Price Date: Thu, 22 Dec 2011 21:37:35 +0000 Lines: 94 Message-ID: <87ty4s8ezk.fsf@Kagami.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: host86-169-200-186.range86-169.btcentralplus.com User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Cancel-Lock: sha1:1dDk8gz2vb/s40DB/8p3qtUb5DA= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -4.8 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.1 (-----) Hi guilers, I am unable to completely build master due to a broken pipe while building guile-procedures.txt. ~/src/guile $ make /usr/bin/make all-recursive make[1]: Entering directory `/home/ian/src/guile' Making all in lib make[2]: Entering directory `/home/ian/src/guile/lib' /usr/bin/make all-recursive make[3]: Entering directory `/home/ian/src/guile/lib' make[4]: Entering directory `/home/ian/src/guile/lib' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/ian/src/guile/lib' make[3]: Leaving directory `/home/ian/src/guile/lib' make[2]: Leaving directory `/home/ian/src/guile/lib' Making all in meta make[2]: Entering directory `/home/ian/src/guile/meta' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/ian/src/guile/meta' Making all in libguile make[2]: Entering directory `/home/ian/src/guile/libguile' /usr/bin/make all-am make[3]: Entering directory `/home/ian/src/guile/libguile' GEN guile-procedures.texi Throw without catch before boot: Throw to key misc-error with args ("module-transformer" "no module, and `ma= croexpand' unbound" () #f)Aborting. cat: write error: Broken pipe /bin/sh: line 1: 9929 Done(1) cat alist.doc arbiters.doc a= rray-handle.doc array-map.doc arrays.doc async.doc backtrace.doc boolean.do= c bitvectors.doc bytevectors.doc chars.doc control.doc continuations.doc de= bug.doc deprecated.doc deprecation.doc dynl.doc dynwind.doc eq.doc error.do= c eval.doc evalext.doc expand.doc extensions.doc feature.doc filesys.doc fl= uids.doc foreign.doc fports.doc gc-malloc.doc gc.doc gettext.doc generalize= d-arrays.doc generalized-vectors.doc goops.doc gsubr.doc guardians.doc hash= .doc hashtab.doc hooks.doc i18n.doc init.doc ioext.doc keywords.doc list.do= c load.doc macros.doc mallocs.doc memoize.doc modules.doc numbers.doc objpr= op.doc options.doc pairs.doc ports.doc print.doc procprop.doc procs.doc pro= mises.doc r6rs-ports.doc random.doc rdelim.doc read.doc root.doc rw.doc scm= sigs.doc script.doc simpos.doc smob.doc sort.doc srcprop.doc srfi-1.doc srf= i-4.doc srfi-13.doc srfi-14.doc srfi-60.doc stackchk.doc stacks.doc stime.d= oc strings.doc strorder.doc strports.doc struct.doc symbols.doc threads.doc= throw.doc trees.doc uniform.doc values.doc variable.doc vectors.doc versio= n.doc vports.doc weak-set.doc weak-table.doc weak-vector.doc dynl.doc posix= .doc net_db.doc socket.doc regex-posix.doc 9930 Aborted (core dumped) | GUILE_AUTO_COMPILE=3D0 .= ./meta/uninstalled-env guild snarf-check-and-output-texi > guile-procedures= .texi make[3]: *** [guile-procedures.texi] Error 1 make[3]: Leaving directory `/home/ian/src/guile/libguile' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/ian/src/guile/libguile' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/ian/src/guile' make: *** [all] Error 2 This is on 32 bit x86 running fedora 16, and current master (296004b3ba34139292eb1d8bf54739ee1a082712). I did have success building at one point if I reverted the 47ed8656db8800f3ad20a40eb2c4e9ef3dc891e3 commit which adds SCM_HEAP_OBJECT_BASE, but that was around the beginning of November (0f9f51a153db3e669a12c416c4958d71bd3c2a8b ish), but trying the same on current master gives CC net_db.lo CC socket.lo CC regex-posix.lo CCLD libguile-2.2.la CC guile-guile.o CCLD guile ./.libs/libguile-2.2.so: undefined reference to `SCM_HEAP_OBJECT_BASE' collect2: ld returned 1 exit status make[3]: *** [guile] Error 1 make[3]: Leaving directory `/home/ian/src/guile/libguile' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/ian/src/guile/libguile' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/ian/src/guile' make: *** [all] Error 2 so clearly that's not enough anymore, and I would need to see which other commits depend on SCM_HEAP_OBJECT_BASE before I could definitively say. If you need anything else, I'll be happy to provide. --=20 Ian Price "Programming is like pinball. The reward for doing it well is the opportunity to do it again" - from "The Wizardy Compiled" From unknown Sat Sep 20 13:35:42 2025 X-Loop: help-debbugs@gnu.org Subject: bug#10352: Broken pipe while generating guile-procedures.txt Resent-From: Andy Wingo Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-guile@gnu.org Resent-Date: Tue, 31 Jan 2012 22:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10352 X-GNU-PR-Package: guile X-GNU-PR-Keywords: To: Ian Price Cc: 10352@debbugs.gnu.org Received: via spool by 10352-submit@debbugs.gnu.org id=B10352.132804718227674 (code B ref 10352); Tue, 31 Jan 2012 22:00:02 +0000 Received: (at 10352) by debbugs.gnu.org; 31 Jan 2012 21:59:42 +0000 Received: from localhost ([127.0.0.1]:47714 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RsLjp-0007CI-Kg for submit@debbugs.gnu.org; Tue, 31 Jan 2012 16:59:42 -0500 Received: from a-pb-sasl-sd.pobox.com ([74.115.168.62]:56991 helo=sasl.smtp.pobox.com) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RsLjn-0007CB-KS for 10352@debbugs.gnu.org; Tue, 31 Jan 2012 16:59:40 -0500 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id C66A99647; Tue, 31 Jan 2012 16:59:21 -0500 (EST) 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=SmKvfUdLqmlZSuk0pSMLW/yqtho=; b=l3mzyS UBLjlYiliwbVeZScmRmZQ6qK8NMUCemxyMj9Tc00OSVPVnncPN7753exM5JPB4sc 3ungxqZ/UngPOf63Y5EuAqLQa/c8C2ZmWoW1P6WXh0KGDJS8gWGhKT9xj21xLLfz Qmtveu/ytYTUfAeuOE2bfsHW4xm5UxVIZLWuE= 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=EHBlxjltWOS9woaa5gTCyDyc/dbh+YeH doc7d7yCNagcAjMQQ2gBEAAFN5Az/LXYIQ1fqHHFQXuPekJl4zt6tDF4NKI4LlTH r7YWLgjbo/YeCbVt2O4ky9/z2dfTQK0n5jkHSC/sayCwBkaHXuKjZDSjzq3Kh2Zl B0Udd3MNYf4= Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id BF9119646; Tue, 31 Jan 2012 16:59:21 -0500 (EST) Received: from badger (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 2642A9645; Tue, 31 Jan 2012 16:59:21 -0500 (EST) From: Andy Wingo References: <87ty4s8ezk.fsf@Kagami.home> Date: Tue, 31 Jan 2012 22:59:17 +0100 In-Reply-To: <87ty4s8ezk.fsf@Kagami.home> (Ian Price's message of "Thu, 22 Dec 2011 21:37:35 +0000") Message-ID: <87aa53ttxm.fsf@pobox.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Pobox-Relay-ID: D4733C3C-4C56-11E1-AF8B-65B1DE995924-02397024!a-pb-sasl-sd.pobox.com X-Spam-Score: -1.9 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) On Thu 22 Dec 2011 22:37, Ian Price writes: > I am unable to completely build master due to a broken pipe while > building guile-procedures.txt. I reverted 47ed8656db8800f3ad20a40eb2c4e9ef3dc891e3 as you suggested and fixed the two other SCM_HEAP_OBJECT_BASE uses. Can you try again? Thanks, Andy -- http://wingolog.org/ From unknown Sat Sep 20 13:35:42 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.428 (Entity 5.428) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Ian Price Subject: bug#10352: closed (Re: bug#10352: Broken pipe while generating guile-procedures.txt) Message-ID: References: <87sjiv4his.fsf@Kagami.home> <87ty4s8ezk.fsf@Kagami.home> X-Gnu-PR-Message: they-closed 10352 X-Gnu-PR-Package: guile Reply-To: 10352@debbugs.gnu.org Date: Tue, 31 Jan 2012 22:55:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1328050503-32610-1" This is a multi-part message in MIME format... ------------=_1328050503-32610-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #10352: Broken pipe while generating guile-procedures.txt 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 10352@debbugs.gnu.org. --=20 10352: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D10352 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1328050503-32610-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 10352-done) by debbugs.gnu.org; 31 Jan 2012 22:54:29 +0000 Received: from localhost ([127.0.0.1]:47759 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RsMaq-0008TC-PN for submit@debbugs.gnu.org; Tue, 31 Jan 2012 17:54:29 -0500 Received: from mail-wi0-f172.google.com ([209.85.212.172]:49904) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RsMao-0008T1-0O for 10352-done@debbugs.gnu.org; Tue, 31 Jan 2012 17:54:27 -0500 Received: by wibhm9 with SMTP id hm9so447050wib.3 for <10352-done@debbugs.gnu.org>; Tue, 31 Jan 2012 14:54:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=PoymVvicIFWDrpKVNrS7AF+fHCgy7C6oGAU+uMcUT8U=; b=IOtwq/grP8F/JDGwhvLbQ1JhTjycmIQm9yoI8hghQ+BdVoH2eGVibwMCY7lLf0H8ql uGQ5ex3bLJWmBomDFHYYYDaDgXKbqazWjGkmLKlP44zIYlitp3afPYyNmkWAB9nr66G3 Jf6JV9g1vFHHonV+trSem9eAhrIlAv6XLER48= Received: by 10.180.96.230 with SMTP id dv6mr37560627wib.11.1328050442097; Tue, 31 Jan 2012 14:54:02 -0800 (PST) Received: from Kagami.home (host86-177-154-20.range86-177.btcentralplus.com. [86.177.154.20]) by mx.google.com with ESMTPS id q7sm40609894wix.5.2012.01.31.14.54.00 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 31 Jan 2012 14:54:00 -0800 (PST) From: Ian Price To: Andy Wingo Subject: Re: bug#10352: Broken pipe while generating guile-procedures.txt References: <87ty4s8ezk.fsf@Kagami.home> <87aa53ttxm.fsf@pobox.com> Date: Tue, 31 Jan 2012 22:46:35 +0000 In-Reply-To: <87aa53ttxm.fsf@pobox.com> (Andy Wingo's message of "Tue, 31 Jan 2012 22:59:17 +0100") Message-ID: <87sjiv4his.fsf@Kagami.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 10352-done Cc: 10352-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.3 (--) Andy Wingo writes: > I reverted 47ed8656db8800f3ad20a40eb2c4e9ef3dc891e3 as you suggested and > fixed the two other SCM_HEAP_OBJECT_BASE uses. Can you try again? Yes, it builds now. Thanks. -- Ian Price "Programming is like pinball. The reward for doing it well is the opportunity to do it again" - from "The Wizardy Compiled" ------------=_1328050503-32610-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 22 Dec 2011 21:44:10 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RdqQs-00044W-4T for submit@debbugs.gnu.org; Thu, 22 Dec 2011 16:44:10 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RdqQq-00044P-1b for submit@debbugs.gnu.org; Thu, 22 Dec 2011 16:44:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RdqOg-0003fj-QX for submit@debbugs.gnu.org; Thu, 22 Dec 2011 16:41:56 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_MED,RCVD_IN_XBL,RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([140.186.70.17]:33164) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdqOg-0003ff-On for submit@debbugs.gnu.org; Thu, 22 Dec 2011 16:41:54 -0500 Received: from eggs.gnu.org ([140.186.70.92]:60573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdqOd-00062e-Oj for bug-guile@gnu.org; Thu, 22 Dec 2011 16:41:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RdqOb-0003ee-LT for bug-guile@gnu.org; Thu, 22 Dec 2011 16:41:51 -0500 Received: from lo.gmane.org ([80.91.229.12]:34447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdqOb-0003eR-7u for bug-guile@gnu.org; Thu, 22 Dec 2011 16:41:49 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RdqOZ-0007KX-LW for bug-guile@gnu.org; Thu, 22 Dec 2011 22:41:47 +0100 Received: from host86-169-200-186.range86-169.btcentralplus.com ([86.169.200.186]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Dec 2011 22:41:47 +0100 Received: from ianprice90 by host86-169-200-186.range86-169.btcentralplus.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Dec 2011 22:41:47 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: bug-guile@gnu.org From: Ian Price Subject: Broken pipe while generating guile-procedures.txt Date: Thu, 22 Dec 2011 21:37:35 +0000 Lines: 94 Message-ID: <87ty4s8ezk.fsf@Kagami.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: host86-169-200-186.range86-169.btcentralplus.com User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Cancel-Lock: sha1:1dDk8gz2vb/s40DB/8p3qtUb5DA= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -4.8 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.1 (-----) Hi guilers, I am unable to completely build master due to a broken pipe while building guile-procedures.txt. ~/src/guile $ make /usr/bin/make all-recursive make[1]: Entering directory `/home/ian/src/guile' Making all in lib make[2]: Entering directory `/home/ian/src/guile/lib' /usr/bin/make all-recursive make[3]: Entering directory `/home/ian/src/guile/lib' make[4]: Entering directory `/home/ian/src/guile/lib' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/ian/src/guile/lib' make[3]: Leaving directory `/home/ian/src/guile/lib' make[2]: Leaving directory `/home/ian/src/guile/lib' Making all in meta make[2]: Entering directory `/home/ian/src/guile/meta' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/ian/src/guile/meta' Making all in libguile make[2]: Entering directory `/home/ian/src/guile/libguile' /usr/bin/make all-am make[3]: Entering directory `/home/ian/src/guile/libguile' GEN guile-procedures.texi Throw without catch before boot: Throw to key misc-error with args ("module-transformer" "no module, and `ma= croexpand' unbound" () #f)Aborting. cat: write error: Broken pipe /bin/sh: line 1: 9929 Done(1) cat alist.doc arbiters.doc a= rray-handle.doc array-map.doc arrays.doc async.doc backtrace.doc boolean.do= c bitvectors.doc bytevectors.doc chars.doc control.doc continuations.doc de= bug.doc deprecated.doc deprecation.doc dynl.doc dynwind.doc eq.doc error.do= c eval.doc evalext.doc expand.doc extensions.doc feature.doc filesys.doc fl= uids.doc foreign.doc fports.doc gc-malloc.doc gc.doc gettext.doc generalize= d-arrays.doc generalized-vectors.doc goops.doc gsubr.doc guardians.doc hash= .doc hashtab.doc hooks.doc i18n.doc init.doc ioext.doc keywords.doc list.do= c load.doc macros.doc mallocs.doc memoize.doc modules.doc numbers.doc objpr= op.doc options.doc pairs.doc ports.doc print.doc procprop.doc procs.doc pro= mises.doc r6rs-ports.doc random.doc rdelim.doc read.doc root.doc rw.doc scm= sigs.doc script.doc simpos.doc smob.doc sort.doc srcprop.doc srfi-1.doc srf= i-4.doc srfi-13.doc srfi-14.doc srfi-60.doc stackchk.doc stacks.doc stime.d= oc strings.doc strorder.doc strports.doc struct.doc symbols.doc threads.doc= throw.doc trees.doc uniform.doc values.doc variable.doc vectors.doc versio= n.doc vports.doc weak-set.doc weak-table.doc weak-vector.doc dynl.doc posix= .doc net_db.doc socket.doc regex-posix.doc 9930 Aborted (core dumped) | GUILE_AUTO_COMPILE=3D0 .= ./meta/uninstalled-env guild snarf-check-and-output-texi > guile-procedures= .texi make[3]: *** [guile-procedures.texi] Error 1 make[3]: Leaving directory `/home/ian/src/guile/libguile' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/ian/src/guile/libguile' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/ian/src/guile' make: *** [all] Error 2 This is on 32 bit x86 running fedora 16, and current master (296004b3ba34139292eb1d8bf54739ee1a082712). I did have success building at one point if I reverted the 47ed8656db8800f3ad20a40eb2c4e9ef3dc891e3 commit which adds SCM_HEAP_OBJECT_BASE, but that was around the beginning of November (0f9f51a153db3e669a12c416c4958d71bd3c2a8b ish), but trying the same on current master gives CC net_db.lo CC socket.lo CC regex-posix.lo CCLD libguile-2.2.la CC guile-guile.o CCLD guile ./.libs/libguile-2.2.so: undefined reference to `SCM_HEAP_OBJECT_BASE' collect2: ld returned 1 exit status make[3]: *** [guile] Error 1 make[3]: Leaving directory `/home/ian/src/guile/libguile' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/ian/src/guile/libguile' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/ian/src/guile' make: *** [all] Error 2 so clearly that's not enough anymore, and I would need to see which other commits depend on SCM_HEAP_OBJECT_BASE before I could definitively say. If you need anything else, I'll be happy to provide. --=20 Ian Price "Programming is like pinball. The reward for doing it well is the opportunity to do it again" - from "The Wizardy Compiled" ------------=_1328050503-32610-1--