From owner-freebsd-questions@FreeBSD.ORG Thu Dec 24 16:04:41 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 482A41065693 for ; Thu, 24 Dec 2009 16:04:41 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id C61078FC0C for ; Thu, 24 Dec 2009 16:04:40 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id e21so614981fga.13 for ; Thu, 24 Dec 2009 08:04:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received :x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=0mTBySwMo45v+tjVUtKHxvqxacq6AVkPUc4PWViLLU8=; b=ig71UfxfqJtvZRclZUDNskkxufCgggv/zs58D2bBdBa/OzZ0qA1QuJy9tc1slRQ/On RGt94ucTN2u3iDM0XCXtMwRFQoJs93dFqP3LbQ4YBYAmEWOJce+FE0OVqerUm3OLrOpP NDHtKusPv1FBQ3LGFIwsFJoFYMvHy51SWZRAo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=x-authentication-warning:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; b=lvurFnMGG7agmk4Y3KCPgR7e3aXsv6UYM6aMkLiLtj98icdUrWKnd12Ni6BROFFLlK EcV7Ob6LOWT4MEp8X6du69HzxX0OoKA1x6C6mMbhEmeXDe3TZsltwygBuyNfqifRdQ33 rKD5piZkO4bMu0PqyK089xEawqRhDmSQA2Eew= Received: by 10.87.70.18 with SMTP id x18mr907122fgk.59.1261670679855; Thu, 24 Dec 2009 08:04:39 -0800 (PST) Received: from darklight.org.ru ([213.132.76.16]) by mx.google.com with ESMTPS id l12sm20010591fgb.0.2009.12.24.08.04.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 24 Dec 2009 08:04:39 -0800 (PST) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.3/8.14.3) with ESMTP id nBOG4Zj6095588; Thu, 24 Dec 2009 19:04:35 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.org.ru (8.14.3/8.14.3/Submit) id nBOG4YF6095586; Thu, 24 Dec 2009 19:04:34 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f Date: Thu, 24 Dec 2009 19:04:34 +0300 From: Yuri Pankov To: Colin Message-ID: <20091224160434.GB1689@darklight.org.ru> References: <4B33845D.40206@southportweb.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B33845D.40206@southportweb.co.uk> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-questions@freebsd.org Subject: Re: Upgrade 7.0 to 7.2 installworld failed 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: Thu, 24 Dec 2009 16:04:41 -0000 On Thu, Dec 24, 2009 at 03:10:21PM +0000, Colin wrote: > Hi folks, > I have started trying to upgrade my 7.0 to 7.2 and it all seemed to > be going well until I got to installworld. > > First off I did a cvsup for src-all from cvsup.ie.freebsd.org with > the tag RELENG_7_2 > > I have then done: > > cd /usr/src > make buildworld Are you sure that buildworld phase completed successfully? Have you tried cleaning /usr/obj/ before building world? Have you tried updating your src tree from different cvsup mirror (cvsup.freebsd.org, just to be sure)? > make kernel-toolchain > make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=TED > make -DALWAYS_CHECK_MAKE installkernel KERNCONF=TED > shutdown -r now > mergemaster -p > make installworld > Thanks, > Colin. Yuri