GNU bug report logs - #7293
Compilation Error

Previous Next

Package: emacs;

Reported by: Noah Lavine <noah.b.lavine <at> gmail.com>

Date: Thu, 28 Oct 2010 00:12:02 UTC

Severity: normal

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Noah Lavine <noah.b.lavine <at> gmail.com>
Cc: 7293 <at> debbugs.gnu.org
Subject: bug#7293: Compilation Error
Date: Thu, 28 Oct 2010 10:11:27 -0400
> After running
> make distclean
> ./configure --with-ns       (on Mac OS X),
> make
[...]
> In toplevel form:
> eshell/esh-util.el:642:13:Error: Cannot open load file: tramp-fish
> make[2]: *** [eshell/esh-util.elc] Error 1
> make[1]: *** [compile-main] Error 2
> make: *** [lisp] Error 2

BTW, if you want to avoid bootstrapping, errors like the above can
often/sometimes be solved by "trying harder".  I.e.

   make -k
   make
   
where the "-k" forces "make" to keep compiling subsequent files,
which will often result in eliminating the source of the problem, so the
subsequent "make" then can finish successfully.


        Stefan




This bug report was last modified 14 years and 266 days ago.

Previous Next


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