Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: fail to install new package
Date: Tue, 06 Oct 2015 12:31:56
Message-Id: 20151006053133.3657ca00@a6
In Reply to: [gentoo-user] fail to install new package by Ran Shalit
1 On Tue, 6 Oct 2015 13:31:54 +0300
2 Ran Shalit <ranshalit@×××××.com> wrote:
3
4 > Hello,
5 >
6 > I am trying to install wine on gentoo but I encounter strange things.
7 >
8 > I do :
9 > emerge -va wine
10 >
11 > =========
12 > ......
13 >
14 > >=virtual/libudev-215-r1 abi_x86_32
15 > Would you like to add these changes to your config files? [Yes/No] Y
16 > Autounmask changes successfully written.
17 > * IMPORTANT: 8 config files in '/etc/portage' need updating.
18 > * See the CONFIGURATION FILES section of the emerge
19 > * man page to learn how to update config files.
20 > !!! All ebuilds that could satisfy
21 > ">=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(-)?]"
22 > have been masked.
23 > !!! One of the following masked packages is required to complete your
24 > request:
25 > - sys-libs/zlib-1.2.8-r1::gentoo (masked by: )
26 > (dependency required by "media-libs/lcms-2.6-r1::gentoo" [ebuild])
27 > (dependency required by
28 > "app-emulation/wine-9999::gentoo[abi_x86_32,lcms]" [ebuild])
29 > (dependency required by "wine" [argument])
30 > For more information, see the MASKED PACKAGES section in the emerge
31 > man page or refer to the Gentoo Handbook.
32 > gentoo ~ #
33 >
34 > ==========
35 >
36 > So I than installed zlib with:
37 >
38 >
39 > echo "sys-libs/zlib **" >> /etc/portage/package.keywords
40 > &
41 > emerge -va zlib
42 >
43 >
44 > ===========
45 >
46 > These are the packages that would be merged, in order:
47 >
48 > Calculating dependencies... done!
49 > [ebuild R ] sys-libs/zlib-1.2.8-r1::gentoo USE="minizip -static-libs"
50 > ABI_X86="(64) -32 (-x32)" 0 KiB
51 >
52 > Total: 1 package (1 reinstall), Size of downloads: 0 KiB
53 >
54 > Would you like to merge these packages? [Yes/No] Y
55 >
56 > >>> Verifying ebuild manifests
57 >
58 > >>> Emerging (1 of 1) sys-libs/zlib-1.2.8-r1::gentoo
59 > * zlib-1.2.8.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ]
60 > >>> Unpacking source...
61 >
62 > ...
63 > --- replaced sym /lib64/libz.so.1
64 > --- replaced dir /lib64
65 > >>> Regenerating /etc/ld.so.cache...
66 > >>> Original instance of package unmerged safely.
67 > >>> sys-libs/zlib-1.2.8-r1 merged.
68 > >>> Regenerating /etc/ld.so.cache...
69 > >>> Auto-cleaning packages...
70 >
71 > >>> No outdated packages were found on your system.
72 >
73 > * GNU info directory index is up-to-date.
74 >
75 > * IMPORTANT: 8 config files in '/etc' need updating.
76 > * See the CONFIGURATION FILES section of the emerge
77 > * man page to learn how to update config files.
78 >
79 > * IMPORTANT: 12 news items need reading for repository 'gentoo'.
80 > * Use eselect news read to view new items.
81 >
82 > ========
83 >
84 > It seems to install OK, without errors, but on doing again
85 >
86 >
87 > emerge -va wine
88 > I get the same failures and still complians about zlib.
89 > I am doing it all as root.
90 >
91 >
92 > Does anyone have any idea ?
93 >
94 > Regards,
95 > Ran
96
97 I'd suggest dealing with the files in /etc that need updating and
98 reading the 12 news items and making any changes you'll find the gentoo
99 devs have suggested there. Your system may have some significant
100 problems and doing those things first could fix the problem you're
101 having with wine.