Date: Tue, 24 Feb 1998 21:37:28 +1030 From: Matthew Thyer <thyerm@camtech.net.au> To: Bob Bishop <rb@gid.co.uk> Cc: current@FreeBSD.ORG Subject: Re: Build still broken - NOT! - (at CTM src-cur 3261) Message-ID: <34F2A9F0.E41A7227@camtech.net.au> References: <l03020909b11747ed9fca@[194.32.164.2]>
next in thread | previous in thread | raw e-mail | index | archive | help
I have no trouble with "make world" at CTM src-cur.3261 Here's what I do when I want to make the world: chflags -R noschg /usr/obj/usr rm -rf /usr/obj/usr build a new version of config - cd /usr/src/usr.sbin/config - make - cp -p config /usr/sbin/config.new - make clean make a new kernel and boot on it. (I use "config.new -r MYKERN" to be sure) update my /etc files make world I then reboot and build a new kernel again. This may all seem like overkill but I like to be sure with -CURRENT! This built fine for me. I have "CFLAGS= -O -pipe" and "NOTCL= true" in my /etc/make.conf matte: {32} cat /usr/src/.ctm_status src-cur 3261 matte: {33} grep "make world" /usr/src/WORLD.log make world started on Tue Feb 24 01:04:58 CST 1998 make world completed on Tue Feb 24 04:38:08 CST 1998 matte: {34} Is there any other information you would like ? Bob Bishop wrote: > > This is as of CTM src-cur 3261: > > cc -nostdinc -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 -mno-486 > -DBOOTWAIT=5000 -DTIMEOUT= -DBOOTSEG=0x1000 -DBOOTSTACK=0xFFF0 -DDO_BAD144 > -DVES > A_SUPPORT -nostdinc > -I/source/cleansrc/sys/i386/boot/biosboot/../../../../includ > e -I/source/cleansrc/sys/i386/boot/biosboot/../../.. > -I/usr/obj/source/cleansrc/ > sys/i386/boot/biosboot -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > -Wn > ested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline > -Wuninitialized -DCOMCONSOLE=0x3F8 -DCONSPEED=9600 > -I/usr/obj/source/cleansrc > /tmp/usr/include -c /source/cleansrc/sys/i386/boot/biosboot/table.c > In file included from /source/cleansrc/sys/i386/boot/biosboot/boot.h:35, > from /source/cleansrc/sys/i386/boot/biosboot/table.c:53: > /source/cleansrc/sys/i386/boot/biosboot/../../../../include/ufs/ufs/inode.h:62: > field `i_lock' has incomplete type > *** Error code 1 > > Stop. > > -- > Bob Bishop (0118) 977 4017 international code +44 118 > rb@gid.co.uk fax (0118) 989 4254 between 0800 and 1800 UK > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message -- /=====================================================================\ |Work: Matthew.Thyer@dsto.defence.gov.au | Home: thyerm@camtech.net.au| \=====================================================================/ "If it is true that our Universe has a zero net value for all conserved quantities, then it may simply be a fluctuation of the vacuum of some larger space in which our Universe is imbedded. In answer to the question of why it happened, I offer the modest proposal that our Universe is simply one of those things which happen from time to time." E. P. Tryon from "Nature" Vol.246 Dec.14, 1973 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?34F2A9F0.E41A7227>