<div dir="ltr"><div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:"courier new",monospace"><span style="font-family:Arial,Helvetica,sans-serif">Hi Petri,</span></div><div class="gmail_default" style="font-family:"courier new",monospace"><span style="font-family:Arial,Helvetica,sans-serif"><br></span></div><div class="gmail_default" style="font-family:"courier new",monospace"><span style="font-family:Arial,Helvetica,sans-serif">I'm following up on a question that Sebatian (CC'ed) asked on the mailing list last march [1].</span></div><div class="gmail_default" style="font-family:"courier new",monospace"><span style="font-family:Arial,Helvetica,sans-serif">The issue is that Debian intends to drop openjdk-8 in favor of openjdk-11, and we as package</span></div><div class="gmail_default" style="font-family:"courier new",monospace"><span style="font-family:Arial,Helvetica,sans-serif">maintainers of libbluray are asked to look into this transition. Your response back then</span></div><div class="gmail_default" style="font-family:"courier new",monospace"><span style="font-family:Arial,Helvetica,sans-serif">was that there are non-trivial changes to the code necessary to make this work.</span></div><div class="gmail_default" style="font-family:"courier new",monospace"><span style="font-family:Arial,Helvetica,sans-serif"><br></span></div><div class="gmail_default" style="">Looking at the commit history, it seems that there have been some changes wrt java</div><div class="gmail_default" style="">compatibility, mostly by you. I wonder whether you'd expect libbluray to work with</div><div class="gmail_default" style="">openjdk-11. If not, is this something on your roadmap, or do you consider this a </div><div class="gmail_default" style="">stretch goal for the forseeable future?</div><div class="gmail_default" style=""><br></div><div class="gmail_default" style="">Please let me know what your thoughts on this issue are..</div><div class="gmail_default" style=""><br></div><div class="gmail_default" style="">Best,</div><div class="gmail_default" style="">-rt</div><div class="gmail_default" style="font-family:"courier new",monospace"><span style="font-family:Arial,Helvetica,sans-serif"><br></span></div><div class="gmail_default"><span style="font-family:Arial,Helvetica,sans-serif">[1] </span><a href="https://mailman.videolan.org/pipermail/libbluray-devel/2018-March/002890.html">https://mailman.videolan.org/pipermail/libbluray-devel/2018-March/002890.html</a></div><div class="gmail_default" style="font-family:"courier new",monospace"><span style="font-family:Arial,Helvetica,sans-serif"><br></span></div><div class="gmail_default" style="font-family:"courier new",monospace"><span style="font-family:Arial,Helvetica,sans-serif">On Sat, Mar 17, 2018 at 9:15 AM Adrian Bunk <<a href="mailto:bunk@debian.org">bunk@debian.org</a>> wrote:</span><br></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Source: libbluray<br>
Version: 1:1.0.2-2<br>
Severity: serious<br>
<br>
<a href="https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libbluray.html" rel="noreferrer" target="_blank">https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libbluray.html</a><br>
<br>
...<br>
<br>
compile:<br>
    [javac] /build/1st/libbluray-1.0.2/src/libbluray/bdj/build.xml:24: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds<br>
    [javac] Using javac -source 1.4 is no longer supported, switching to 1.6<br>
    [javac] Using javac -target 1.4 is no longer supported, switching to 1.6<br>
    [javac] Compiling 664 source files to /build/1st/libbluray-1.0.2/src/libbluray/bdj/build<br>
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6<br>
    [javac] warning: [options] source value 1.6 is obsolete and will be removed in a future release<br>
    [javac] warning: [options] target value 1.6 is obsolete and will be removed in a future release<br>
    [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.<br>
    [javac] /build/1st/libbluray-1.0.2/src/libbluray/bdj/java-j2se/java/awt/peer/BDFramePeer.java:176: error: package sun.awt.CausedFocusEvent does not exist<br>
    [javac]     public boolean requestFocus(Component c, boolean a, boolean b, long l, sun.awt.CausedFocusEvent.Cause d) {<br>
    [javac]                                                                                                    ^<br>
    [javac] /build/1st/libbluray-1.0.2/src/libbluray/bdj/java/org/blurayx/s3d/ti/StereoscopicCodingType.java:37: warning: non-varargs call of varargs method with inexact argument type for last parameter;<br>
    [javac]                         type = (CodingType)constructor.newInstance(new String[] { "MPEG4_MVC_VIDEO" });<br>
    [javac]                                                                    ^<br>
    [javac]   cast to Object for a varargs call<br>
    [javac]   cast to Object[] for a non-varargs call and to suppress this warning<br>
    [javac] /build/1st/libbluray-1.0.2/src/libbluray/bdj/java/org/blurayx/uhd/ti/UHDCodingType.java:38: warning: non-varargs call of varargs method with inexact argument type for last parameter;<br>
    [javac]                         type = (CodingType)constructor.newInstance(new String[] { "HEVC_VIDEO" });<br>
    [javac]                                                                    ^<br>
    [javac]   cast to Object for a varargs call<br>
    [javac]   cast to Object[] for a non-varargs call and to suppress this warning<br>
    [javac] /build/1st/libbluray-1.0.2/src/libbluray/bdj/java/org/videolan/BDJSecurityManager.java:81: warning: [removal] classDepth(String) in SecurityManager has been deprecated and marked for removal<br>
    [javac]                 if (classDepth("javax.crypto.JceSecurityManager") < 3) {<br>
    [javac]                     ^<br>
    [javac] /build/1st/libbluray-1.0.2/src/libbluray/bdj/java/org/videolan/BDJSecurityManager.java:88: warning: [removal] classDepth(String) in SecurityManager has been deprecated and marked for removal<br>
    [javac]                 if (classDepth("org.videolan.Libbluray") == 3) {<br>
    [javac]                     ^<br>
    [javac] /build/1st/libbluray-1.0.2/src/libbluray/bdj/java/org/videolan/BDJSecurityManager.java:97: warning: [removal] classDepth(String) in SecurityManager has been deprecated and marked for removal<br>
    [javac]             if (classDepth("sun.awt.AWTAutoShutdown") > 0) {<br>
    [javac]                 ^<br>
    [javac] /build/1st/libbluray-1.0.2/src/libbluray/bdj/java/org/videolan/BDJSecurityManager.java:222: warning: [removal] checkSystemClipboardAccess() in SecurityManager has been deprecated and marked for removal<br>
    [javac]     public void checkSystemClipboardAccess() {<br>
    [javac]                 ^<br>
    [javac] /build/1st/libbluray-1.0.2/src/libbluray/bdj/java-j2se/java/io/BDFileSystemImpl.java:21: error: BDFileSystemImpl is not abstract and does not override abstract method getNameMax(String) in FileSystem<br>
    [javac] class BDFileSystemImpl extends BDFileSystem {<br>
    [javac] ^<br>
    [javac] Note: Some input files use or override a deprecated API.<br>
    [javac] Note: Recompile with -Xlint:deprecation for details.<br>
    [javac] Note: Some input files use unchecked or unsafe operations.<br>
    [javac] Note: Recompile with -Xlint:unchecked for details.<br>
    [javac] 2 errors<br>
    [javac] 10 warnings<br>
<br>
BUILD FAILED<br>
/build/1st/libbluray-1.0.2/src/libbluray/bdj/build.xml:24: Compile failed; see the compiler error output for details.<br>
<br>
Total time: 1 minute 42 seconds<br>
make[2]: *** [Makefile:2605: all-local] Error 1<br>
<br>
_______________________________________________<br>
pkg-multimedia-maintainers mailing list<br>
<a href="mailto:pkg-multimedia-maintainers@lists.alioth.debian.org" target="_blank">pkg-multimedia-maintainers@lists.alioth.debian.org</a><br>
<a href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers" rel="noreferrer" target="_blank">http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature">regards,<br>    Reinhard</div></div></div>