Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jul 1998 23:31:58 +0000 (GMT)
From:      Terry Lambert <tlambert@primenet.com>
To:        jb@cimlogic.com.au (John Birrell)
Cc:        jkh@time.cdrom.com, patton@sysnet.net, freebsd-current@FreeBSD.ORG
Subject:   Re: building world
Message-ID:  <199807082331.QAA28398@usr02.primenet.com>
In-Reply-To: <199807081124.VAA23031@cimlogic.com.au> from "John Birrell" at Jul 8, 98 09:24:16 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> This is not necessary. As I've said before: on a stock 2.2.6-RELEASE
> installation with 3-0-CURRENT sources mounted as /usr/src, all you need
> to do is:
> 
> cd /usr/src
> make -m /usr/src/share/mk world
> 
> Obviously sending this information to this list _every_ time someone
> compains about make world or buildworld not working on 2.2.6 doesn't
> get the message across. I'm seriously considering getting a religion...

I did this.

It fails in two places:

1)	Compiling the 3.0 kernel on a 2.2.6 box fails because of the
	"de" driver's use of version #ifdef's, and the fact that the
	compiler gets this information from when it was compiled,
	rather than from what system it is targetting.

2)	The fstab is out of date because of the insistence on the
	use of the slice identifier by mount, so the system will
	only boot to single user mode after "upgrade".

There are other types of compilation that I can make fail, as well,
which a normal user would expect to work, but which don't work quite
as the user expects.  Several "cookbook" approaches have been posted
in the past which get around this, but still leave you with the first
two problems.


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.

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?199807082331.QAA28398>