Control: tags -1 - patch On 22 June 2016 at 15:58, Helge Deller <[email protected]> wrote: > Package: csound > Version: 1:6.05~dfsg1-7 > Tags: patch > > csound fails to build on hppa, because hppa uses gcj as java compiler, and > in interfaces/CMakeLists.txt it's hardcoded: > COMMAND ${JAVA_COMPILE} *.java -source 1.6 -target 1.6 -d . > > gcj does not accept the -source and -target options. > Removing those fixes build on hppa. > > Failing log is here: > https://buildd.debian.org/status/fetch.php?pkg=csound&arch=hppa&ver=1%3A6.05%7Edfsg1-7&stamp=1463527847 > > Attached patch fixes it for hppa, but is probably not useable for other > architectures.
Right, we can't do this on other archs, we just depend on the default java. > Is there any other possible work around for this problem ? Maybe the java interface can be disabled on hppa? There are no reverse dependencies on debian. -- Saludos, Felipe Sateler

