Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jan 2005 23:19:00 -0800
From:      Kris Kennaway <kris@obsecurity.org>
To:        Doug Hardie <bc979@lafn.org>
Cc:        Kris Kennaway <kris@obsecurity.org>
Subject:   Re: 5.3 Building Kernel/World
Message-ID:  <20050117071900.GA92079@xor.obsecurity.org>
In-Reply-To: <8DC9B67A-6857-11D9-8611-000393681B06@lafn.org>
References:  <CC0E9838-684B-11D9-8611-000393681B06@lafn.org> <20050117060510.GA63358@xor.obsecurity.org> <8DC9B67A-6857-11D9-8611-000393681B06@lafn.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--/04w6evG8XlLl3ft
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sun, Jan 16, 2005 at 11:15:23PM -0800, Doug Hardie wrote:
>=20
> On Jan 16, 2005, at 22:05, Kris Kennaway wrote:
>=20
> >On Sun, Jan 16, 2005 at 09:51:13PM -0800, Doug Hardie wrote:
> >>The instructions for building world/kernel for 4.x are straight =20
> >>forward
> >>and work fine.  However, I seem to have munged two 5.3 installations
> >>now.  I have been through all the UPDATING notes and the handbook and
> >>something is obviously not clear.
> >>
> >>The approach I used is:
> >>
> >>Clean install from 5.3 distribution.
> >>make buildworld
> >>create new config file LAFN
> >>make buildkernel KERNCONF=3DLAFN
> >>make installkernel KERNCONF=3DLAFN
> >>reboot
> >>make installworld
> >>reboot
> >>
> >>At that point It appeared I was using the LAFN kernel rather than
> >>generic.
> >>
> >>However, tonight I tried to make a new kernel.  NO go:
> >>ERROR: version of config(8) does not match kernel!
> >>config version =3D 500012, version required =3D 500013
> >>
> >>So I tried to reinstall the kernel:
> >>make installkernel KERNCONF=3DLAFN
> >>install -o root -g wheel -m 555   acpi.ko /boot/kernel
> >>install: acpi.ko: No such file or directory
> >>
> >>How are you supposed to build a new kernel that works?  How do I
> >>recover this?
> >
> >The only way I can think for this to happen is if your source tree was
> >inconsistent (i.e. not completely updated), or you updated your
> >sources after you did the installworld, and the kernel depends on the
> >newer version of config than the one you have built (in this case the
> >'safe' buildworld/buildkernel/installkernel method you used to begin
> >with should still work).
> >
> >Kris
>=20
> Well, I tried makeworld again.  Dies in Step 3.  Reloaded all source =20
> from the distribution
> CD.  makeworld dies in exactly the same place:

Really, this all points to something else having changed on your
system in the meantime.  Try

cd /usr/src
make cleandir
make cleandir
make buildworld

Kris
--/04w6evG8XlLl3ft
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (FreeBSD)

iD8DBQFB62bkWry0BWjoQKURAuLKAJ0QjJmdPmStpb9f8f0xMCaBplRZ/gCfW8uf
x+lIgkKf7Zfw6UxvS/0ps4U=
=TNLI
-----END PGP SIGNATURE-----

--/04w6evG8XlLl3ft--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050117071900.GA92079>