From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-167977-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id B743913888F
	for <garchives@archives.gentoo.org>; Wed, 14 Oct 2015 00:54:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4655721C014;
	Wed, 14 Oct 2015 00:54:07 +0000 (UTC)
Received: from mail-oi0-f51.google.com (mail-oi0-f51.google.com [209.85.218.51])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 23858E07FC
	for <gentoo-user@lists.gentoo.org>; Wed, 14 Oct 2015 00:54:05 +0000 (UTC)
Received: by oihr205 with SMTP id r205so19704957oih.3
        for <gentoo-user@lists.gentoo.org>; Tue, 13 Oct 2015 17:54:05 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=from:subject:to:message-id:date:user-agent:mime-version
         :content-type:content-transfer-encoding;
        bh=Il9W41msztPKmVsT+RhR+riyM88E9WZX8NAhohXKMuo=;
        b=JA/ptOocfp2PTFkkDvdLWWKKWncmYqcFTZLhM8VkHa4L8zhAsm0Qr+Ce4EqWhsbDFj
         GpT9iBEpXRFaATa63O2UikToAjtUpXX9qsSDkRWk8MKmfm87a87sf6ZD1bI4ivIm6LNa
         cs64zm+TosYgxHUuUG9Zun2kOoevLcUxWVqDGD3uY/wsJmTmexPwd/dWe19cyVj6Y5lZ
         Y0WiCQN+iYibxKfBrWpBKL6TlRXtNNUkqbTqPL62QBVdysKrbMBuShOfthgmKINI56Rm
         D+Pp1U8MWXcMcwgO5wenaDD8vIpeVNUTjbD24IEHyVPJ23GW3O0VNEPG90Tu1cb3UQi2
         JjMw==
X-Received: by 10.202.178.130 with SMTP id b124mr205032oif.10.1444784045383;
        Tue, 13 Oct 2015 17:54:05 -0700 (PDT)
Received: from [192.168.128.215] ([107.25.22.218])
        by smtp.googlemail.com with ESMTPSA id sm4sm2912192oeb.5.2015.10.13.17.54.02
        (version=TLSv1/SSLv3 cipher=OTHER);
        Tue, 13 Oct 2015 17:54:04 -0700 (PDT)
From: Marat BN <maratbn@gmail.com>
Subject: [gentoo-user] 'emerge --update @world -pv' keeps trying to upgrade to a masked
 package
To: gentoo-user@lists.gentoo.org
Message-ID: <561DA7A2.3000206@gmail.com>
Date: Tue, 13 Oct 2015 17:53:54 -0700
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101
 Thunderbird/38.2.0
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
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
X-Archives-Salt: 52f0cc1a-fd89-4a61-8467-cb36d6d9f28d
X-Archives-Hash: a373b57c01c4c2dece17eeb373e45277

Hello there,

I'm having a curious problem trying to update my system.

I issue the command:

emerge --update @world -pv


Portage comes back with the following:

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

net-wireless/bluez:0

   (net-wireless/bluez-4.101-r9:0/0::gentoo, installed) pulled in by
       net-wireless/bluez:0/0= required by
(media-sound/pulseaudio-5.0-r7:0/0::gentoo, installed)
                                           ^^^^^                       
                                                                       
                                                                       
                                    
       <net-wireless/bluez-5 required by
(net-wireless/blueman-1.23-r2:0/0::maratbn, installed)
       ^                                     ^                         
                                                                       
                                                                       
                                                                        

   (net-wireless/bluez-5.33:0/3::gentoo, ebuild scheduled for merge)
pulled in by
       >=net-wireless/bluez-5 required by
(net-misc/networkmanager-1.0.6:0/0::gentoo, ebuild scheduled for merge)
       ^^                                     ^                         
                                                                       
                                                                       
                                                                       
                                  


But I have the following line in my '/etc/portage/package.mask':

=net-misc/networkmanager-1.0.6:0/0::gentoo


So doesn't this tell portage not to upgrade to it?   Why does it still
schedule it for merge?


Thanks a lot,
Marat