On Sun, Sep 03, 2017 at 10:14:21PM +0200, Martin Quinson wrote:
> Hello,
> 
> thanks for the report. Could you please point me to the procedure to
> reproduce the bug? I did not knew it's possible to let default-jdk
> pointing to the version you want.

It's currently not. Hopefully there will be a Java 9 version of the
default-jdk package in experimental soon. The builds were done with a
patched package installed locally.

For now, most packages can be built by installing openjdk-9, removing
default-jdk, and setting JAVACMD and JAVA_HOME directly.

export JAVACMD=$(which java)
export JAVA_HOME=/usr/lib/jvm/java-1.9.0-openjdk-amd64
dpkg-buildpackage -us -uc -b -d


However, this won't help you much, as Scala is currently broken, and the
build will fail due to that. In fact, outside the builder, that's the
failure I see anyway!

Here's the Scala bug, during the raising of which I remembered that
Scala was what was causing the plm problem:
https://bugs.debian.org/873705

I suggest ignoring this issue until Scala is fixed, perhaps mark this
issue as blocked by the Scala issue? > Control: block -1 by 873705

Reply via email to