Package: r-base-core-ra Version: 1.1.1-1 Filename: pool/main/r/r-base-core-ra/r-base-core-ra_1.1.1-1_i386.deb Found error in /usr/lib/Ra/lib/R/bin/javareconf: $ grep -A5 -B5 /tmp/ /usr/lib/Ra/lib/R/bin/javareconf # test functionality of the compiler javac_works='not present' if test -n "$JAVAC"; then javac_works='not functional' rm -rf /tmp/A.java /tmp/A.class echo "public class A { }" > /tmp/A.java if test -e /tmp/A.java; then if "${JAVAC}" /tmp/A.java >/dev/null; then if test -e /tmp/A.class; then javac_works=yes fi fi fi rm -rf /tmp/A.java /tmp/A.class fi if test "${javac_works}" = yes; then echo "Java compiler : ${JAVAC}" else echo "Java compiler : ${javac_works}"