From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: conover@panix.com (John Conover) Newsgroups: gmane.emacs.help Subject: Regression compile of emacs-27.1.tar.gz Date: Wed, 20 Mar 2024 13:02:10 -0700 Message-ID: <20240320200210.216522.qmail@panix.com> Reply-To: John Conover Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10731"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Mar 20 21:03:03 2024 Return-path: Envelope-to: geh-help-gnu-emacs@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 1rn29P-0002Zg-GV for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 20 Mar 2024 21:03:03 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rn28g-0007X5-Og; Wed, 20 Mar 2024 16:02:18 -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 1rn28f-0007Wt-5N for help-gnu-emacs@gnu.org; Wed, 20 Mar 2024 16:02:17 -0400 Original-Received: from mailbackend.panix.com ([166.84.1.89]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rn28d-0004JN-2v for help-gnu-emacs@gnu.org; Wed, 20 Mar 2024 16:02:16 -0400 Original-Received: from localhost.localdomain (c-98-210-53-45.hsd1.ca.comcast.net [98.210.53.45]) by mailbackend.panix.com (Postfix) with ESMTPSA id 4V0KHl6lSXzJwB for ; Wed, 20 Mar 2024 16:02:11 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=panix.com; s=panix; t=1710964932; bh=lmbS/FnBR+hgxUhkC5VaHEhIS5WsGiaKt7m6HmmknUs=; h=Date:To:Subject:Reply-To:From; b=vVDduZaRQF2rzTnecYYPCLkx9Qx7dEj4xN8SP5vB/U38Z440NvlY5lwp5mWxP1iE2 yjtEZQNz+V8VihcpjNmpcwb4eo+iRhgOdF89tSqRmmvMdso4CAvu0gSIRlQxtQkY8b 3RdAYUX+QMPV3sOEKqg6phmQ7feXRr0rdVnBvr24= Original-Received: (qmail 216523 invoked by uid 4199); 20 Mar 2024 20:02:10 -0000 X-Mailer: VM 7.19 under Emacs 27.1 Received-SPF: pass client-ip=166.84.1.89; envelope-from=conover@panix.com; helo=mailbackend.panix.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, CTE_8BIT_MISMATCH=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, PP_MIME_FAKE_ASCII_TEXT=0.001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:146144 Archived-At: I need to compile emacs-27.1.tar.xz, (the standard for Debian 11, Bullseye,) on Debian 12, Bookworm, and prefer to compile the gnu sources: Source: https://ftp.gnu.org/gnu/emacs/emacs-27.1.tar.xz: Compiler error: sysdep.c:1819:22: error: variably modified ‘sigsegv_stack’ at file scope 1819 | static unsigned char sigsegv_stack[SIGSTKSZ]; Can this sigsegv_stack statement in sysdep.c be replaced with the same statement from emacs-29.x.tar.xz, (which is quite different, but compiles.) Any consequences for that single change? Thanks, John -- John Conover, conover@panix.com, http://www.johncon.com/