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: build of master now fails much earlier Date: Fri, 18 Sep 2009 21:36:41 +0100 Message-ID: <87d45odm7a.fsf@ossau.uklinux.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1253306222 17542 80.91.229.12 (18 Sep 2009 20:37:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Sep 2009 20:37:02 +0000 (UTC) To: Greg Troxel , guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Sep 18 22:36:55 2009 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.50) id 1MokCL-000303-VX for guile-devel@m.gmane.org; Fri, 18 Sep 2009 22:36:54 +0200 Original-Received: from localhost ([127.0.0.1]:49760 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MokCL-00032k-Gp for guile-devel@m.gmane.org; Fri, 18 Sep 2009 16:36:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MokCJ-00032V-0H for guile-devel@gnu.org; Fri, 18 Sep 2009 16:36:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MokCD-00032J-H1 for guile-devel@gnu.org; Fri, 18 Sep 2009 16:36:49 -0400 Original-Received: from [199.232.76.173] (port=42073 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MokCD-00032G-CB for guile-devel@gnu.org; Fri, 18 Sep 2009 16:36:45 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:33256) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MokCD-0003YP-0v for guile-devel@gnu.org; Fri, 18 Sep 2009 16:36:45 -0400 Original-Received: from arudy (host86-147-112-99.range86-147.btcentralplus.com [86.147.112.99]) by mail3.uklinux.net (Postfix) with ESMTP id 08E431F67A8; Fri, 18 Sep 2009 21:36:42 +0100 (BST) Original-Received: from arudy (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id 7924238023; Fri, 18 Sep 2009 21:36:41 +0100 (BST) In-Reply-To: (Andy Wingo's message of "Fri, 18 Sep 2009 16:31:01 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by monty-python.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:9350 Archived-At: Andy Wingo writes: > On Fri 18 Sep 2009 13:29, Greg Troxel writes: > >> are we really adding dependencies while we are 'frozen'??? >> >> checking for BDW_GC... configure: error: Package requirements (bdw-gc) >> were not met: > > Sorry if we did not communicate clearly; the plan was definitely to > merge in bdw-gc before the release, and possibly during the freeze > period. Indeed. This was an exception to what generally happens in a `freeze', because merging BDW-GC was a bigger job than most merges, and it wouldn't have helped Ludovic to have lots of other things changing at the same time. But sorry anyway; we're not (currently) planning any other exceptions like that. If you pop these into your environment, the build should get past this point: export BDW_GC_CFLAGS=-I/usr/include export BDW_GC_LIBS=-lgc Regards, Neil