From owner-freebsd-current@FreeBSD.ORG Sat Feb 2 22:30:26 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1BB616A421 for ; Sat, 2 Feb 2008 22:30:26 +0000 (UTC) (envelope-from jb@what-creek.com) Received: from what-creek.com (what-creek.com [66.111.37.70]) by mx1.freebsd.org (Postfix) with ESMTP id 903F413C45B for ; Sat, 2 Feb 2008 22:30:26 +0000 (UTC) (envelope-from jb@what-creek.com) Received: by what-creek.com (Postfix, from userid 102) id 318AF732FF; Sat, 2 Feb 2008 22:30:26 +0000 (GMT) Date: Sat, 2 Feb 2008 22:30:26 +0000 From: John Birrell To: Peter Jeremy Message-ID: <20080202223026.GA97507@what-creek.com> References: <20080201093538.GA83169@what-creek.com> <20080202210325.GV35170@server.vk2pj.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080202210325.GV35170@server.vk2pj.dyndns.org> User-Agent: Mutt/1.4.2.3i Cc: current@freebsd.org Subject: Re: DTrace/FreeBSD source snapshot 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: Sat, 02 Feb 2008 22:30:26 -0000 On Sun, Feb 03, 2008 at 08:03:25AM +1100, Peter Jeremy wrote: > buildworld worked for me but buildkernel blew up: > > -------------------------------------------------------------- > >>> stage 2.3: build tools > -------------------------------------------------------------- > cd /usr/obj/back/dtrace/src/sys/server; MAKESRCPATH=/back/dtrace/src/sys/dev/ai > c7xxx/aicasm make -DNO_CPU_CFLAGS -f /back/dtrace/src/sys/dev/aic7xxx/aicasm/Ma > kefile > Warning: Object directory not changed from original /var/obj/back/dtrace/src/sys > /server > yacc -b aicasm_gram -d -o aicasm_gram.c /back/dtrace/src/sys/dev/aic7xxx/aicasm > /aicasm_gram.y > yacc -b aicasm_macro_gram -p mm -d -o aicasm_macro_gram.c /back/dtrace/src/sys/d > ev/aic7xxx/aicasm/aicasm_macro_gram.y > cc -O2 -fno-strict-aliasing -pipe -nostdinc -I/usr/include -I. -I/back/dtrace/sr > c/sys/dev/aic7xxx/aicasm -g -c /back/dtrace/src/sys/dev/aic7xxx/aicasm/aicasm.c > ctfconvert -L VERSION aicasm.o > ctfconvert:No such file or directory It looks like the kernel build tools step must be missing a NO_CTF=1 in it's make environment. -- John Birrell