Re: [Openjdk] Sixth Android Tools Team Monthly Meeting

2021-03-24 Thread Emmanuel Bourg
lding with the latest openjdk-8 package from snapshot.debian.org and doing a binary upload. Emmanuel Bourg ___ Mailing list: https://launchpad.net/~openjdk Post to : openjdk@lists.launchpad.net Unsubscribe : https://launchpad.net/~openjdk More

[Openjdk] Bug#956154: openjdk-11: Make the copyright date reproducible

2020-04-07 Thread Emmanuel Bourg
Source: openjdk-11 Version: 11.0.7+9-1 Severity: normal The makefile of OpenJDK computes the current year to be used in the copyright templates. By default the year is derived from the current date and this makes the build non reproducible. There is a --with-copyright-year configure option to over

[Openjdk] Bug#933389: openjdk-11: Use dh_strip_nondeterminism to improve the reproducibility

2019-07-30 Thread Emmanuel Bourg
Source: openjdk-11 Version: 11.0.4+11-1 Severity: normal The openjdk package doesn't use the DH sequencer and didn't benefit from the addition of dh_strip_nondeterminism in the build sequence in debhelper/9.20151004. Inserting a call to dh_strip_nondeterminism in the build would fix several repro

[Openjdk] Bug#933373: openjdk-11: Make the build user reproducible

2019-07-29 Thread Emmanuel Bourg
value for the USERNAME variable. Emmanuel Bourg Description: Makes the build user invariant to improve the reproducibility (it appears in the interval VM version in libjvm.so) Author: Emmanuel Bourg Forwarded: no --- a/make/autoconf/basics.m4 +++ b/make/autoconf/basics.m4 @@ -650,7 +650,7 @@

[Openjdk] Bug#933349: openjdk-11: Make the generated copyright headers reproducible

2019-07-29 Thread Emmanuel Bourg
x27;m attaching a patch fixing the two build tools involved in this issue (EquivMapsGenerator and CopyrightHeaders). Emmanuel Bourg Description: Makes the generated copyright headers reproducible Author: Emmanuel Bourg Forwarded: no --- a/make/jdk/src/classes/build/tools/cldrconv

[Openjdk] Bug#933342: openjdk-11: Make the generated module-info.java files reproducible

