From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: How to download and install Emacs CVS? Date: Tue, 18 Jan 2005 21:48:35 +0200 Message-ID: <01c4fd96$Blat.v2.2.2$d7ca5620@zahav.net.il> References: NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1106078341 1570 80.91.229.6 (18 Jan 2005 19:59:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Jan 2005 19:59:01 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 18 20:58:42 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CqzUw-0005eE-00 for ; Tue, 18 Jan 2005 20:58:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cqzgq-0006uu-Nb for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Jan 2005 15:11:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cqzg0-0006g9-Dk for help-gnu-emacs@gnu.org; Tue, 18 Jan 2005 15:10:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cqzfq-0006eC-Co for help-gnu-emacs@gnu.org; Tue, 18 Jan 2005 15:10:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cqzfq-0006dc-1T for help-gnu-emacs@gnu.org; Tue, 18 Jan 2005 15:09:58 -0500 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CqzOD-00020J-1a for help-gnu-emacs@gnu.org; Tue, 18 Jan 2005 14:51:45 -0500 Original-Received: from zaretski ([80.230.146.250]) by legolas.inter.net.il (MOS 3.5.6-GR) with ESMTP id DOF87882 (AUTH halo1); Tue, 18 Jan 2005 21:51:43 +0200 (IST) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:23469 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23469 > From: "Rodolfo Medina" > Date: Tue, 18 Jan 2005 13:16:18 +0100 > > 2) When I repeated the installation in Mandrake 10.1 Community, during the > 'make bootstrap' step the following message went on appearing: > > Warning: arch-independent data dir (/usr/local/share/emacs/21.3.50/etc/) > does not exist. > > What's wrong? Nothing; such message are to be expected during bootstrap, since it runs the built binary from inside the src directory, without installing it into the /usr/local tree. Simply disregard these messages.