From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: emacs-current bootstrap fail on FreeBSD 6.2 Date: Mon, 09 Oct 2006 12:32:35 -0400 Message-ID: <87iritbgbg.fsf@stupidchicken.com> References: <20061006.150001.39180026.hashiz@tomba.meridiani.jp> <87ac48xfeh.fsf@furball.mit.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1160411600 21690 80.91.229.2 (9 Oct 2006 16:33:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 9 Oct 2006 16:33:20 +0000 (UTC) Cc: HASHI Hiroaki Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 09 18:33:17 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GWy3t-0000nN-8u for ged-emacs-devel@m.gmane.org; Mon, 09 Oct 2006 18:33:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GWy3s-0003xl-Mb for ged-emacs-devel@m.gmane.org; Mon, 09 Oct 2006 12:33:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GWy3V-0003lr-KX for emacs-devel@gnu.org; Mon, 09 Oct 2006 12:32:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GWy3T-0003j6-9k for emacs-devel@gnu.org; Mon, 09 Oct 2006 12:32:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GWy3T-0003il-1a for emacs-devel@gnu.org; Mon, 09 Oct 2006 12:32:39 -0400 Original-Received: from [18.19.1.138] (helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GWyB3-000819-IZ for emacs-devel@gnu.org; Mon, 09 Oct 2006 12:40:29 -0400 Original-Received: by cyd (Postfix, from userid 1000) id 0E95E4E412; Mon, 9 Oct 2006 12:32:36 -0400 (EDT) Original-To: emacs-devel@gnu.org Original-Newsgroups: gmane.emacs.pretest.bugs User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:qjV7zwdcVTTQehZrX6RxW2Iy6/Q= In-Reply-To: <87ac48xfeh.fsf@furball.mit.edu> (Chong Yidong's message of "Sat\, 07 Oct 2006 12\:24\:38 -0400") Posted-To: gmane.emacs.pretest.bugs 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:60546 Archived-At: The following message is a courtesy copy of an article that has been posted to gmane.emacs.pretest.bugs as well. >> On emacs-current, make bootstrap stop fail. > > I can't reproduce this on GNU/Linux, and I don't know any Emacs > developer who uses FreeBSD 6.2. > > Does this problem still occur with the latest CVS sources? If so, one > way to narrow the problem down is to check out older sources (with > CVS's "-D" flag), and see when it broke. Also, see if bootstrap works > if you omit CFLAGS during configuration (though bootstrap works for me > with those exact flags.) > >> How to repeat: >> ---- >> % ./configure --with-gtk CFLAGS="-pipe -O2 -g" >> % make bootstrap >> . >> Loading /home/hashiz/src/emacs/lisp/international/subst-big5.el (source)... >> Loading /home/hashiz/src/emacs/lisp/international/subst-jis.el (source)... >> Fatal error (11)Segmentation fault (core dumped) >> *** Error code 1 Does this still happen with the latest CVS sources? Does anyone on this list use FreeBSD 6.2, and is able to reproduce this?