unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Emacs build fail while bootstrapping (error in byte-compilation of verilog-mode.el)
@ 2015-11-15 22:27 Aurélien Aptel
  2015-11-15 22:39 ` Aurélien Aptel
  0 siblings, 1 reply; 3+ messages in thread
From: Aurélien Aptel @ 2015-11-15 22:27 UTC (permalink / raw)
  To: Emacs development discussions

Hi,

I can't compile master (7cc233e1e3):

$ find -iname '*.o' -delete
$ find -iname '*.elc' -delete
$ rm -rf config.status configure config.log *~ src/emacs src/temacs
autom4te.cache
$ ./autogen.sh && ./configure && make -j8 bootstrap
... long output...
In toplevel form:
progmodes/verilog-mode.el:3335:1:Error: Symbol’s function definition
is void: \,@
Makefile:268: recipe for target 'progmodes/verilog-mode.elc' failed
make[3]: *** [progmodes/verilog-mode.elc] Error 1
make[3]: *** Waiting for unfinished jobs....

In sql-end-of-statement:
progmodes/sql.el:2781:31:Warning: looking-back called with 1 argument, but
    requires 2-3
make[3]: Leaving directory '/home/knarf/prog/c/emacs/emacs/lisp'
Makefile:291: recipe for target 'compile-main' failed
make[2]: *** [compile-main] Error 2
make[2]: Leaving directory '/home/knarf/prog/c/emacs/emacs/lisp'
Makefile:381: recipe for target 'lisp' failed
make[1]: *** [lisp] Error 2
make[1]: Leaving directory '/home/knarf/prog/c/emacs/emacs'
Makefile:1087: recipe for target 'bootstrap' failed
make: *** [bootstrap] Error 2

verilog-mode.el:3335 is empty but just before it there is this macro definition:

(defmacro verilog-save-scan-cache (&rest body)
  "Execute the BODY forms, allowing scan cache preservation within BODY.
This requires that insertions must use `verilog-insert'."
  ;; If the buffer is out of date, trash it, as we'll not check later the tick
  ;; Note this must work properly if there's multiple layers of calls
  ;; to verilog-save-scan-cache even with differing ticks.
  `(progn
     (unless (verilog-scan-cache-ok-p)   ; Must be before let
       (setq verilog-scan-cache-tick nil))
     (let* ((verilog-scan-cache-preserving (current-buffer)))
       (progn ,@body))))

If anyone has an idea...



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

* Re: Emacs build fail while bootstrapping (error in byte-compilation of verilog-mode.el)
  2015-11-15 22:27 Emacs build fail while bootstrapping (error in byte-compilation of verilog-mode.el) Aurélien Aptel
@ 2015-11-15 22:39 ` Aurélien Aptel
  2015-11-17 17:02   ` John Wiegley
  0 siblings, 1 reply; 3+ messages in thread
From: Aurélien Aptel @ 2015-11-15 22:39 UTC (permalink / raw)
  To: Emacs development discussions

I think commit 353f5e76641c3 introduced the problem. I can build before it.



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

* Re: Emacs build fail while bootstrapping (error in byte-compilation of verilog-mode.el)
  2015-11-15 22:39 ` Aurélien Aptel
@ 2015-11-17 17:02   ` John Wiegley
  0 siblings, 0 replies; 3+ messages in thread
From: John Wiegley @ 2015-11-17 17:02 UTC (permalink / raw)
  To: Aurélien Aptel; +Cc: Emacs development discussions

>>>>> Aurélien Aptel <aurelien.aptel+emacs@gmail.com> writes:

> I think commit 353f5e76641c3 introduced the problem. I can build before it.

I saw a patch to fix this, because someone had used ,@ outside of a backquoted
block. Is this still a problem for you?

John



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

end of thread, other threads:[~2015-11-17 17:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-15 22:27 Emacs build fail while bootstrapping (error in byte-compilation of verilog-mode.el) Aurélien Aptel
2015-11-15 22:39 ` Aurélien Aptel
2015-11-17 17:02   ` John Wiegley

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).