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 E9EB813888F for ; Tue, 6 Oct 2015 12:31:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5056FE083B; Tue, 6 Oct 2015 12:31:43 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C1ACE07F1 for ; Tue, 6 Oct 2015 12:31:42 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZjRP9-0000aD-5c for gentoo-user@lists.gentoo.org; Tue, 06 Oct 2015 14:31:39 +0200 Received: from 216.240.144.27 ([216.240.144.27]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Oct 2015 14:31:39 +0200 Received: from w41ter by 216.240.144.27 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Oct 2015 14:31:39 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] Re: fail to install new package Date: Tue, 6 Oct 2015 05:31:33 -0700 Message-ID: <20151006053133.3657ca00@a6> References: 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 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 216.240.144.27 X-Archives-Salt: f3b4715b-0749-4847-bb77-6edc28b282dd X-Archives-Hash: 0199edcc8be8950af6d2fb3ef947e661 On Tue, 6 Oct 2015 13:31:54 +0300 Ran Shalit wrote: > 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 I'd suggest dealing with the files in /etc that need updating and reading the 12 news items and making any changes you'll find the gentoo devs have suggested there. Your system may have some significant problems and doing those things first could fix the problem you're having with wine.