Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Apr 2018 16:42:55 +0000
From:      bugzilla-noreply@freebsd.org
To:        perl@FreeBSD.org
Subject:   [Bug 227312] lang/perl5.26: build fails with DTRACE=on on 11.1-RELEASE-p9 r332087
Message-ID:  <bug-227312-14331-tIRizA4SoO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227312-14331@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227312-14331@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=3D227312

--- Comment #2 from Keith Beattie <ksbeattie@lbl.gov> ---
Indeed my dtrace does have the -h option.  Digging into the test that fails
during the perl5.26 build, (which is at line 8208 of
./work/perl-5.26.1/Configure on my machine) then trying it manually, I see a
different error:

# dtrace -h -s ./work/perl-5.26.1/perldtrace.d -o  perldtrace.tmp
dtrace: failed to compile script ./work/perl-5.26.1/perldtrace.d:
"/usr/lib/dtrace/mbuf.d", line 114: syntax error near "caddr_t"

Googling that, this appears to be related to bug #224857, the last comment
there pointing to a suggestion to enable

  makeoptions   DEBUG=3D-g                # Build kernel with gdb(1) debug
symbols

in the kernel conf file, which I have had commented out for many years now.=
=20
I'll rebuild and see if that fixes this, though that still seems like a bug=
 to
me.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227312-14331-tIRizA4SoO>