From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-200362-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id B881815800F
	for <garchives@archives.gentoo.org>; Sun,  1 Jan 2023 21:21:41 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D05BDE08EF;
	Sun,  1 Jan 2023 21:21:36 +0000 (UTC)
Received: from box.mail.meme.technology (box.mail.meme.technology [205.185.124.102])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 79E7EE08D3
	for <gentoo-user@lists.gentoo.org>; Sun,  1 Jan 2023 21:21:36 +0000 (UTC)
Received: from authenticated-user (box.mail.meme.technology [205.185.124.102])
	(using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits))
	(No client certificate requested)
	by box.mail.meme.technology (Postfix) with ESMTPSA id 67DA7BC479
	for <gentoo-user@lists.gentoo.org>; Sun,  1 Jan 2023 13:21:52 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.meme.technology;
	s=mail; t=1672608112;
	bh=f51/yxYGu7MeXEWE6RJp+yGKQOGzGp0nqF/tH1OTQNc=;
	h=Date:Subject:To:References:From:In-Reply-To:From;
	b=flDTWdemByHao6yyHJH69YQOHm0SBqiJ6J0mDJO46hvGXB0rbKeQjFOStUfzKgZCt
	 xmq3PdlUnCGsmgrMlbrYUIGlpXtVcO7ZNYc3vOWMIMzxgLiSfwdtlBrotqbVXKgIJ+
	 Q4/Sw+6QBO7CkkOMIGDjSJvF8RHsA16M6bxz6HVY+krpYRibHf/y5rW5gDFPu4HGIG
	 +wdPGo7/rhPJLmPHYmmu00Lh3C58/Dog1NKG2aVtrF1wFmPeBqK7oWOmhgoRgJpHTb
	 vtSPieB/LWkfdNDQQurkSB3bgKmBrxzIZ1dA/gM6l9tVdSoXcHcad5w/Aeb6llo+oT
	 YaKQgw5zk0U2g==
Message-ID: <864b1773-ac74-9a7e-4e69-0e35a960fa7e@mail.meme.technology>
Date: Sun, 1 Jan 2023 13:21:34 -0800
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
MIME-Version: 1.0
Subject: Re: [gentoo-user] Thunderbird build failure ..
Content-Language: en-US
To: gentoo-user@lists.gentoo.org
References: <8b121e3f-23f6-40c3-1c70-457d04ed84d8@youngman.org.uk>
 <3bf19c2f-e33d-b8aa-a2e6-65a18451ad02@mail.meme.technology>
 <67f4d690-1005-a4d6-abba-c685fd4afe6c@youngman.org.uk>
 <f6bd0d40-74f9-2d9a-caf4-b4f49932d0be@mail.meme.technology>
 <b7b0cb2b-d566-2b6d-1bbf-a6c8f54583b6@youngman.org.uk>
From: cal <cal@mail.meme.technology>
In-Reply-To: <b7b0cb2b-d566-2b6d-1bbf-a6c8f54583b6@youngman.org.uk>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Archives-Salt: 148d1b45-3762-4b5b-90f2-13f980fc6ce5
X-Archives-Hash: 7dfa2ebf72e46efd967c8f47ebd6394f

On 1/1/23 13:05, Wol wrote:
> On 01/01/2023 20:08, cal wrote:
>> FWIW, Thunderbird builds fine with GCC on my machine -- I'm unsure of
>> your reasons for setting your Portage compiler to clang, but you may
>> wish to use a package.env override to build Thunderbird with GCC as a
>> workaround until the problem can be fixed upstream.
> 
> I don't know anything about clang ... it must be the default ...
> 
> I thought part of Firefox/Thunderbird was written in Rust, so I assumed
> it was built with llvm as a matter of course.
> 
> I'll just wait for it to sort itself out.
> 
> Cheers,
> Wol
You're right, it looks like the Thunderbird ebuild has a clang USE
turned on by default; I didn't realize that in my earlier reply and
assumed you had overridden this yourself.  Regardless, this version
built correctly on my machine, so it's worthy of investigation with
upstream which combinations of parameters may be triggering the crash.

cal