emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs Git make bootstrap failure - idna related


From: CHENG Gao
Subject: Re: Emacs Git make bootstrap failure - idna related
Date: Tue, 29 Dec 2015 01:39:12 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (darwin)

Seems it's not directly related to your new addition idna.el.

Error message is
,----
| Eager macro-expansion failure: (void-variable idna-program)
| 
| In toplevel form:
| gnus/deuglify.el:221:1:Error: Symbol’s value as variable is void: idna-program
| make[3]: *** [gnus/deuglify.elc] Error 1
| make[2]: *** [compile-main] Error 2
| make[1]: *** [lisp] Error 2
| make: *** [bootstrap] Error 2
`----

In gnus-art.el line 1628:
,----
| (defvar idna-program)
`----

In gnus-art.el line 1632:
,----
|                                 (require 'idna)
`----
But I did not see Lars added this into gnus-art.el after new idna.el
added. So what's THIS idna?

I have no idea, but guess the problem should be in gnus-art.el or gnus-sum.el.





reply via email to

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