From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Andy Moreton Newsgroups: gmane.emacs.devel Subject: Re: Build failure of master [MSYS2/Windows] Date: Mon, 06 Aug 2018 16:29:53 +0100 Message-ID: References: <1762039613.215181.1533564616999@mail.libero.it> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1533569434 31810 195.159.176.226 (6 Aug 2018 15:30:34 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 6 Aug 2018 15:30:34 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (windows-nt) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 06 17:30:30 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 1fmhSk-00087d-Dp for ged-emacs-devel@m.gmane.org; Mon, 06 Aug 2018 17:30:26 +0200 Original-Received: from localhost ([::1]:34681 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fmhUp-0002jx-H4 for ged-emacs-devel@m.gmane.org; Mon, 06 Aug 2018 11:32:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fmhUd-0002jh-IZ for emacs-devel@gnu.org; Mon, 06 Aug 2018 11:32:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fmhUY-0000LT-Ig for emacs-devel@gnu.org; Mon, 06 Aug 2018 11:32:23 -0400 Original-Received: from [195.159.176.226] (port=57694 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fmhUY-0000K7-Av for emacs-devel@gnu.org; Mon, 06 Aug 2018 11:32:18 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fmhSN-0007mz-PG for emacs-devel@gnu.org; Mon, 06 Aug 2018 17:30:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 19 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:NsIqdGRS8JasWS5U0bJSIY2OW5I= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 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:228223 Archived-At: On Mon 06 Aug 2018, Angelo Graziosi wrote: > As always I tried my monthly build but it fails. The simplest way to reproduce, from a MSYS2/MINGW64 shell > > 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' Eli has already pushed a fix for this on the master branch - try to build after pulling 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 bug in the TexInfo perl code. A new release of texinfo will hopefully be forthcoming to fix it. AndyM