Date: Wed, 6 Feb 2008 15:16:34 -0800 From: "Greg Olin" <golin@kineto.com> To: "John Birrell" <jb@what-creek.com>, "Peter Jeremy" <peterjeremy@optushome.com.au> Cc: current@freebsd.org Subject: RE: DTrace/FreeBSD source snapshot Message-ID: <E1D972A80F9E0646934C7595F1CCBC5E032CF15E@bluz.bluzona.com> In-Reply-To: <20080202223026.GA97507@what-creek.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1D972A80F9E0646934C7595F1CCBC5E032CF15E>