emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Master HEAD build failure?


From: Tim Cross
Subject: Re: Master HEAD build failure?
Date: Thu, 30 Sep 2021 11:36:08 +1000
User-agent: mu4e 1.7.0; emacs 28.0.50

Glenn Morris <rgm@gnu.org> writes:

> Tim Cross wrote:
>
>> make[3]: Entering directory '/home/tim/git/emacs/lisp'
> [...]
>> desired fingerprint:
>> 85f312322694a812c6415eae9aea6afbbc20b2924e0617f410218006e1fc48c8
>> found fingerprint:
>> 2db1c43551c18cfe037e9db53b353bb37add978d1134069ed31ee14138e7d2fc
>> emacs: could not load dump file
>> "/usr/local/libexec/emacs/28.0.50/x86_64-pc-linux-gnu/emacs.pdmp": not
>> built for this Emacs executable
>
> A build failure is a bug and should be reported as such.
> Anyway, the problem is that the build is finding a previously installed
> pdmp file in preference to the one in the build tree.
> (I feel like this was reported before.)
> Using the fingerprint in the pdmp name would avoid this, but there has
> been no progress on this (bug#42790).


thanks Glenn. I also noticed the aparent reference to the previously
installed emacs version and figured it looked wrong. I tried manually
removing the previous installed version of Emacs from /usr/local/* and
then did

make extraclean
./autogen.sh
./configure
make bootstrap

and now get a segmentation fault i.e.

Loading bindings (source)...
Fatal error 11: Segmentation fault
make[3]: *** [Makefile:309: emacs-lisp/macroexp.elc] Segmentation fault (core 
dumped)
make[3]: Leaving directory '/home/tim/git/emacs/lisp'
make[2]: *** [Makefile:850: bootstrap-emacs.pdmp] Error 2
make[2]: Leaving directory '/home/tim/git/emacs/src'
make[1]: *** [Makefile:449: src] Error 2
make[1]: Leaving directory '/home/tim/git/emacs'
make: *** [Makefile:1147: bootstrap] Error 2

This was on a virtual machine running Ubuntu Mate 21.04 and which built
fine earlier this week.

If make extraclean and make bootstrap doesn't resolve this issue, what
needs to be done to get Emacs to build?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]