On Mon, Nov 14, 2011 at 5:37 PM, Tobias Gasser <l...@ebp-gasser.ch> wrote:
> t-get_d fails here
>
> the first 9 test run fine
> then 1 of 30 fail
> no more tests are run, maybe more tests are broken
>

If you want to run all of the tests regardless of the error, try
adding -k to the make command.  That should get make to continue
through the tests even if an error is raised.  Then we can see if
you're just getting one isolated error or if more things are unhappy:

make -k check 2>&1 | tee gmp-check-log


Jonathan
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to