GNU bug report logs - #11649
Some compilation woes

Previous Next

Package: emacs;

Reported by: Juanma Barranquero <lekktu <at> gmail.com>

Date: Fri, 8 Jun 2012 13:23:02 UTC

Severity: normal

Found in version 24.1.50

Done: Juanma Barranquero <lekktu <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #77 received at 11649 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: lekktu <at> gmail.com, 11649 <at> debbugs.gnu.org
Subject: Re: bug#11649: 24.1.50; Some compilation woes
Date: Thu, 14 Jun 2012 20:10:02 +0300
> From: Stefan Monnier <monnier <at> iro.umontreal.ca>
> Cc: lekktu <at> gmail.com,  11649 <at> debbugs.gnu.org
> Date: Wed, 13 Jun 2012 23:32:21 -0400
> 
> >> >> I could swear I saw Andreas's recipe, but I can't find it again in
> >> >> my emails.  Could someone resend it, please?
> >> >   find -name "*.elc" -delete && make
> >> Hmm... I was thinking of something else.  Maybe I dreamt it.
> >> In any case, the above recipe does not exhibit any problem for me.
> >> Any other recipe?
> > What specific problem you are trying to reproduce?
> 
> The "invalid byte code" errors.

All I needed on GNU/Linux was this:

  make bootstrap
  cd lisp
  find . -name "*.el" -exec touch "{}" ";"
  make recompile

Don't you see it?




This bug report was last modified 13 years and 57 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.