From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: Failure in "make install" on MS-Windows Date: Sun, 16 Feb 2014 22:23:06 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1392585789 20487 80.91.229.3 (16 Feb 2014 21:23:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Feb 2014 21:23:09 +0000 (UTC) To: Emacs development discussions Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 16 22:23:17 2014 Return-path: Envelope-to: ged-emacs-devel@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 1WF9BB-0007w2-Uo for ged-emacs-devel@m.gmane.org; Sun, 16 Feb 2014 22:23:14 +0100 Original-Received: from localhost ([::1]:35144 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WF9BB-0001xY-EI for ged-emacs-devel@m.gmane.org; Sun, 16 Feb 2014 16:23:13 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:32990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WF9B8-0001xO-GI for emacs-devel@gnu.org; Sun, 16 Feb 2014 16:23:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WF9B7-00026e-No for emacs-devel@gnu.org; Sun, 16 Feb 2014 16:23:10 -0500 Original-Received: from mail-la0-x232.google.com ([2a00:1450:4010:c03::232]:59599) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WF9B6-00026S-TR for emacs-devel@gnu.org; Sun, 16 Feb 2014 16:23:09 -0500 Original-Received: by mail-la0-f50.google.com with SMTP id ec20so10864537lab.9 for ; Sun, 16 Feb 2014 13:23:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=nNI9XQVm4pj29OAGX4Lqx+gZJMyeOhCZUHI/BuiCERw=; b=W5ytox0925M1iCMs93YNAAynvdgAhTSvNK9KOZOIKXpuBvKGjaBIMZmhStchLh+NK+ deDVowcwlUHj8IQTlKhYhboWN2PEKnUo9be+HVgNUlgtn/tTjIJmQVRmXTYcsh3MDry+ UCG7YdeYcB529boXpYa2eMVUZgSldooq5a9SyXqZVmx4Kj62gUuCiM4s6cJEVbr10qnz xRcHDkuDIekdil8d4wKwZi7TYqbDPnGC0o3FMwnUpmU94Nb9EkJGckaqD3bM1IjEOBYE ZruBxEGvGFXQHWs7R4W48k8qF6N3BjUn1qWR8DFK/q6MBekmV64Bc4NwsPQ8hRqWy3Sc AvUA== X-Received: by 10.112.55.65 with SMTP id q1mr14065487lbp.11.1392585786464; Sun, 16 Feb 2014 13:23:06 -0800 (PST) Original-Received: by 10.114.18.69 with HTTP; Sun, 16 Feb 2014 13:23:06 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::232 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:169668 Archived-At: Hi, I've just tried to make a full bootstrap + "make install", on MS-Windows and from the current trunk (last time I tried was 13 days ago), and "make install" fails like this: Installing utilities for users to run. umask 022; /bin/mkdir -p "/usr/home/dani/emacs/install/emacs-r116453-20140216-w32-bin/bin" for file in runemacs.exe addpm.exe ; do \ /bin/install -c ${file} "/usr/home/dani/emacs/install/emacs-r116453-20140216-w32-bin/bin"/`echo ${file} | sed -e 's/.exe$//' -e 's,x,x,'`.exe ; \ done /bin/install -c -m 644 README.W32 "/usr/home/dani/emacs/install/emacs-r116453-20140216-w32-bin/share/emacs/24.3.50" /bin/install: cannot stat `README.W32': No such file or directory Makefile:168: recipe for target `install' failed make[1]: *** [install] Error 1 make[1]: Leaving directory `/usr/home/dani/emacs/build/nt' Makefile:509: recipe for target `install-nt' failed make: *** [install-nt] Error 2 Commit 116425 is related to "README.W32", so the problem might come from there. -- Dani Moncayo