From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86425 invoked by alias); 16 Oct 2016 00:09:06 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 86359 invoked by uid 89); 16 Oct 2016 00:09:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=Hx-languages-length:1132 X-HELO: homiemail-a12.g.dreamhost.com Received: from sub3.mail.dreamhost.com (HELO homiemail-a12.g.dreamhost.com) (69.163.253.7) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 16 Oct 2016 00:08:55 +0000 Received: from homiemail-a12.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a12.g.dreamhost.com (Postfix) with ESMTP id 77C61103006A; Sat, 15 Oct 2016 17:08:54 -0700 (PDT) Received: from vereq.eip10.org (cpe-74-75-122-130.maine.res.rr.com [74.75.122.130]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: chaw@eip10.org) by homiemail-a12.g.dreamhost.com (Postfix) with ESMTPSA id 58E1E1030062; Sat, 15 Oct 2016 17:08:54 -0700 (PDT) Received: from chaw by vereq.eip10.org with local (Exim 4.84_2) (envelope-from ) id 1bvZ0X-0004yp-Jv; Sat, 15 Oct 2016 20:08:53 -0400 To: Per Bothner cc: kawa@sourceware.org Subject: Re: kawa 2.2 last call From: "Sudarshan S Chawathe" Reply-To: "Sudarshan S Chawathe" In-reply-to: Your message of "Sat, 15 Oct 2016 16:18:39 -0700." <2df24c9f-5c01-0fc8-7f74-407a4306782e@bothner.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <19145.1476576533.1@vereq.eip10.org> Content-Transfer-Encoding: quoted-printable Date: Sun, 16 Oct 2016 00:09:00 -0000 Message-ID: <19146.1476576533@vereq.eip10.org> X-IsSubscribed: yes X-SW-Source: 2016-q4/txt/msg00023.txt.bz2 I was able to compile successfully after a fresh svn checkout. (I installed a newer version of texinfo so the docs compile too.) However, it appears that 'make check' fails. Perhaps the second failure (of the two marked FAIL) is innocuous but the first one is not?=20=20 # sva47412.scm passes # sva46728.scm passes # sva47651.scm passes FAIL sva47725.scm: output line 1: expected: '\Qok\E' actual: 'bad' # sva47725.scm fails # sva47863.scm passes FAIL sva48938.scm: more diagnostics than expected: 'sva48938.scm:13:1: wa= rning - no accessible method 'stream' in ClassType gnu.lists.FVector' # sva48938.scm fails Makefile:569: recipe for target 'check-run-test-scripts' failed make[1]: *** [check-run-test-scripts] Error 255 make[1]: Leaving directory '/home/chaw/local/packages/kawa/kawa-svn/kawa/= testsuite' Makefile:1404: recipe for target 'check-recursive' failed make: *** [check-recursive] Error 1 This is on using OpenJDK 1.7 on Debian Jessie 32-bit x86. Here is uname -a output: Linux vereq.eip10.org 3.16.0-4-686-pae #1 SMP Debian 3.16.36-1+deb8u1 (2016-09-03) i686 GNU/Linux Regards, -chaw