From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BF1E313888F for ; Tue, 6 Oct 2015 19:42:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83D2F21C04F; Tue, 6 Oct 2015 19:42:07 +0000 (UTC) Received: from mail-ig0-f181.google.com (mail-ig0-f181.google.com [209.85.213.181]) (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 5BFA721C00D for ; Tue, 6 Oct 2015 19:42:06 +0000 (UTC) Received: by igbkq10 with SMTP id kq10so95507246igb.0 for ; Tue, 06 Oct 2015 12:42:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=e6cNz6+jMn00wcSPZ2QXM8ynThMP5pc3Ke2zPXCPjTk=; b=OM62BytyyDvOnO6FtTApeV8QuIX6ND/L+u2jQkVblLKZ9TDCQBD6kwNO8fSR+ZKrsX fWUPp7ZvOfIbhr+Edr1efTAjlSXSFJgyG52LIJ058tMe2vB/8m8Zt7Wr4GMFYc6mEwiY UWfZu5QZXGnyteFzbcPiANCtg5ExDJaE9zOWvqs/s9u8SxC6SjSmcCg1m1rxl/X2h56W NwO3KIqDQDHc51CiHSiqruVZrwuaElGFMSU8AfLKccuIDzG2I1Dyk6NveFdgc184K1GY apCZl8sx/9Z1G9NvHB9v/mqGBpDxR5sqm1mTKxhE9ib2H6PFOoXbwkhbHYAdfVzs8fmG Lz/A== 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 X-Received: by 10.50.43.170 with SMTP id x10mr17959789igl.12.1444160525573; Tue, 06 Oct 2015 12:42:05 -0700 (PDT) Received: by 10.36.248.7 with HTTP; Tue, 6 Oct 2015 12:42:05 -0700 (PDT) In-Reply-To: References: <20151006130149.121c58e5@hactar.digimed.co.uk> Date: Tue, 6 Oct 2015 22:42:05 +0300 Message-ID: Subject: Re: [gentoo-user] fail to install new package From: Ran Shalit To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: b56faf36-5cc0-4167-be84-82a7ea42f982 X-Archives-Hash: 795353567b24d0bf7e67c4a6e1731304 On Tue, Oct 6, 2015 at 3:34 PM, Rich Freeman wrote: > On Tue, Oct 6, 2015 at 8:01 AM, Neil Bothwick wrote: >> On Tue, 6 Oct 2015 13:31:54 +0300, Ran Shalit wrote: >> >>> >=virtual/libudev-215-r1 abi_x86_32 >>> Would you like to add these changes to your config files? [Yes/No] Y >>> Autounmask changes successfully written. >>> * IMPORTANT: 8 config files in '/etc/portage' need updating. >> >> This is the important line >> >>> * See the CONFIGURATION FILES section of the emerge >>> * man page to learn how to update config files. >>> !!! All ebuilds that could satisfy >>> ">=sys-libs/zlib-1.2.8-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?]" >>> have been masked. >>> !!! One of the following masked packages is required to complete your >>> request: >>> - sys-libs/zlib-1.2.8-r1::gentoo (masked by: ) >>> (dependency required by "media-libs/lcms-2.6-r1::gentoo" [ebuild]) >>> (dependency required by >>> "app-emulation/wine-9999::gentoo[abi_x86_32,lcms]" [ebuild]) >>> (dependency required by "wine" [argument]) >>> For more information, see the MASKED PACKAGES section in the emerge >>> man page or refer to the Gentoo Handbook. >>> gentoo ~ # >> >> You need to run etc-update, or your preferred alternative config manager, >> to merge the changes into /etc/portage/package.use. Portage only puts >> them in a temporary ._cfg00* files, it doesn't apply them directly, you >> are expected to manage that. >> > > Correct. In addition to accepting the auto-unmask which will set the > 32-bit abi use flag on zlib, you should undo the changes you > inadvertently made: > Edit /etc/portage/package.keywords to remove the zlib line you added > Edit /var/lib/portage/world to remove zlib (which was added when you > ran emerge zlib without a -1 option). If you don't do this you might > run into trouble in a few years if somebody comes out with libREz and > it gets virtualized. In general you always want to run emerge -1 when > you're just rebuilding things to try to troubleshoot. > > -- > Rich > Thank you all very much, Ran