From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vincent =?UTF-8?Q?Bela=C3=AFche?= Newsgroups: gmane.emacs.bugs Subject: bug#21789: 25.0.50; Can' build Emacs (my first build since GIT migration) Date: Fri, 30 Oct 2015 21:41:09 +0100 Message-ID: References: <84611ozi6c.fsf@gmail.com> <8337ws1n6x.fsf@gnu.org>, NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1446237743 10731 80.91.229.3 (30 Oct 2015 20:42:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 Oct 2015 20:42:23 +0000 (UTC) Cc: "21789@debbugs.gnu.org" <21789@debbugs.gnu.org> To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 30 21:42:11 2015 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 1ZsGV0-0001pb-Lf for geb-bug-gnu-emacs@m.gmane.org; Fri, 30 Oct 2015 21:42:10 +0100 Original-Received: from localhost ([::1]:52987 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsGV0-0003Dm-4G for geb-bug-gnu-emacs@m.gmane.org; Fri, 30 Oct 2015 16:42:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46157) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsGUw-0003Dh-K5 for bug-gnu-emacs@gnu.org; Fri, 30 Oct 2015 16:42:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZsGUs-00033R-GL for bug-gnu-emacs@gnu.org; Fri, 30 Oct 2015 16:42:06 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:55857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsGUs-00033N-DD for bug-gnu-emacs@gnu.org; Fri, 30 Oct 2015 16:42:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZsGUs-0002h7-78 for bug-gnu-emacs@gnu.org; Fri, 30 Oct 2015 16:42:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Vincent =?UTF-8?Q?Bela=C3=AFche?= Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 30 Oct 2015 20:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 21789 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 21789-submit@debbugs.gnu.org id=B21789.144623767410298 (code B ref 21789); Fri, 30 Oct 2015 20:42:02 +0000 Original-Received: (at 21789) by debbugs.gnu.org; 30 Oct 2015 20:41:14 +0000 Original-Received: from localhost ([127.0.0.1]:46565 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZsGU5-0002g2-Dm for submit@debbugs.gnu.org; Fri, 30 Oct 2015 16:41:13 -0400 Original-Received: from dub004-omc2s9.hotmail.com ([157.55.1.148]:52167) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZsGU2-0002fr-Oa for 21789@debbugs.gnu.org; Fri, 30 Oct 2015 16:41:11 -0400 Original-Received: from DUB109-W76 ([157.55.1.137]) by DUB004-OMC2S9.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Fri, 30 Oct 2015 13:41:10 -0700 X-TMN: [dHUjeDJ+YIwiaeAmtuOjOuwOtGqxHEsm] X-Originating-Email: [vincent.b.1@hotmail.fr] Importance: Normal In-Reply-To: X-OriginalArrivalTime: 30 Oct 2015 20:41:10.0044 (UTC) FILETIME=[4F14EDC0:01D11353] 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: 208.118.235.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:108211 Archived-At: Dear Glenn=2C=0A= =0A= I don't think that my problem is the toolchain.=0A= =0A= But git was not configured for setting attributes to configure.ac to have L= F=0A= EOL's. So when configure.ac was pulled from repo it got native EOL's=2C ie= =0A= CRLF=2C and that was the root cause IMHO.=0A= =0A= As per your suggestion=2C I think that what could be tested is that :=0A= =0A= =A0=A0 perl -e 'print "\n"'=0A= =0A= will output an LF=2C and not a CRLF.=0A= =0A= For instance on my MSYS console I did this :=0A= =0A= =A0$ if perl -e 'print "x\n"' | grep -U '^x$'> /dev/null=3B then echo "ok"= =3B else echo "not ok"=3B fi=0A= -| ok=0A= $ if /c/Programmes/Perl64/bin/perl.exe -e 'print "x\n"' | grep -U '^x$'> /d= ev/null=3B then echo "ok"=3B else echo "not ok"=3B fi=0A= -| not ok=0A= =0A= In the former case the MSYS perl is used=2C so the verdict is OK=2C and in= =0A= the latter=2C that is the native MSW perl that is used=2C so the verdict is= =0A= NOT OK.=0A= =0A= =A0=A0 Vincent.=0A= =0A= ----------------------------------------=0A= > From: rgm@gnu.org=0A= > To: eliz@gnu.org=0A= > CC: vincent.b.1@hotmail.fr=3B 21789@debbugs.gnu.org=0A= > Subject: Re: bug#21789: 25.0.50=3B Can' build Emacs (my first build since= GIT migration)=0A= > Date: Fri=2C 30 Oct 2015 14:42:26 -0400=0A= >=0A= > Eli Zaretskii wrote:=0A= >=0A= >> Your Automake/Autoconf installation is not an MSYS installation=2C but a= =0A= >> native Windows one=2C so it produces Windows CRLF EOLs=2C and that=0A= >> confuses all kinds of scripts and/or utilities that are involved in=0A= >> the configure process.=0A= >=0A= > If it is possible to test for that=2C sounds like autogen.sh should do so= =0A= > and reject those versions of autotools.=0A= >=0A= =