From: Dan Nicolaescu <dann@ics.uci.edu>
To: "Juanma Barranquero" <lekktu@gmail.com>
Cc: Bill Wohler <wohler@newt.com>, emacs-devel@gnu.org
Subject: Re: Error compiling mh stuff
Date: Wed, 18 Jul 2007 09:07:10 -0700 [thread overview]
Message-ID: <200707181607.l6IG7Een016474@oogie-boogie.ics.uci.edu> (raw)
In-Reply-To: <f7ccd24b0707180822j2db6ee6cn1e69605df3ba2863@mail.gmail.com> (Juanma Barranquero's message of "Wed\, 18 Jul 2007 17\:22\:02 +0200")
"Juanma Barranquero" <lekktu@gmail.com> writes:
> On 7/18/07, Bill Wohler <wohler@newt.com> wrote:
>
> > so I suspect that you
> > have a .elc mismatch. Try to remove lisp/mh-e/*.elc and make
> > recompile. Failing that, try make bootstrap.
>
> I found this problem while bootstrapping :)
I got the same problem a couple of times on a Fedora machine when
using make -j2. In a different thread Andreas posted this patch:
--- Makefile.in 24 Apr 2007 10:31:30 +0200 1.85
+++ Makefile.in 27 Jun 2007 19:01:20 +0200
@@ -239,7 +239,7 @@ MH_E_SRC = $(lisp)/mh-e/mh-acros.el $(li
$(lisp)/mh-e/mh-xface.el
mh-autoloads: $(lisp)/mh-e/mh-loaddefs.el
-$(lisp)/mh-e/mh-loaddefs.el: $(MH_E_SRC)
+$(lisp)/mh-e/mh-loaddefs.el: $(lisp)/subdirs.el $(MH_E_SRC)
echo ";;; mh-loaddefs.el --- automatically extracted autoloads" > $@
echo "" >> $@
echo ";; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc." >> $@
that seemed to help. Does it fix your issue too?
next prev parent reply other threads:[~2007-07-18 16:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-17 10:18 Error compiling mh stuff Juanma Barranquero
2007-07-18 14:26 ` Bill Wohler
2007-07-18 15:22 ` Juanma Barranquero
2007-07-18 16:07 ` Dan Nicolaescu [this message]
2007-07-18 18:41 ` Eli Zaretskii
2007-07-23 9:15 ` Juanma Barranquero
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200707181607.l6IG7Een016474@oogie-boogie.ics.uci.edu \
--to=dann@ics.uci.edu \
--cc=emacs-devel@gnu.org \
--cc=lekktu@gmail.com \
--cc=wohler@newt.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.