Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jan 2013 03:10:01 GMT
From:      Mark Johnston <markj@freebsd.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/174889: dtrace makeoptions WITH_CTF=1
Message-ID:  <201301020310.r023A1JF015808@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/174889; it has been noted by GNATS.

From: Mark Johnston <markj@freebsd.org>
To: bug-followup@FreeBSD.org, devzone.my@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



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