Re: Texinfo 6.2 released

2016-09-10 Thread Karl Berry
+ = ($ENV{SOURCE_DATE_EPOCH} ? gmtime($ENV{SOURCE_DATE_EPOCH}) FWIW, seems like SOURCE_DATE_EPOCH should be supported in (upstream) Texinfo. At least, I can't think of a reason why not ... -k

Texinfo 6.3 released

2016-09-10 Thread Gavin Smith
We have released version 6.3 of Texinfo, the GNU documentation format. This package contains tools to produce documentation in various formats, including HTML and PDF, from source files in the Texinfo format. Texinfo is a text-based format with commands for marking text, document structuring and i

Re: Texinfo 6.2 released

2016-09-10 Thread Gavin Smith
On 10 September 2016 at 16:53, Gavin Smith wrote: > problems in the 6.1 release. I meant 6.2.

Re: Texinfo 6.2 released

2016-09-10 Thread Gavin Smith
On 10 September 2016 at 16:36, Norbert Preining wrote: >> No, they aren't. I updated the test results for this exact change (the >> final full stop), but neglected the "long tests". > > Thanks for checking. > > Norbert Let's hope that is everything. If nothing else comes up, I may make another re

Re: Texinfo 6.2 released

2016-09-10 Thread Jean-Charles Malahieude
Le 10/09/2016 à 17:19, Norbert Preining a écrit : Hi Gavin, We have released version 6.2 of Texinfo, the GNU documentation system. another report: I am running make check ALL_TESTS=yes and see two failed tests: test_scripts/coverage_formatting_fr.sh test_scripts/layout

Re: Texinfo 6.2 released

2016-09-10 Thread Norbert Preining
> No, they aren't. I updated the test results for this exact change (the > final full stop), but neglected the "long tests". Thanks for checking. Norbert -- PREINING Norbert + TeX Live & Debian Developer + http://www.preining.info GPG: 0x860CDC13fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 8

Re: Texinfo 6.2 released

2016-09-10 Thread Gavin Smith
On 10 September 2016 at 16:19, Norbert Preining wrote: > Hi Gavin, > >> We have released version 6.2 of Texinfo, the GNU documentation system. > > another report: I am running > make check ALL_TESTS=yes > and see two failed tests: > test_scripts/coverage_formatting_fr.sh >

Re: Texinfo 6.2 released

2016-09-10 Thread Norbert Preining
Hi Gavin, > We have released version 6.2 of Texinfo, the GNU documentation system. another report: I am running make check ALL_TESTS=yes and see two failed tests: test_scripts/coverage_formatting_fr.sh test_scripts/layout_formatting_fr_icons.sh and both tests have a trivia

Re: Texinfo 6.2 released

2016-09-10 Thread Norbert Preining
> + = ($ENV{SOURCE_DATE_EPOCH} ? gmtime($ENV{SOURCE_DATE_EPOCH}) : > localtime(time); Arggg ... ) where have you been lost? End for today, too tired. Norbert -- PREINING Norbert + TeX Live & Debian Developer + http://www.preining.info GPG: 0x860CDC13fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CA

Re: Texinfo 6.2 released

2016-09-10 Thread Norbert Preining
> Sorry for the noise ... the SDE patches I used and the changes you > made upstream overlapped - and although the patch could be applied Well, not really. Adding the following patch breaks the build, strange: --- texinfo.orig/tp/Texinfo/Common.pm +++ texinfo/tp/Texinfo/Common.pm @@ -1205,7 +1205

Re: Texinfo 6.2 released

2016-09-10 Thread Norbert Preining
> Wait ... found something ... Sorry for the noise ... the SDE patches I used and the changes you made upstream overlapped - and although the patch could be applied without fuzz (so I didn't see that it has change) I disturbed the result. Forget the request, sorry for the noise. Norbert -- PRE

Re: Texinfo 6.2 released

2016-09-10 Thread Norbert Preining
> Could you try editing the "expand_today" function in Wait ... found something ... Norbert -- PREINING Norbert + TeX Live & Debian Developer + http://www.preining.info GPG: 0x860CDC13fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13

Re: Texinfo 6.2 released

2016-09-10 Thread Gavin Smith
On 10 September 2016 at 15:48, Norbert Preining wrote: > On Sat, 10 Sep 2016, Gavin Smith wrote: >> sub expand_today($) >> { >> my $self = shift; >> if ($self->get_conf('TEST')) { >> return {'text' => 'a sunny day'}; >> } >> my($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isds

Re: Texinfo 6.2 released

2016-09-10 Thread Norbert Preining
On Sat, 10 Sep 2016, Gavin Smith wrote: > sub expand_today($) > { > my $self = shift; > if ($self->get_conf('TEST')) { > return {'text' => 'a sunny day'}; > } > my($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) >= localtime(time); > $year += ($year < 70) ? 2000 : 190

Re: Texinfo 6.2 released

2016-09-10 Thread Gavin Smith
On 10 September 2016 at 15:31, Eli Zaretskii wrote: >> From: Gavin Smith >> Date: Sat, 10 Sep 2016 14:55:44 +0100 >> Cc: Texinfo >> >> We have released version 6.2 of Texinfo, the GNU documentation system. > > This doesn't build the Perl extensions on my system, because: > > checking ./TestXS.

Re: Texinfo 6.2 released

2016-09-10 Thread Eli Zaretskii
> From: Gavin Smith > Date: Sat, 10 Sep 2016 14:55:44 +0100 > Cc: Texinfo > > We have released version 6.2 of Texinfo, the GNU documentation system. This doesn't build the Perl extensions on my system, because: checking ./TestXS.la found ./TestXS.la TestXS object version 6.2 does not mat

Re: Texinfo 6.2 released

2016-09-10 Thread Gavin Smith
On 10 September 2016 at 15:12, Norbert Preining wrote: > Hi Gavin, > > On Sat, 10 Sep 2016, Gavin Smith wrote: >> We have released version 6.2 of Texinfo, the GNU documentation system. > > On Debian I get: > syntax error at ../../Pod-Simple-Texinfo/../tp/Texinfo/Common.pm line 1208, > near ");" >

Re: Texinfo 6.2 released

2016-09-10 Thread Norbert Preining
Hi Gavin, On Sat, 10 Sep 2016, Gavin Smith wrote: > We have released version 6.2 of Texinfo, the GNU documentation system. On Debian I get: syntax error at ../../Pod-Simple-Texinfo/../tp/Texinfo/Common.pm line 1208, near ");" Global symbol "$year" requires explicit package name (did you forget t

Texinfo 6.2 released

2016-09-10 Thread Gavin Smith
We have released version 6.2 of Texinfo, the GNU documentation system. This package contains tools to produce documentation in various formats, including HTML and PDF, from source files in the Texinfo format. Texinfo is a text-based format with commands for marking text, document structuring and i