From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1F76E1382C5 for ; Sun, 11 Apr 2021 10:33:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDCC0E08D3; Sun, 11 Apr 2021 10:33:36 +0000 (UTC) Received: from smarthost03c.mail.zen.net.uk (smarthost03c.mail.zen.net.uk [212.23.1.22]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 770EDE08A0 for ; Sun, 11 Apr 2021 10:33:36 +0000 (UTC) Received: from [82.69.80.10] (helo=peak.localnet) by smarthost03c.mail.zen.net.uk with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1lVXP8-0004FH-K5 for gentoo-user@lists.gentoo.org; Sun, 11 Apr 2021 10:33:34 +0000 From: Peter Humphrey To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Can't install a new system Date: Sun, 11 Apr 2021 11:33:22 +0100 Message-ID: <4641052.31r3eYUQgx@peak> In-Reply-To: <20210408164705.4450a9bc@digimed.co.uk> References: <4639677.31r3eYUQgx@peak> <20210408164705.4450a9bc@digimed.co.uk> 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 X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Originating-smarthost03c-IP: [82.69.80.10] Feedback-ID: 82.69.80.10 X-Archives-Salt: 2377d876-08ff-42f4-a3f4-79837c308a32 X-Archives-Hash: 3cc1bd4815beeaf86163c4dc40aa0592 On Thursday, 8 April 2021 16:47:05 BST Neil Bothwick wrote: > On Thu, 08 Apr 2021 13:27:51 +0100, Peter Humphrey wrote: > > Untarring the latest stage-3 onto /mnt/gentoo, /mnt/gentoo/var and /mnt/ > > gentoo/usr/local gets me started. Then I chroot /mnt/gentoo /bin/bash, > > and that works too. Then I leave the profile at the default vanilla > > amd64 and emerge-webrsync. So far so good. Then when I try emerge > > -uaDvN @world I get a circular dependency involving elt-patches and > > xz-utils. No amount of unsetting of USE flags makes any difference. Nor > > does --excluding one of them, because portage just refuses to do that. > > Try omitting -D and -N to reduce the number of packages being rebuilt. If > that doesn't help, post the output here. I think I must have had a bad stage tarball. At any rate, that problem doesn't occur now. Instead I get various ruby packages failing because they can't find the gems directory, or some other problem. There was once a news item about ruby-30, but I don't see it any more. At the time I added this: # cat /etc/portage/package.use/ruby dev-ruby/* ruby_targets_ruby30 virtual/rubygems ruby_targets_ruby30 virtual/ruby-ssl ruby_targets_ruby30 That worked nicely, but not on a new system. I've tried changing the 20 to 27 and I've tried removing the file, but neither helps. Eselecting ruby versions doesn't either. -- Regards, Peter.