Gentoo Archives: gentoo-user

From: "Christoph Böhmwalder" <christoph@×××××××××××.at>
To: gentoo-user <gentoo-user@l.g.o>
Subject: [gentoo-user] Thunderbird build failure
Date: Sat, 23 Sep 2017 15:53:34
Message-Id: 1039668397.8.1506182005439.JavaMail.zimbra@linuxprofi.at
1 Hey all,
2
3 I've been trying to get Thunderbird to build for a few days now.
4 Since I'm pretty much out of ideas at this point, I figured I'd ask on here if someone has an idea on what my problem is.
5
6 I've attached the output of `emerge --info '=mail-client/thunderbird-52.3.0::gentoo'`, `emerge -pqv '=mail-client/thunderbird-52.3.0::gentoo'`, and the complete build log.
7
8 From the error message I can see that it likely has something to do with either libpng or zlib.
9 I have both of those installed:
10
11 $ emerge --info libpng
12 --- >8 ---
13 media-libs/libpng-1.6.29::gentoo was built with the following:
14 USE="apng (-neon) -static-libs" ABI_X86="32 (64) (-x32)" CPU_FLAGS_X86="sse"
15
16 $ emerge --info zlib
17 --- >8 ---
18 sys-libs/zlib-1.2.11::gentoo was built with the following:
19 USE="minizip -static-libs" ABI_X86="32 (64) (-x32)"
20
21
22 I noticed that I have zlib-1.2.11 installed, though Thunderbird (or libpng?) is apparently trying to reference a symbol from zlib 1.2.9.
23 I tried downgrading to zlib 1.2.9, but...
24
25 # emerge --ask \=sys-libs/zlib-1.2.9
26
27 These are the packages that would be merged, in order:
28
29 Calculating dependencies... done!
30
31 emerge: there are no ebuilds to satisfy "=sys-libs/zlib-1.2.9".
32
33
34 I'd really appreciate any hints on what I'm doing wrong here. Thanks!
35
36
37 --
38
39 Regards,
40 Christoph

Attachments

File name MIME type
thunderbird-info.tar.gz application/x-compressed-tar

Replies

Subject Author
Re: [gentoo-user] Thunderbird build failure Stefano Crocco <posta@×××××××××××××.it>
[gentoo-user] Re: Thunderbird build failure Kai Krakow <hurikhan77@×××××.com>