From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.bugs Subject: Re: r6rs-ports.test is failing Date: Wed, 26 Jan 2011 15:36:12 -0500 Message-ID: <20110126203612.VQ6D9.12382.root@cdptpa-web01-z01> References: <20110124155411.E7KMA.150416.root@cdptpa-web01-z01> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1296074192 15844 80.91.229.12 (26 Jan 2011 20:36:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 26 Jan 2011 20:36:32 +0000 (UTC) Cc: bug-guile@gnu.org To: Andy Wingo , dsmich@roadrunner.com Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Jan 26 21:36:26 2011 Return-path: Envelope-to: guile-bugs@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 1PiC6M-0007CP-42 for guile-bugs@m.gmane.org; Wed, 26 Jan 2011 21:36:26 +0100 Original-Received: from localhost ([127.0.0.1]:55241 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiC6L-00043r-JS for guile-bugs@m.gmane.org; Wed, 26 Jan 2011 15:36:25 -0500 Original-Received: from [140.186.70.92] (port=60128 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiC6D-00042u-6E for bug-guile@gnu.org; Wed, 26 Jan 2011 15:36:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PiC6B-0003QQ-S6 for bug-guile@gnu.org; Wed, 26 Jan 2011 15:36:17 -0500 Original-Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.123]:62269) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PiC6B-0003QE-Nv for bug-guile@gnu.org; Wed, 26 Jan 2011 15:36:15 -0500 Authentication-Results: cdptpa-omtalb.mail.rr.com smtp.user=dsmich@roadrunner.com; auth=pass (LOGIN) X-Authority-Analysis: v=1.1 cv=pepdxKapwHuwCZNFD5uob2wvham6E+RljB0uXw08FdQ= c=1 sm=0 a=IkcTkHD0fZMA:10 a=doupyKFmAAAA:8 a=ybZZDoGAAAAA:8 a=nhpsMTT2cvfz2DKNEiQA:9 a=zWG-mElzuPPwWY_2iIwA:7 a=__ZsPp42zexmpgJ0R5JQ01Yc4j4A:4 a=QEXdDO2ut3YA:10 a=0vUscowIxtUA:10 a=qIVjreYYsbEA:10 a=Bc9c7qoAuKlRg6BgnzgyhA==:117 X-Cloudmark-Score: 0 Original-Received: from [10.127.132.92] ([10.127.132.92:33570] helo=cdptpa-web01-z01) by cdptpa-oedge03.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTPA id DA/1B-19545-CB5804D4; Wed, 26 Jan 2011 20:36:12 +0000 In-Reply-To: <20110124155411.E7KMA.150416.root@cdptpa-web01-z01> X-Priority: 3 (Normal) Sensitivity: Normal X-Originating-IP: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5032 Archived-At: ---- dsmich@roadrunner.com wrote: > ---- Andy Wingo wrote: > > On Wed 01 Dec 2010 23:28, writes: > > > > > The r6rs-ports.test is failing for me on a Debian Lenny 64bit system. > > > > > > $ git describe > > > release_1-9-13-107-ga0ad8ad > > > > > > $ ./check-guile r6rs-ports.test > > > Testing /home/dsmith/src/guile/meta/guile ... r6rs-ports.test > > > with GUILE_LOAD_PATH=/home/dsmith/src/guile/test-suite > > > Running r6rs-ports.test > > > UNRESOLVED: r6rs-ports.test: 7.2.11 Binary Output: put-bytevector [2 args] > > > UNRESOLVED: r6rs-ports.test: 7.2.11 Binary Output: put-bytevector [3 args] > > > UNRESOLVED: r6rs-ports.test: 7.2.11 Binary Output: put-bytevector [4 args] > > > ERROR: r6rs-ports.test: 8.2.6 Input and output ports: transcoded-port [error handling mode = replace] - arguments: ((encoding-error "scm_from_stringn" "input locale conversion error" 84 "UTF-8" "UTF-32" #vu8(255 1 2 3 103 110 117))) > > > > I gather that this is still an issue, but that this code is being > > rewritten; can you please ping us if this bug is still present next > > weekend? > > Yes, it's still an issue as of release_1-9-14-85-gbc03d89 . > > I'll let you know how things are next week. Well, I just noticed that it's not failing anymore. I'm currently at release_1-9-14-99-gc52f77e Not sure when that error went away. Thanks, -Dale