Re: Help: Re: Bug#661659: libhmsbeagle: FTBFS on kfreebsd

2012-03-02 Thread Robert Millan
El 29 de febrer de 2012 13:33, Andreas Tille andr...@an3as.eu ha escrit: So do you think   Build-Depends: ..., openjdk instead of current   Build-Depends: ..., default-jdk would do the trick? We don't have openjdk yet (AFAIK it's close, but still not there). If you do that, you'll also

Help: Re: Bug#661659: libhmsbeagle: FTBFS on kfreebsd

2012-02-29 Thread Andreas Tille
Hi, any hint whether this is rather a problem of JDK on BSD? I personally do not have any idea how to handle this. Kind regards Andreas. On Wed, Feb 29, 2012 at 12:36:21AM +0100, Julien Cristau wrote: Source: libhmsbeagle Version: 1.0-4 Severity: serious Justification: fails to

Re: Help: Re: Bug#661659: libhmsbeagle: FTBFS on kfreebsd

2012-02-29 Thread Xerxes Rånby
2012-02-29 08:45, Andreas Tille skrev: Hi, any hint whether this is rather a problem of JDK on BSD? I personally do not have any idea how to handle this. Kind regards Andreas. I think you simply meed to use a javase 6 compatible jvm and classlibrary to compile this code.

Re: Help: Re: Bug#661659: libhmsbeagle: FTBFS on kfreebsd

2012-02-29 Thread Andreas Tille
Hi, On Wed, Feb 29, 2012 at 01:25:21PM +0100, Xerxes Rånby wrote: 2012-02-29 08:45, Andreas Tille skrev: I think you simply meed to use a javase 6 compatible jvm and classlibrary to compile this code. The Math.getExponent got added in JDK6. OpenJDK6 can compile this fine.