public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
From: "Sudarshan S Chawathe" <chaw@eip10.org>
To: Per Bothner <per@bothner.com>
Cc: kawa@sourceware.org
Subject: Re: kawa 2.2 last call
Date: Sat, 15 Oct 2016 21:58:00 -0000	[thread overview]
Message-ID: <5928.1476568679@vereq.eip10.org> (raw)
In-Reply-To: Your message of "Sat, 15 Oct 2016 14:22:10 -0700."             <05a0cf32-4b54-cbeb-6bdd-36b975fcee7a@bothner.com>

[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 = FVector.makeConstant(array);  // FIXME scsh 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 ByteVector<E> 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 = FVector.<Object>makeConstant(buffer);
                                ^
  symbol:   method <Object>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

...

  reply	other threads:[~2016-10-15 21:58 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-14 20:59 Per Bothner
2016-10-14 23:39 ` David Pirotte
2016-10-14 23:45   ` Per Bothner
2016-10-15  0:17     ` David Pirotte
2016-10-15  0:38       ` Per Bothner
2016-10-15 20:56 ` Sudarshan S Chawathe
2016-10-15 21:03   ` Andrea Bernardini
2016-10-15 21:14     ` Per Bothner
2016-10-15 21:32       ` David Pirotte
2016-10-15 21:49       ` Per Bothner
2016-10-15 22:10         ` Per Bothner
2016-10-15 22:28           ` Andrea Bernardini
2016-10-15 23:05             ` Per Bothner
2016-10-15 23:19               ` Per Bothner
2016-10-15 23:39                 ` Andrea Bernardini
2016-10-15 23:41                 ` David Pirotte
2016-10-16  1:04                   ` Per Bothner
2016-10-16  2:37                   ` David Pirotte
2016-10-16 13:46                     ` Debian Jessie success report. " Sudarshan S Chawathe
2016-10-16  0:09                 ` Sudarshan S Chawathe
2016-10-16  1:17                   ` Per Bothner
2016-10-16  1:51                     ` Per Bothner
2016-10-15 22:40           ` Sudarshan S Chawathe
2016-10-15 21:10   ` Per Bothner
2016-10-15 21:22     ` Per Bothner
2016-10-15 21:58       ` Sudarshan S Chawathe [this message]
2016-10-15 22:23       ` makeinfo (version?) problem. " Sudarshan S Chawathe
2016-10-15 22:29         ` Per Bothner
2016-10-16 15:54 ` 'images' directory for Info docs. " Sudarshan S Chawathe
2016-10-16 19:41   ` Per Bothner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5928.1476568679@vereq.eip10.org \
    --to=chaw@eip10.org \
    --cc=kawa@sourceware.org \
    --cc=per@bothner.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).