From owner-freebsd-current@FreeBSD.ORG Tue May 30 08:52:23 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 796E216A43A for ; Tue, 30 May 2006 08:52:23 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 278D143D68 for ; Tue, 30 May 2006 08:52:23 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id B95CC46D03; Tue, 30 May 2006 04:52:22 -0400 (EDT) Date: Tue, 30 May 2006 09:52:22 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: John Birrell In-Reply-To: <20060525065510.GA20475@what-creek.com> Message-ID: <20060530094931.L79162@fledge.watson.org> References: <20060525065510.GA20475@what-creek.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: current@freebsd.org Subject: Re: DTrace for FreeBSD - Status Update X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2006 08:52:27 -0000 On Thu, 25 May 2006, John Birrell wrote: > I had hoped that one or two of the Google SoC students would contribute to > this, but I only received one proposal and that wasn't for anything that > would help get DTrace/FreeBSD completed. > > There are things people can do to help. Some of them are build related; some > are build tool related; some are user-land DTrace specific; and the rest are > kernel related. Speak up if you are interested in working on this! So, I sync'd up the dtrace branch on my new test box, and pretty rapidly ran into problems: cc -o gethost -L/usr/obj/usr/home/robert/p4/projects/dtrace/src/tmp/legacy/usr/lib -O2 -fno-strict-aliasing -pipe -I. -I/usr/home/robert/p4/projects/dtrace/src/bin/csh -I/usr/home/robert/p4/projects/dtrace/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL='"/bin/csh"' -DHAVE_ICONV -g -I/usr/obj/usr/home/robert/p4/projects/dtrace/src/tmp/legacy/usr/include /usr/home/robert/p4/projects/dtrace/src/bin/csh/../../contrib/tcsh/gethost.c ===> bin/sh (obj,build-tools) cc -O2 -fno-strict-aliasing -pipe -DSHELL -I. -I/usr/home/robert/p4/projects/dtrace/src/bin/sh -g -I/usr/obj/usr/home/robert/p4/projects/dtrace/src/tmp/legacy/usr/include -c /usr/home/robert/p4/projects/dtrace/src/bin/sh/mkinit.c ctfconvert -L VERSION mkinit.o ctfconvert:No such file or directory *** Error code 1 Stop in /usr/home/robert/p4/projects/dtrace/src/bin/sh. *** Error code 1 Stop in /usr/home/robert/p4/projects/dtrace/src. *** Error code 1 Stop in /usr/home/robert/p4/projects/dtrace/src. *** Error code 1 Stop in /usr/home/robert/p4/projects/dtrace/src. Sounds like ctfconvert needs to become a build tool? Robert N M Watson