From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: emacs.pdmp not always rebuilt Date: Sun, 03 Oct 2021 17:52:12 +0300 Message-ID: <83h7dy88kj.fsf@gnu.org> References: <87h7dyqo02.fsf@gnus.org> <83k0iu8e2u.fsf@gnu.org> <87czomqmn6.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30999"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Oct 03 16:53:12 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mX2rX-0007qI-SC for ged-emacs-devel@m.gmane-mx.org; Sun, 03 Oct 2021 16:53:11 +0200 Original-Received: from localhost ([::1]:58954 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mX2rW-0005Vu-IT for ged-emacs-devel@m.gmane-mx.org; Sun, 03 Oct 2021 10:53:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58484) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mX2qm-0004EH-9w for emacs-devel@gnu.org; Sun, 03 Oct 2021 10:52:24 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49830) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mX2qm-0003Mr-0L; Sun, 03 Oct 2021 10:52:24 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4237 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mX2ql-00020Z-Jv; Sun, 03 Oct 2021 10:52:23 -0400 In-Reply-To: <87czomqmn6.fsf@gnus.org> (message from Lars Ingebrigtsen on Sun, 03 Oct 2021 15:10:53 +0200) 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:276114 Archived-At: > From: Lars Ingebrigtsen > Cc: emacs-devel@gnu.org > Date: Sun, 03 Oct 2021 15:10:53 +0200 > > Hm... perhaps what I'm working on is making the build process bug out > in a way that's not... communicated? I'm working on something in > subr.el... > > Aha! That was it. OK, sorry for the noise -- I was working on a macro > in subr.el, and that make loading simple.elc fail -- but in a way that's > not reported? Yes, see how the loadup'ed list is way too short: > LC_ALL=C ./temacs -batch -l loadup --temacs=pdump \ > --bin-dest /usr/local/bin/ --eln-dest /usr/local/lib/emacs/29.0.50/ > Loading loadup.el (source)... > Dump mode: pdump > Using load-path (/home/larsi/src/emacs/trunk/lisp) > Loading emacs-lisp/byte-run... > Loading emacs-lisp/backquote... > Loading subr... > Loading version... > Loading widget... > Loading custom... > Loading emacs-lisp/map-ynp... > Loading international/mule... > Loading international/mule-conf... > Loading env... > Loading format... > Loading bindings... > Loading window... > Loading files... > Loading emacs-lisp/macroexp... > Loading cus-face... > Loading faces... > Loading loaddefs.el (source)... > Loading button... > Loading emacs-lisp/nadvice... > Loading emacs-lisp/cl-preloaded... > Loading obarray... > Loading abbrev... > Loading simple... > cp -f emacs.pdmp bootstrap-emacs.pdmp This means something happened while loading simple.elc > That sounds like a bug, but... Yes, it would be good to avoid these "silent failures", they gave me my share of trouble.