From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Masaru Nomiya Newsgroups: gmane.emacs.devel Subject: make bootstrap error Date: Sun, 30 Jul 2017 13:20:28 +0900 Message-ID: <877eyqh7xv.wl-nomiya@galaxy.dti.ne.jp> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-Trace: blaine.gmane.org 1501388476 32622 195.159.176.226 (30 Jul 2017 04:21:16 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 30 Jul 2017 04:21:16 +0000 (UTC) User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/26.0 Mule/6.0 (HANACHIRUSATO) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 30 06:21:13 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dbfj2-00080C-7x for ged-emacs-devel@m.gmane.org; Sun, 30 Jul 2017 06:21:08 +0200 Original-Received: from localhost ([::1]:54154 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dbfj7-0000Gz-Rg for ged-emacs-devel@m.gmane.org; Sun, 30 Jul 2017 00:21:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dbfiY-0000Gt-3B for emacs-devel@gnu.org; Sun, 30 Jul 2017 00:20:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dbfiU-0004ht-Nx for emacs-devel@gnu.org; Sun, 30 Jul 2017 00:20:37 -0400 Original-Received: from vsmtp03.dti.ne.jp ([202.216.231.138]:37073) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dbfiU-0004dW-72 for emacs-devel@gnu.org; Sun, 30 Jul 2017 00:20:34 -0400 Original-Received: from linux-uw5l.galaxy.dti.ne.jp (KD121108205168.ppp-bb.dion.ne.jp [121.108.205.168]) by vsmtp03.dti.ne.jp (3.11v) with ESMTP AUTH id v6U4KSkh005016 for ; Sun, 30 Jul 2017 13:20:28 +0900 (JST) X-cite-me: MN X-C-sig-version: Using c-sig version 3.8 X-detected-operating-system: by eggs.gnu.org: Windows NT kernel [generic] [fuzzy] X-Received-From: 202.216.231.138 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:217153 Archived-At: Hello, With the very latest git, I got 'make bootstrap error'; [...] make[4]: Leaving directory '/tmp/mas/emacs/leim' Directories for loaddefs: . ./calc ./calendar ./cedet ./cedet/ede ./cedet/semantic ./cedet/semantic/analyze ./cedet/semantic/bovine ./cedet/semantic/decorate ./cedet/semantic/symref ./cedet/semantic/wisent ./cedet/srecode ./emacs-lisp ./emulation ./erc ./eshell ./gnus ./image ./international ./language ./leim ./leim/ja-dic ./leim/quail ./mail ./mh-e ./net ./nxml ./org ./play ./progmodes ./textmodes ./url ./vc GEN loaddefs.el Not registering prefix "lo" from completion. Affects: ("locate-completion-entry" "locate-completion-entry-retry" "locate-completion-db-error" "load-completions-from-file") Not registering prefix "*" from ielm. Affects: ("*" "**" "***" "*1" "*2" "*3") Not registering prefix "is" from ind-util. Affects: ("is13194-default-repertory" "is13194-repertory-to-ucs-script" "is13194-to-ucs-devanagari-hashtbl" "is13194-to-ucs-devanagari-regexp" "is13194-to-ucs-bengali-hashtbl" "is13194-to-ucs-bengali-regexp" "is13194-to-ucs-assamese-hashtbl" "is13194-to-ucs-assamese-regexp" "is13194-to-ucs-gurmukhi-hashtbl" "is13194-to-ucs-gurmukhi-regexp" "is13194-to-ucs-gujarati-hashtbl" "is13194-to-ucs-gujarati-regexp" "is13194-to-ucs-oriya-hashtbl" "is13194-to-ucs-oriya-regexp" "is13194-to-ucs-tamil-hashtbl" "is13194-to-ucs-tamil-regexp" "is13194-to-ucs-telugu-hashtbl" "is13194-to-ucs-telugu-regexp" "is13194-to-ucs-malayalam-hashtbl" "is13194-to-ucs-malayalam-regexp" "is13194-to-ucs-kannada-hashtbl" "is13194-to-ucs-kannada-regexp" "iscii-to-ucs-region") Not registering prefix "se" from page-ext. Affects: ("search-pages" "set-page-delimiter") make[3]: Leaving directory '/tmp/mas/emacs/lisp' make[2]: Leaving directory '/tmp/mas/emacs/src' Makefile:416: recipe for target 'src' failed make[1]: *** [src] Error 2 make[1]: Leaving directory '/tmp/mas/emacs' Makefile:1097: recipe for target 'bootstrap' failed make: *** [bootstrap] Error 2 Thansk, --- M. Nomiya