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: Building a release tarball generates trampoline files in eln-cache Date: Sat, 16 Oct 2021 12:30:02 +0300 Message-ID: <83zgr9gvvp.fsf@gnu.org> References: <8335pay5j0.fsf@gnu.org> <83pmsew854.fsf@gnu.org> <44da1bfa-9e13-07e9-10fe-27018f7d1369@cornell.edu> <83h7dqw0ga.fsf@gnu.org> <83h7dkm8n4.fsf@gnu.org> <831r4lid0n.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17379"; mail-complaints-to="usenet@ciao.gmane.io" Cc: kbrown@cornell.edu, emacs-devel@gnu.org To: Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Oct 16 11:31:44 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 1mbg2a-0004MR-By for ged-emacs-devel@m.gmane-mx.org; Sat, 16 Oct 2021 11:31:44 +0200 Original-Received: from localhost ([::1]:56004 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mbg2Y-0000sZ-59 for ged-emacs-devel@m.gmane-mx.org; Sat, 16 Oct 2021 05:31:42 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51474) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mbg10-0008V1-76 for emacs-devel@gnu.org; Sat, 16 Oct 2021 05:30:06 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44176) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mbg0y-0002rR-FS; Sat, 16 Oct 2021 05:30:04 -0400 Original-Received: from [87.69.77.57] (port=2343 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 1mbg0w-0005hS-8k; Sat, 16 Oct 2021 05:30:03 -0400 In-Reply-To: (message from Andrea Corallo on Sat, 16 Oct 2021 09:04:28 +0000) 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:277162 Archived-At: > From: Andrea Corallo > Cc: kbrown@cornell.edu, emacs-devel@gnu.org > Date: Sat, 16 Oct 2021 09:04:28 +0000 > > Eli Zaretskii writes: > > >> From: Andrea Corallo > >> Cc: eggert@cs.ucla.edu, kbrown@cornell.edu, emacs-devel@gnu.org > >> Date: Fri, 15 Oct 2021 07:35:49 +0000 > >> > >> ced72b6e4c should fix this, please have a look if it works for you when > >> you've the time. > > > > Thanks. Now those subr--trampoline*.eln files are no longer under > > eln-cache, but they are directly under native-lisp/, not under its > > 28.0.60-xxxx/ subdirectory. That doesn't sound right, does it? > > Correct, it does not. 2971a6890f hopefully should fix this. Will test shortly. > Sorry I don't know how to test the build over the release tarball so > haven't tested it, unless I've made some other stupid error this should > work. Testing this is simple: after you build Emacs normally, do this: $ ./make-dist --snapshot --no-compress --no-check $ tar -xf emacs-28.0.60.tar $ cd emacs-28.0.60 $ ./configure ... && make -jN > > lisp/emacs-lisp/seq.elc: Error: Symbol’s function definition is void: gv-setter > > lisp/term/xterm.elc: Error: Symbol’s function definition is void: t > > > > Ken, don't you see this problem in your Cygwin build of the pretest > > tarball? > > Perhaps he still had the necessary trampolines previously compiled > reachable by Emacs? Maybe.