2019-07-29 Thread Emmanuel Bourg
-source. The patch attached fixes the GenModuleInfoSource build tool responsible for this issue. The full build path is replaced by a path relative to the OpenJDK source directory. Emmanuel Bourg Description: Makes the generated module-info.java files reproducible (removes a captured build path

[Openjdk] Bug#933339: openjdk-11: Make the generated character data source files reproducible

2019-07-29 Thread Emmanuel Bourg
openjdk-11-source package. I'm attaching a patch addressing this issue. Emmanuel Bourg Description: Makes the generated character data classes reproducible (removes a timestamp and trims a build path captured in the comments) Author: Emmanuel Bourg Forwarded: no --- a/make/jdk/src/classes/

[Openjdk] Bug#889553: icedtea-netx-common: missing L10n in itweb-settings desktop file

2019-03-17 Thread Emmanuel Bourg
Control: fixed -1 1.7.1-1 Control: close -1 Thank you for the contribution Ronny. This has been fixed in the version 1.7.1-1. Emmanuel Bourg ___ Mailing list: https://launchpad.net/~openjdk Post to : openjdk@lists.launchpad.net Unsubscribe : https

[Openjdk] Bug#920037: Bug#920037: Bug#897945: #897945 still present/breaks with Java 8

2019-02-05 Thread Emmanuel Bourg
Le 05/02/2019 à 15:05, Emmanuel Bourg a écrit : > The real issue is lombok, it needs both Java 8 and 11 to build (and even > 6 and 7! But we managed do to without that). Erratum: I've just figured out how to build lombok with Java 11 only. Once ivyplusplus is taught about the new jav

[Openjdk] Bug#920037: Bug#920037: Bug#897945: #897945 still present/breaks with Java 8

2019-02-05 Thread Emmanuel Bourg
uster without openjdk-8, the package should remain in unstable until this is sorted out. Emmanuel Bourg ___ Mailing list: https://launchpad.net/~openjdk Post to : openjdk@lists.launchpad.net Unsubscribe : https://launchpad.net/~open

[Openjdk] Bug#921419: openjdk-11: Add support for DCEVM

2019-02-05 Thread Emmanuel Bourg
Package: openjdk-11-jre-headless Version: 11.0.2+9-3 Severity: wishlist User: debian-j...@lists.debian.org Usertags: default-java11 openjdk-11-jre-dcevm has just landed in unstable, this means the jvm.cfg file installed by openjdk-11 can now include dcevm as an alternative VM like openjdk-7 and op

[Openjdk] Bug#920037: Bug#897945: #897945 still present/breaks with Java 8

2019-02-01 Thread Emmanuel Bourg
mething similar. This is an excellent suggestion. We should file a bug for openjdk-8 to implement that. Emmanuel Bourg ___ Mailing list: https://launchpad.net/~openjdk Post to : openjdk@lists.launchpad.net Unsubscribe : https://launchpad.net/~openj

[Openjdk] Bug#783938: openjdk-11: Reproducible timestamp in javadoc files

2018-11-21 Thread Emmanuel Bourg
Control: tags -1 + patch Here is a patch adding SOURCE_DATE_EPOCH support to the javadoc tool. Description: Makes the timestamp in the javadoc files reproducible when SOURCE_DATE_EPOCH is specified Author: Emmanuel Bourg Forwarded: no --- a/src/jdk.javadoc/share/classes/jdk/javadoc/internal

[Openjdk] Bug#914278: openjdk-11: Reproducible properties file header when SOURCE_DATE_EPOCH is specified

2018-11-21 Thread Emmanuel Bourg
a patch for java.util.Properties checking if the SOURCE_DATE_EPOCH environment variable is specified and using it instead of the current date for the timestamp. Description: Makes the timestamp in the properties files header reproducible when SOURCE_DATE_EPOCH is specified Author: Emmanuel Bourg

[Openjdk] Bug#897566: freeplane freezes while entering text node under OpenJDK 10

2018-11-14 Thread Emmanuel Bourg
Hi Ben, Could you try again with OpenJDK 11 please? This is the new default Java runtime now. Emmanuel Bourg On Sun, 6 May 2018 11:03:42 +1200 Ben Caradoc-Davies wrote: > On 05/05/18 20:01, Felix Natter wrote: > > Freeplane upstream has made me aware that this is an OpenJDK issue:

[Openjdk] Bug#912211: openjdk-11: Add support for DEB_BUILD_OPTIONS=terse

2018-10-29 Thread Emmanuel Bourg
Source: openjdk-11 Severity: wishlist Tags: patch Since the Debian Policy 4.2.0 the new "terse" build option can be used to have less verbose build logs. I suggested supporting it in openjdk-11 with the following change to debian/rules: --- a/debian/rules +++ b/debian/rules @@ -328,7 +328,9 @@ if

[Openjdk] Bug#647706: libwebkitgtk-1.0-0: Can't open Banco do Brasil's login page with icedtea-plugin

2018-10-12 Thread Emmanuel Bourg
Control: tags -1 + wontfix Control: close -1 NPAPI support has been removed from all major browsers (Firefox 52, Chrome 45, Safari 12, Edge), the Java plugin can no longer work and applets are fading away from the web. For this reason the src:icedtea-web package will no longer build the plugin in

[Openjdk] Bug#855686: icedtea-web: FTBFS: configure: error: Package requirements (mozilla-plugin) were not met

2018-10-12 Thread Emmanuel Bourg
Control: tags -1 + pending The plugin is being removed ___ Mailing list: https://launchpad.net/~openjdk Post to : openjdk@lists.launchpad.net Unsubscribe : https://launchpad.net/~openjdk More help : https://help.launchpad.net/ListHelp

[Openjdk] Bug#605458: icedtea-web plugin removal

2018-10-12 Thread Emmanuel Bourg
Control: tags -1 + wontfix Control: close -1 NPAPI support has been removed from all major browsers (Firefox 52, Chrome 45, Safari 12, Edge), the Java plugin can no longer work and applets are fading away from the web. For this reason the src:icedtea-web package will no longer build the plugin in

[Openjdk] [Bug 1721852] Re: JavaFX support is in upstream OpenJDK 9 but missing in Ubuntu OpenJDK 9

2017-10-11 Thread Emmanuel Bourg
I eventually managed to build OpenJFX 9 with our openjdk-9 package. But I now realize that integrating it into the JRE isn't going to be as simple as it was for OpenJFX 8. I'll start a thread on debian-java to discuss the options. In the meantime I pushed my work in progress here: https://anonscm

[Openjdk] Bug#878272: openjdk-9: Move the jmod files from openjdk-9-jre-headless to openjdk-9-jdk-headless

2017-10-11 Thread Emmanuel Bourg
Source: openjdk-9 Severity: normal The jmod files installed under the /usr/lib/jvm/java-9-openjdk-amd64/jmods/ directory by openjdk-9-jre-headless are meant to be used at compile time or link time but not at run time. Upstream ships them as part of the JDK and not the JRE. So we should install the

[Openjdk] [Bug 1721852] Re: JavaFX support is in upstream OpenJDK 9 but missing in Ubuntu OpenJDK 9

2017-10-09 Thread Emmanuel Bourg
FYI I started working on the openjdk9 package this week. At some point it might make sense to have default-jre depend on a default-jfx package. Even if OpenJFX is a separate project users now expect to have it automatically on the classpath when they install the JRE. -- You received this bug not

[Openjdk] Bug#783938: openjdk-8: please remove timestamp embedding from javadoc

2017-01-08 Thread Emmanuel Bourg
Le 8/01/2017 à 18:06, Samuel Thibault a écrit : > Perhaps javadoc could be made to use by default the SOURCE_DATE_EPOCH > environment variable when it is defined? Yes, this is better than forcing -notimestamp. Emmanuel Bourg ___ Mailing list:

[Openjdk] Bug#814421: openjdk-8: Add support for DCEVM

2016-02-11 Thread Emmanuel Bourg
Source: openjdk-8 Severity: normal openjdk-8-jre-dcevm has just landed in unstable, this means the jvm.cfg file installed by openjdk-8 can now include dcevm as an alternative VM like openjdk-7. ___ Mailing list: https://launchpad.net/~openjdk Post to

Re: [Openjdk] users’ migration timeline towards Java 7^H8

2015-08-28 Thread Emmanuel Bourg
tz Muehlenhoff volunteered to handle the following updates. AFAIK nobody has stepped forward to take care of a Wheezy backport. > (4) How and when should we switch everything to OpenJDK 8? We plan to switch unstable to openjdk-8 in September. Emmanuel Bourg [1] https://bugs.debian.org/cgi-bin/

[Openjdk] Bug#793210: libfontconfig1 missing in openjdk-8-jre-headless

2015-07-30 Thread Emmanuel Bourg
missing the libfontconfig1 dependency compared to openjdk-7-jre, but it gets it transitively through the dependency on libgtk2.0-0. Now I wonder if we want to add a font dependency on a headless package. It already depends on libfreetype6, so why not libfontconfig1 too after all. Emmanuel Bourg [1] ht

[Openjdk] Bug#787159: openjdk-7: javadoc doesn't sort the annotations and enums in package-tree.html

2015-05-29 Thread Emmanuel Bourg
example easymock [2] and mockito [3]). This issue is caused by the buildTree method in the com.sun.tools.doclets.internal.toolkit.util.ClassTree class [4], it sorts the interfaces and the classes but forgets the other types. I'm attaching a patch fixing this issue. Emmanuel Bourg [1]

