Package: r-base-core Version: 2.7.1-2 Filename: pool/main/r/r-base/r-base-core_2.7.1-2_i386.deb Found error in /usr/lib/R/bin/javareconf: $ grep -A5 -B5 /tmp/ /usr/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}" Found error in /usr/lib/R/bin/javareconf.orig: $ grep -A5 -B5 /tmp/ /usr/lib/R/bin/javareconf.orig # 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}"