Le 5/10/2017 à 21:20, Aaron M. Ucko a écrit : > hppa is notable for using GCJ in lieu of OpenJDK, which doesn't > support that architecture. (hurd-i386, also not a release > architecture, is in the same boat; there, however, kodi is in dep-wait > on fontforge over #877795.) Could you please take a look?
Hi Aaron, This isn't really surprising since Groovy requires at least Java 6 and GCJ is stuck at the Java 5 level. The groovy package should add a versioned dependency on default-jre-headless to avoid this situation, I'll fix that in the next upload. Regarding Kodi I suggest compiling the Groovy files in the arch indep part of the build, such that hppa doesn't have to deal with the Java stuff, only the native part. Emmanuel Bourg