[Openjdk] Bug#783938: openjdk-8: please remove timestamp embedding from javadoc

2015-05-27 Thread Emmanuel Bourg
hat do not use these helpers (I haven't checked how many exactly, but I hope that's a minority). Emmanuel Bourg [1] http://userscripts-mirror.org/scripts/show/108797 ___ Mailing list: https://launchpad.net/~openjdk Post to : openjdk

[Openjdk] Bug#786417: openjdk-8: FTBFS: *** This OS is not supported: Linux … 4.0.0-1-amd64 …

2015-05-27 Thread Emmanuel Bourg
Control: tags -1 + fixed-upstream Control: forwarded -1 https://bugs.openjdk.java.net/browse/JDK-8074312 This issue has been fixed upstream for OpenJDK 9: http://hg.openjdk.java.net/jdk9/dev/hotspot/rev/471b684ff43e It hasn't been backported to OpenJDK 8 yet. ___

[Openjdk] Bug#760982: Severity downgrade

2015-04-26 Thread Emmanuel Bourg
Control: severity -1 important I'm downgrading the severity to let openjdk-8 migrate to testing. This is a prerequisite to backport the package to Jessie. ___ Mailing list: https://launchpad.net/~openjdk Post to : openjdk@lists.launchpad.net Unsubsc

