Re: openjdk17/18 fails because of dtrace ?

From: Greg Lewis <glewis_at_eyesbeyond.com>
Date: Mon, 29 Jul 2024 21:10:31 UTC
On 7/24/24 11:37 PM, Kurt Jaeger wrote:
> Hi!
>
>>> When building openjdk17 or 18, it fails very early in the build because
>>>
>>> dtrace: failed to compile script /wrkdirs/usr/ports/java/openjdk18/work/jdk18u-jdk-18.0.2-9-1/build/bsd-x86_64-server-release/hotspot/variant-server/support/dtrace/hotspot.h.d: "/usr/lib/dtrace/ipfw.d", line 126: syntax error near "in_addr_t"
>>>
>>> Any ideas how to fix this ?
>> --disable-dtrace
>>
>> in CONFIGURE_ARGS seems to work ?
> This is on 14.1-amd64, FYI...
>
Disabling dtrace in the configuration would definitely work.  I haven't 
encountered it myself, but I don't usually build on 14.1-amd64.

Have you tried this with the latest openjdk17 (committed a couple of 
days ago)?  Are the package builder machines having the same problem?

-- Greg