Removing openjdk-7 for kfreebsd and sparc

2013-12-28 Thread Matthias Klose
please see http://bugs.debian.org/732282 Is there anybody who wants to maintain openjdk for these architectures? If not, I'll go ahead and make gcj-jdk the default again on those architectures and request removal of the kfreebsd and sparc binaries. Matthias -- To UNSUBSCRIBE, email to debian

Re: openjdk-7 for kfreebsd

2013-11-14 Thread Robert Millan
On 14/11/2013 12:53, Steven Chamberlain wrote: > -#ifdef __linux__ > +#if defined(__linux__) || defined(__GLIBC__) > > We have dozens of these for example - that kind of ifdef is ambiguous as > to whether it expects "the Linux kernel" or just "a Linux-like userland" > which is true also of GNU/kFr

Re: openjdk-7 for kfreebsd

2013-11-14 Thread Andrew Haley
#x27;d appreciate any advice on how to go about doing >>> that. >> >> Talk to me. > > Thank you! > > Debian applies four patches to openjdk-7 for kfreebsd support, including > some bits I don't expect to be appropriate for upstream, but I propose >

Re: openjdk-7 for kfreebsd

2013-11-14 Thread Steven Chamberlain
lk to me. Thank you! Debian applies four patches to openjdk-7 for kfreebsd support, including some bits I don't expect to be appropriate for upstream, but I propose to split some bits out: -#ifdef __linux__ +#if defined(__linux__) || defined(__GLIBC__) We have dozens of these for example - tha

Re: OpenJDK-7 for kfreebsd-*

2013-08-16 Thread Steven Chamberlain
On 16/08/13 13:15, Christoph Egger wrote: > I talked to rene here at DebConf. The problems did show up in the past > when running the testsuite (hangs). Rene tried with current OpenJDK on > falla -- in current kfreebsd sid -- and it does now works as well as > anywhere on !linux-x86 which means we

Re: OpenJDK-7 for kfreebsd-*

2013-08-16 Thread Christoph Egger
Moin! Steven Chamberlain writes: > In particular we need to check libreoffice first. The maintainer > thought there were reproducible issues trying to build it on kfreebsd-* > using openjdk-7, on porter boxes; I didn't see a problem when I tried > it locally though. I talked to rene here at De

Re: OpenJDK-7 for kfreebsd-*

2013-08-14 Thread Steven Chamberlain
On 14/08/13 11:50, Georgi Naplatanov wrote: > this morning I saw that OpenJDK is built for kfreebsd-i386 and > kfreebsd-amd64 what is very good news. Yep, and BTW we now have nodejs too! If reverse dependencies are ready, we should request a change of default JDK on both kfreebsd-* arches: http:

OpenJDK-7 for kfreebsd-*

2013-08-14 Thread Georgi Naplatanov
Hi all, this morning I saw that OpenJDK is built for kfreebsd-i386 and kfreebsd-amd64 what is very good news. As it can be seen from the changelog [1] Damien Raude-Morvan and Christoph Egger have contributed their patches so thank you for making OpenJDK available for kfreebsd. Best regards G