Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 May 2022 05:59:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        dtrace@FreeBSD.org
Subject:   [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
Message-ID:  <bug-263858-32976-Y2mSDSdW9z@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263858-32976@https.bugs.freebsd.org/bugzilla/>
References:  <bug-263858-32976@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263858

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

Problem solved.
I've missed one setting in /etc/make.conf only on main, which I believed I'=
ve
commented out several years ago, when sys/amd64/conf/GENERIC-NODEBUG was
introduced and switching to use it.

.if ${.CURDIR:M/usr/src/*}
DEBUG_FLAGS=3D
.endif

Commentig out this whole part solved the issue.
bz@'s script ran OK and java/openjdk11 builds fine.

The problematic part was one of the settings to disable debug settings.
I thought it also is needed to disable debug on -current ATM.

Remaining question is that why I've never bitten by this before, IIRC.

Anyway, I'll close this. Sorry for the noise.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263858-32976-Y2mSDSdW9z>