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: help to debug on Debian riscv64 fail to build Date: Fri, 18 Aug 2023 15:21:31 +0300 Message-ID: <83350g4k38.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17651"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Bo YU Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Aug 18 14:27:39 2023 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 1qWyZl-0004LW-H7 for ged-emacs-devel@m.gmane-mx.org; Fri, 18 Aug 2023 14:27:37 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qWyYt-0006vT-OQ; Fri, 18 Aug 2023 08:26:43 -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 1qWyTj-0006Cz-Ak for emacs-devel@gnu.org; Fri, 18 Aug 2023 08:21:27 -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 1qWyTh-0005QT-0v; Fri, 18 Aug 2023 08:21:21 -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=99L53dt0siSM1JItb10Gn7mahLRvRqtR85xrZakaSww=; b=eCqLgB95PX9C gr/okKsUYeeLf4uNHHSISX/N1xNgXF50xvzC9cPK3IS8Txh7+z3KUzDCADI7lqGRWl0mOvReHI5uJ iIdjRmx3QARkK0C1Q64sJlkcyiUmkDprVtxLGBE6o/5HcysACRhGf+TgmGmAWDswgdRxsvDaikzkx s27iB8i/bqxtpYq94livSGyfUMJB5Zn6vA/828TUcZdBeVsDVEDf8lUTdPID3PusEWQdhcsbsqjhd Duu32za+KEh2f34CgZSkyVl5FnOdkyYDbn688qJeNN4tIgIJ1aWutTJsvO9d0nQ8hXhhfmgFB+Q1/ qt+dVmgMnf3/VMtHO38cAw==; In-Reply-To: (message from Bo YU on Fri, 18 Aug 2023 19:09:58 +0800) 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:308890 Archived-At: > From: Bo YU > Date: Fri, 18 Aug 2023 19:09:58 +0800 > > This time I build it with Debian package way, but I should build with > upstream tar first. I would like to get your help here how to debug > the issue effectively? My suggestion is to run the failing command under GDB, and when Emacs crashes, produce a backtrace and post it. To see the failing command, say "make V=1". Also, please post the configure command you used to configure the build, and also please tell which version of Emacs you tried to build.