From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49463 invoked by alias); 15 Oct 2016 21:58:12 -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 49446 invoked by uid 89); 15 Oct 2016 21:58:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.8 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,UNSUBSCRIBE_BODY autolearn=no version=3.3.2 spammy=unchecked, fvector, makeconstant, Quotejava X-HELO: homiemail-a18.g.dreamhost.com Received: from sub3.mail.dreamhost.com (HELO homiemail-a18.g.dreamhost.com) (69.163.253.7) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 15 Oct 2016 21:58:01 +0000 Received: from homiemail-a18.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a18.g.dreamhost.com (Postfix) with ESMTP id 45BCE258065; Sat, 15 Oct 2016 14:58:00 -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-a18.g.dreamhost.com (Postfix) with ESMTPSA id 258E4258062; Sat, 15 Oct 2016 14:58:00 -0700 (PDT) Received: from chaw by vereq.eip10.org with local (Exim 4.84_2) (envelope-from ) id 1bvWxr-0001Xd-5q; Sat, 15 Oct 2016 17:57:59 -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 14:22:10 -0700." <05a0cf32-4b54-cbeb-6bdd-36b975fcee7a@bothner.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <5927.1476568679.1@vereq.eip10.org> Content-Transfer-Encoding: quoted-printable Date: Sat, 15 Oct 2016 21:58:00 -0000 Message-ID: <5928.1476568679@vereq.eip10.org> X-IsSubscribed: yes X-SW-Source: 2016-q4/txt/msg00013.txt.bz2 [Short version: I'm getting the same error as reported in other recent messages. I'm running on Debian Jessie/Stable 32-bit x86.] I was able to get farther thanks to the ./autogen.sh hint. (I had to re-target the 'compile' symlink, though.) I then encountered some errors related to makeinfo on kawa.texi. I'll put those in a separate message so as to not mix things up too much. I very inelegantly just overwrote the new kawa.texi temporarily with an older one (from v. 2.1) so that I could get farther for the time being. Now it seems like I am getting the same error that's been reported by a couple of others (excerpt below). I was going to attach config.log, but just read your recent message and I suspect the problem may be close to solved, so I'll skip that part unless you suggest otherwise. Regards, -chaw ... mv tmp-list tmp-sources1.list javac -d . -classpath ".:.:$CLASSPATH" -g @tmp-sources1.list ./gnu/expr/ApplicationMainSupport.java:71: error: cannot find symbol commandLineArguments =3D FVector.makeConstant(array); // FIXME scs= h has list ^ symbol: method makeConstant(Object[]) location: class FVector ./gnu/kawa/reflect/Invoke.java:184: error: cannot find symbol return FVector.makeConstant((Object[]) arr); ^ symbol: method makeConstant(Object[]) location: class FVector ./gnu/kawa/lispexpr/ReaderVector.java:56: error: cannot find symbol result.replaceAll(((LList) head.getCdr()).toArray()); ^ symbol: method replaceAll(Object[]) location: variable result of type FVector ./gnu/kawa/xml/HttpPrinter.java:186: error: method writeTo in class ByteVec= tor cannot be applied to given types; ((Blob) v).writeTo(outs); ^ required: int,int,OutputStream found: OutputStream reason: actual and formal argument lists differ in length where E is a type-variable: E extends Object declared in class ByteVector ./kawa/lang/Quote.java:354: error: cannot find symbol result =3D FVector.makeConstant(buffer); ^ symbol: method makeConstant(Object[]) location: class FVector Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 5 errors ...