LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   got an error while testing vim * Chapter 6.62 (https://www.linuxquestions.org/questions/linux-from-scratch-13/got-an-error-while-testing-vim-%2A-chapter-6-62-a-4175473509/)

alioth1993 08-15-2013 12:48 PM

got an error while testing vim * Chapter 6.62
 
I tried to test vim.7.3

Code:

make test
but I got error

Code:

Test results:
test37 FAILED
test47 FAILED
TEST FAILURE
make[2]: *** [report] Error 1
make[2]: Leaving directory `/sources/vim73/src/testdir'
make[1]: *** [test] Error 2
make[1]: Leaving directory `/sources/vim73/src'
make: *** [test] Error 2


ReaperX7 08-15-2013 04:22 PM

Usually the tests will fail on some programs but will still build correctly.

If needed, you can "save" the tests till after you complete the book to ensure sanity within the system. To be honest, I don't even bother with tests anymore after a few rebuilds of LFS. As long as the package builds and installs fine, it's generally okay.


All times are GMT -5. The time now is 01:12 AM.