Bug#827929: csound FTBFS on hppa architecture

Helge Deller deller at gmx.de
Wed Jun 22 19:58:57 UTC 2016


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.
Is there any other possible work around for this problem ?

Thanks,
Helge
-------------- next part --------------
A non-text attachment was scrubbed...
Name: csound.diff
Type: text/x-patch
Size: 703 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20160622/d506fa0e/attachment.bin>


More information about the pkg-multimedia-maintainers mailing list