From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: Please fix it right! Date: Thu, 08 May 2008 11:47:03 +0200 Message-ID: <861w4dqga0.fsf@lola.quinscape.zz> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1210240043 21156 80.91.229.12 (8 May 2008 09:47:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 May 2008 09:47:23 +0000 (UTC) Cc: Andreas Schwab , Stefan Monnier , emacs-devel@gnu.org To: Herbert Euler Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 08 11:47:58 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ju2jF-0002dm-JU for ged-emacs-devel@m.gmane.org; Thu, 08 May 2008 11:47:57 +0200 Original-Received: from localhost ([127.0.0.1]:37494 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ju2iX-0006oZ-D2 for ged-emacs-devel@m.gmane.org; Thu, 08 May 2008 05:47:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ju2iS-0006oP-EI for emacs-devel@gnu.org; Thu, 08 May 2008 05:47:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ju2iQ-0006nl-MV for emacs-devel@gnu.org; Thu, 08 May 2008 05:47:07 -0400 Original-Received: from [199.232.76.173] (port=52857 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ju2iQ-0006ni-Ig for emacs-devel@gnu.org; Thu, 08 May 2008 05:47:06 -0400 Original-Received: from mail.quinscape.de ([212.29.44.217]:47411) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ju2iP-0007l4-W6 for emacs-devel@gnu.org; Thu, 08 May 2008 05:47:06 -0400 Original-Received: (qmail-ldap/ctrl 8204 invoked from network); 8 May 2008 09:47:04 -0000 Original-Received: from unknown (HELO lola.quinscape.zz) ([10.0.3.43]) (envelope-sender ) by quinx.quinscape.de (qmail-ldap-1.03) with SMTP for ; 8 May 2008 09:47:04 -0000 Original-Received: by lola.quinscape.zz (Postfix, from userid 1001) id 56B0E8EEBB; Thu, 8 May 2008 11:47:03 +0200 (CEST) In-Reply-To: (Herbert Euler's message of "Thu, 8 May 2008 17:42:51 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-AntiVirus: checked by AntiVir MailGate (version: 2.1.3-2; AVE: 7.8.0.14; VDF: 7.0.4.15; host: quinx) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:96748 Archived-At: Herbert Euler writes: >> And as I said several times already, this is not a concrete scenario. >> I.e. give us a recipe to reproduce the problem. > > I did encounter a bootstrap problem, and with Andreas' patch this > problem went away. I'm not sure either whether this is the same > problem Andreas tried to address, or whether his patch is the right > one. > > Reproducing the problem is easy for me. Just check out a fresh source > tree, comment out the exact line in lisp/Makefile.in, run the > configure script this way: > > $ CFLAGS="-g -g3 -gdwarf-2" ./configure --with-x-toolkit=gtk > > and then start the bootstrap process: > > $ make -j2 bootstrap Is the -j2 necessary for reproducing the problem? -- David Kastrup