From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.devel Subject: Re: bootstrap & memory allocation troubles Date: Fri, 13 Jan 2006 23:24:40 +0200 Message-ID: <20060113212440.GA77427@flame.pc> References: <20060113155227.GA8439@flame.pc> <87mzhzg75p.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1137189781 26976 80.91.229.2 (13 Jan 2006 22:03:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Jan 2006 22:03:01 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 13 23:02:59 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 1ExX0Z-0007GB-8e for ged-emacs-devel@m.gmane.org; Fri, 13 Jan 2006 23:02:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ExX2h-0008MV-Mh for ged-emacs-devel@m.gmane.org; Fri, 13 Jan 2006 17:05:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ExWTP-0004Al-0L for emacs-devel@gnu.org; Fri, 13 Jan 2006 16:28:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ExWTJ-000480-W8 for emacs-devel@gnu.org; Fri, 13 Jan 2006 16:28:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ExWTJ-00047m-M2 for emacs-devel@gnu.org; Fri, 13 Jan 2006 16:28:33 -0500 Original-Received: from [195.170.0.94] (helo=rosebud.otenet.gr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ExWWL-0003Tk-IY for emacs-devel@gnu.org; Fri, 13 Jan 2006 16:31:42 -0500 Original-Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-8) with SMTP id k0DLQG3j001717; Fri, 13 Jan 2006 23:26:16 +0200 Original-Received: by flame.pc (Postfix, from userid 1001) id 1F5CD11773; Fri, 13 Jan 2006 23:24:41 +0200 (EET) Original-To: Stefan Monnier Content-Disposition: inline In-Reply-To: <87mzhzg75p.fsf-monnier+emacs@gnu.org> 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:49026 Archived-At: On 2006-01-13 16:19, Stefan Monnier wrote: >> Recently, the malloc() implementation in FreeBSD changed to >> a new implementation by Jason Evans, and a posix_memalign() >> implementation was added to the standard library of the system. > >> This seems to cause bootstrap problems for cvs-emacs now, [...] > > Can you try and undefine HAVE_POSIX_MEMALIGN so as to tell Emacs not > to use it, so we can see if it's related or if it's a completely > different problem (maybe a problem with unexec)? Sure. Is it sufficient to edit src/config.h after ./configure runs?