Gentoo Archives: gentoo-user

From: Kai Krakow <hurikhan77@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Thunderbird build failure
Date: Wed, 27 Sep 2017 00:45:18
Message-Id: 20170927024153.6413b000@jupiter.sol.kaishome.de
In Reply to: [gentoo-user] Thunderbird build failure by "Christoph Böhmwalder"
1 Am Sat, 23 Sep 2017 17:53:25 +0200 (CEST)
2 schrieb Christoph Böhmwalder <christoph@×××××××××××.at>:
3
4 > Hey all,
5 >
6 > I've been trying to get Thunderbird to build for a few days now.
7 > Since I'm pretty much out of ideas at this point, I figured I'd ask
8 > on here if someone has an idea on what my problem is.
9 >
10 > I've attached the output of `emerge --info
11 > '=mail-client/thunderbird-52.3.0::gentoo'`, `emerge -pqv
12 > '=mail-client/thunderbird-52.3.0::gentoo'`, and the complete build
13 > log.
14 >
15 > From the error message I can see that it likely has something to do
16 > with either libpng or zlib. I have both of those installed:
17 >
18 > $ emerge --info libpng
19 > --- >8 ---
20 > media-libs/libpng-1.6.29::gentoo was built with the following:
21 > USE="apng (-neon) -static-libs" ABI_X86="32 (64) (-x32)"
22 > CPU_FLAGS_X86="sse"
23 >
24 > $ emerge --info zlib
25 > --- >8 ---
26 > sys-libs/zlib-1.2.11::gentoo was built with the following:
27 > USE="minizip -static-libs" ABI_X86="32 (64) (-x32)"
28 >
29 >
30 > I noticed that I have zlib-1.2.11 installed, though Thunderbird (or
31 > libpng?) is apparently trying to reference a symbol from zlib 1.2.9.
32 > I tried downgrading to zlib 1.2.9, but...
33 >
34 > # emerge --ask \=sys-libs/zlib-1.2.9
35 >
36 > These are the packages that would be merged, in order:
37 >
38 > Calculating dependencies... done!
39 >
40 > emerge: there are no ebuilds to satisfy "=sys-libs/zlib-1.2.9".
41 >
42 >
43 > I'd really appreciate any hints on what I'm doing wrong here. Thanks!
44
45 Without having looked at the logs, did you try:
46
47 # emerge -DNua world --changed-deps
48
49 and/or
50
51 # emerge -1a @preserved-rebuild
52
53 (not necessarily in that order)
54
55
56 --
57 Regards,
58 Kai
59
60 Replies to list-only preferred.