all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#21753: git tip bootstrap failure: custom needs pcase
@ 2015-10-25  7:40 Sam Steingold
  2015-10-25 11:27 ` Artur Malabarba
  0 siblings, 1 reply; 2+ messages in thread
From: Sam Steingold @ 2015-10-25  7:40 UTC (permalink / raw)
  To: 21753

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/>





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

* bug#21753: git tip bootstrap failure: custom needs pcase
  2015-10-25  7:40 bug#21753: git tip bootstrap failure: custom needs pcase Sam Steingold
@ 2015-10-25 11:27 ` Artur Malabarba
  0 siblings, 0 replies; 2+ messages in thread
From: Artur Malabarba @ 2015-10-25 11:27 UTC (permalink / raw)
  To: Sam Steingold; +Cc: 21753-done

This was fixed by Paul when he reverted my bad commit.

2015-10-25 7:40 GMT+00:00 Sam Steingold <sds@podval.org>:
> 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/>
>
>
>





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

end of thread, other threads:[~2015-10-25 11:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-25  7:40 bug#21753: git tip bootstrap failure: custom needs pcase Sam Steingold
2015-10-25 11:27 ` Artur Malabarba

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.