all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: CHENG Gao <chenggao@royau.me>
To: emacs-devel@gnu.org
Subject: Re: Emacs Git make bootstrap failure - idna related
Date: Tue, 29 Dec 2015 01:39:12 +0800	[thread overview]
Message-ID: <m2mvsu322n.fsf@royau.me> (raw)
In-Reply-To: 87wpryv7eu.fsf@gnus.org


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.





  parent reply	other threads:[~2015-12-28 17:39 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-28 13:04 Emacs Git make bootstrap failure - idna related CHENG Gao
2015-12-28 16:56 ` Lars Ingebrigtsen
2015-12-28 17:13   ` Eli Zaretskii
2015-12-28 17:16   ` Paul Eggert
2015-12-28 17:19     ` Lars Ingebrigtsen
2015-12-28 17:39   ` CHENG Gao [this message]
2015-12-28 17:43     ` Lars Ingebrigtsen
2015-12-28 18:04       ` CHENG Gao
2015-12-28 18:18   ` Lars Ingebrigtsen
2015-12-28 19:54     ` Use IDNA on all network connections Lars Ingebrigtsen
2015-12-28 23:12       ` Lars Ingebrigtsen
2015-12-28 23:34         ` Lars Ingebrigtsen
2015-12-29  1:55           ` Paul Eggert
2015-12-29  9:03             ` Lars Ingebrigtsen
2015-12-29 11:43               ` Lars Ingebrigtsen
2015-12-29 16:05                 ` Eli Zaretskii
2015-12-29 16:28                   ` Lars Ingebrigtsen
2015-12-29 16:38                     ` Eli Zaretskii
2015-12-29 16:47                       ` Lars Ingebrigtsen
2015-12-30  9:04                         ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2mvsu322n.fsf@royau.me \
    --to=chenggao@royau.me \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.