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: Native compilation on MPS branch (was: STatus of MPS branch) Date: Sun, 21 Apr 2024 12:30:51 +0300 Message-ID: <86y1976p10.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13369"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Gerd =?utf-8?Q?M=C3=B6llmann?= , Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Apr 21 11:31:26 2024 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 1ryTXh-0003Hs-T9 for ged-emacs-devel@m.gmane-mx.org; Sun, 21 Apr 2024 11:31:26 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ryTXK-0002gs-Ja; Sun, 21 Apr 2024 05:31:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ryTXI-0002gi-SO for emacs-devel@gnu.org; Sun, 21 Apr 2024 05:31:00 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ryTXI-00015A-KA; Sun, 21 Apr 2024 05:31:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=SNSjRUQtKTkvjWAbuqp+mUdkrT6cwVswtSDWrABlm04=; b=DFINEXQartbF1WvTTfTj jN+lWioSS4FvBzHPKqsaJpDRSHclskcGYDlRYSSdPjlVEw5bMBhuEcjnZIbI/TaK7bnlpj4m1q8Nd Y0hBefnDwZNQQVRcGEQDifSjdLZYiwVDoPdlulZHK1cAvZHCDDeWw8wjqUZ+u8XU8yl4Y33SQ3mo+ Jc3YdkcJxduoE+fwhJEDWBmrN2BcSxuD3/AGzOFjSXLuLrFCcfkvTDePsCyiX7atlFpQy11Rhzvne UlG5XASyUXrd6fjlf1uYs5yWHpTRMMcyUKZta9etcktFp47VV/wB5+NHSBgtPy6eP3hekmm0BCvZu Fce+XNhXEAZtGw==; In-Reply-To: (message from Gerd =?utf-8?Q?M?= =?utf-8?Q?=C3=B6llmann?= on Sun, 21 Apr 2024 09:49:50 +0200) 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:317923 Archived-At: > From: Gerd Möllmann > Date: Sun, 21 Apr 2024 09:49:50 +0200 > > Gerd Möllmann writes: > > > - Run tests with native compilation. > > I'm oding that. It currently does not build with native compilation. > > Error: native-ice ("emacs-lisp/bytecomp.el" "can't find data in relocation containers") > signal(native-ice ("emacs-lisp/bytecomp.el" "can't find data in relocation containers")) > comp--native-compile("emacs-lisp/bytecomp.el") > > which sounds like it could have to do with moving pointers. I added Andrea and moved this to a separate thread.