From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Fix hanging of popen.test Date: Thu, 01 Jul 2010 00:58:49 +0100 Message-ID: <87bpasvzra.fsf@ossau.uklinux.net> References: <1276210496-6477-1-git-send-email-neil@ossau.uklinux.net> <87vd9p5p07.fsf@ossau.uklinux.net> <871vbq25if.fsf@ossau.uklinux.net> <87d3v9irhy.fsf@ossau.uklinux.net> <87sk442l0n.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1277942345 25538 80.91.229.12 (30 Jun 2010 23:59:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 30 Jun 2010 23:59:05 +0000 (UTC) To: Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jul 01 01:59:02 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 1OU7BF-00074m-Tj for guile-devel@m.gmane.org; Thu, 01 Jul 2010 01:59:02 +0200 Original-Received: from localhost ([127.0.0.1]:47800 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OU7BF-0006gr-F9 for guile-devel@m.gmane.org; Wed, 30 Jun 2010 19:59:01 -0400 Original-Received: from [140.186.70.92] (port=47232 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OU7B7-0006fC-12 for guile-devel@gnu.org; Wed, 30 Jun 2010 19:58:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OU7B5-0002yZ-Qm for guile-devel@gnu.org; Wed, 30 Jun 2010 19:58:52 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:40747) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OU7B5-0002yM-KR for guile-devel@gnu.org; Wed, 30 Jun 2010 19:58:51 -0400 Original-Received: from arudy (unknown [78.149.160.158]) by mail3.uklinux.net (Postfix) with ESMTP id 341741F662D for ; Thu, 1 Jul 2010 00:58:50 +0100 (BST) Original-Received: from arudy (unknown [192.168.11.8]) by arudy (Postfix) with ESMTP id 7BA333801D for ; Thu, 1 Jul 2010 00:58:49 +0100 (BST) In-Reply-To: <87sk442l0n.fsf@ossau.uklinux.net> (Neil Jerram's message of "Wed, 30 Jun 2010 23:50:00 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 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:10591 Archived-At: Neil Jerram writes: > 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? It occurred to me that if this is right, the Hydra build should be failing too. And I think it is. The "gnu:guile-master:tarball" build last succeeded on 17th June, and has been failing since then: http://hydra.nixos.org/job/gnu/guile-master/tarball/all?page=1