emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#21753: closed (git tip bootstrap failure: custom n


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#21753: closed (git tip bootstrap failure: custom needs pcase)
Date: Sun, 25 Oct 2015 11:29:01 +0000

Your message dated Sun, 25 Oct 2015 11:27:43 +0000
with message-id <address@hidden>
and subject line Re: bug#21753: git tip bootstrap failure: custom needs pcase
has caused the debbugs.gnu.org bug report #21753,
regarding git tip bootstrap failure: custom needs pcase
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
21753: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21753
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: git tip bootstrap failure: custom needs pcase Date: Sun, 25 Oct 2015 03:40:57 -0400
the current git tip, "make bootstrap" fails with:

./temacs --batch --load loadup bootstrap
Loading loadup.el (source)...
Using load-path (/home/sds/src/emacs/trunk/lisp
/home/sds/src/emacs/trunk/lisp/emacs-lisp
/home/sds/src/emacs/trunk/lisp/language
/home/sds/src/emacs/trunk/lisp/international
/home/sds/src/emacs/trunk/lisp/textmodes
/home/sds/src/emacs/trunk/lisp/vc)
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading version (source)...
Loading widget (source)...
Loading custom (source)...
Symbol’s function definition is void: pcase

indeed, custom.el:custom-declare-variable uses pcase which is loaded
by loadup only later.

-- 
Sam Steingold <http://sds.podval.org> <http://www.childpsy.net/>



--- End Message ---
--- Begin Message --- Subject: Re: bug#21753: git tip bootstrap failure: custom needs pcase Date: Sun, 25 Oct 2015 11:27:43 +0000
This was fixed by Paul when he reverted my bad commit.

2015-10-25 7:40 GMT+00:00 Sam Steingold <address@hidden>:
> the current git tip, "make bootstrap" fails with:
>
> ./temacs --batch --load loadup bootstrap
> Loading loadup.el (source)...
> Using load-path (/home/sds/src/emacs/trunk/lisp
> /home/sds/src/emacs/trunk/lisp/emacs-lisp
> /home/sds/src/emacs/trunk/lisp/language
> /home/sds/src/emacs/trunk/lisp/international
> /home/sds/src/emacs/trunk/lisp/textmodes
> /home/sds/src/emacs/trunk/lisp/vc)
> Loading emacs-lisp/byte-run (source)...
> Loading emacs-lisp/backquote (source)...
> Loading subr (source)...
> Loading version (source)...
> Loading widget (source)...
> Loading custom (source)...
> Symbol’s function definition is void: pcase
>
> indeed, custom.el:custom-declare-variable uses pcase which is loaded
> by loadup only later.
>
> --
> Sam Steingold <http://sds.podval.org> <http://www.childpsy.net/>
>
>
>


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]