FS#48982 - [libbluray] Not compatible with jdk8-openjdk
Attached to Project:
Arch Linux
Opened by Alexandre Figura (arugifa) - Saturday, 16 April 2016, 18:16 GMT
Last edited by Maxime Gauduin (Alucryd) - Tuesday, 10 January 2017, 18:28 GMT
Opened by Alexandre Figura (arugifa) - Saturday, 16 April 2016, 18:16 GMT
Last edited by Maxime Gauduin (Alucryd) - Tuesday, 10 January 2017, 18:28 GMT
|
Details
Description:
In list dependencies of libbluray, it is specified that jdk7-openjdk or jdk8-openjdk are optionally needed for BD-J library. However, it appears that libbluray is not compatible with jdk8-openjdk. Steps to reproduce: When analysing a Blu-ray disc with BD-J content by using Ffprobe (which uses libbluray), the following error appears: $ ffprobe -i bluray:<bluray_path> -loglevel quiet bdj.c:457: BD-J check: Failed to load JVM library This error message does not appear when installing jdk7-openjdk. Additional info: * package version: 0.9.2-1 |
This task depends upon
Closed by Maxime Gauduin (Alucryd)
Tuesday, 10 January 2017, 18:28 GMT
Reason for closing: Fixed
Additional comments about closing: 0.9.3.r84.05c9fdec-1
Tuesday, 10 January 2017, 18:28 GMT
Reason for closing: Fixed
Additional comments about closing: 0.9.3.r84.05c9fdec-1
Thanks for your help :)
This effectively doesn't run the first build() (with the patch) so the failing patch doesn't give an error.
A corrected patch is here:
https://aur.archlinux.org/cgit/aur.git/tree/libbluray-jdk8.patch?h=lib32-libbluray
i can confirm that this patch fixes the issue!