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: Re: "Official" binary of Emacs-24.4 for MS-Windows Date: Thu, 30 Oct 2014 16:04:01 +0100 Message-ID: References: <83tx2t5uo9.fsf@gnu.org> <83siid5qgj.fsf@gnu.org> <83mw8l5kr9.fsf@gnu.org> <83d29g64u4.fsf@gnu.org> <834mus601u.fsf@gnu.org> <83y4s44i6e.fsf@gnu.org> <83vbn84hi2.fsf@gnu.org> <83tx2s4bzf.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1414778312 2536 80.91.229.3 (31 Oct 2014 17:58:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Oct 2014 17:58:32 +0000 (UTC) Cc: Emacs development discussions To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 31 18:58:29 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 1XkGSz-0003Iu-AK for ged-emacs-devel@m.gmane.org; Fri, 31 Oct 2014 18:58:29 +0100 Original-Received: from localhost ([::1]:40326 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkGSy-0006Em-VM for ged-emacs-devel@m.gmane.org; Fri, 31 Oct 2014 13:58:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45953) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkENR-00083J-Dy for emacs-devel@gnu.org; Fri, 31 Oct 2014 11:45:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjrGe-0001bB-PN for emacs-devel@gnu.org; Thu, 30 Oct 2014 11:04:10 -0400 Original-Received: from mail-wg0-x22a.google.com ([2a00:1450:400c:c00::22a]:38504) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjrGc-0001ai-RT; Thu, 30 Oct 2014 11:04:03 -0400 Original-Received: by mail-wg0-f42.google.com with SMTP id k14so5883869wgh.1 for ; Thu, 30 Oct 2014 08:04:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=/QmXQlTwNfi3Q7HhJDQmM/ml3OfsPHS5VcrQ/IVwvoo=; b=mRkIr66KqtTNbB/QyIW9NujYldol4mEeXGv2ASkYA4/3cmxn3JZf3C1UA50XmrJii8 R1Iv/C816j/YSjI/0B8FE7syVWwAjGneqF9KoSjVnBGhDjPSr7lqHAZ4PmICUQAVJk7E 8GzeIzVV84nV1roZAAjBN0d5oK7iz7EVMwEZdAFwDC5Rhj8q2sf/0CSxVcTE2RmgvgUk MVsDMykS6wqyeqChQzVXZIf64OL/DyAf1eZHUTh+bKQ6xQ3O6yLNZB9+7KWfiY/Z/k5I bYXi6r2Nm4fPsrvQjXMCfZvWCYB/Dfo/g597/sA4MIZieQmSDkMCkWTW4vWuXrm/3yZP dFlA== X-Received: by 10.180.99.105 with SMTP id ep9mr20955865wib.82.1414681441819; Thu, 30 Oct 2014 08:04:01 -0700 (PDT) Original-Received: by 10.217.152.70 with HTTP; Thu, 30 Oct 2014 08:04:01 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::22a 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:176110 Archived-At: >>> Also, I've noticed this suspicious errors in the output of "make >>> install-strip", which don't appear in a "make install" from the same >>> build: >> >> Looks like some redirection snafu: for some reason, install-info is >> called with arguments taken from Make messages that announce entering >> and leaving directories. Maybe it comes from this line: >> >>> info_misc=`MAKELEVEL=0 make -s -C doc/misc echo-info`; \ >> >> Looks like MAKELEVEL=0 doesn't work with your Make. Try adding the >> "--no-print-directory" switch to the "make" command, and see if that >> helps. > > Yes, it helps. The install-info errors are gone with that switch. > >> This sounds like bug #13962, but since we now require GNU Make on the >> trunk, I think it's OK to use --no-print-directory instead of the >> MAKELEVEL=0 trick. > > Fine with me. Thank you. Should I file a bug report about this? BTW, this is the "make" I'm using: $ make --version GNU Make 3.82.90 Built for i686-pc-msys -- Dani Moncayo