misc/174889: dtrace makeoptions WITH_CTF=1

Mark Johnston markj at freebsd.org
Wed Jan 2 03:10:01 UTC 2013


The following reply was made to PR misc/174889; it has been noted by GNATS.

From: Mark Johnston <markj at freebsd.org>
To: bug-followup at FreeBSD.org, devzone.my at gmail.com
Cc:  
Subject: Re: misc/174889: dtrace makeoptions WITH_CTF=1
Date: Tue, 1 Jan 2013 21:52:46 -0500

 Hello,
 
 Can you try one of the workarounds in bin/171678 and see if that solves
 your problem?
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/171678
 
 That is, either remove the "depends_on" directive from
 /usr/lib/dtrace/io.d, or apply the patch from that PR and rebuild
 libdtrace. I can reproduce your problem using libdtrace from head, but
 the patch fixes it for me.
 
 The steps to apply the patch and rebuild the library are (roughly)
 
 # cd /usr/src
 # patch -p1 < <patch file>
 # cd cddl/lib/libdtrace
 # make && make install
 
 Thanks!
 -Mark


More information about the freebsd-bugs mailing list