[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: help me please
From: |
Андрей Аваков |
Subject: |
Re: help me please |
Date: |
Tue, 1 May 2007 16:35:16 -0400 |
User-agent: |
KMail/1.9.4 |
В сообщении от 28 апреля 2007 03:52 вы написали:
> Hello Андрей,
>
> * Андрей Аваков wrote on Fri, Apr 27, 2007 at 12:28:07PM CEST:
> > I build LFS system (Linux From Scratch) - www.linuxfromscratch.org.
> > On point 6.26.1. Installation of Automake, after compile
> > i take some tests and get next mistake:
> > .
> > .
> > PASS: yaccvpath.test
> > =====================================
> > 1 of 531 tests failed
> > (36 tests were not run)
> > Please report to address@hidden
> > =====================================
>
> Thanks for the report. Please rerun the testsuite and capture the
> output, so you can find out which test failed (it will be preceded
> by "FAIL:"). Then please rerun that one test verbosely, like this:
> cd tests
> env VERBOSE=yes make -e check TESTS=$test_that_failed.test
>
> Post all output of this last command.
>
> Thanks,
> Ralf
Hello Ralf,
I made all what you say, and get:
root:/LFS# cd automake-1.9.6
root:/LFS/automake-1.9.6# make check | grep FAIL
XFAIL: auxdir2.test
XFAIL: cond17.test
XFAIL: txinfo5.test
root:/LFS/automake-1.9.6# cd tests/
root:/LFS/automake-1.9.6/tests# env VERBOSE=yes make -e check
TESTS=$auxdir2.test
make defs aclocal-1.9 automake-1.9
make[1]: Entering directory `/LFS/automake-1.9.6/tests'
make[1]: `defs' is up to date.
make[1]: `aclocal-1.9' is up to date.
make[1]: `automake-1.9' is up to date.
make[1]: Leaving directory `/LFS/automake-1.9.6/tests'
make check-TESTS
make[1]: Entering directory `/LFS/automake-1.9.6/tests'
make[1]: *** No rule to make target `.test', needed by `check-TESTS'. Stop.
make[1]: Leaving directory `/LFS/automake-1.9.6/tests'
make: *** [check-am] Error 2
root:/LFS/automake-1.9.6/tests# env VERBOSE=yes make -e check
TESTS=$cond17.test
make defs aclocal-1.9 automake-1.9
make[1]: Entering directory `/LFS/automake-1.9.6/tests'
make[1]: `defs' is up to date.
make[1]: `aclocal-1.9' is up to date.
make[1]: `automake-1.9' is up to date.
make[1]: Leaving directory `/LFS/automake-1.9.6/tests'
make check-TESTS
make[1]: Entering directory `/LFS/automake-1.9.6/tests'
make[1]: *** No rule to make target `.test', needed by `check-TESTS'. Stop.
make[1]: Leaving directory `/LFS/automake-1.9.6/tests'
make: *** [check-am] Error 2
root:/LFS/automake-1.9.6/tests# env VERBOSE=yes make -e check
TESTS=$txinfo5.test
make defs aclocal-1.9 automake-1.9
make[1]: Entering directory `/LFS/automake-1.9.6/tests'
make[1]: `defs' is up to date.
make[1]: `aclocal-1.9' is up to date.
make[1]: `automake-1.9' is up to date.
make[1]: Leaving directory `/LFS/automake-1.9.6/tests'
make check-TESTS
make[1]: Entering directory `/LFS/automake-1.9.6/tests'
make[1]: *** No rule to make target `.test', needed by `check-TESTS'. Stop.
make[1]: Leaving directory `/LFS/automake-1.9.6/tests'
make: *** [check-am] Error 2
root:/LFS/automake-1.9.6/tests#
Best regards.
Andrey.