From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Build failure of master [MSYS2/Windows] Date: Mon, 06 Aug 2018 18:32:18 +0300 Message-ID: <834lg7se7x.fsf@gnu.org> References: <1762039613.215181.1533564616999@mail.libero.it> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1533569541 7310 195.159.176.226 (6 Aug 2018 15:32:21 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 6 Aug 2018 15:32:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 06 17:32:17 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fmhUT-0001l9-L3 for ged-emacs-devel@m.gmane.org; Mon, 06 Aug 2018 17:32:13 +0200 Original-Received: from localhost ([::1]:34690 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fmhWa-0003qq-Dz for ged-emacs-devel@m.gmane.org; Mon, 06 Aug 2018 11:34:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fmhUg-0002kO-Mu for emacs-devel@gnu.org; Mon, 06 Aug 2018 11:32:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fmhUc-0000N2-31 for emacs-devel@gnu.org; Mon, 06 Aug 2018 11:32:26 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54840) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fmhUb-0000Mo-VG; Mon, 06 Aug 2018 11:32:22 -0400 Original-Received: from [176.228.60.248] (port=3420 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fmhUb-0005Kh-BW; Mon, 06 Aug 2018 11:32:21 -0400 In-reply-to: <1762039613.215181.1533564616999@mail.libero.it> (message from Angelo Graziosi on Mon, 6 Aug 2018 16:10:16 +0200 (CEST)) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:228224 Archived-At: > Date: Mon, 6 Aug 2018 16:10:16 +0200 (CEST) > From: Angelo Graziosi > > As always I tried my monthly build but it fails. The simplest way to reproduce, from a MSYS2/MINGW64 shell > > ./autogen.sh > [...] > ./configure > [...] > make > [...] > AR libgnu.a > make[1]: uscita dalla directory "/tmp/emacs-master/lib" > make -C lib-src all > make[1]: ingresso nella directory "/tmp/emacs-master/lib-src" > CC ntlib.o > CCLD etags.exe > C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: ../lib/libgnu.a(regex.o): in function `init_dfa': > C:\msys64\tmp\emacs-master\lib/regcomp.c:889: undefined reference to `nl_langinfo' > collect2.exe: error: ld returned 1 exit status > make[1]: *** [Makefile:369: etags.exe] Error 1 > make[1]: uscita dalla directory "/tmp/emacs-master/lib-src" > make: *** [Makefile:405: lib-src] Error 2 Should be fixed now, please try again. > If I try with a parallel build ( make -j2), I see also _a lot a lot_ of this messages > > > Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*/ at /usr/share/texinfo/Texinfo/Parser.pm line 5709. > Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), passed through in regex; marked by <-- HERE in m/^\s+@([[:alnum:]][[:alnum:]\-]*)({ <-- HERE })?\s*(\@(c|comment)((\@|\s+).*)?)?/ at /usr/share/texinfo/Texinfo/Parser.pm line 5714. This is a problem with your Texinfo installation, see this report to the Texinfo list: http://lists.gnu.org/archive/html/bug-texinfo/2018-06/msg00012.html