emacs-devel
[Top][All Lists]
Advanced

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

Re: Build errors in sources fetched yesterday


From: Eli Zaretskii
Subject: Re: Build errors in sources fetched yesterday
Date: Thu, 12 Nov 2015 19:41:30 +0200

> From: John Wiegley <address@hidden>
> Date: Thu, 12 Nov 2015 08:28:49 -0800
> Cc: address@hidden
> 
> If the version before you pulled worked, you should be able to track down
> which commit broke the build using these commands:
> 
>     git bisect start
>     git bisect bad
>     git bisect good address@hidden
>     git bisect run make
> 
> Use "git bisect reset" to get yourself out of the bisecting state.

I don't think there is a bug (the current master builds for me), so
bisecting it will not help.

I'm pretty sure this happens because one or more stale *.elc files
cause this.  Normally, we advise people to bootstrap, but Richard's
machine is too slow for that, so he'll need to find the offending
*.elc files and delete them.  My crystal ball says it's ede.elc, but
if that doesn't help, I'd suggest deleting all the *.elc files under
lisp/cedet/, and then trying again.



reply via email to

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