* bug#12565: 24.2.50; bootstrap failure: semantic-displayor-tooltip-mode
@ 2012-10-02 22:40 Stephen Berman
2012-10-02 22:56 ` Glenn Morris
0 siblings, 1 reply; 8+ messages in thread
From: Stephen Berman @ 2012-10-02 22:40 UTC (permalink / raw)
To: 12565
I just updated to trunk revision 110349, and make bootstrap failed:
Compiling /data/steve/bzr/emacs/quickfixes/lisp/cedet/semantic/complete.el
In toplevel form:
/data/steve/bzr/emacs/quickfixes/lisp/cedet/semantic/complete.el:1596:1:Error: Symbol's value as variable is void: semantic-displayor-tooltip-mode
make[3]: *** [cedet/semantic/complete.elc] Error 1
make[3]: Leaving directory `/data/steve/lib/emacs/gtk/lisp'
make[2]: *** [compile-main] Error 2
make[2]: Leaving directory `/data/steve/lib/emacs/gtk/lisp'
make[1]: *** [lisp] Error 2
make[1]: Leaving directory `/data/steve/lib/emacs/gtk'
make: *** [bootstrap] Error 2
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#12565: 24.2.50; bootstrap failure: semantic-displayor-tooltip-mode
2012-10-02 22:40 bug#12565: 24.2.50; bootstrap failure: semantic-displayor-tooltip-mode Stephen Berman
@ 2012-10-02 22:56 ` Glenn Morris
2012-10-02 23:07 ` Stephen Berman
0 siblings, 1 reply; 8+ messages in thread
From: Glenn Morris @ 2012-10-02 22:56 UTC (permalink / raw)
To: Stephen Berman; +Cc: 12565
Stephen Berman wrote:
> I just updated to trunk revision 110349, and make bootstrap failed:
Works for me, and for:
http://hydra.nixos.org/jobset/gnu/emacs-trunk
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#12565: 24.2.50; bootstrap failure: semantic-displayor-tooltip-mode
2012-10-02 22:56 ` Glenn Morris
@ 2012-10-02 23:07 ` Stephen Berman
2012-10-02 23:16 ` Glenn Morris
0 siblings, 1 reply; 8+ messages in thread
From: Stephen Berman @ 2012-10-02 23:07 UTC (permalink / raw)
To: Glenn Morris; +Cc: 12565
On Tue, 02 Oct 2012 18:56:32 -0400 Glenn Morris <rgm@gnu.org> wrote:
> Stephen Berman wrote:
>
>> I just updated to trunk revision 110349, and make bootstrap failed:
>
> Works for me, and for:
>
> http://hydra.nixos.org/jobset/gnu/emacs-trunk
Is there anything I call look for in my source tree (which is made with
bzr pull --overwrite from my trunk mirror) that would cause
bootstrapping to fail?
Steve Berman
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#12565: 24.2.50; bootstrap failure: semantic-displayor-tooltip-mode
2012-10-02 23:07 ` Stephen Berman
@ 2012-10-02 23:16 ` Glenn Morris
2012-10-03 7:03 ` David Engster
0 siblings, 1 reply; 8+ messages in thread
From: Glenn Morris @ 2012-10-02 23:16 UTC (permalink / raw)
To: Stephen Berman; +Cc: 12565
Presumably bzr status show nothing odd?
Phase of the moon?
make maintainer-clean and try again?
semantic-displayor-tooltip-mode is defined at semantic/complete.el:1550
so it's hard to see how it can be void at line 1596.
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#12565: 24.2.50; bootstrap failure: semantic-displayor-tooltip-mode
2012-10-02 23:16 ` Glenn Morris
@ 2012-10-03 7:03 ` David Engster
2012-10-03 10:39 ` Stephen Berman
0 siblings, 1 reply; 8+ messages in thread
From: David Engster @ 2012-10-03 7:03 UTC (permalink / raw)
To: Glenn Morris; +Cc: Stephen Berman, 12565
Glenn Morris writes:
> Presumably bzr status show nothing odd?
> Phase of the moon?
> make maintainer-clean and try again?
> semantic-displayor-tooltip-mode is defined at semantic/complete.el:1550
> so it's hard to see how it can be void at line 1596.
I must admit I've seen the same problem, but it "somehow went away" and
I was unable to reproduce it afterwards. Maybe it was a maintainer-clean
that fixed it.
`semantic-displayor-tooltip-mode' is an autoloaded defcustom, used again
later in the same file as a default for a slot's init-value through
`symbol-value'. Maybe that's considered bad style, I'm not sure, but I
wouldn't know how to achieve this in a better manner.
-David
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#12565: 24.2.50; bootstrap failure: semantic-displayor-tooltip-mode
2012-10-03 7:03 ` David Engster
@ 2012-10-03 10:39 ` Stephen Berman
2012-10-03 17:36 ` Eli Zaretskii
0 siblings, 1 reply; 8+ messages in thread
From: Stephen Berman @ 2012-10-03 10:39 UTC (permalink / raw)
To: David Engster; +Cc: 12565-done
On Wed, 03 Oct 2012 09:03:58 +0200 David Engster <deng@randomsample.de> wrote:
> Glenn Morris writes:
>> Presumably bzr status show nothing odd?
Actually, it listed lots of *.moved files from an earlier bzr bisect.
Should they have been there? Yet they didn't prevent previous
successful builds...
>> Phase of the moon?
>> make maintainer-clean and try again?
>> semantic-displayor-tooltip-mode is defined at semantic/complete.el:1550
>> so it's hard to see how it can be void at line 1596.
>
> I must admit I've seen the same problem,
Interesting, and somehow reassuring.
> but it "somehow went away" and
> I was unable to reproduce it afterwards. Maybe it was a maintainer-clean
> that fixed it.
I deleted the branch and branched again from trunk, and this time
bootstrapping worked. Maybe it was just a phase of the moon. Anyway,
there doesn't seem to be anything to pursue now, so I'm closing this
bug.
Steve Berman
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#12565: 24.2.50; bootstrap failure: semantic-displayor-tooltip-mode
2012-10-03 10:39 ` Stephen Berman
@ 2012-10-03 17:36 ` Eli Zaretskii
2012-10-03 18:46 ` Stephen Berman
0 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2012-10-03 17:36 UTC (permalink / raw)
To: Stephen Berman; +Cc: stephen.berman, 12565
> From: Stephen Berman <stephen.berman@gmx.net>
> Date: Wed, 03 Oct 2012 12:39:27 +0200
> Cc: 12565-done@debbugs.gnu.org
>
> On Wed, 03 Oct 2012 09:03:58 +0200 David Engster <deng@randomsample.de> wrote:
>
> > Glenn Morris writes:
> >> Presumably bzr status show nothing odd?
>
> Actually, it listed lots of *.moved files from an earlier bzr bisect.
> Should they have been there?
"bzr clean-tree --detritus" is your friend. But be sure to run it
with --dry-run first, if you have there precious files that are not
versioned.
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#12565: 24.2.50; bootstrap failure: semantic-displayor-tooltip-mode
2012-10-03 17:36 ` Eli Zaretskii
@ 2012-10-03 18:46 ` Stephen Berman
0 siblings, 0 replies; 8+ messages in thread
From: Stephen Berman @ 2012-10-03 18:46 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 12565
On Wed, 03 Oct 2012 19:36:38 +0200 Eli Zaretskii <eliz@gnu.org> wrote:
>> From: Stephen Berman <stephen.berman@gmx.net>
>> Date: Wed, 03 Oct 2012 12:39:27 +0200
>> Cc: 12565-done@debbugs.gnu.org
>>
>> On Wed, 03 Oct 2012 09:03:58 +0200 David Engster <deng@randomsample.de> wrote:
>>
>> > Glenn Morris writes:
>> >> Presumably bzr status show nothing odd?
>>
>> Actually, it listed lots of *.moved files from an earlier bzr bisect.
>> Should they have been there?
>
> "bzr clean-tree --detritus" is your friend. But be sure to run it
> with --dry-run first, if you have there precious files that are not
> versioned.
Thanks for the tip.
Steve Berman
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-10-03 18:46 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-02 22:40 bug#12565: 24.2.50; bootstrap failure: semantic-displayor-tooltip-mode Stephen Berman
2012-10-02 22:56 ` Glenn Morris
2012-10-02 23:07 ` Stephen Berman
2012-10-02 23:16 ` Glenn Morris
2012-10-03 7:03 ` David Engster
2012-10-03 10:39 ` Stephen Berman
2012-10-03 17:36 ` Eli Zaretskii
2012-10-03 18:46 ` Stephen Berman
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).