[Openjdk] Bug#766704: openjdk-7: don't create /etc/.java

2015-04-24 Thread Emmanuel Bourg
package as a drop-in replacement of the Oracle JDK, and vice versa. An application using the system store wouldn't find its data after the switch (but this feature is rarely used, so that may be a purely theoretical issue). Emmanuel Bourg [1] http://hg.openjdk.java.net/jdk8/jdk8/jdk/file/687fd7c

[Openjdk] Bug#761249: icedtea-7-plugin: Plugin does not remember permission option

2015-03-11 Thread Emmanuel Bourg
Hi Juergen, Thank you for the report. I agree it's an annoying regression but I don't think this qualifies as a release critical issue. It doesn't make the package unusable and it's not a policy violation. Emmanuel Bourg ___

[Openjdk] Bug#774873: Circular dependency in java-headless packages

2015-02-04 Thread Emmanuel Bourg
is normal, but at least the ca-certificates-java script was able to run and create the keystore. > * dpkg-query has been available for a very long time, just assume >it's there, no need to which it. > * The indentation is a bit messed up.

[Openjdk] Bug#774873: Circular dependency in java-headless packages

2015-01-15 Thread Emmanuel Bourg
that work? Emmanuel Bourg [1] https://sources.debian.net/src/ca-certificates-java/20140324/debian/postinst.in/ ___ Mailing list: https://launchpad.net/~openjdk Post to : openjdk@lists.launchpad.net Unsubscribe : https://launchpad.net/~openjdk More

[Openjdk] Bug#765037: openjdk-7: apt tool is needed by reverse dependencies

2014-10-15 Thread Emmanuel Bourg
This change also breaks jitsi. ___ Mailing list: https://launchpad.net/~openjdk Post to : openjdk@lists.launchpad.net Unsubscribe : https://launchpad.net/~openjdk More help : https://help.launchpad.net/ListHelp

[Openjdk] Bug#760982: Time zone data for OpenJDK 8

2014-09-22 Thread Emmanuel Bourg
Le 08/08/2014 01:22, Emmanuel Bourg a écrit : > 5. Implement a java.time.zone.ZoneRulesProvider [3] that reads the TZif2 > files installed by the tzdata package in /usr/share/zoneinfo. This would > render the tzdata-java package obsolete in the long term. GNU ClassPath > has a TZi

[Openjdk] Bug#760301: openjdk-8: Missing links to jawt_md.h and jni_md.h in /usr/lib/jvm/java-8-openjdk-amd64/include

2014-09-02 Thread Emmanuel Bourg
-amd64/include/linux/jawt_md.h This issue breaks the build of the netbeans package with openjdk-8. Emmanuel Bourg signature.asc Description: OpenPGP digital signature ___ Mailing list: https://launchpad.net/~openjdk Post to : openjdk

[Openjdk] [Merge] lp:~ebourg/openjdk/openjdk8-noverbose into lp:~openjdk/openjdk/openjdk8

2014-07-24 Thread Emmanuel Bourg
Emmanuel Bourg has proposed merging lp:~ebourg/openjdk/openjdk8-noverbose into lp:~openjdk/openjdk/openjdk8. Requested reviews: Matthias Klose (doko) For more details, see: https://code.launchpad.net/~ebourg/openjdk/openjdk8-noverbose/+merge/228100 -- https://code.launchpad.net/~ebourg

[Openjdk] [Merge] lp:~ebourg/openjdk/openjdk8-typo into lp:~openjdk/openjdk/openjdk8

2014-07-24 Thread Emmanuel Bourg
Emmanuel Bourg has proposed merging lp:~ebourg/openjdk/openjdk8-typo into lp:~openjdk/openjdk/openjdk8. Requested reviews: Matthias Klose (doko) For more details, see: https://code.launchpad.net/~ebourg/openjdk/openjdk8-typo/+merge/228091 -- https://code.launchpad.net/~ebourg/openjdk

