From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rixed@happyleptic.org Newsgroups: gmane.lisp.guile.user Subject: release_1-9-12 Date: Thu, 9 Sep 2010 07:42:02 +0200 Message-ID: <20100909054202.GB31305@yeeloong> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1284011004 28703 80.91.229.12 (9 Sep 2010 05:43:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Sep 2010 05:43:24 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Sep 09 07:43:23 2010 Return-path: Envelope-to: guile-user@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 1OtZus-0001ME-U6 for guile-user@m.gmane.org; Thu, 09 Sep 2010 07:43:23 +0200 Original-Received: from localhost ([127.0.0.1]:56483 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtZus-0003Gb-FX for guile-user@m.gmane.org; Thu, 09 Sep 2010 01:43:22 -0400 Original-Received: from [140.186.70.92] (port=41782 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtZuQ-0003GR-HL for guile-user@gnu.org; Thu, 09 Sep 2010 01:42:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtZuP-0005Wp-DF for guile-user@gnu.org; Thu, 09 Sep 2010 01:42:54 -0400 Original-Received: from smtp5-g21.free.fr ([212.27.42.5]:40338) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OtZuO-0005Ut-SB for guile-user@gnu.org; Thu, 09 Sep 2010 01:42:53 -0400 Original-Received: from apc.happyleptic.org (unknown [82.67.194.89]) by smtp5-g21.free.fr (Postfix) with ESMTP id 75CE5D48067 for ; Thu, 9 Sep 2010 07:42:25 +0200 (CEST) Original-Received: from yeeloong (unknown [192.168.1.43]) by apc.happyleptic.org (Postfix) with SMTP id B210A3355B for ; Thu, 9 Sep 2010 07:51:55 +0200 (CEST) Original-Received: by yeeloong (sSMTP sendmail emulation); Thu, 09 Sep 2010 07:42:02 +0200 Mail-Followup-To: rixed@happyleptic.org, guile-user@gnu.org Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8166 Archived-At: I tested it on the various hardware around and the only problem I encountered was that on a busybox/ARM some Makefiles are relying on gnu touch (using options -r and -t) which was not available under the name "touch" but gtouch (installed separately from busybox). This could have been simplier with a $(TOUCH) make variable. Idealy, configure should have tried to find a suitable touch program but I don't think there is already a macro for that. Anyway, congrats for this release. As a user that's very pleasant that guile seams to progress so fast these days.