svn commit: r329249 - in stable/11: cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety cddl/contrib/opensolaris/lib/libdtrace/common cddl/usr.sbin/dtrace/tests/common/safety cddl/usr.sbin/d...

Mark Johnston markj at freebsd.org
Wed Feb 14 14:31:03 UTC 2018


On Wed, Feb 14, 2018 at 07:19:14AM +0100, Antoine Brodin wrote:
> On Tue, Feb 13, 2018 at 11:43 PM, Mark Johnston <markj at freebsd.org> wrote:
> > Author: markj
> > Date: Tue Feb 13 22:43:07 2018
> > New Revision: 329249
> > URL: https://svnweb.freebsd.org/changeset/base/329249
> >
> > Log:
> >   MFC r327888, r327972, r327973:
> >   Add "jid" and "jailname" variables to DTrace.
> >
> 
> Hi,
> 
> stable/11 fails to build:
> 
> /poudriere/jails/11stable-amd64/usr/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_open.c:316:19:
> error: use of undeclared identifier 'DT_VERS_1_13'
>         DT_ATTR_STABCMN, DT_VERS_1_13, &dt_idops_type, "string" },
>                          ^
> /poudriere/jails/11stable-amd64/usr/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_open.c:317:60:
> error: use of undeclared identifier 'DT_VERS_1_13'
> { "jid", DT_IDENT_SCALAR, 0, DIF_VAR_JID, DT_ATTR_STABCMN, DT_VERS_1_13,
>                                                            ^
> 2 errors generated.

This should be fixed now. My apologies for the breakage.


More information about the svn-src-all mailing list