[Openjdk] [Merge] lp:~ebourg/openjdk/openjdk8 into lp:~openjdk/openjdk/openjdk8

2014-07-22 Thread Emmanuel Bourg
Emmanuel Bourg has proposed merging lp:~ebourg/openjdk/openjdk8 into lp:~openjdk/openjdk/openjdk8. Requested reviews: Matthias Klose (doko) For more details, see: https://code.launchpad.net/~ebourg/openjdk/openjdk8/+merge/227819 -- https://code.launchpad.net/~ebourg/openjdk/openjdk8/+merge

[Openjdk] Bug#755710: openjdk-8 fails to build if QUILT_PATCHES is defined in ~/.quiltrc

2014-07-22 Thread Emmanuel Bourg
Package: openjdk-8 Severity: normal openjdk-8 fails to build if the ~/.quiltrc file defines the QUILT_PATCHES variable (usually set to 'debian/patches' for working with Debian packages). Quilt returns the error "No series file found". ___ Mailing list:

Re: [Openjdk] Bug#751173: icedtea-web: Add icedtea-8-plugin for OpenJDK 8

2014-07-07 Thread Emmanuel Bourg
Control: tags -1 patch I created a branch on Launchpad implementing this change: https://code.launchpad.net/~ebourg/openjdk/icedtea-web The resulting packages can be fetched from http://87.98.165.193/debian/repo/ Emmanuel Bourg ___ Mailing list

[Openjdk] [Merge] lp:~ebourg/openjdk/icedtea-web into lp:~openjdk/openjdk/icedtea-web

2014-07-07 Thread Emmanuel Bourg
Emmanuel Bourg has proposed merging lp:~ebourg/openjdk/icedtea-web into lp:~openjdk/openjdk/icedtea-web. Requested reviews: Matthias Klose (doko) For more details, see: https://code.launchpad.net/~ebourg/openjdk/icedtea-web/+merge/225908 Added icedtea-8-plugin for OpenJDK 8 (Closes: #751173

[Openjdk] Bug#751519: ITP: openjdk-9 -- OpenJDK 9 - Open source implementation of the Java Platform Standard Edition 9

2014-06-13 Thread Emmanuel Bourg
Package: wnpp Severity: wishlist Owner: Emmanuel Bourg * Package name: openjdk-9 Version : 9~b17 Upstream Author : Oracle Corporation * URL : http://openjdk.java.net * License : GPL-2 with Classpath Exception Programming Lang: Java, C++ Description

[Openjdk] Bug#751173: icedtea-web: Add icedtea-8-plugin for OpenJDK 8

2014-06-10 Thread Emmanuel Bourg
Source: icedtea-web Severity: important OpenJDK 8 is being packaged and requires its icedtea-8-plugin package to run Java applets and JNLP applications. ___ Mailing list: https://launchpad.net/~openjdk Post to : openjdk@lists.launchpad.net Unsubscri

[Openjdk] Bug#748625: openjdk-7: Add support for DCEVM

2014-05-18 Thread Emmanuel Bourg
Package: openjdk-7 Severity: normal Hi, Could you please add dcevm as an alternative VM for OpenJDK 7 (see ITP #747493). The jvm.cfg file has to be modified to recognize the -dcevm option. Thank you, Emmanuel Bourg ___ Mailing list: https

[Openjdk] openjdk-8 package available for review

2014-04-01 Thread Emmanuel Bourg
a debian/watch file - Update debian/copyright - Build and test on more architectures - Migrate debian/rules to dh - Fix the lintian warnings - Test, test and test again :) Have fun! Emmanuel Bourg signature.asc Description: OpenPGP digital signature

[Openjdk] Bug#659293: Tomcat with authbind on OpenVZ throws "SocketException: Cannot allocate memory" (works with sun-java6)

2012-02-09 Thread Emmanuel Bourg
Package: openjdk-6-jre Version: 6b18-1.8.10-0+squeeze2 I tried to migrate a server from sun-java6 to openjdk-6 but I encountered an issue with Tomcat 6. The port 80 can't be opened through authbind, and the catalina log contains the message "SocketException: Cannot allocate memory". The serv