"Daniel O'Connor" <[email protected]> writes: > This is the crunched binary and is pretty big (unlikely to be an issue > on a modern system though). > > You can do.. > cd /usr/src/bin/ls > make all install
I think you missed the point. Reinstalling ls from broken sources wasn't going to help. He needed subversion to update his tree so he could build a working ls, but he needed a working ls to build subversion. The simplest solution would have been either # export PATH=/rescue:$PATH or # ln -f /rescue/ls /bin/ls which would have allowed him to build subversion. DES -- Dag-Erling Smørgrav - [email protected] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[email protected]"
