From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Mario Lang Newsgroups: gmane.emacs.devel Subject: Native compilation segfault? Date: Wed, 12 May 2021 13:13:46 +0200 Message-ID: <87eeecjjbp.fsf@blind.guru> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3517"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed May 12 13:22:18 2021 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 1lgmwU-0000oY-Ej for ged-emacs-devel@m.gmane-mx.org; Wed, 12 May 2021 13:22:18 +0200 Original-Received: from localhost ([::1]:41798 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lgmwT-0008Db-D2 for ged-emacs-devel@m.gmane-mx.org; Wed, 12 May 2021 07:22:17 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43000) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lgmoQ-0003ZB-GP for emacs-devel@gnu.org; Wed, 12 May 2021 07:14:00 -0400 Original-Received: from familiekainz.at ([37.187.20.171]:57466 helo=ns3035380.ip-37-187-20.eu) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lgmoM-0000iW-4K for emacs-devel@gnu.org; Wed, 12 May 2021 07:13:57 -0400 Original-Received: by ns3035380.ip-37-187-20.eu (Postfix, from userid 110) id 16EBC4B6; Wed, 12 May 2021 11:13:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=blind.guru; s=mail; t=1620818028; bh=In18KGCHV77mi0w1GDszoMaSxBZV4FjDaoVzwenbREY=; h=From:To:Subject:Date:From; b=GA96c/sKY6qwvWHnhLDS33rvUohs9Yps+woM+XPeEucoyzz8/ia8Yo/kCz9DpraxO aH/JANSRFj5eEOCg7Vhu55JS6ThrHtD/hGP5LjhXnpjwCwYomwq5tCZ2XlkwK8+NZB 4YeZxw0+MLTmr+0yKN2pVOBDk8ckuBfrRrSHVnrU= Original-Received: from x1.blind.guru (84-115-55-45.cable.dynamic.surfer.at [84.115.55.45]) by ns3035380.ip-37-187-20.eu (Postfix) with ESMTPSA id 5E759442 for ; Wed, 12 May 2021 11:13:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=blind.guru; s=mail; t=1620818027; bh=In18KGCHV77mi0w1GDszoMaSxBZV4FjDaoVzwenbREY=; h=From:To:Subject:Date:From; b=eRUk4rFVWPq/8BtReMDZaDlo9xC37jo7OxzPipgFVxrX7NB524JIUDr2OXr15K7P/ FxTigygPVXNet/n0rMg2tMNF8nD8yVr27xhtXy6pDOgZMWaU6ixhaLpDWZwi5V7UCa MYe3HN08IwB/sCKWDRopV24G9weKeq+V3R+RTKxA= Original-Received: by x1.blind.guru (Postfix, from userid 1000) id B3FBBE801B0; Wed, 12 May 2021 13:13:46 +0200 (CEST) Received-SPF: pass client-ip=37.187.20.171; envelope-from=mlang@blind.guru; helo=ns3035380.ip-37-187-20.eu 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, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:269197 Archived-At: Hi. I have been trying to get native compiliation mode to work recently. Unfortunately, without any luck. I am trying to build in a separate build directory, and I am getting the following: make[2]: Entering directory '/home/mlang/build/emacs/lisp' ELC+ELN /home/mlang/Projects/Emacs/emacs/lisp/emacs-lisp/comp.elc Warning: Lisp directory '/home/mlang/build/emacs/lisp/lisp': No such file o= r directory Fatal error 11: Segmentation fault =20=20 Note that /home/mlang/build/emacs/lisp/lisp looks wrong. I tried with libgccjit 8 and later upgraded to debian bullseye with libgccjit 10, but both give me a segfault somewhere during the build process. Is anyone else seeing this? --=20 CYa, =E2=A1=8D=E2=A0=81=E2=A0=97=E2=A0=8A=E2=A0=95