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: Mon, 03 Feb 2014 14:31:55 -0500 Message-ID: References: <87r47l4ewc.fsf@gmail.com> <87txcg3dr2.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1391455968 18589 80.91.229.3 (3 Feb 2014 19:32:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Feb 2014 19:32:48 +0000 (UTC) Cc: 16626@debbugs.gnu.org To: Thierry Volpiatto Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Feb 03 20:32:54 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 1WAPGI-0000Uw-Gp for geb-bug-gnu-emacs@m.gmane.org; Mon, 03 Feb 2014 20:32:54 +0100 Original-Received: from localhost ([::1]:49320 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAPGH-0004UW-Vy for geb-bug-gnu-emacs@m.gmane.org; Mon, 03 Feb 2014 14:32:54 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAPFU-0003dU-3U for bug-gnu-emacs@gnu.org; Mon, 03 Feb 2014 14:32:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAPFT-0008Fz-4v for bug-gnu-emacs@gnu.org; Mon, 03 Feb 2014 14:32:03 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:34307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAPFT-0008Fn-1A for bug-gnu-emacs@gnu.org; Mon, 03 Feb 2014 14:32:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WAPFS-0002ml-Dt for bug-gnu-emacs@gnu.org; Mon, 03 Feb 2014 14:32: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 19:32: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.139145591810696 (code B ref 16626); Mon, 03 Feb 2014 19:32:02 +0000 Original-Received: (at 16626) by debbugs.gnu.org; 3 Feb 2014 19:31:58 +0000 Original-Received: from localhost ([127.0.0.1]:48325 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WAPFO-0002mQ-D1 for submit@debbugs.gnu.org; Mon, 03 Feb 2014 14:31:58 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:49319) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WAPFM-0002mG-Ph for 16626@debbugs.gnu.org; Mon, 03 Feb 2014 14:31:57 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1WAPFM-0004ag-3S; Mon, 03 Feb 2014 14:31:56 -0500 X-Spook: NWO 64 Vauxhall Cross JSOFC3IP spies Etacs NORAD Roswell X-Ran: F4'HlP+r!\&AH2?c%SsWtKGGG4 X-Hue: red X-Attribution: GM In-Reply-To: <87txcg3dr2.fsf@gmail.com> (Thierry Volpiatto's message of "Mon, 03 Feb 2014 07:35:13 +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:84516 Archived-At: The issue is this: Plain `make' does not build the info/ files. `make install' does. (Confusingly, so too does `make bootstrap'.) So when you ran make sudo make install You ended up with the info/ files owned by root. Then the next time you ran `make bootstrap' as a normal user, you lacked permission to update the info/ files. So we should change it so that `make' builds the info files. But not right now.