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: Building Guile 1.9.2 on i686-pc-linux-gnu Date: Fri, 18 Sep 2009 22:01:36 +0100 Message-ID: <87vdjgc6hb.fsf@ossau.uklinux.net> References: <87iqgpkyzv.fsf@gnu.org> <1250374829.3160.70.camel@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1253307718 22193 80.91.229.12 (18 Sep 2009 21:01:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Sep 2009 21:01:58 +0000 (UTC) Cc: guile-devel@gnu.org To: Mike Gran , Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Sep 18 23:01:50 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 1MokaS-0001Gg-1P for guile-devel@m.gmane.org; Fri, 18 Sep 2009 23:01:48 +0200 Original-Received: from localhost ([127.0.0.1]:55533 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MokaR-0006Us-KZ for guile-devel@m.gmane.org; Fri, 18 Sep 2009 17:01:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MokaP-0006Ss-3z for guile-devel@gnu.org; Fri, 18 Sep 2009 17:01:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MokaJ-0006P3-MA for guile-devel@gnu.org; Fri, 18 Sep 2009 17:01:43 -0400 Original-Received: from [199.232.76.173] (port=38227 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MokaJ-0006Ow-I1 for guile-devel@gnu.org; Fri, 18 Sep 2009 17:01:39 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:34229) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MokaJ-000745-0x for guile-devel@gnu.org; Fri, 18 Sep 2009 17:01:39 -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 4F8FD1F6712; Fri, 18 Sep 2009 22:01:38 +0100 (BST) Original-Received: from arudy (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id 2718938023; Fri, 18 Sep 2009 22:01:37 +0100 (BST) In-Reply-To: <1250374829.3160.70.camel@localhost.localdomain> (Mike Gran's message of "Sat, 15 Aug 2009 15:20:29 -0700") 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:9354 Archived-At: Mike Gran writes: > Scheme compilation had two sets of warnings > > ---------------------------- > GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guile-tools compile -o > "srfi/srfi-35.go" "srfi/srfi-35.scm" > wrote `srfi/srfi-35.go' > > Some deprecated features have been used. Set the environment > variable GUILE_WARN_DEPRECATED to "detailed" and rerun the > program to get more information. Set it to "no" to suppress > this message. > ---------------------------- These and other deprecation warnings are fixed by http://git.savannah.gnu.org/gitweb/?p=guile.git;a=commit;h=f564f4784f856d0b38008327bc877905e36fc56a > It was a bit > of a shock to see all the information about turning autocompilation off > repeated once for each of the ~50 scheme scripts that make up its test > suite, though. Yes. It would be better if the information was only issued once per Guile run. Andy, any objection if I work on that? Neil