From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: --with-native-compilation build failure on 32-bit systems Date: Thu, 18 Aug 2022 08:30:33 +0300 Message-ID: <834jyace4m.fsf@gnu.org> References: <86k07nl9qe.fsf@phe.ftfl.ca> <87bksyc36k.fsf@gnus.org> <83h72lvf8g.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8724"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, jrm@ftfl.ca, emacs-devel@gnu.org, emacs@FreeBSD.org To: Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Aug 18 07:33:24 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oOY9k-000283-Fk for ged-emacs-devel@m.gmane-mx.org; Thu, 18 Aug 2022 07:33:24 +0200 Original-Received: from localhost ([::1]:55776 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oOY9j-0001ur-Am for ged-emacs-devel@m.gmane-mx.org; Thu, 18 Aug 2022 01:33:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36642) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oOY7A-00019a-RR for emacs-devel@gnu.org; Thu, 18 Aug 2022 01:30:46 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:53994) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oOY79-0005u3-D7; Thu, 18 Aug 2022 01:30:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=1QKxX2kpk7I/jR4be+vxWJ2VNdsRjN/XJ4kvSXomabc=; b=ehim8qfYyoQr 49StzoRdfuEqc9fHcsvd3iY7uiayj+kzBvAre2LNyNz6N9uOA7ZRtoijwRkUvMuEC1mDZdPOQibey nABpe9QU/nhHpnNTeCskaTGmlthHVrXzolbkFbVP9n5RTae/us4v0BZNDK3Mny13o97/Ix8Tqvdmu 0amsbn46bgxWAgnAovRiZHQakRWusbkWf7EpcQYv0SagOz0FP1Z70XRfzTxTfdoTinLwFk5sZ78BT ap2AZ9uhcKi020APEjAocvJ07CGhylyp34JMojPX5dLVdcgEc78XsOuo7jZjVX/EtYrNEQACiT7uQ RluickBNIUH2+U7pKVmBHg==; Original-Received: from [87.69.77.57] (port=2061 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oOY76-0002n6-Um; Thu, 18 Aug 2022 01:30:43 -0400 In-Reply-To: (message from Andrea Corallo on Wed, 17 Aug 2022 21:01:48 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:293583 Archived-At: > From: Andrea Corallo > Cc: larsi@gnus.org, jrm@ftfl.ca, emacs-devel@gnu.org, emacs@FreeBSD.org > Date: Wed, 17 Aug 2022 21:01:48 +0000 > > > So yeah I guess tomorrow I'll prepare the patch were we keep a list of > > loaded CU to fix-up. > > Right I pushed the fix to scratch/better-cu-fixup so far as: > > - I don't know if we want 1a637303b4 and 4bdda39f71 in master or 28. The problem doesn't exist on emacs-28, does it? I use a 32-bit build of that branch all the time, including Emacs 28.1 and the pretests of Emacs 28.2, and never had any problems. If the problem doesn't exist on the release branch, I'd prefer to leave it alone, as these changes are not entirely trivial, although look quite simple. > - I suspect there's some good reason I'm not aware of why we don't > eb539e92e9 at all (this is not necessary to fix the reported issue > tho). Like I said earlier, I always thought that this problem doesn't affect the pdumper builds. Perhaps that's not true with native-compilation?