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 4B49213888F for ; Tue, 6 Oct 2015 10:32:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 639A8E0870; Tue, 6 Oct 2015 10:31:56 +0000 (UTC) Received: from mail-io0-f181.google.com (mail-io0-f181.google.com [209.85.223.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 4269EE0866 for ; Tue, 6 Oct 2015 10:31:55 +0000 (UTC) Received: by iow1 with SMTP id 1so179861513iow.1 for ; Tue, 06 Oct 2015 03:31:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=sJtPrskRinYjqISqqmTP/Uy9klkaFbnGzGdO+XzT068=; b=ydr86sjtMxxLc4QNNYmm9bnlBzcKGE6qRe/phNKYhdFbZ5O/v5LhG+m/vddpXrhaFR ZZr6EUdS+52apxH9EZoBv0Q39FrImuabfzU2ApzEXrzY2mkV4mPG4qQANfBMd1+sWXIG PJ3sXpSPdD9YtT49tpG+CneSakZtc1ElwZvPjOk41uzNRTeUjpieaFTVCVZK7IhUJygx tx4bmoQ6foB9PwcdI1NaaATS6p+9+CMF1OZeBxA5Orn92XtavfJiEY7G+iIAzRIM5tN2 TKXiH6BFcIfFatZqmDfNgSxKNBzR3LuxUwwFdAYDq3e3yvLAiTu4tNBfd7NZ3O7iCgYZ a89w== 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.107.14.140 with SMTP id 134mr30753551ioo.148.1444127514421; Tue, 06 Oct 2015 03:31:54 -0700 (PDT) Received: by 10.36.248.7 with HTTP; Tue, 6 Oct 2015 03:31:54 -0700 (PDT) Date: Tue, 6 Oct 2015 13:31:54 +0300 Message-ID: Subject: [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: 77b5842c-5895-4e89-89d9-314786adbc0a X-Archives-Hash: b54ab66ac3c75a10d7aeb810fecc4f62 Hello, I am trying to install wine on gentoo but I encounter strange things. I do : emerge -va wine ========= ...... >=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. * 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 ~ # ========== So I than installed zlib with: echo "sys-libs/zlib **" >> /etc/portage/package.keywords & emerge -va zlib =========== These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] sys-libs/zlib-1.2.8-r1::gentoo USE="minizip -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB Total: 1 package (1 reinstall), Size of downloads: 0 KiB Would you like to merge these packages? [Yes/No] Y >>> Verifying ebuild manifests >>> Emerging (1 of 1) sys-libs/zlib-1.2.8-r1::gentoo * zlib-1.2.8.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ] >>> Unpacking source... ... --- replaced sym /lib64/libz.so.1 --- replaced dir /lib64 >>> Regenerating /etc/ld.so.cache... >>> Original instance of package unmerged safely. >>> sys-libs/zlib-1.2.8-r1 merged. >>> Regenerating /etc/ld.so.cache... >>> Auto-cleaning packages... >>> No outdated packages were found on your system. * GNU info directory index is up-to-date. * IMPORTANT: 8 config files in '/etc' need updating. * See the CONFIGURATION FILES section of the emerge * man page to learn how to update config files. * IMPORTANT: 12 news items need reading for repository 'gentoo'. * Use eselect news read to view new items. ======== It seems to install OK, without errors, but on doing again emerge -va wine I get the same failures and still complians about zlib. I am doing it all as root. Does anyone have any idea ? Regards, Ran