From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Michael Mauger Newsgroups: gmane.emacs.devel Subject: Make bootsrap failure -- tab-bar.el Date: Fri, 11 Oct 2019 00:55:57 +0000 Message-ID: Reply-To: Michael Mauger 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="74985"; mail-complaints-to="usenet@blaine.gmane.org" To: "emacs-devel\\@gnu.org" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 11 02:56:16 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 1iIjE6-000JIz-Om for ged-emacs-devel@m.gmane.org; Fri, 11 Oct 2019 02:56:14 +0200 Original-Received: from localhost ([::1]:45094 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIjE5-0004ky-G9 for ged-emacs-devel@m.gmane.org; Thu, 10 Oct 2019 20:56:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49756) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIjDz-0004ke-Ge for emacs-devel@gnu.org; Thu, 10 Oct 2019 20:56:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iIjDy-0000mC-25 for emacs-devel@gnu.org; Thu, 10 Oct 2019 20:56:07 -0400 Original-Received: from mail2.protonmail.ch ([185.70.40.22]:13286) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iIjDx-0000k0-RH for emacs-devel@gnu.org; Thu, 10 Oct 2019 20:56:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=default; t=1570755363; bh=4dJRa5/seJjjyWVK7k5oYQHPQA80y1yMLrykQiRk2Co=; h=Date:To:From:Reply-To:Subject:Feedback-ID:From; b=sEr3VXJsYSChPuHzcUVTqMX0C6/3zzXA8C3x8nDyamGgl7anfJo/SM57Q/4MeDlmU pxkSzooyNzpmCnxQt5hDmBcVTi7TRMvvBBuxxgtmZnTNv0tNDDwU/PelmXARG/Xr21 0Epi2kio/eNNOwuTEyVkQYiMuVyvnD6sYfEohXXA= Feedback-ID: b6CpL0MxcIA6fpHRkn3ZHzWS0Hoqxbtv_SrHfEzC9D85cLvnRsVk4rKaAOJUw48iy20W0W1VX4whjBYFluIX0w==:Ext:ProtonMail X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 185.70.40.22 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:240866 Archived-At: Let me know if I'm just insane... On a clean checkout of master, I do: $ make -j6 bootstrap ... LC_ALL=3DC ./temacs -batch -l loadup --temacs=3Dpdump Loading loadup.el (source)... dump mode: pdump Using load-path (/home/michael/devel/emacs/master/lisp) Loading emacs-lisp/byte-run... Loading emacs-lisp/backquote... Loading subr... ... Loading menu-bar... Loading tab-bar.el (source)... Eager macro-expansion failure: (error "(require cl-lib) while preparing= to dump") Eager macro-expansion failure: (error "(require cl-lib) while preparing= to dump") (require cl-lib) while preparing to dump make[2]: *** [Makefile:584: emacs.pdmp] Error 255 Is there a reason I'm the only one seeing this. TIA -- MICHAEL@MAUGER.COM // FSF and EFF member // GNU Emacs sql.el maintainer