[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building a release tarball generates trampoline files in eln-cache
From: |
Eli Zaretskii |
Subject: |
Re: Building a release tarball generates trampoline files in eln-cache |
Date: |
Sat, 16 Oct 2021 12:30:02 +0300 |
> From: Andrea Corallo <akrl@sdf.org>
> Cc: kbrown@cornell.edu, emacs-devel@gnu.org
> Date: Sat, 16 Oct 2021 09:04:28 +0000
>
> Eli Zaretskii <eliz@gnu.org> writes:
>
> >> From: Andrea Corallo <akrl@sdf.org>
> >> 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.
- Re: Building a release tarball generates trampoline files in eln-cache, (continued)
- Re: Building a release tarball generates trampoline files in eln-cache, Eli Zaretskii, 2021/10/09
- Re: Building a release tarball generates trampoline files in eln-cache, Ken Brown, 2021/10/09
- Re: Building a release tarball generates trampoline files in eln-cache, Ken Brown, 2021/10/09
- Re: Building a release tarball generates trampoline files in eln-cache, Eli Zaretskii, 2021/10/09
- Re: Building a release tarball generates trampoline files in eln-cache, Andrea Corallo, 2021/10/13
- Re: Building a release tarball generates trampoline files in eln-cache, Eli Zaretskii, 2021/10/14
- Re: Building a release tarball generates trampoline files in eln-cache, Andrea Corallo, 2021/10/15
- Re: Building a release tarball generates trampoline files in eln-cache, Ken Brown, 2021/10/15
- Re: Building a release tarball generates trampoline files in eln-cache, Eli Zaretskii, 2021/10/16
- Re: Building a release tarball generates trampoline files in eln-cache, Andrea Corallo, 2021/10/16
- Re: Building a release tarball generates trampoline files in eln-cache,
Eli Zaretskii <=
- Re: Building a release tarball generates trampoline files in eln-cache, Eli Zaretskii, 2021/10/16
- Re: Building a release tarball generates trampoline files in eln-cache, Ken Brown, 2021/10/16
- Re: Building a release tarball generates trampoline files in eln-cache, Andrea Corallo, 2021/10/16
- Re: Building a release tarball generates trampoline files in eln-cache, Eli Zaretskii, 2021/10/17
- Re: Building a release tarball generates trampoline files in eln-cache, Andrea Corallo, 2021/10/18
- Re: Building a release tarball generates trampoline files in eln-cache, Eli Zaretskii, 2021/10/27