From owner-freebsd-questions@FreeBSD.ORG Mon Jun 11 16:24:03 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 515A916A468 for ; Mon, 11 Jun 2007 16:24:03 +0000 (UTC) (envelope-from mcs@vpm.com) Received: from omta14.mta.everyone.net (sitemail2.everyone.net [216.200.145.36]) by mx1.freebsd.org (Postfix) with ESMTP id 3C4EF13C484 for ; Mon, 11 Jun 2007 16:24:03 +0000 (UTC) (envelope-from mcs@vpm.com) Received: from dm43.mta.everyone.net (bigiplb-dsnat [172.16.0.19]) by omta14.mta.everyone.net (Postfix) with ESMTP id 05B9A44510; Mon, 11 Jun 2007 09:24:03 -0700 (PDT) X-Eon-Dm: dm43 Received: by dm43.mta.everyone.net (EON-AUTHRELAY2 - 403968d3) id dm43.465dfe22.192b21; Mon, 11 Jun 2007 09:24:02 -0700 X-Eon-Sig: AQFgCwNGbXcikMDFxwIAAAAD,07b0bb6e8e75ff413681d0698f69c0dc From: "Mark Stout" To: "Mikhail Goriachev" , "Abdullah Ibn Hamad Al-Marri" Date: Mon, 11 Jun 2007 09:23:56 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 In-Reply-To: <466C2644.8000303@webanoide.org> Importance: Normal Cc: freebsd-questions@freebsd.org Subject: RE: Upgrading to 6.2-RELEASE from 6.2-STABLE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2007 16:24:03 -0000 > -----Original Message----- > From: Mikhail Goriachev [mailto:mikhailg@webanoide.org] > Sent: Sunday, June 10, 2007 9:27 AM > To: Abdullah Ibn Hamad Al-Marri > Cc: Mark Stout; freebsd-questions@freebsd.org > Subject: Re: Upgrading to 6.2-RELEASE from 6.2-STABLE >=20 >=20 > Abdullah Ibn Hamad Al-Marri wrote: > > On 6/10/07, Mark Stout wrote: > >> > >> So how should I fix this? > >> > >> Thank you, > >> Mark Stout > >=20 > > cd /usr/src > > make cleanworld > > mergemaster -p > > make buildworld > > make buildkernel > > make installkernel > > reboot > >=20 > > cd /usr/src > > make installworld > > mergemaster -iU > > reboot > >=20 > > You are done. :) >=20 >=20 > The *correct* procedure is described in: >=20 > /usr/src/Makefile >=20 > and even more detailed at: >=20 > = http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html >=20 Following the tasks in Rebuilding =E2=80=9Cworld=E2=80=9D in the = handbook = http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html = I removed the /usr/obj directory and did a buildworld. When tryinmg to = compile the kernel its failing on unknown option "MD5". Commenting that = out it fails on the line above MD5, options LKM. What's happening = here? These two options papear in the LINT file. I can't find anything = that explains why this would happen. =20