Bug#871357: packaging-tutorial: FTBFS: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\\end{ <-- HERE document}/ at /usr/share/perl5/Locale/Po4a/TransTractor.pm line 6

2017-08-15 Thread Lucas Nussbaum
On 08/08/17 at 16:13 -0400, gregor herrmann wrote: > Control: tag -1 + patch > > On Mon, 07 Aug 2017 11:58:29 -0400, Lucas Nussbaum wrote: > > > > Unescaped left brace in regex is illegal here in regex; marked by <-- > > > HERE in m/\\end{ <-- HERE document}/ at > > >

Bug#871357: packaging-tutorial: FTBFS: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\\end{ <-- HERE document}/ at /usr/share/perl5/Locale/Po4a/TransTractor.pm line 6

2017-08-14 Thread gregor herrmann
On Mon, 14 Aug 2017 01:04:36 +0200, Martin Quinson wrote: > On Sun, Aug 13, 2017 at 12:25:54PM -0400, gregor herrmann wrote: > > What po4a could maybe do is to mention in the documentation that the > > string in "position=something" in addendums will be interpreted as a > > Perl regexp later. >

Bug#871357: packaging-tutorial: FTBFS: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\\end{ <-- HERE document}/ at /usr/share/perl5/Locale/Po4a/TransTractor.pm line 6

2017-08-13 Thread Martin Quinson
On Sun, Aug 13, 2017 at 12:25:54PM -0400, gregor herrmann wrote: > What po4a could maybe do is to mention in the documentation that the > string in "position=something" in addendums will be interpreted as a > Perl regexp later. It's already the case: position (mandatory) a Perl regexp. The

Bug#871357: packaging-tutorial: FTBFS: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\\end{ <-- HERE document}/ at /usr/share/perl5/Locale/Po4a/TransTractor.pm line 6

2017-08-13 Thread gregor herrmann
On Tue, 08 Aug 2017 23:55:26 +0200, Martin Quinson wrote: > Thanks for investigating this bug. Thanks for looking into this issue. > > The error is in /usr/share/perl5/Locale/Po4a/TransTractor.pm:643 > > which is > > my $found = scalar grep { /$position/ } @{$self->{TT}{doc_out}}; > > and

Bug#871357: packaging-tutorial: FTBFS: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\\end{ <-- HERE document}/ at /usr/share/perl5/Locale/Po4a/TransTractor.pm line 6

2017-08-08 Thread Martin Quinson
Hello, Thanks for investigating this bug. On Tue, Aug 08, 2017 at 04:13:47PM -0400, gregor herrmann wrote: > Control: tag -1 + patch > > On Mon, 07 Aug 2017 11:58:29 -0400, Lucas Nussbaum wrote: > > > > Unescaped left brace in regex is illegal here in regex; marked by <-- > > > HERE in

Bug#871357: packaging-tutorial: FTBFS: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\\end{ <-- HERE document}/ at /usr/share/perl5/Locale/Po4a/TransTractor.pm line 6

2017-08-08 Thread gregor herrmann
Control: tag -1 + patch On Mon, 07 Aug 2017 11:58:29 -0400, Lucas Nussbaum wrote: > > Unescaped left brace in regex is illegal here in regex; marked by <-- HERE > > in m/\\end{ <-- HERE document}/ at > > /usr/share/perl5/Locale/Po4a/TransTractor.pm line 643. > > debian/rules:13: recipe for

Bug#871357: packaging-tutorial: FTBFS: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\\end{ <-- HERE document}/ at /usr/share/perl5/Locale/Po4a/TransTractor.pm line 6

2017-08-07 Thread Lucas Nussbaum
Source: packaging-tutorial Version: 0.20 Severity: serious Tags: buster sid User: debian...@lists.debian.org Usertags: qa-ftbfs-20170807 qa-ftbfs Justification: FTBFS on amd64 Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): >