Justin R. Knierim wrote:
/bin/bash ./install-sh /usr/lib/install-sh
The problem is the above line, as you can see from the next line:
Usage: install-sh [flags] source destination
Now why the 'make install' ends up trying to run this is beyond me, because nothing like that exists in sudo's Makefile. I looked at this for a good 15-20 minutes one day and I couldn't figure it out just then. So instead I chrooted manually, cd'd into sudo's directory and ran 'make install' by hand. It installed perfectly. So, I exited, ran 'touch packages/sudo/stage2' and the build continued from there.
-- JH -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
