[Bug 227312] lang/perl5.26: build fails with DTRACE=on on 11.1-RELEASE-p9 r332087
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Apr 6 16:42:57 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227312
--- Comment #2 from Keith Beattie <ksbeattie at 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=-g # Build kernel with gdb(1) debug
symbols
in the kernel conf file, which I have had commented out for many years now.
I'll rebuild and see if that fixes this, though that still seems like a bug to
me.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the freebsd-perl
mailing list