From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#16626: 24.3.50; Unable to make bootstrap after building and installing emacs Date: Sun, 02 Feb 2014 19:13:15 -0500 Message-ID: References: <87r47l4ewc.fsf@gmail.com> <87ppn5fir3.fsf@igel.home> <87lhxtfeuo.fsf@igel.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1391386442 28927 80.91.229.3 (3 Feb 2014 00:14:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Feb 2014 00:14:02 +0000 (UTC) Cc: 16626@debbugs.gnu.org, Thierry Volpiatto To: Andreas Schwab Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Feb 03 01:14:09 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WA7At-0006ML-L1 for geb-bug-gnu-emacs@m.gmane.org; Mon, 03 Feb 2014 01:14:07 +0100 Original-Received: from localhost ([::1]:43388 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WA7At-0002Xm-63 for geb-bug-gnu-emacs@m.gmane.org; Sun, 02 Feb 2014 19:14:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WA7Ap-0002XR-5I for bug-gnu-emacs@gnu.org; Sun, 02 Feb 2014 19:14:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WA7Ao-0007XY-EC for bug-gnu-emacs@gnu.org; Sun, 02 Feb 2014 19:14:03 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:32858) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WA7Ao-0007XU-Ao for bug-gnu-emacs@gnu.org; Sun, 02 Feb 2014 19:14:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WA7Ao-0002J4-4N for bug-gnu-emacs@gnu.org; Sun, 02 Feb 2014 19:14:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 03 Feb 2014 00:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16626 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 16626-submit@debbugs.gnu.org id=B16626.13913863988790 (code B ref 16626); Mon, 03 Feb 2014 00:14:02 +0000 Original-Received: (at 16626) by debbugs.gnu.org; 3 Feb 2014 00:13:18 +0000 Original-Received: from localhost ([127.0.0.1]:46874 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WA7A6-0002Hh-6t for submit@debbugs.gnu.org; Sun, 02 Feb 2014 19:13:18 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:58490) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WA7A4-0002Ha-Qo for 16626@debbugs.gnu.org; Sun, 02 Feb 2014 19:13:17 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1WA7A3-0001jJ-D1; Sun, 02 Feb 2014 19:13:15 -0500 X-Spook: airframe Ft. Bragg AFSPC Osama SEAL Team 6 Blowpipe S Key X-Ran: S>Jtg\s!:Q}.5~TgE!,3R#3sm7fhJ1M(!a}!dv&D2_!s0I}PY,().ck'bu/.n{(l^9%SBE X-Hue: magenta X-Attribution: GM In-Reply-To: <87lhxtfeuo.fsf@igel.home> (Andreas Schwab's message of "Sun, 02 Feb 2014 21:18:23 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:84483 Archived-At: Andreas Schwab wrote: > Dunno, 'twas just a WAG. It's your Wife and Girlfriend? Anyway, moving on... I think the normal expectation is that `make' will build anything that `make install' needs. The Emacs build does not work like this: building the info files is deferred to the install step. It seems to me that the `all' target should also run the `info' rule. I know we are supposed to cater to people without makeinfo, but I can't see how this is a factor here. But it does not affect releases, where the info files are premade, so no rush to change this now.