'/bin/ls' broken by SVN r226509

Dag-Erling Smørgrav des at des.no
Fri Oct 21 10:18:57 UTC 2011


"Daniel O'Connor" <doconnor at gsoft.com.au> 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 - des at des.no


More information about the freebsd-current mailing list