Richard Melville wrote: > > Some help with this would be great -- I just can't understand it. > > > > I ran the tests as root which ran OK. I've added the temporary group and > > changed permissions but when I run:- > > > > su nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes -k check || true" > > > > It returns:- > > > > bash: make: command not found. > > That's due to an issue associated with changes I made about 12 hours > ago. Try: > > su nobody -s /bin/bash -c "TZ=UCT0 /tools/bin/make > RUN_EXPENSIVE_TESTS=yes -k check || true" > > -- Bruce > > Thanks Bruce -- the "nobody" test suite now runs but all tests fail owing to mv and grep not being found :-(
Maybe I should just move on. Richard
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page