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 E0A8813888F for ; Tue, 6 Oct 2015 12:34:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9607E21C04C; Tue, 6 Oct 2015 12:34:48 +0000 (UTC) Received: from mail-qg0-f52.google.com (mail-qg0-f52.google.com [209.85.192.52]) (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 7D2EF21C005 for ; Tue, 6 Oct 2015 12:34:47 +0000 (UTC) Received: by qgev79 with SMTP id v79so172302101qge.0 for ; Tue, 06 Oct 2015 05:34:47 -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:date:message-id:subject :from:to:content-type; bh=zpUOyY0JeuL4YkEZfYKVQep1N0A3rcm19J6lIIZFCDk=; b=HUTmzhqMka2eQ/+/dBS5boDNfXWrfaF6qfScdiZ0ukPPNSqqyY3Ujht/F3CehH7A7E JHmmvvBhtmX0KXEjaqTkDCtOZr37kZh8lTsEsH444TnGH+1c/40fStAhfxSBebZNy63y TV/5J7DEe9UXh7QM3JHZWYGhaPn865jmqWVXcaDBYm9kJPRfenYjN8RgnQSepist3UXu 8e8bhzR+QwVIRlvzriP6gc88jtjeiZuoBsOfV6buaDFEo3bVT6KRQCbzkb6Hu9+ZnAov fHspPKPci9q/ScoET4kJVKUSKt041vnuk2XtJ/GfSNR7IMOZ5ciqsuuo6QcdbWp89OBZ LRgw== 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.140.105.194 with SMTP id c60mr45458620qgf.40.1444134886898; Tue, 06 Oct 2015 05:34:46 -0700 (PDT) Sender: freemanrich@gmail.com Received: by 10.140.38.106 with HTTP; Tue, 6 Oct 2015 05:34:46 -0700 (PDT) In-Reply-To: <20151006130149.121c58e5@hactar.digimed.co.uk> References: <20151006130149.121c58e5@hactar.digimed.co.uk> Date: Tue, 6 Oct 2015 08:34:46 -0400 X-Google-Sender-Auth: 6m0XDiksPNOJcCW_DdVST7wZi-M Message-ID: Subject: Re: [gentoo-user] fail to install new package From: Rich Freeman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 3616bf3a-d0b1-4243-9edc-c6b0d42abdc2 X-Archives-Hash: 661d77e63a29f343354770d509f82dea 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