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: Loading tramp for dump goes into infinite regress Date: Sun, 24 Jul 2022 16:34:44 +0300 Message-ID: <83sfmqfxcb.fsf@gnu.org> References: <8735erhrlg.fsf@gmx.de> <83wnc2g0n8.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1978"; mail-complaints-to="usenet@ciao.gmane.io" Cc: michael.albinus@gmx.de, emacs-devel@gnu.org To: Lynn Winebarger Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jul 24 15:35:31 2022 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 1oFblb-0000L4-5x for ged-emacs-devel@m.gmane-mx.org; Sun, 24 Jul 2022 15:35:31 +0200 Original-Received: from localhost ([::1]:55528 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oFblZ-0006DP-UD for ged-emacs-devel@m.gmane-mx.org; Sun, 24 Jul 2022 09:35:29 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35322) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oFbkr-0005O5-Bp for emacs-devel@gnu.org; Sun, 24 Jul 2022 09:34:45 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:59158) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oFbkr-0002Tq-3F; Sun, 24 Jul 2022 09:34:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=URQPWtSY/1vMRUUoTgHqJP+m6MLS8n3ZiWhPfKgUFuU=; b=Wg12H9kpNczy jjOQOI83TFa4cL1PCmnhvEaTqy9KD9mecDKuluw+GdedYiM6G8hdN2WH6VDjrcuHqBChjN1qEYkXn /Wmm66p/y1FVCWsL2vBgr0Lp9x+6IaObtk7Bi7rmrdSU7W8WG5r2ItA2Y1ioESs0IL+u5VL5BIo6H G5ZKcxgtjTIe5sjXHC6jfXQoux0RLIXDd0tVb4fWPXH37oSqY0AkZ/aaTXJkfoMHIyQj8JJdXQOJD 06GFfQ+NW9ttuzrh+dpu+wDzRDbb0AdX66sEqyBkuQfGD07Gtr9DMAgbIeZnjwkoTsbGnp+fAm6qR UiTDeKuX9yYERy/BFhwU8A==; Original-Received: from [87.69.77.57] (port=3533 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 1oFbkq-0006Lt-JJ; Sun, 24 Jul 2022 09:34:44 -0400 In-Reply-To: (message from Lynn Winebarger on Sun, 24 Jul 2022 09:30:34 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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:292587 Archived-At: > From: Lynn Winebarger > Date: Sun, 24 Jul 2022 09:30:34 -0400 > Cc: michael.albinus@gmx.de, emacs-devel@gnu.org > > > Note that Michael asked you to show specific commands you used, so he > > could try reproducing the problems you see, but you haven't provided > > any such commands, only a rather general description of what you are > > trying to do. > > > > Can you please show the shell commands that you use to do the loading > > step? > > That would be "make -j$(nproc)", which seems unhelpful. I mean the actual command that loads and dumps all the stuff. If you are using the Emacs Makefile's, I guess it's something like this: ./temacs -batch -l loadup --temacs=pdump Or did you modify the Makefile's in the tree?