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 309B4138330 for ; Mon, 19 Sep 2016 00:36:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA2FB21C072; Mon, 19 Sep 2016 00:36:37 +0000 (UTC) Received: from mail-qt0-f171.google.com (mail-qt0-f171.google.com [209.85.216.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8FF5AE095B for ; Mon, 19 Sep 2016 00:36:35 +0000 (UTC) Received: by mail-qt0-f171.google.com with SMTP id 93so65483731qtg.2 for ; Sun, 18 Sep 2016 17:36:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to; bh=1qR1Df3TJmhYlR5GzN0zJhSgTvWas2WISPpZdp0Pngk=; b=fAIZpkvQg669YKzMu2Pfz+KBQfWFzZk7bn+SLAfyLW8ZIkG3CtvFayYAzxVaAZN9BO okI6uaZyTzV+QpIaNqql4GGvNihHiXKcXd+HzDrtVSoOd9PC0zFXCXb9wwx12j4j2R4T ZQnIQQSHVQ0VbgaEls0XSTi0i5uMvxYPkkhGQzrxB5fv60CYuKE0YRaA+9Ev+pHiVpoF eK2ZgK7KhfWDAc2Jr6Q8xmKCxGYiOn72csrxWFdFlAAoM6NN2XwkCTW7cqgjNIpSYvD2 g8tK0iXWRg/4oz5vvmFHI12IwacFvhRMqLP51jldHoepyHJEVxDqej0Uv3DDDrF474oH iMJA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to; bh=1qR1Df3TJmhYlR5GzN0zJhSgTvWas2WISPpZdp0Pngk=; b=B2fk3yeiIe5hPbz848M4KKP4vDESK/LoVNd8/XiqyVeDKxlMFkErb/BUKntwyV4WnX rbgpnlkbEUOh51ZpJigmg1cLeuWqwCnoKFVlKVpVgat6Tv9lGIhZbDE46sg+rosrz2PC Wjrioi1qsW1g1EvWc1DevZa4gqy7L4GC3YK/0OrgJ33TZ7mNkc3vlLg7J+M7Sr2uVlIy zSKlCxV98sozJcyymWR99yNKp2ePI9BtbDW2t0XUnAEOiS3/2FTI6Co9ydCa+830XyO9 rtywEH2Jqf6jevfoICzYnbD1FxbEhjdm6KhBPpCLdP1DoJQAcTbc77+jMSFVeP4POjc/ 3VVA== X-Gm-Message-State: AE9vXwNoaks+nXu89loymtFp7jPekTUQ1PUvwPqPIyUJhmsZlh04Z0BJ1g5hdtENjlHAlpBNPYrvZXaD72xUjQ== X-Received: by 10.237.52.167 with SMTP id x36mr370828qtd.127.1474245394693; Sun, 18 Sep 2016 17:36:34 -0700 (PDT) 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 Sender: freemanrich@gmail.com Received: by 10.140.40.105 with HTTP; Sun, 18 Sep 2016 17:36:34 -0700 (PDT) In-Reply-To: <20160918235310.GE1315@ca.inter.net> References: <20160917231239.GD1289@ca.inter.net> <20160918083741.432b1432@jupiter.sol.kaishome.de> <20160918235310.GE1315@ca.inter.net> From: Rich Freeman Date: Sun, 18 Sep 2016 20:36:34 -0400 X-Google-Sender-Auth: xiAhaDRd99mfFYWYTxrIPsQpcK4 Message-ID: Subject: Re: [gentoo-user] Re: emerge conflict To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: ea25e1e1-9969-4de7-8112-f484bcd140cf X-Archives-Hash: 6bd28b506eb69ca1f5d80680f63900bd On Sun, Sep 18, 2016 at 7:53 PM, Philip Webb wrote: > 160918 Kai Krakow wrote: >> Try ... adding vim and other packages to the list: >> # emerge -1Dpuv perl >> # emerge -1Dpuv perl vim ... > > I got around the problem by using : > > emerge --backtrack=30 -pvtD perl I suspect that you could have gotten away with just emerge --backtrack=30 -puDvt @world. Or if you want less than that then just grab all the perl stuff out of your world, which it looks like you already did. Without increasing the backtrack setting I suspect it can't get past the blockers. -- Rich