From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6A951396D1 for ; Wed, 27 Sep 2017 00:45:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FE432BC00F; Wed, 27 Sep 2017 00:45:13 +0000 (UTC) Received: from blaine.gmane.org (unknown [195.159.176.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F34F2BC002 for ; Wed, 27 Sep 2017 00:45:13 +0000 (UTC) Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dx0TH-0000yf-Cy for gentoo-user@lists.gentoo.org; Wed, 27 Sep 2017 02:45:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Kai Krakow Subject: [gentoo-user] Re: Thunderbird build failure Date: Wed, 27 Sep 2017 02:41:53 +0200 Message-ID: <20170927024153.6413b000@jupiter.sol.kaishome.de> References: <1039668397.8.1506182005439.JavaMail.zimbra@linuxprofi.at> 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=UTF-8 Content-Transfer-Encoding: quoted-printable X-Complaints-To: usenet@blaine.gmane.org X-Newsreader: Claws Mail 3.13.2 (GTK+ 2.24.31; x86_64-pc-linux-gnu) X-Archives-Salt: 11a089a7-8213-4117-8330-c67e2574334d X-Archives-Hash: 5b5d6b7174031570cd8d08f77d16596f Am Sat, 23 Sep 2017 17:53:25 +0200 (CEST) schrieb Christoph B=C3=B6hmwalder : > Hey all, >=20 > I've been trying to get Thunderbird to build for a few days now. > 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. >=20 > I've attached the output of `emerge --info > '=3Dmail-client/thunderbird-52.3.0::gentoo'`, `emerge -pqv > '=3Dmail-client/thunderbird-52.3.0::gentoo'`, and the complete build > log. >=20 > From the error message I can see that it likely has something to do > with either libpng or zlib. I have both of those installed: >=20 > $ emerge --info libpng > --- >8 --- =20 > media-libs/libpng-1.6.29::gentoo was built with the following: > USE=3D"apng (-neon) -static-libs" ABI_X86=3D"32 (64) (-x32)" > CPU_FLAGS_X86=3D"sse" >=20 > $ emerge --info zlib > --- >8 --- =20 > sys-libs/zlib-1.2.11::gentoo was built with the following: > USE=3D"minizip -static-libs" ABI_X86=3D"32 (64) (-x32)" >=20 >=20 > 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. > I tried downgrading to zlib 1.2.9, but... >=20 > # emerge --ask \=3Dsys-libs/zlib-1.2.9 >=20 > These are the packages that would be merged, in order: >=20 > Calculating dependencies... done! >=20 > emerge: there are no ebuilds to satisfy "=3Dsys-libs/zlib-1.2.9". >=20 >=20 > I'd really appreciate any hints on what I'm doing wrong here. Thanks! Without having looked at the logs, did you try: # emerge -DNua world --changed-deps and/or # emerge -1a @preserved-rebuild (not necessarily in that order) --=20 Regards, Kai Replies to list-only preferred.