From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QQpOj-00010q-LI for garchives@archives.gentoo.org; Sun, 29 May 2011 23:27:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F9821C02D; Sun, 29 May 2011 23:26:35 +0000 (UTC) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 5511F1C02D for ; Sun, 29 May 2011 23:26:35 +0000 (UTC) Received: by wyi11 with SMTP id 11so3207605wyi.40 for ; Sun, 29 May 2011 16:26:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:subject:date:user-agent:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id; bh=31YUHm6P3g5e1MFywLGOmZb43L/RpwEO9EDpk9Z78A8=; b=RDvflfMFsXSDHWQ+hWgDpz01GI2Up0MQYa6FaKEXK6go7l0GDMYWAQepnPtyd20SjO 1xEoreIQOvzl3kQiRDtoavMn/Oq+sU+TeGVyowTaaSw625L03cfPG0Wtljdvu6V6XQJx vH0Iu7DPiKf4HUqnFxBhimflEkpgfnhoeYEeA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; b=mpXI5nc30YVwDoAatswKZN6ciwVNxTpW17syI2ArOXKUxjVQ+fsdl7rKeFxubb3zt6 fBhTFWdlSYAXAM4JXJR0rV3wNsOQUisx8hAdTUQN3+GzGNGBs/vyLv8h1v5gbcTawyQs S7PBGJ/EMYdwLXgrr1iQgms34AsQsIuCn006w= Received: by 10.216.135.4 with SMTP id t4mr1875385wei.11.1306711594539; Sun, 29 May 2011 16:26:34 -0700 (PDT) Received: from nazgul.localnet (196-215-114-244.dynamic.isadsl.co.za [196.215.114.244]) by mx.google.com with ESMTPS id d7sm2181666wek.21.2011.05.29.16.26.32 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 29 May 2011 16:26:33 -0700 (PDT) From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Install issue Date: Mon, 30 May 2011 01:25:45 +0200 User-Agent: KMail/1.13.7 (Linux/2.6.39-ck; KDE/4.6.3; x86_64; ; ) References: <201105300011.27742.alan.mckinnon@gmail.com> In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201105300125.45503.alan.mckinnon@gmail.com> X-Archives-Salt: X-Archives-Hash: 46039ba07ea18ca4e02cd4e9126115c8 Apparently, though unproven, at 01:09 on Monday 30 May 2011, Colleen Beamer did opine thusly: > > Colleen, you should follow the tip you found on Google to fix this. What > > stage > > 3 did you download and use? > > Actually, I used the most recent one - I think May 26th, However, my first > install (that I screwed up on was the May 25th one, but I got the same > message. Don't know if it makes a difference, but I used a tarball for > x86. I'm not sure how the stages are built. it might be a hand-crafted list of stuffs, or maybe it's a script that builds the (mostly) same thing for each arch. I reckon the latter, in which case x86 and amd64 will probably give similar results. > Think I'll try the fix that I found on google first before attempting to > find a stage 3 tarball that is not faulty. The google fix will work. Really, trust me, I'm a sysadmin :-) It's just a missing file that the install process should have made. You simply need to make it manually. > BTW, I can't recall from previous installs when I'm supposed to do this, > but I thought that baselayout got emerged somewhere during the install > prior to rebooting. There was no place in the handbook that mentioned > installing baselayout ...... and yes, I did read the news item about > baselayout2 and openrc migration. The initial stage contains baselayout already, it's one of those things that is absolutely needed for a gentoo system to even exist at all. All a stage really is, is a large archive of an actual install with all it's various bits - files, dirs, and the matching entries in portage's database of things installed. OK, it's not really built like that but the analogy will suffice. The end result is the same and portage cannot tell the difference between baselayout coming out of the stage and you installing it yourself. The only time you install baselayout during an install is when you update world and there's a newer baselayout available than the one in the stage. That's true for almost every package in portage (except kernel sources, those are special) -- alan dot mckinnon at gmail dot com