GNU bug report logs -
#7293
Compilation Error
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 7293 in the body.
You can then email your comments to 7293 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#7293
; Package
emacs
.
(Thu, 28 Oct 2010 00:12:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Noah Lavine <noah.b.lavine <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Thu, 28 Oct 2010 00:12:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
After running
make distclean
./configure --with-ns (on Mac OS X),
make
I get
.... (lots of output that seems irrelevant) ....
cd lisp; make all \
CC='gcc' CFLAGS='-g -O2' CPPFLAGS='' \
LDFLAGS='' MAKE='make'
Compiling eshell/esh-util.el
Source file `/Users/noah/Desktop/emacs-repo/trunk/lisp/net/ange-ftp.el'
newer than byte-compiled file
Source file `/Users/noah/Desktop/emacs-repo/trunk/lisp/net/tramp.el'
newer than byte-compiled file
Loading tramp...
Source file `/Users/noah/Desktop/emacs-repo/trunk/lisp/net/trampver.el'
newer than byte-compiled file
Source file `/Users/noah/Desktop/emacs-repo/trunk/lisp/net/tramp-compat.el'
newer than byte-compiled file
Source file `/Users/noah/Desktop/emacs-repo/trunk/lisp/gnus/auth-source.el'
newer than byte-compiled file
Source file `/Users/noah/Desktop/emacs-repo/trunk/lisp/gnus/gnus-util.el'
newer than byte-compiled file
Source file `/Users/noah/Desktop/emacs-repo/trunk/lisp/net/tramp-cmds.el'
newer than byte-compiled file
Source file `/Users/noah/Desktop/emacs-repo/trunk/lisp/net/tramp-ftp.el'
newer than byte-compiled file
Source file `/Users/noah/Desktop/emacs-repo/trunk/lisp/net/tramp-smb.el'
newer than byte-compiled file
Source file `/Users/noah/Desktop/emacs-repo/trunk/lisp/net/tramp-cache.el'
newer than byte-compiled file
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
Thanks for any help,
Noah Lavine
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#7293
; Package
emacs
.
(Thu, 28 Oct 2010 01:14:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 7293 <at> debbugs.gnu.org (full text, mbox):
Noah Lavine wrote:
> make distclean
> ./configure --with-ns (on Mac OS X),
> make
Please try again with `make bootstrap'.
(Also you did not say what you version you are trying to build.)
> Source file `/Users/noah/Desktop/emacs-repo/trunk/lisp/net/ange-ftp.el'
> newer than byte-compiled file
Lots of stale .elc files.
> eshell/esh-util.el:642:13:Error: Cannot open load file: tramp-fish
Removed from trunk 2010-09-13. Presumably you have stale .elc file
still referring to it.
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#7293
; Package
emacs
.
(Thu, 28 Oct 2010 02:13:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 7293 <at> debbugs.gnu.org (full text, mbox):
That fixes things. I'm sorry - I had assumed make distclean would
remove all of the .elc files, but clearly it didn't.
Thank you!
Noah Lavine
On Wed, Oct 27, 2010 at 9:17 PM, Glenn Morris <rgm <at> gnu.org> wrote:
> Noah Lavine wrote:
>
>> make distclean
>> ./configure --with-ns (on Mac OS X),
>> make
>
> Please try again with `make bootstrap'.
> (Also you did not say what you version you are trying to build.)
>
>> Source file `/Users/noah/Desktop/emacs-repo/trunk/lisp/net/ange-ftp.el'
>> newer than byte-compiled file
>
> Lots of stale .elc files.
>
>> eshell/esh-util.el:642:13:Error: Cannot open load file: tramp-fish
>
> Removed from trunk 2010-09-13. Presumably you have stale .elc file
> still referring to it.
>
Reply sent
to
Glenn Morris <rgm <at> gnu.org>
:
You have taken responsibility.
(Thu, 28 Oct 2010 02:56:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Noah Lavine <noah.b.lavine <at> gmail.com>
:
bug acknowledged by developer.
(Thu, 28 Oct 2010 02:56:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 7293-done <at> debbugs.gnu.org (full text, mbox):
Noah Lavine wrote:
> That fixes things. I'm sorry - I had assumed make distclean would
> remove all of the .elc files, but clearly it didn't.
.elc files are supplied precompiled in the distribution tarfiles, and
so are not removed by distclean.
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#7293
; Package
emacs
.
(Thu, 28 Oct 2010 14:08:01 GMT)
Full text and
rfc822 format available.
Message #19 received at 7293 <at> debbugs.gnu.org (full text, mbox):
> 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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 26 Nov 2010 12:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 14 years and 206 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.