all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#16020: 24.3.50; wisent asks questions during build
@ 2013-12-01  9:28 Jan Djärv
  2013-12-01  9:49 ` Jan Djärv
  2013-12-01 17:21 ` Glenn Morris
  0 siblings, 2 replies; 5+ messages in thread
From: Jan Djärv @ 2013-12-01  9:28 UTC (permalink / raw)
  To: 16020


Hello.

When compiling a fresh trunk (revno: 115320), compilation stops and a question is asked:

EMACSLOADPATH= "../../src/emacs" -batch --no-site-file --no-site-lisp -l semantic/wisent/grammar -f wisent-batch-make-parser -o "../../lisp/cedet/semantic/wisent/javat-wy.el" ./java-tags.wy
Source file `/Users/jhd/src/emacs/breakage/lisp/cedet/semantic/db.el' newer than byte-compiled file
Loading semantic/db-file...
Saving file /Users/jhd/src/emacs/breakage/lisp/cedet/semantic/wisent/javat-wy.el...
Wrote /Users/jhd/src/emacs/breakage/lisp/cedet/semantic/wisent/javat-wy.el
Create directory /Users/jhd/.emacs.d/semanticdb/ for SemanticDB? (y or n) 

Please remove this, it breaks unattended compiles.

Thanks.

	Jan D.






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

* bug#16020: 24.3.50; wisent asks questions during build
  2013-12-01  9:28 bug#16020: 24.3.50; wisent asks questions during build Jan Djärv
@ 2013-12-01  9:49 ` Jan Djärv
  2013-12-01 17:21 ` Glenn Morris
  1 sibling, 0 replies; 5+ messages in thread
From: Jan Djärv @ 2013-12-01  9:49 UTC (permalink / raw)
  To: 16020

Hello.

1 dec 2013 kl. 10:28 skrev Jan Djärv <jan.h.d@swipnet.se>:

> 
> Hello.
> 
> When compiling a fresh trunk (revno: 115320), compilation stops and a question is asked:
> 
> EMACSLOADPATH= "../../src/emacs" -batch --no-site-file --no-site-lisp -l semantic/wisent/grammar -f wisent-batch-make-parser -o "../../lisp/cedet/semantic/wisent/javat-wy.el" ./java-tags.wy
> Source file `/Users/jhd/src/emacs/breakage/lisp/cedet/semantic/db.el' newer than byte-compiled file
> Loading semantic/db-file...
> Saving file /Users/jhd/src/emacs/breakage/lisp/cedet/semantic/wisent/javat-wy.el...
> Wrote /Users/jhd/src/emacs/breakage/lisp/cedet/semantic/wisent/javat-wy.el
> Create directory /Users/jhd/.emacs.d/semanticdb/ for SemanticDB? (y or n) 
> 
> Please remove this, it breaks unattended compiles.


... and you can't answer questions when compiling from within Emacs.

	Jan D.






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

* bug#16020: 24.3.50; wisent asks questions during build
  2013-12-01  9:28 bug#16020: 24.3.50; wisent asks questions during build Jan Djärv
  2013-12-01  9:49 ` Jan Djärv
@ 2013-12-01 17:21 ` Glenn Morris
  2013-12-01 17:39   ` Jan Djärv
  1 sibling, 1 reply; 5+ messages in thread
From: Glenn Morris @ 2013-12-01 17:21 UTC (permalink / raw)
  To: Jan Djärv; +Cc: 16020

Jan Djärv wrote:

> When compiling a fresh trunk (revno: 115320), compilation stops and a question is asked:
>
> EMACSLOADPATH= "../../src/emacs" -batch --no-site-file --no-site-lisp -l semantic/wisent/grammar -f wisent-batch-make-parser -o "../../lisp/cedet/semantic/wisent/javat-wy.el" ./java-tags.wy
> Source file `/Users/jhd/src/emacs/breakage/lisp/cedet/semantic/db.el' newer than byte-compiled file

Obviously this is not a "fresh trunk", since you have stale .elc files.
Remove those, and this should go away.





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

* bug#16020: 24.3.50; wisent asks questions during build
  2013-12-01 17:21 ` Glenn Morris
@ 2013-12-01 17:39   ` Jan Djärv
  2013-12-02  1:19     ` Glenn Morris
  0 siblings, 1 reply; 5+ messages in thread
From: Jan Djärv @ 2013-12-01 17:39 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 16020

Hello.

1 dec 2013 kl. 18:21 skrev Glenn Morris <rgm@gnu.org>:

> Jan Djärv wrote:
> 
>> When compiling a fresh trunk (revno: 115320), compilation stops and a question is asked:
>> 
>> EMACSLOADPATH= "../../src/emacs" -batch --no-site-file --no-site-lisp -l semantic/wisent/grammar -f wisent-batch-make-parser -o "../../lisp/cedet/semantic/wisent/javat-wy.el" ./java-tags.wy
>> Source file `/Users/jhd/src/emacs/breakage/lisp/cedet/semantic/db.el' newer than byte-compiled file
> 
> Obviously this is not a "fresh trunk", since you have stale .elc files.
> Remove those, and this should go away.

Ok, I thought the build system took care of that, i.e. recompiled all elc files.

	Jan D.






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

* bug#16020: 24.3.50; wisent asks questions during build
  2013-12-01 17:39   ` Jan Djärv
@ 2013-12-02  1:19     ` Glenn Morris
  0 siblings, 0 replies; 5+ messages in thread
From: Glenn Morris @ 2013-12-02  1:19 UTC (permalink / raw)
  To: 16020-done

Jan Djärv wrote:

> Ok, I thought the build system took care of that, i.e. recompiled all
> elc files.

It does recompile them all, eventually, but not necessarily in time for
them to be used, since we don't have dependency tracking for lisp files.
That's why `make bootstrap' deletes all .elc files first. So you won't
have these issues if you bootstrap.





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

end of thread, other threads:[~2013-12-02  1:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-01  9:28 bug#16020: 24.3.50; wisent asks questions during build Jan Djärv
2013-12-01  9:49 ` Jan Djärv
2013-12-01 17:21 ` Glenn Morris
2013-12-01 17:39   ` Jan Djärv
2013-12-02  1:19     ` Glenn Morris

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.