> 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,7 @@
     return {'text' => 'a sunny day'};
   }
   my($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst)
-   = localtime(time);
+   = ($ENV{SOURCE_DATE_EPOCH} ? gmtime($ENV{SOURCE_DATE_EPOCH}) : 
localtime(time);
   $year += ($year < 70) ? 2000 : 1900;
   return $self->gdt('{month} {day}, {year}',
           { 'month' => $self->gdt($MONTH_NAMES[$mon]),

Any idea why this might be the case?

Norbert

--
PREINING Norbert + TeX Live & Debian Developer + http://www.preining.info
GPG: 0x860CDC13    fp: F7D8 A928 26E3 16A1 9FA0  ACF0 6CAC A448 860C DC13

Reply via email to