ufunc() doesn't work

Mark Johnston markj at FreeBSD.org
Tue Nov 4 21:58:32 UTC 2014


On Wed, Nov 05, 2014 at 12:16:36AM +0500, Eugene M. Zheganin wrote:
> Hi.
> 
> On 31.10.2014 2:23, Mark Johnston wrote:
> > Kind of a silly request, but could you try rebuilding your kernel a second
> > time? There were some changes to the ctf tools necessitated by the clang
> > 3.4 import, and your kernel might contain CTF data emitted by the ctf
> > tools before they were rebuilt. That can cause the problems you're
> > seeing. Rebuilding a second time will cause the updated tools to be
> > used.
> 
> I did. It helped (but it's a bug, right ? or perhaps I need to do 
> something for not to build kernel 2 times in a row ?)
> ufunc() is working too, thanks.

You only need to do that once - it's fallout from the transition between
clang 3.3 and 3.4. From now on, you only need to rebuild the kernel
once, as you would normally.

It's a bug that you needed to do this at all, though. I'm looking into it.

-Mark


More information about the freebsd-dtrace mailing list