From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Fix hanging of popen.test Date: Thu, 1 Jul 2010 16:22:03 +0000 Message-ID: <20100701162203.47TDF.91100.root@cdptpa-web12-z01> References: <87sk442l0n.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1278001937 16337 80.91.229.12 (1 Jul 2010 16:32:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 1 Jul 2010 16:32:17 +0000 (UTC) To: guile-devel@gnu.org, Neil Jerram Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jul 01 18:32:15 2010 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OUMgL-0000IQ-I2 for guile-devel@m.gmane.org; Thu, 01 Jul 2010 18:32:09 +0200 Original-Received: from localhost ([127.0.0.1]:55439 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUMbK-0002TL-8O for guile-devel@m.gmane.org; Thu, 01 Jul 2010 12:26:58 -0400 Original-Received: from [140.186.70.92] (port=39680 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUMb9-0001v2-Hq for guile-devel@gnu.org; Thu, 01 Jul 2010 12:26:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUMWd-0000lG-ED for guile-devel@gnu.org; Thu, 01 Jul 2010 12:22:12 -0400 Original-Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.123]:39554) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUMWd-0000kd-Bh for guile-devel@gnu.org; Thu, 01 Jul 2010 12:22:07 -0400 Original-Received: from cdptpa-web12-z01 ([10.127.132.103]) by cdptpa-smta02.mail.rr.com with ESMTP id <20100701162203709.ERIR24513@cdptpa-smta02.mail.rr.com>; Thu, 1 Jul 2010 16:22:03 +0000 In-Reply-To: <87sk442l0n.fsf@ossau.uklinux.net> X-Priority: 3 (Normal) Sensitivity: Normal X-Originating-IP: X-detected-operating-system: by eggs.gnu.org: Solaris 10 (1203?) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:10593 Archived-At: ---- Neil Jerram wrote: > So my hypothesis now is: > > - some change in the last few months has introduced a dependency of > Guile script startup (specifically including the case where Guile is > run to generate guile-procedures.texi) on srfi-1.scm > > - this makes the build impossible! > > - for regular developers, this may be masked by having a libguile.so and > libguile-srfi-srfi-13-14-v-4.so in /usr/lib or /usr/local/lib that are > recent enough to work. > > Can anyone else build current git from scratch if they first hide or > delete any guile libraries in /usr/lib and /usr/local/lib? > > Neil If you "make -k" the needed things are built, and then another make finished up what's left. -Dale