GNU bug report logs - #12565
24.2.50; bootstrap failure: semantic-displayor-tooltip-mode

Previous Next

Package: emacs;

Reported by: Stephen Berman <stephen.berman <at> gmx.net>

Date: Tue, 2 Oct 2012 22:41:02 UTC

Severity: normal

Tags: moreinfo, unreproducible

Found in version 24.2.50

Done: Stephen Berman <stephen.berman <at> gmx.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 12565 in the body.
You can then email your comments to 12565 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#12565; Package emacs. (Tue, 02 Oct 2012 22:41:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Stephen Berman <stephen.berman <at> gmx.net>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 02 Oct 2012 22:41:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Stephen Berman <stephen.berman <at> gmx.net>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.2.50; bootstrap failure: semantic-displayor-tooltip-mode
Date: Wed, 03 Oct 2012 00:40:07 +0200
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




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#12565; Package emacs. (Tue, 02 Oct 2012 22:58:01 GMT) Full text and rfc822 format available.

Message #8 received at 12565 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Stephen Berman <stephen.berman <at> gmx.net>
Cc: 12565 <at> debbugs.gnu.org
Subject: Re: bug#12565: 24.2.50;
	bootstrap failure: semantic-displayor-tooltip-mode
Date: Tue, 02 Oct 2012 18:56:32 -0400
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




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#12565; Package emacs. (Tue, 02 Oct 2012 23:09:02 GMT) Full text and rfc822 format available.

Message #11 received at 12565 <at> debbugs.gnu.org (full text, mbox):

From: Stephen Berman <stephen.berman <at> gmx.net>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 12565 <at> debbugs.gnu.org
Subject: Re: bug#12565: 24.2.50;
	bootstrap failure: semantic-displayor-tooltip-mode
Date: Wed, 03 Oct 2012 01:07:58 +0200
On Tue, 02 Oct 2012 18:56:32 -0400 Glenn Morris <rgm <at> 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




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#12565; Package emacs. (Tue, 02 Oct 2012 23:18:02 GMT) Full text and rfc822 format available.

Message #14 received at 12565 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Stephen Berman <stephen.berman <at> gmx.net>
Cc: 12565 <at> debbugs.gnu.org
Subject: Re: bug#12565: 24.2.50;
	bootstrap failure: semantic-displayor-tooltip-mode
Date: Tue, 02 Oct 2012 19:16:59 -0400
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.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#12565; Package emacs. (Wed, 03 Oct 2012 07:05:01 GMT) Full text and rfc822 format available.

Message #17 received at 12565 <at> debbugs.gnu.org (full text, mbox):

From: David Engster <deng <at> randomsample.de>
To: Glenn Morris <rgm <at> gnu.org>
Cc: Stephen Berman <stephen.berman <at> gmx.net>, 12565 <at> debbugs.gnu.org
Subject: Re: bug#12565: 24.2.50;
	bootstrap failure: semantic-displayor-tooltip-mode
Date: Wed, 03 Oct 2012 09:03:58 +0200
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




Reply sent to Stephen Berman <stephen.berman <at> gmx.net>:
You have taken responsibility. (Wed, 03 Oct 2012 10:41:01 GMT) Full text and rfc822 format available.

Notification sent to Stephen Berman <stephen.berman <at> gmx.net>:
bug acknowledged by developer. (Wed, 03 Oct 2012 10:41:02 GMT) Full text and rfc822 format available.

Message #22 received at 12565-done <at> debbugs.gnu.org (full text, mbox):

From: Stephen Berman <stephen.berman <at> gmx.net>
To: David Engster <deng <at> randomsample.de>
Cc: Glenn Morris <rgm <at> gnu.org>, 12565-done <at> debbugs.gnu.org
Subject: Re: bug#12565: 24.2.50;
	bootstrap failure: semantic-displayor-tooltip-mode
Date: Wed, 03 Oct 2012 12:39:27 +0200
On Wed, 03 Oct 2012 09:03:58 +0200 David Engster <deng <at> 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




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#12565; Package emacs. (Wed, 03 Oct 2012 17:38:01 GMT) Full text and rfc822 format available.

Message #25 received at 12565 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Stephen Berman <stephen.berman <at> gmx.net>
Cc: stephen.berman <at> gmx.net, 12565 <at> debbugs.gnu.org
Subject: Re: bug#12565: 24.2.50;
	bootstrap failure: semantic-displayor-tooltip-mode
Date: Wed, 03 Oct 2012 19:36:38 +0200
> From: Stephen Berman <stephen.berman <at> gmx.net>
> Date: Wed, 03 Oct 2012 12:39:27 +0200
> Cc: 12565-done <at> debbugs.gnu.org
> 
> On Wed, 03 Oct 2012 09:03:58 +0200 David Engster <deng <at> 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.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#12565; Package emacs. (Wed, 03 Oct 2012 18:47:01 GMT) Full text and rfc822 format available.

Message #28 received at 12565 <at> debbugs.gnu.org (full text, mbox):

From: Stephen Berman <stephen.berman <at> gmx.net>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 12565 <at> debbugs.gnu.org
Subject: Re: bug#12565: 24.2.50;
	bootstrap failure: semantic-displayor-tooltip-mode
Date: Wed, 03 Oct 2012 20:46:39 +0200
On Wed, 03 Oct 2012 19:36:38 +0200 Eli Zaretskii <eliz <at> gnu.org> wrote:

>> From: Stephen Berman <stephen.berman <at> gmx.net>
>> Date: Wed, 03 Oct 2012 12:39:27 +0200
>> Cc: 12565-done <at> debbugs.gnu.org
>> 
>> On Wed, 03 Oct 2012 09:03:58 +0200 David Engster <deng <at> 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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 01 Nov 2012 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 12 years and 311 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.