public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
From: Per Bothner <per@bothner.com>
To: David Pirotte <david@altosw.be>, kawa@sourceware.org
Subject: Re: kawa build from source fails - revision 8603
Date: Mon, 21 Sep 2015 05:51:00 -0000	[thread overview]
Message-ID: <55FF9AD6.2070206@bothner.com> (raw)
In-Reply-To: <20150921015935.4c2a05c2@capac>



On 09/20/2015 09:59 PM, David Pirotte wrote:
> Hello,
>
> 	david@capac:/usr/local/src/kawa/svn 14 $ svn update
> 	Updating '.':
> 	At revision 8603.
>
> The configure step seems ok [see config.log attach for full details], but reports
> some minor problems:
>
> 	david@capac:/usr/local/src/kawa/svn 16 $ ./configure --prefix=/opt
> 	checking whether to enable maintainer-specific portions of Makefiles... no
> 	...
> 	config.status: creating Makefile
> 	chmod: cannot access 'bin/qexo': No such file or directory
> 	config.status: creating gnu/bytecode/Makefile
> 	chmod: cannot access 'bin/qexo': No such file or directory
> 	config.status: creating gnu/math/Makefile
> 	chmod: cannot access 'bin/qexo': No such file or directory
> 	config.status: creating gnu/Makefile
> 	chmod: cannot access 'bin/qexo': No such file or directory
> 	config.status: creating bin/kawa.sh
> 	chmod: cannot access 'bin/qexo': No such file or directory
> 	config.status: creating bin/qexo
> 	config.status: creating gnu/kawa/servlet/Makefile
> 	config.status: creating gnu/brl/Makefile

I'm seeing these as well; I'll look into it.

> The make fails, see below

> nroff -man ./kawa.man > tpm-kawa.1
> mv tpm-kawa.1 kawa.1
> nroff -man ./qexo.man > tpm-qexo1
> mv tpm-qexo1 qexo.1
> make[1]: Leaving directory '/usr/local/src/kawa/svn/doc'
> Making all in testsuite
> make[1]: Entering directory '/usr/local/src/kawa/svn/testsuite'
> make[1]: Nothing to be done for 'all'.
> make[1]: Leaving directory '/usr/local/src/kawa/svn/testsuite'
> Making all in gnu/bytecode
> make[1]: Entering directory '/usr/local/src/kawa/svn/gnu/bytecode'
> javac -d ../.. -classpath "../..:./../..:$CLASSPATH" -g Access.java AnnotationDefaultAttr.java AnnotationEntry.java Attribute.java AttrContainer.java ObjectType.java ArrayType.java ClassType.java ConstantPool.java CpoolClass.java CpoolEntry.java CpoolInvokeDynamic.java CpoolValue1.java CpoolValue2.java CpoolNameAndType.java CpoolMethodHandle.java CpoolMethodType.java CpoolRef.java CpoolString.java CpoolUtf8.java EnclosingMethodAttr.java ExitableBlock.java Filter.java Location.java Field.java Label.java IfState.java TryState.java SwitchState.java Member.java Method.java CodeAttr.java ConstantValueAttr.java LineNumbersAttr.java LocalVarsAttr.java InnerClassesAttr.java MiscAttr.java ParameterizedType.java PrimType.java RuntimeAnnotationsAttr.java Scope.java SignatureAttr.java SourceDebugExtAttr.java SourceFileAttr.java SpecialObjectType.java StackMapTableAttr.java Type.java UninitializedType.java Variable.java VarEnumerator.java TypeVariable.java ZipArchive.java ZipLoader.java ArrayCla
ssLoader.java ClassFileInput.java ClassTypeWriter.java ExceptionsAttr.java dump.java ListCodeSize.java
> /usr/local/src/kawa/svn/gnu/bytecode/AnnotationEntry.java:10: error: The import javax.lang cannot be resolved
> 	import javax.lang.model.element.*;

Looks like you're not neither OpenJDK or Java SE, but some other Java implementation.
Is that correct?  Looks like Eclipse-style error message, IIRC.

Either that, or or you're using Java 5.
If so you may need to --with-java-source=5 as an extra configure flag.
However, I haven't tested that in a while.
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/

  reply	other threads:[~2015-09-21  5:51 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-21  5:00 David Pirotte
2015-09-21  5:51 ` Per Bothner [this message]
2015-09-21 15:13   ` David Pirotte
2015-09-21 15:55     ` Per Bothner
2015-09-21 16:14       ` Per Bothner
2015-09-21 18:26       ` David Pirotte
2015-09-21 18:37         ` Per Bothner
2015-09-21 18:48           ` David Pirotte
2015-09-21 19:14             ` Per Bothner
2015-09-21 19:28               ` David Pirotte
2015-09-21 19:36                 ` Felipe Bueno
2015-09-21 20:05                   ` Jamison Hope
2015-09-21 20:35                     ` David Pirotte
2015-09-21 20:59                       ` Andrea Bernardini
2015-09-21 21:32                         ` David Pirotte
2015-09-21 22:18                           ` Andrea Bernardini
2015-09-22  1:57                             ` David Pirotte
2015-09-22  3:01                               ` Per Bothner
2015-09-21 22:32                           ` Jamison Hope
2015-09-21 21:38                       ` Jamison Hope
2015-09-21  6:43 ` Per Bothner
2015-09-21 15:17   ` David Pirotte

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=55FF9AD6.2070206@bothner.com \
    --to=per@bothner.com \
    --cc=david@altosw.be \
    --cc=kawa@sourceware.org \
    /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).