From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Daniel Colascione Newsgroups: gmane.emacs.devel Subject: Re: hybrid_malloc on CANNOT_DUMP? Date: Mon, 21 Nov 2016 15:15:19 -0800 Message-ID: References: <337f0a16-afbb-63dc-0d24-d53a9986be31@dancol.org> <92f6cd2e-5141-6e60-df08-4a33269928cd@cs.ucla.edu> <87polpkqle.fsf@gmail.com> <5fa55a68-2520-13d0-bb67-4d78efe1372a@cs.ucla.edu> <87lgwclqmn.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1479770211 31155 195.159.176.226 (21 Nov 2016 23:16:51 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 21 Nov 2016 23:16:51 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 22 00:16:47 2016 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 1c8xpP-0006k2-6d for ged-emacs-devel@m.gmane.org; Tue, 22 Nov 2016 00:16:47 +0100 Original-Received: from localhost ([::1]:52198 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c8xpR-0000SB-0u for ged-emacs-devel@m.gmane.org; Mon, 21 Nov 2016 18:16:49 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35160) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c8xoH-0008Le-P5 for emacs-devel@gnu.org; Mon, 21 Nov 2016 18:15:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c8xoG-0001PT-Mn for emacs-devel@gnu.org; Mon, 21 Nov 2016 18:15:37 -0500 Original-Received: from dancol.org ([2600:3c01::f03c:91ff:fedf:adf3]:57980) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c8xoG-0001Ni-9R for emacs-devel@gnu.org; Mon, 21 Nov 2016 18:15:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dancol.org; s=x; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:References:Subject:To:From; bh=260huUM9awjd8JXracVYQr7Rs43oA8JQwv8WCqi8Rxo=; b=jvZcX195vbYfpCa1SprLlchDuJe7zT+kXCbOduI0jR82thYj55gG7ejjilKDeDxyEG1bC8gc2tuQic8H/QON6zFci/jEf5H4+M4MBTbYA/aUBRsZ/L69PH1yNWfX63L0xUiOj/wnxefrWCu/a+6RwSLUgWzN/W90hQ146KsrA/j6sqWYi3c7uxpBaa1lA/J+/Th5GuVx8uOZ9C4wSaFTL+BRTIqqm91/G81ELJbPOGK1bnCogaUZi7PAZId1oERZtj3ndGp/vS6kYhkodtpC/fUfh/UFCXnHUQfFJb9HNj359X0MtC31gxeLAON1l2llxfLjavlIQdNTATaCr2blZA==; Original-Received: from [2620:0:1008:1101:3970:6a02:6b4:a04a] (helo=dancol-glaptop0) by dancol.org with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.84_2) (envelope-from ) id 1c8xo6-0000aL-OA for emacs-devel@gnu.org; Mon, 21 Nov 2016 15:15:26 -0800 In-Reply-To: <87lgwclqmn.fsf@gmail.com> (Robert Pluim's message of "Mon, 21 Nov 2016 17:55:12 +0100") X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2600:3c01::f03c:91ff:fedf:adf3 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:209532 Archived-At: On Mon, Nov 21 2016, Robert Pluim wrote: > Paul Eggert writes: > >> On 11/21/2016 03:41 AM, Robert Pluim wrote: >>> I guess you're using a more forgiving gcc than I am: >> >> Thanks for reporting that. It looks like I was building with different >> config-time flags. Sorry; there are many combinations of flags here. I >> installed the attached patch to work around that problem, so let's try >> again. > > OK, it now compiles for me (and then fails to find loadup.el, but I > guess that's expected for the moment) Yeah. I don't know what's going on there. I worked around it by just setting the Emacs load path via the environment, but I'd expect CANNOT_DUMP emacs to act just like regular emacs in this respect.