This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Kawa fails to make on 2 different Linux boxes (long)


I am hoping that the following stdout's will be helpful in tracking down a
make problem, albeit they make for a long message. Since I am not really
that Unix savvy, I can't tell what to do next. Both of these attempts to
make Kawa are from source freshly updated via CVS. Neither seem to have any
errors in 'config.log' after ./configure. Both fail during make -- the
output here is following a second make to skip output for things that
successfully compile. The first is on an x86 box with RH Linux 6.0, the
second on a PPC box with RH Linux 5.0 running atop the MkLinux distro. I
used to be able to make Kawa on the PPC box until after 1.6.6, I've never
had any luck with it on the x86 box.

;;; OUTPUT FROM SECOND MAKE ATTEMPT ON X86 BOX ;;;
[root@washington-dc kawa]# make
Making all in doc
make[1]: Entering directory `/home/athene/uploads/kawa/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/athene/uploads/kawa/doc'
Making all in testsuite
make[1]: Entering directory `/home/athene/uploads/kawa/testsuite'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/athene/uploads/kawa/testsuite'
Making all in gnu
make[1]: Entering directory `/home/athene/uploads/kawa/gnu'
Making all in bytecode
make[2]: Entering directory `/home/athene/uploads/kawa/gnu/bytecode'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/athene/uploads/kawa/gnu/bytecode'
Making all in math
make[2]: Entering directory `/home/athene/uploads/kawa/gnu/math'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/athene/uploads/kawa/gnu/math'
Making all in text
make[2]: Entering directory `/home/athene/uploads/kawa/gnu/text'
CLASSPATH=../..:./../..:$CLASSPATH javac -d ../..  Char.java
LineBufferedReader.java SourceError
.java Lexer.java SyntaxException.java QueueReader.java SourceMessages.java
NullReader.java Repor
tFormat.java LiteralFormat.java PadFormat.java CompoundFormat.java
IntegerFormat.java RomanInteg
erFormat.java EnglishIntegerFormat.java CaseConvertFormat.java
FlushFormat.java
Char.java:23: class Printable not found in class gnu.text.Char
public class Char implements Printable, Externalizable
                             ^
Char.java:181: class OutPort not found in class gnu.text.Char
    boolean readable = (ps instanceof OutPort)
                                      ^
Char.java:182: class OutPort not found in class gnu.text.Char
      && ((OutPort)ps).printReadable;
           ^
3 errors
make[2]: *** [classjava.stamp] Error 255
make[2]: Leaving directory `/home/athene/uploads/kawa/gnu/text'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/athene/uploads/kawa/gnu'
make: *** [all-recursive] Error 1


;;; OUTPUT FROM SECOND MAKE ATTEMPT ON PPC BOX ;;;
[root@localhost kawa]# make
Making all in doc
make[1]: Entering directory `/root/kawa/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/kawa/doc'
Making all in testsuite
make[1]: Entering directory `/root/kawa/testsuite'
make[1]: Nothing to be done for `all'.
make[1]: Leav[root@localhost kawa]# make
Making all in doc
make[1]: Entering directory `/root/kawa/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/kawa/doc'
Making all in testsuite
make[1]: Entering directory `/root/kawa/testsuite'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/kawa/testsuite'
Making all in gnu
make[1]: Entering directory `/root/kawa/gnu'
Making all in bytecode
make[2]: Entering directory `/root/kawa/gnu/bytecode'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/kawa/gnu/bytecode'
Making all in math
make[2]: Entering directory `/root/kawa/gnu/math'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/kawa/gnu/math'
Making all in text
make[2]: Entering directory `/root/kawa/gnu/text'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/kawa/gnu/text'
Making all in mapping
make[2]: Entering directory `/root/kawa/gnu/mapping'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/kawa/gnu/mapping'
Making all in expr
make[2]: Entering directory `/root/kawa/gnu/expr'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/kawa/gnu/expr'
Making all in kawa
make[2]: Entering directory `/root/kawa/gnu/kawa'
Making all in util
make[3]: Entering directory `/root/kawa/gnu/kawa/util'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/kawa/gnu/kawa/util'
Making all in reflect
make[3]: Entering directory `/root/kawa/gnu/kawa/reflect'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/kawa/gnu/kawa/reflect'
Making all in lispexpr
make[3]: Entering directory `/root/kawa/gnu/kawa/lispexpr'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/kawa/gnu/kawa/lispexpr'
Making all in slib
make[3]: Entering directory `/root/kawa/gnu/kawa/slib'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/kawa/gnu/kawa/slib'
make[3]: Entering directory `/root/kawa/gnu/kawa'
make[3]: Nothing to be done for `all-am'.
ing directory `/root/kawa/testsuite'
Making all in gnu
make[1]: Entering directory `/root/kawa/gnu'
Making all in bytecode
make[2]: Entering directory `/root/kawa/gnu/bytecode'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/kawa/gnu/bytecode'
Making all in math
make[2]: Entering directory `/root/kawa/gnu/math'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/kawa/gnu/math'
Making all in text
make[2]: Entering directory `/root/kawa/gnu/text'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/kawa/gnu/text'
Making all in mapping
make[2]: Entering directory `/root/kawa/gnu/mapping'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/kawa/gnu/mapping'
Making all in expr
make[2]: Entering directory `/root/kawa/gnu/expr'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/kawa/gnu/expr'
Making all in kawa
make[2]: Entering directory `/root/kawa/gnu/kawa'
Making all in util
make[3]: Entering directory `/root/kawa/gnu/kawa/util'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/kawa/gnu/kawa/util'
Making all in reflect
make[3]: Entering directory `/root/kawa/gnu/kawa/reflect'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/kawa/gnu/kawa/reflect'
Making all in lispexpr
make[3]: Entering directory `/root/kawa/gnu/kawa/lispexpr'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/kawa/gnu/kawa/lispexpr'
Making all in slib
make[3]: Entering directory `/root/kawa/gnu/kawa/slib'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/kawa/gnu/kawa/slib'
make[3]: Entering directory `/root/kawa/gnu/kawa'
make[3]make[3]: Leaving directory `/root/kawa/gnu/kawa'
make[2]: Leaving directory `/root/kawa/gnu/kawa'
Making all in ecmascript
make[2]: Entering directory `/root/kawa/gnu/ecmascript'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/kawa/gnu/ecmascript'
Making all in jemacs
make[2]: Entering directory `/root/kawa/gnu/jemacs'
Making all in lang
make[3]: Entering directory `/root/kawa/gnu/jemacs/lang'
CLASSPATH=../../..:./../../..:$CLASSPATH javac -d ../../..  defun.java
defvar.ja
va While.java setq.java
../../../gnu/jemacs/lang/ELisp.java:81: Class javax.swing.text.Position not
found in type declaration.
    if (arg instanceof javax.swing.text.Position)
                                       ^
../../../gnu/jemacs/lang/ELisp.java:82: Class javax.swing.text.Position not
found in type declaration.
      return gnu.math.IntNum.make(1 + ((javax.swing.text.Position)
arg).getOffset());
                                                        ^
2 errors
make[3]: *** [classjava.stamp] Error 1
make[3]: Leaving directory `/root/kawa/gnu/jemacs/lang'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/kawa/gnu/jemacs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/kawa/gnu'
: Nothing to be done for `all-am'.


((lambda (args) (display args)) "
   Robert D. Skeels          | Los Angeles illustrator, designer
   athene@earthlink.net      | http://home.earthlink.net/~athene
   webmaster@synchrotech.com | http://www.synchrotech.com")


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]