Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] fail to install new package Neil Bothwick <neil@××××××××××.uk>
[gentoo-user] Re: fail to install new package walt <w41ter@×××××.com>