Re: RFS: visualvm/1.3.8-1 - [ITS]

2014-07-03 Thread tony mancill
On 07/02/2014 09:18 AM, Emmanuel Bourg wrote: > Hi all, > > I updated visualvm to the latest upstream release and I'm looking for a > sponsor to upload it. > > Here is the changelog: > > * New upstream release > - Removed 02-java8-compatibility.patch (fixed upstream) > * Improved the man

Re: RFS: visualvm/1.3.8-1 - [ITS]

2014-07-03 Thread Emmanuel Bourg
Le 03/07/2014 15:56, tony mancill a écrit : > I made on additional tweak to the package, dropping hardening-wrapper in > favor of using dpkg-buildflags as recently requested on debian-devel. > This requires a minor change to the gcc patch to let the compilation use > LDFLAGS. > > The changes are

Re: RFS: ecj/3.10.0-1 - [UPLOADED]

2014-07-03 Thread Emmanuel Bourg
This issue is caused by a bug in ecj 3.10 related to overridden methods with a covariant return type. Here StringBuffer.class is missing bridge methods matching the signature of the methods defined in the Appendable class. javac and ecj 3.9 generate them properly. I reported the issue upstream: