* Behdad Esfahbod wrote on Tue, Oct 07, 2008 at 11:10:20PM CEST:
> Ralf Wildenhues wrote:
> > * Behdad Esfahbod wrote on Tue, Oct 07, 2008 at 10:56:02PM CEST:
> >> Right. So why is:
> >>
> >> AMTAR = TAR_OPTIONS="$(TAR_OPTIONS)" ${SHELL}
> >> /home/behdad/src/git/fd.o/cairo/build/missing --run tar
Ralf Wildenhues wrote:
> * Behdad Esfahbod wrote on Mon, Oct 06, 2008 at 11:31:29PM CEST:
>> Ralf Wildenhues wrote:
>>> * Behdad Esfahbod wrote on Mon, Oct 06, 2008 at 05:40:52PM CEST:
Ralf Wildenhues wrote:
> my-dist:
> env TAR_OPTIONS="--owner=0 --group=0" $(MAKE) $(AM_MAKEFL
Ralf Wildenhues wrote:
> * Behdad Esfahbod wrote on Tue, Oct 07, 2008 at 10:56:02PM CEST:
>> Right. So why is:
>>
>> AMTAR = TAR_OPTIONS="$(TAR_OPTIONS)" ${SHELL}
>> /home/behdad/src/git/fd.o/cairo/build/missing --run tar
>>
>> not backward-compatible then?
>
> Because it breaks an external scrip
BTW, somebody was nice enough to let mails to bugs-automake (not the
bogus extra 's') find their way...
* Behdad Esfahbod wrote on Tue, Oct 07, 2008 at 10:56:02PM CEST:
>
> Right. So why is:
>
> AMTAR = TAR_OPTIONS="$(TAR_OPTIONS)" ${SHELL}
> /home/behdad/src/git/fd.o/cairo/build/missing --run
Hello Ed,
thanks for the bug report.
* Ed Avis wrote on Sat, Oct 04, 2008 at 04:35:55PM CEST:
> Two tests failed building automake-1.10.1 from source. The gzipped
> build log is attached.
Can you please post verbose output, too? Like this:
cd tests
env TESTS="cond35.test lex3.test" VERBO
Hello Alexander,
Thanks for the bug report.
* Alexander Martens wrote on Tue, Oct 07, 2008 at 08:32:34AM CEST:
> In a RHEL5.2, when running automake's unit tests, I get 7 failures, at
>
> FAIL: instsh2.test
> FAIL: txinfo3.test
> FAIL: txinfo16.test
> FAIL: txinfo18.test
> FAIL: txinfo21.test
> F
Hi,
In a RHEL5.2, when running automake's unit tests, I get 7 failures, at
FAIL: instsh2.test
FAIL: txinfo3.test
FAIL: txinfo16.test
FAIL: txinfo18.test
FAIL: txinfo21.test
FAIL: txinfo22.test
FAIL: version7.test
=
7 of 555 tests failed
(59 tests were not run
* Behdad Esfahbod wrote on Mon, Oct 06, 2008 at 11:31:29PM CEST:
> Ralf Wildenhues wrote:
> > * Behdad Esfahbod wrote on Mon, Oct 06, 2008 at 05:40:52PM CEST:
> >> Ralf Wildenhues wrote:
> >>> my-dist:
> >>> env TAR_OPTIONS="--owner=0 --group=0" $(MAKE) $(AM_MAKEFLAGS) dist
> >>
> >> Thanks