Bug#1011129: gridengine: FTBFS with OpenJDK 17 due to JDK detection error

2022-05-21 Thread Afif Elghraoui




On 5/20/22 09:12, Dave Love wrote:

I thought it failed with earlier openjdk than that because of jgdi being
removed,


It failed with earlier openjdk *because* of jgdi [1]. I sent you an 
issue upstream, but my workaround back then was to just skip building jgdi.




but I think it needs to use

   aimk -no-java ...

I don't know what JDK versions it needs to check for, but it's probably
not worth any effort to get that right.  I'm not sure whether you can
still build jdrmaa, at least.

I look at it immediately, but can probably can in a bit as I need to
resurrect rpm builds anyway.


Does this mean SGE is being revived?

thanks and regards
Afif

1. https://bugs.debian.org/875404

--
Afif Elghraoui | عفيف الغراوي
https://afif.ghraoui.name



Bug#1011129: gridengine: FTBFS with OpenJDK 17 due to JDK detection error

2022-05-20 Thread Dave Love
I thought it failed with earlier openjdk than that because of jgdi being
removed, but I think it needs to use

  aimk -no-java ...

I don't know what JDK versions it needs to check for, but it's probably
not worth any effort to get that right.  I'm not sure whether you can
still build jdrmaa, at least.

I look at it immediately, but can probably can in a bit as I need to
resurrect rpm builds anyway.


Bug#1011129: gridengine: FTBFS with OpenJDK 17 due to JDK detection error

2022-05-17 Thread Emmanuel Bourg
Source: gridengine
Version: 8.1.9+dfsg-10
Severity: important
Tags: ftbfs sid bookworm
User: debian-j...@lists.debian.org
Usertags: default-java17


gridengine fails to build with Java 17 due to an incorrect JDK detection 
mechanism:

jgdi:
 [echo] myant: Doing target="" on directory "libs/jgdi"
 [java] Buildfile: /<>/source/libs/jgdi/build.xml
 [java]
 [java] init:
 [java]  [echo] ant.java.version=17
 [java]
 [java] BUILD FAILED
 [java] /<>/source/libs/jgdi/build.xml:108: jdk 
version 17 less than 1.5 => no jgdi
 [java]
 [java] Total time: 0 seconds