[Bug 263858] dtrace: Fails to compile script on main: operator -> cannot be applied to a forward declaration: no struct ip_fw_args definition is available

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 08 May 2022 12:36:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263858

--- Comment #3 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> ---
(In reply to Tomoaki AOKI from comment #2)

Tried a bit more.

The affected scripts of java/openjdk11 are generated on early build stage.
Not yet exist on extract, patch nor configure stage.

Searching *.d files on ${WRKDIR} at extract stage resulted in:
/usr/ports/java/openjdk11/work/jdk11u-jdk-11.0.15-10-1/src/hotspot/os/solaris/dtrace/jhelper.d
/usr/ports/java/openjdk11/work/jdk11u-jdk-11.0.15-10-1/src/hotspot/os/posix/dtrace/hotspot.d
/usr/ports/java/openjdk11/work/jdk11u-jdk-11.0.15-10-1/src/hotspot/os/posix/dtrace/hotspot_jni.d
/usr/ports/java/openjdk11/work/jdk11u-jdk-11.0.15-10-1/src/hotspot/os/posix/dtrace/hs_private.d
/usr/ports/java/openjdk11/work/jdk11u-jdk-11.0.15-10-1/test/hotspot/jtreg/compiler/codecache/dtrace/SegmentedCodeCacheDtraceTestScript.d

All files, including anything existing at extract stage seems to have the same
time stamp of release.

Looking into upstream github, above files seems to be 5 years old. [1]

So they would not be modified, unless following generation process is changed.
But looking into further beyonds me, unfortunately.

So what I can provide currently is what I wrote my previous post.

[1] https://github.com/openjdk/jdk/tree/master/src/hotspot/os/posix/dtrace

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.