Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Mar 2011 13:43:55 +0000
From:      Alexander Best <arundel@freebsd.org>
To:        Rob Farmer <rfarmer@predatorlabs.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: post-installation of CDDL files
Message-ID:  <20110313134355.GA78254@freebsd.org>
In-Reply-To: <AANLkTik9G8%2B5C9MU0z68kOufN9mpSncW52XsfUH3Fx5C@mail.gmail.com>
References:  <20110313000523.GA65691@freebsd.org> <AANLkTik9G8%2B5C9MU0z68kOufN9mpSncW52XsfUH3Fx5C@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat Mar 12 11, Rob Farmer wrote:
> On Sat, Mar 12, 2011 at 4:05 PM, Alexander Best <arundel@freebsd.org> wrote:
> > hi there,
> >
> > my current world does not include any CDDL files, because i had WITHOUT_CDDL
> > in my src.conf.
> >
> > now i'd like to build world with CDDL files (in order to use dtrace). what are
> > the necessary steps for doing so?
> >
> > i've removed the WITHOUT_CDDL part from my src.conf, but targets buildworld and
> > toolchain both fail:
> >
> > make: don't know how to make /usr/lib/libctf.a. Stop
> >
> > cheers.
> > alex
> >
> > --
> > a13x
> > _______________________________________________
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
> >
> 
> Install it manually. Go to src/cddl/lib/libctf and
> make obj
> make depends
> make
> make install
> 
> Then buildworld will work.

thanks a lot. that worked. :)

> 
> -- 
> Rob Farmer

-- 
a13x



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110313134355.GA78254>