From owner-freebsd-current@FreeBSD.ORG Wed Feb 6 23:28:34 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 E6FA916A41A for ; Wed, 6 Feb 2008 23:28:34 +0000 (UTC) (envelope-from golin@kineto.com) Received: from picante.bluzona.com (mail.kinetowireless.com [66.126.253.28]) by mx1.freebsd.org (Postfix) with ESMTP id AC32A13C442 for ; Wed, 6 Feb 2008 23:28:34 +0000 (UTC) (envelope-from golin@kineto.com) Received: from bluz.bluzona.com ([10.1.1.35]) by picante.bluzona.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 6 Feb 2008 15:16:34 -0800 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Wed, 6 Feb 2008 15:16:34 -0800 Message-ID: In-Reply-To: <20080202223026.GA97507@what-creek.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: DTrace/FreeBSD source snapshot Thread-Index: Achl61ADeHUIDfHCQMyBG+tr6N12FwDKr4Yw From: "Greg Olin" To: "John Birrell" , "Peter Jeremy" X-OriginalArrivalTime: 06 Feb 2008 23:16:34.0233 (UTC) FILETIME=[50970290:01C86916] 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: Wed, 06 Feb 2008 23:28:35 -0000 I ran into this problem as well. I'm not that familiar with the make environment and I tried a few changes with John's hint, but I haven't found the solution. Can someone say specifically what they did to get around this problem? Thanks, Greg -----Original Message----- From: owner-freebsd-current@freebsd.org [mailto:owner-freebsd-current@freebsd.org] On Behalf Of John Birrell Sent: Saturday, February 02, 2008 2:30 PM To: Peter Jeremy Cc: current@freebsd.org Subject: Re: DTrace/FreeBSD source snapshot On Sun, Feb 03, 2008 at 08:03:25AM +1100, Peter Jeremy wrote: > buildworld worked for me but buildkernel blew up: >=20 > -------------------------------------------------------------- > >>> stage 2.3: build tools > -------------------------------------------------------------- > cd /usr/obj/back/dtrace/src/sys/server; =20 > MAKESRCPATH=3D/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=3D1 in it's make environment. -- John Birrell _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"