Re: post-installation of CDDL files

2011-03-13 Thread Alexander Best
On Sat Mar 12 11, Rob Farmer wrote:
 On Sat, Mar 12, 2011 at 4:05 PM, Alexander Best arun...@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-unsubscr...@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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


post-installation of CDDL files

2011-03-12 Thread Alexander Best
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-unsubscr...@freebsd.org


Re: post-installation of CDDL files

2011-03-12 Thread Rob Farmer
On Sat, Mar 12, 2011 at 4:05 PM, Alexander Best arun...@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-unsubscr...@freebsd.org


Install it manually. Go to src/cddl/lib/libctf and
make obj
make depends
make
make install

Then buildworld will work.

-- 
Rob Farmer
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org