From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#16772: Failure in "make install" on MS-Windows Date: Mon, 17 Feb 2014 17:58:52 +0200 Message-ID: <83sirh91dv.fsf@gnu.org> References: <63r47232fz.fsf@fencepost.gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1392652778 5168 80.91.229.3 (17 Feb 2014 15:59:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Feb 2014 15:59:38 +0000 (UTC) Cc: 16772@debbugs.gnu.org To: Juanma Barranquero Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Feb 17 16:59:46 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 1WFQbh-0002N8-Q2 for geb-bug-gnu-emacs@m.gmane.org; Mon, 17 Feb 2014 16:59:45 +0100 Original-Received: from localhost ([::1]:42190 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFQbh-0004l5-FZ for geb-bug-gnu-emacs@m.gmane.org; Mon, 17 Feb 2014 10:59:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39020) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFQb6-0003oN-Ew for bug-gnu-emacs@gnu.org; Mon, 17 Feb 2014 10:59:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFQb0-0005iG-S5 for bug-gnu-emacs@gnu.org; Mon, 17 Feb 2014 10:59:08 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:55553) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFQb0-0005iC-Ok for bug-gnu-emacs@gnu.org; Mon, 17 Feb 2014 10:59:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WFQb0-0001H1-Hk for bug-gnu-emacs@gnu.org; Mon, 17 Feb 2014 10:59:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 17 Feb 2014 15:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16772 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 16772-submit@debbugs.gnu.org id=B16772.13926527384878 (code B ref 16772); Mon, 17 Feb 2014 15:59:02 +0000 Original-Received: (at 16772) by debbugs.gnu.org; 17 Feb 2014 15:58:58 +0000 Original-Received: from localhost ([127.0.0.1]:56734 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WFQav-0001Gb-SD for submit@debbugs.gnu.org; Mon, 17 Feb 2014 10:58:58 -0500 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:49369) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WFQat-0001GN-A6 for 16772@debbugs.gnu.org; Mon, 17 Feb 2014 10:58:56 -0500 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0N1500D00DHLSY00@a-mtaout21.012.net.il> for 16772@debbugs.gnu.org; Mon, 17 Feb 2014 17:58:48 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N1500DAKDPYTA00@a-mtaout21.012.net.il>; Mon, 17 Feb 2014 17:58:47 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il 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:85744 Archived-At: > From: Juanma Barranquero > Date: Mon, 17 Feb 2014 16:39:07 +0100 > Cc: 16772@debbugs.gnu.org > > On Mon, Feb 17, 2014 at 4:29 PM, Dani Moncayo wrote: > > > bindir=../myinstalldir/bin > > datarootdir=../myinstalldir/share > > libexecdir=../myinstalldir/libexec > > The value of $(datadir) you reported, "../myinstalldir/share" is > consistent with these values. > > Perhaps it's simply that the directory hasn't been created yet. Try > > === modified file 'nt/Makefile.in' > --- nt/Makefile.in 2014-02-13 03:19:57 +0000 > +++ nt/Makefile.in 2014-02-17 15:38:27 +0000 > @@ -172,4 +172,5 @@ > $(INSTALL_PROGRAM) $(INSTALL_STRIP) $${file} > "$(DESTDIR)${bindir}"/`echo $${file} | sed -e 's/${EXEEXT}$$//' -e > '$(TRANSFORM)'`${EXEEXT} ; \ > done > + ${MKDIR_P} "$(DESTDIR)${datadir}/emacs/$(version)" > $(INSTALL_DATA) README.W32 "$(DESTDIR)${datadir}/emacs/$(version)" Previously, Dani said this directory already existed when the error was reported.