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 make install misses kawa/lib


Hi,

The current CVS version seem to miss the kawa/lib directory when 'make
install' is called.

make[2]: Entering directory `/home/weiqi/projects/kawa/kawa/lib'
make[3]: Entering directory `/home/weiqi/projects/kawa/kawa/lib'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/weiqi/projects/kawa/kawa/lib'
make[2]: Leaving directory `/home/weiqi/projects/kawa/kawa/lib'

This causes the following exception to be thrown recursively infinitely:

java.io.IOException: Error when evaluating
prompt:java.lang.RuntimeException: failed to find class kawa.lib.ports
while autoloading default-prompter
	at gnu.mapping.TtyInPort.lineStart(TtyInPort.java:70)
	at gnu.text.LineBufferedReader.read(LineBufferedReader.java:242)
	at gnu.mapping.TtyInPort.read(TtyInPort.java:79)
	at gnu.text.Lexer.read(Lexer.java:35)
	at gnu.kawa.lispexpr.LispReader.readObject(LispReader.java:189)
	at kawa.Shell.run(Shell.java:52)
	at kawa.Shell.run(Shell.java:35)
	at kawa.Shell.run(Shell.java:19)
	at kawa.repl.main(repl.java:357)
java.io.IOException: Error when evaluating
prompt:java.lang.RuntimeException: failed to find class kawa.lib.ports
while autoloading default-prompter
	at gnu.mapping.TtyInPort.lineStart(TtyInPort.java:70)
	at gnu.text.LineBufferedReader.read(LineBufferedReader.java:242)
	at gnu.mapping.TtyInPort.read(TtyInPort.java:79)
	at gnu.text.Lexer.read(Lexer.java:35)
	at gnu.kawa.lispexpr.LispReader.readObject(LispReader.java:189)
	at kawa.Shell.run(Shell.java:52)
	at kawa.Shell.run(Shell.java:35)
	at kawa.Shell.run(Shell.java:19)
	at kawa.repl.main(repl.java:357)
java.io.IOException: Error when evaluating prompt:java.lang.Runtim
...

--
Weiqi Gao
weiqigao@networkusa.net


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