From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: "Herbert J. Skuhra" Newsgroups: gmane.emacs.devel Subject: Re: Error 255, bootstrap-emacs.pdmp' failed Date: Sun, 20 Oct 2019 20:56:00 +0200 Message-ID: <20191020185600.GA75894@mail.bsd4all.net> References: <87ftjnuukj.fsf@yandex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="210913"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.12.2 (2019-09-21) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 20 20:58:58 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iMGPp-000sj8-KQ for ged-emacs-devel@m.gmane.org; Sun, 20 Oct 2019 20:58:57 +0200 Original-Received: from localhost ([::1]:44098 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iMGPn-0003SI-8k for ged-emacs-devel@m.gmane.org; Sun, 20 Oct 2019 14:58:55 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44212) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iMGNC-000327-S3 for emacs-devel@gnu.org; Sun, 20 Oct 2019 14:56:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iMGNA-00070g-VM for emacs-devel@gnu.org; Sun, 20 Oct 2019 14:56:14 -0400 Original-Received: from mail.bsd4all.net ([2a01:4f8:13b:240c::25]:18143) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iMGNA-0006xn-Fm for emacs-devel@gnu.org; Sun, 20 Oct 2019 14:56:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail201809; t=1571597760; bh=si17T6ZRSxDH+mR00TBl23KmKza3LvwRwIviYqzxIis=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=OgVEfS5HGcwtaZYV67jTZJSPj09lt0pb3ZIY1RAYOS5qN2sg0rB6Q1z3CwHQafLF5 9FKa1eMixcDc2VKt3Orss5kYcRPfMdudy8Kh8om12llDUmDcQnU7gfpIRlDCeV/zTf XUAXMafTaOycYNN6lq4dTGzH84Avsa4Ry6Tvn4dOP58Ve+LAlR8aPEb5R/B8U3CrJx Fm3JW+4CF+qgbL2mI/vQ9oMdJVnPHpjND0lz4lM4yl+Ht31M6mS2uDcZ5uB+ukB8Sz U40qCmNNI3OvCm612v7lbbhhyDSbU62ABhgc/WVeG96uU5Dc+cCjF/8p7C7NKSXVbK O93B4Aop6LOyw== Content-Disposition: inline In-Reply-To: <87ftjnuukj.fsf@yandex.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a01:4f8:13b:240c::25 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:241260 Archived-At: On Sun, Oct 20, 2019 at 07:43:08PM +0100, Colin Baxter wrote: > Hello, >=20 > On a recent git pull, I get the following make error >=20 > ---------- Begin --- >=20 > Loading /home/redknight/git/emacs/lisp/faces.el (source)... > Loading button... > Loading /home/redknight/git/emacs/lisp/loaddefs.el (source)... > Symbol=E2=80=99s value as variable is void: ctl-x-6-map > Makefile:816: recipe for target 'bootstrap-emacs.pdmp' failed > make[1]: *** [bootstrap-emacs.pdmp] Error 255 > make[1]: Leaving directory '/home/redknight/git/emacs/src' > Makefile:424: recipe for target 'src' failed > make: *** [src] Error 2 >=20 > Compilation exited abnormally with code 2 at Sun Oct 20 19:36:48 >=20 > ---------- End ----- >=20 > I have tried reverting a couple of recent commits but to no avail. I'm = a > bit out of my depth here. I think I got this error (on macOS 10.15) too this morning and a 'make bootstrap' resolved the issue. --=20 Herbert=20