From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Raeburn Newsgroups: gmane.lisp.guile.devel Subject: Re: i guess we're frozen & stuff Date: Sat, 26 Sep 2009 18:36:52 -0400 Message-ID: References: <0489FB6F-567B-4967-9703-1A3D89462A37@raeburn.org> <79F7A852-10ED-46DF-9D41-ED545493E8FE@raeburn.org> <1253979945.2856.122.camel@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1254004639 19725 80.91.229.12 (26 Sep 2009 22:37:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Sep 2009 22:37:19 +0000 (UTC) Cc: guile-devel To: Mike Gran Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Sep 27 00:37:11 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 1Mrft9-0001bn-0O for guile-devel@m.gmane.org; Sun, 27 Sep 2009 00:37:11 +0200 Original-Received: from localhost ([127.0.0.1]:38009 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mrft8-00028y-6T for guile-devel@m.gmane.org; Sat, 26 Sep 2009 18:37:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mrft5-00028j-43 for guile-devel@gnu.org; Sat, 26 Sep 2009 18:37:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mrfsz-00028X-Nl for guile-devel@gnu.org; Sat, 26 Sep 2009 18:37:05 -0400 Original-Received: from [199.232.76.173] (port=57361 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mrfsz-00028U-Hi for guile-devel@gnu.org; Sat, 26 Sep 2009 18:37:01 -0400 Original-Received: from splat.raeburn.org ([69.25.196.39]:40165 helo=raeburn.org) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mrfsr-0001V2-LQ for guile-devel@gnu.org; Sat, 26 Sep 2009 18:37:01 -0400 Original-Received: from [10.0.0.172] (squish.raeburn.org [10.0.0.172]) by raeburn.org (8.14.3/8.14.1) with ESMTP id n8QMaqKT027501; Sat, 26 Sep 2009 18:36:52 -0400 (EDT) In-Reply-To: <1253979945.2856.122.camel@localhost.localdomain> X-Mailer: Apple Mail (2.936) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:9407 Archived-At: On Sep 26, 2009, at 11:45, Mike Gran wrote: >> Backing up to bcccf04, it builds okay, but lots of regexp tests fail >> with "illegal byte sequence" errors. With "make -k check", that's >> the >> only error reported. > > This does surprise me. I thought I had fixed that problem. Does it > pass > if you replace the current test-suite/tests/regexp.test with the 1.8.x > version of the regexp test? It passes the regexp tests, yes, but the i18n tests complain about case conversions in Turkish. Ken