Package: openjdk-8-jre-headless
Version: 8u111-b14-2
Severity: important
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi,
While investigating about ant FTBFS on kfreebsd-* [1][2], I tried the
very simple testcase below. It fails with errcode 127 on kfreebsd-*:
$ cat MyTest.java
public class MyTest {
public static void main(String[] args) throws Exception {
String[] cmd = { "ls" };
Process process = Runtime.getRuntime().exec(cmd);
int ret = process.waitFor();
System.err.format("retcode: %d\n", ret);
}
}
$ javac MyTest.java
$ java MyTest
retcode: 127
$ java -version
openjdk version "1.8.0_111"
OpenJDK Runtime Environment (build 1.8.0_111-8u111-b14-2-b14)
OpenJDK Server VM (build 25.111-b14, mixed mode)
This test was run on porterboxes fischer.d.o and jalla.d.o under a clean sid
chroot.
Thanks,
[1]
https://buildd.debian.org/status/fetch.php?pkg=ant&arch=kfreebsd-i386&ver=1.9.8-1&stamp=1483664640
[2]
https://buildd.debian.org/status/fetch.php?pkg=ant&arch=kfreebsd-amd64&ver=1.9.8-1&stamp=1484162770
_g.
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEEoJObzArDE05WtIyR7+hsbH/+z4MFAlh2k4AACgkQ7+hsbH/+
z4MXcQf/fPKB+I9VuWlSF69wvm1PZxqVI3EqZKHO3U6N2cKTN19TxMYA3gDOoejp
eY2xR9kR2xPxrr3dRAH6Wqky3/Fr7mvg+q/iHJvOejFUQr0NkjKBBX2GpilykWpu
NZCn/xdJYj1bjgFpJMeoZ3v8dDyTTZ7BUW1kx/VRn0xAxKkvdRnspNXeyOj3ONoN
giNjF11iuXPSDBHubCgj9dTMx6ZUNE3dGhl5x6vMzYTNk+Kvh+fOSI2wJGIQaUIA
V/ywKE2r5kOaoJq3CTlFZsyujk8S6hyarecFcsx+tXbtx7uphSJCICO8J0JeaGeT
f8ufBbjAlvAzkuHZXYD927FB7BhydA==
=Vos0
-----END PGP SIGNATURE-----