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: vm merged to master Date: Sat, 14 Mar 2009 13:19:54 +0000 Message-ID: <87ocw4utqd.fsf@arudy.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 1237036819 8973 80.91.229.12 (14 Mar 2009 13:20:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 Mar 2009 13:20:19 +0000 (UTC) Cc: guile-devel To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Mar 14 14:21:35 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 1LiTnw-0000Pt-1r for guile-devel@m.gmane.org; Sat, 14 Mar 2009 14:21:32 +0100 Original-Received: from localhost ([127.0.0.1]:48338 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LiTma-0004rv-07 for guile-devel@m.gmane.org; Sat, 14 Mar 2009 09:20:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LiTmU-0004r5-Tg for guile-devel@gnu.org; Sat, 14 Mar 2009 09:20:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LiTmP-0004pD-Pe for guile-devel@gnu.org; Sat, 14 Mar 2009 09:20:02 -0400 Original-Received: from [199.232.76.173] (port=56968 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LiTmP-0004pA-Kg for guile-devel@gnu.org; Sat, 14 Mar 2009 09:19:57 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:50580) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LiTmP-0000uC-9Q for guile-devel@gnu.org; Sat, 14 Mar 2009 09:19:57 -0400 Original-Received: from arudy (host86-157-180-39.range86-157.btcentralplus.com [86.157.180.39]) by mail3.uklinux.net (Postfix) with ESMTP id 5D0B71F66F6; Sat, 14 Mar 2009 13:19:55 +0000 (GMT) Original-Received: from arudy.ossau.uklinux.net (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id DD9D63801E; Sat, 14 Mar 2009 13:19:54 +0000 (GMT) In-Reply-To: (Andy Wingo's message of "Sat\, 14 Mar 2009 00\:04\:09 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (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:8281 Archived-At: Andy Wingo writes: > Hey all, > > I went ahead and merged VM to master. Things went fine after a couple of > manual merges, though `(procedure-property apply 'arity)' needs some > work -- see the log for 5442b3a5989a118f2addf3190eab2e27d65e0658. > > I should be happy but really I'm just tired ;) Can people please check > this out, give it some pounding and report any errors to the list. See http://www.ossau.uklinux.net/guile/snapshots/guile-master-20090314.log. AFAICT from a quick look: - The main build looks fine... - ...but the usual make check tests don't seem to be attempted anymore. - make distcheck fails; looks like because vm-i-*.i not included in the distribution (i.e. EXTRA_DIST). Regards (and thanks!), Neil