From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: git+master: c6e6503900534d939dd94b812563c27f22c49b7d crash when using gnus Date: Sun, 29 Apr 2018 18:09:59 +0300 Message-ID: <8336zet5fc.fsf@gnu.org> References: <87o9i3ya1x.fsf@mat.ucm.es> <83efizu0nm.fsf@gnu.org> <87o9i3iqs1.fsf@mat.ucm.es> <83bme3txq2.fsf@gnu.org> <874ljvh7df.fsf@mat.ucm.es> <83a7tnttw9.fsf@gnu.org> <87vaca2ydp.fsf@mat.ucm.es> <87muxm3w97.fsf@mat.ucm.es> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1525014532 21801 195.159.176.226 (29 Apr 2018 15:08:52 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 29 Apr 2018 15:08:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Uwe Brauer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 29 17:08:48 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fCnwV-0005ZZ-PO for ged-emacs-devel@m.gmane.org; Sun, 29 Apr 2018 17:08:47 +0200 Original-Received: from localhost ([::1]:55882 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fCnya-0006gv-HD for ged-emacs-devel@m.gmane.org; Sun, 29 Apr 2018 11:10:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fCnxx-0006go-Q0 for emacs-devel@gnu.org; Sun, 29 Apr 2018 11:10:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fCnxu-0002lF-HT for emacs-devel@gnu.org; Sun, 29 Apr 2018 11:10:17 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fCnxu-0002lB-E8; Sun, 29 Apr 2018 11:10:14 -0400 Original-Received: from [176.228.60.248] (port=3988 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fCnxt-0000pO-Sd; Sun, 29 Apr 2018 11:10:14 -0400 In-reply-to: <87muxm3w97.fsf@mat.ucm.es> (message from Uwe Brauer on Sun, 29 Apr 2018 16:54:03 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:224951 Archived-At: > From: Uwe Brauer > Cc: Uwe Brauer , emacs-devel@gnu.org > Date: Sun, 29 Apr 2018 16:54:03 +0200 > > I restarted my laptop and then > > Just typed (using tcsh shell) > ./configure CFLAGS='-O0 -g3' --enable-checking='yes,glyphs' --enable-check-lisp-object-type --prefix=/opt/emacs27 --wi > th-x-toolkit=athena --with-mailutils > > > And that worked. > > I could compile emacs succesfully. So maybe I owe you an apology. But > think if I am correct that should be written in src/DEBUG: > > The line reads > > CFLAGS='-O0 -g3' ./configure --enable-checking='yes,glyphs' --enable-check-lisp-object-type > > When I run it I obtain > > CFLAGS=-O0 -g3: Command not found. Maybe this is something specific to tcsh. The command is written for Bourne-shell compatible shells, AFAIU. > > You should type literally the command as written in DEBUG. > > Not for me. Ok I just checked it seems to work for the bash shell. In > that case still a correction should be in place. Don't you think so. I'm not sure the script will work for non-Bourne shells, but I'm not an expert on that.