unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Bootstrap error using tla
@ 2004-03-28  7:07 Lőrentey Károly
  2004-03-28 17:38 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: Lőrentey Károly @ 2004-03-28  7:07 UTC (permalink / raw)


I get the following error while make bootstrapping the latest Emacs
sources (checked out using Arch):

,----
| Compiling .../emacs--cvs-trunk--0--patch-174/lisp/eshell/esh-module.el
| Loading ange-ftp (source)...
| 
| In toplevel form:
| ../../lisp/eshell/esh-module.el:29:13:Error: Symbol's value as variable is void: find-file-not-found-hook
| make[1]: *** [compile] Error 1
| make[1]: Leaving directory `.../emacs--cvs-trunk--0--patch-174/+build/lisp'
| make: *** [bootstrap] Error 2
`----

Changing a line in vc-hooks.el got rid of the error for me, but I have
no idea if it's a correct fix or not:

--- orig/lisp/vc-hooks.el
+++ mod/lisp/vc-hooks.el
@@ -772,7 +772,7 @@
   ;; from a previous visit.
   (vc-file-clearprops buffer-file-name)
   (let ((backend (vc-backend buffer-file-name)))
-    (if backend (vc-call-backend backend find-file-not-found-hook))))
+    (if backend (vc-call-backend backend 'find-file-not-found-hook))))

 (defun vc-default-find-file-not-found-hook (backend)
   (if (yes-or-no-p

-- 
Károly

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bootstrap error using tla
  2004-03-28  7:07 Bootstrap error using tla Lőrentey Károly
@ 2004-03-28 17:38 ` Stefan Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2004-03-28 17:38 UTC (permalink / raw)
  Cc: emacs-devel

> -    (if backend (vc-call-backend backend find-file-not-found-hook))))
> +    (if backend (vc-call-backend backend 'find-file-not-found-hook))))

Thanks, that was the right fix.


        Stefan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-03-28 17:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-28  7:07 Bootstrap error using tla Lőrentey Károly
2004-03-28 17:38 ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).