FS#63617 - [link-grammar] java compilation fails due to tool old required JDK

Attached to Project: Arch Linux
Opened by Andreas Baumann (andreas_baumann) - Sunday, 01 September 2019, 12:18 GMT
Last edited by freswa (frederik) - Saturday, 22 February 2020, 20:20 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

[echo] linkgrammar: /build/link-grammar/src/link-grammar-5.5.1/bindings/java/build.xml
[javac] Compiling 9 source files to /build/link-grammar/src/link-grammar-5.5.1/bindings/java/bin
[javac] warning: [options] bootstrap class path not set in conjunction with -source 6
[javac] error: Source option 6 is no longer supported. Use 7 or later.
[javac] error: Target option 6 is no longer supported. Use 7 or later.

BUILD FAILED
/build/link-grammar/src/link-grammar-5.5.1/bindings/java/build.xml:21: Compile failed; see the compiler error output for details.

I think (but might be wrong) that the software builds with compiler/target 1.6, the lowest
available JDK is 7 (which itself currently has some rebuild issues).

The make dependency to java is an indirect one via swig.

Additional info:
* package version(s): 5.5.1-2

Steps to reproduce:
asp export link-grammar
cd link-grammar
staging-x86_64-build
This task depends upon

Closed by  freswa (frederik)
Saturday, 22 February 2020, 20:20 GMT
Reason for closing:  None
Additional comments about closing:  This seems pretty stalled to me. If it's still an issue, please fill a re-open request. Thank you :)

Loading...