Discussion:
git pull, ..., make fails
David Pirotte
2018-08-08 20:06:19 UTC
Permalink
Hello,

I just did

git clean -dxf
git pull
that reported an error, saying that my local aclocal.m4 conflicts...
I wonder why aclocal.m4 is part of the kawa source tree?
rm -f aclocal.m4
git pull
./autogen.sh
./configure --prefix=/opt2
make
fails [1]

I'm posting this email, because I think it would be better if configure did report
that javac was missing, not... (I had a disk crash, reinstalled ... discovering missing bits and pieces as
I recompile my tools ...

I see I have openjdk-10-jre-headless:amd64 installed, but (on debian buster) javac
is in openjdk-10-jdk-headless:amd64, which was missing...

Cheers,
David

[1]

***@capac:/usr/local/src/kawa/git 28 $ make
if test ! -e selected-java-source -o \
"%java8 +use:com.sun.net.httpserver +enable:XML -with:jline3 -with:lsp4j
+use:java.awt" != "`cat selected-java-source`"; \ then make do-preprocess; \
fi
cat: selected-java-source: No such file or directory
make[1]: Entering directory '/usr/local/src/kawa/git'
javac -d . -g gnu/kawa/util/PreProcess.java
/bin/bash: javac: command not found
make[1]: *** [Makefile:2099: gnu/kawa/util/PreProcess.class] Error 127
make[1]: Leaving directory '/usr/local/src/kawa/git'
make: *** [Makefile:2102: selected-java-source] Error 2

Loading...