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: Thu, 19 Mar 2009 00:51:09 +0000 Message-ID: <877i2muygy.fsf@arudy.ossau.uklinux.net> References: <87ocw4utqd.fsf@arudy.ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1237423909 22511 80.91.229.12 (19 Mar 2009 00:51:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Mar 2009 00:51:49 +0000 (UTC) Cc: guile-devel To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Mar 19 01:53:06 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 1Lk6VM-0007r0-9J for guile-devel@m.gmane.org; Thu, 19 Mar 2009 01:53:04 +0100 Original-Received: from localhost ([127.0.0.1]:33234 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lk6U0-0006UL-0B for guile-devel@m.gmane.org; Wed, 18 Mar 2009 20:51:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lk6Tg-0006PK-Im for guile-devel@gnu.org; Wed, 18 Mar 2009 20:51:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lk6Tb-0006M6-3o for guile-devel@gnu.org; Wed, 18 Mar 2009 20:51:19 -0400 Original-Received: from [199.232.76.173] (port=45937 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lk6Ta-0006Lr-Sx for guile-devel@gnu.org; Wed, 18 Mar 2009 20:51:14 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:53515) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lk6Ta-0006Bw-HA for guile-devel@gnu.org; Wed, 18 Mar 2009 20:51:14 -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 843CE1F6641; Thu, 19 Mar 2009 00:51:11 +0000 (GMT) Original-Received: from arudy.ossau.uklinux.net (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id 02C973801E; Thu, 19 Mar 2009 00:51:09 +0000 (GMT) In-Reply-To: (Andy Wingo's message of "Mon\, 16 Mar 2009 23\:48\:49 +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:8299 Archived-At: Andy Wingo writes: > Hi, > > On Sat 14 Mar 2009 14:19, Neil Jerram writes: > >> - make distcheck fails; looks like because vm-i-*.i not included in >> the distribution (i.e. EXTRA_DIST). > > I have not yet poked distcheck, but non-srcdir builds do work as of now. > I don't know what the deal with your make check issue is; can you > reproduce it with a fresh checkout? No I can't. A fresh checkout (a couple of days ago) worked fine. (i.e. all the tests were run and passed). In fact I realize now that I was being quite stupid... my script for generating the daily snapshots just doesn't run "make check" at all. Sorry! Regards, Neil