From: "d.henman" <dhenman@gmail.com>
To: <emacs-devel@gnu.org>
Subject: net/tramp build error
Date: Tue, 04 Sep 2007 10:57:15 +0900 [thread overview]
Message-ID: <20070904105715.2588@blackhawk> (raw)
I still encounter a bootstrap build error generated when compiling the
emacs/lisp/net/tramp-fish.el file.
---- in brief:
Compiling /usr/cvs/emacs/lisp/./net/tramp-cache.el
Wrote /usr/cvs/emacs/lisp/net/tramp-cache.elc
Compiling /usr/cvs/emacs/lisp/./net/tramp-fish.el
Loading subst-ksc...
Loading subst-gb2312...
Loading subst-big5...
Loading subst-jis...
In toplevel form:
net/tramp-fish.el:156:1:Error: Searching for program: no such file or directory, reg
make[2]: *** [compile] Error 1
make[2]: Leaving directory `/usr/cvs/emacs/lisp'
make[1]: *** [bootstrap-build] Error 2
make[1]: Leaving directory `/usr/cvs/emacs'
make: *** [bootstrap] Error 2
----
line 156 of tramp-fish.el where the build croaks is:
--> (require 'tramp)
---- but the file tramp.el is in the directory ../emacs/lisp/net (listing )
---- here is a directory snapshot of net after the build breakdown
$ ls /usr/cvs/emacs/lisp/net/tramp*
/usr/cvs/emacs/lisp/net/tramp-cache.el
/usr/cvs/emacs/lisp/net/tramp-cache.elc
/usr/cvs/emacs/lisp/net/tramp-fish.el
/usr/cvs/emacs/lisp/net/tramp-ftp.el
/usr/cvs/emacs/lisp/net/tramp-gw.el
/usr/cvs/emacs/lisp/net/tramp-smb.el
/usr/cvs/emacs/lisp/net/tramp-uu.el
/usr/cvs/emacs/lisp/net/tramp.el
/usr/cvs/emacs/lisp/net/trampver.el
----
Question: Would putting the 'require call inside an 'eval-when-compile solve my
problem.
Question: Why is compile not finding "tramp.el" (tramp.el isn't compiled till later
the way the build process works, but it should append .el to the "tramp"
and find it in the current working directory.
Any help is greatly appreciated,
Darel Henman
next reply other threads:[~2007-09-04 1:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-04 1:57 d.henman [this message]
2007-09-04 20:43 ` net/tramp build error Michael Albinus
2007-09-06 23:37 ` d.henman
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=20070904105715.2588@blackhawk \
--to=dhenman@gmail.com \
--cc=emacs-devel@gnu.org \
/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.