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: Mon, 24 Jan 2011 15:54:11 +0000 Message-ID: <20110124155411.E7KMA.150416.root@cdptpa-web01-z01> References: 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 1295885174 14625 80.91.229.12 (24 Jan 2011 16:06:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 24 Jan 2011 16:06:14 +0000 (UTC) Cc: bug-guile@gnu.org To: Andy Wingo Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Jan 24 17:06:09 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 1PhOvf-0003GS-4t for guile-bugs@m.gmane.org; Mon, 24 Jan 2011 17:06:09 +0100 Original-Received: from localhost ([127.0.0.1]:49190 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhOvc-0002bV-Qc for guile-bugs@m.gmane.org; Mon, 24 Jan 2011 11:06:04 -0500 Original-Received: from [140.186.70.92] (port=41740 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhOkC-0003Vf-TA for bug-guile@gnu.org; Mon, 24 Jan 2011 10:54:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PhOkB-0006tU-1U for bug-guile@gnu.org; Mon, 24 Jan 2011 10:54:16 -0500 Original-Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]:57717) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PhOkA-0006sk-SQ for bug-guile@gnu.org; Mon, 24 Jan 2011 10:54:15 -0500 Authentication-Results: cdptpa-omtalb.mail.rr.com smtp.user=dsmich@roadrunner.com; auth=pass (LOGIN) X-Authority-Analysis: v=1.1 cv=Inhw+Jdt7z1D3BivGPfn2aw54OvUEJw5lAn/booRZkE= c=1 sm=0 a=IkcTkHD0fZMA:10 a=ybZZDoGAAAAA:8 a=doupyKFmAAAA:8 a=J948bKXerLHVHWIUUpQA:9 a=5j5wqTVePiLWoIjlKVkA:7 a=iTIj1chzH30nhL7zjWXg9gpjj60A:4 a=QEXdDO2ut3YA:10 a=qIVjreYYsbEA:10 a=0vUscowIxtUA:10 a=Bc9c7qoAuKlRg6BgnzgyhA==:117 X-Cloudmark-Score: 0 Original-Received: from [10.127.132.92] ([10.127.132.92:49452] helo=cdptpa-web01-z01) by cdptpa-oedge04.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTPA id 4C/9A-13137-3A0AD3D4; Mon, 24 Jan 2011 15:54:11 +0000 In-Reply-To: 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:5017 Archived-At: ---- 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. Thanks for looking at this! -Dale