Re: Infinite loop generating QEMU docs after upgrade to Perl 5.28.0

2018-06-27 Thread Gavin Smith
On Thu, Jun 28, 2018 at 6:28 AM, Melvin Mawhin wrote: > Hi, > > > Same thing, the error message concerning the bracket is gone but the loop > is still there. > > > but as said before, changing the makefile like this does seem to solve the > issue: > > sed -i "s|LC_ALL=C|LC_ALL=C.UTF-8|" Makefile

Re: Infinite loop generating QEMU docs after upgrade to Perl 5.28.0

2018-06-27 Thread Melvin Mawhin
Hi, Same thing, the error message concerning the bracket is gone but the loop is still there. but as said before, changing the makefile like this does seem to solve the issue: sed -i "s|LC_ALL=C|LC_ALL=C.UTF-8|" Makefile Maybe this is a perl issue like Eli Zaretskii said. Kr Mel _

Re: Infinite loop generating QEMU docs after upgrade to Perl 5.28.0

2018-06-27 Thread Melvin Mawhin
Escaping the left brace does not solve the loop 😊 it solves the error message but not the loop. Kr Mel From: Eli Zaretskii Sent: Wednesday, June 27, 2018 9:33 PM To: Melvin Mawhin Cc: gavinsmith0...@gmail.com; bug-texinfo@gnu.org Subject: Re: Infinite loop gen

Re: Infinite loop generating QEMU docs after upgrade to Perl 5.28.0

2018-06-27 Thread Eli Zaretskii
> From: Melvin Mawhin > Date: Wed, 27 Jun 2018 19:23:22 + > Cc: "bug-texinfo@gnu.org" > > After some more testing it seems to be an encoding issue... > > If the job is started with the following it works: > > LANGUAGE=C.UTF-8 LC_ALL=C.UTF-8 makeinfo --no-split --number-sections -I docs >

Re: Infinite loop generating QEMU docs after upgrade to Perl 5.28.0

2018-06-27 Thread Melvin Mawhin
After some more testing it seems to be an encoding issue... If the job is started with the following it works: LANGUAGE=C.UTF-8 LC_ALL=C.UTF-8 makeinfo --no-split --number-sections -I docs -I . -I . --no-headers --html qemu-doc.texi -o qemu-doc.html if started by the make script it doesnt: L

Re: Infinite loop generating QEMU docs after upgrade to Perl 5.28.0

2018-06-27 Thread Melvin Mawhin
Hi, Somebody also reported the same issue while building glibc.. https://www.linuxquestions.org/questions/showthread.php?p=5872643#post5872643 [http://images.linuxquestions.org/lqthumb.png] bug while building glib

Re: Infinite loop generating QEMU docs after upgrade to Perl 5.28.0

2018-06-27 Thread Gavin Smith
On Wed, Jun 27, 2018 at 1:46 PM, Melvin Mawhin wrote: > Since upgrading to perl 5.28 in slackware-current we ran into a bug while > generating documentation for qemu There is a message in the logs you attached: Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.32), pa