Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Oct 2011 12:18:54 +0200
From:      =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no>
To:        "Daniel O'Connor" <doconnor@gsoft.com.au>
Cc:        Tom Evans <tevans.uk@googlemail.com>, Garrett Cooper <yanegomi@gmail.com>, FreeBSD Current <freebsd-current@freebsd.org>, Anton Shterenlikht <mexas@bristol.ac.uk>
Subject:   Re: '/bin/ls' broken by SVN r226509
Message-ID:  <86zkgulka9.fsf@ds4.des.no>
In-Reply-To: <5C0DF765-370C-4B52-B070-CE2A13EAFD50@gsoft.com.au> (Daniel O'Connor's message of "Fri, 21 Oct 2011 09:00:47 %2B1030")
References:  <4E9EE3AD.7080708@protected-networks.net> <867h41m1nu.fsf@ds4.des.no> <4E9EF40C.2020802@protected-networks.net> <20111019171901.GA12204@mech-cluster241.men.bris.ac.uk> <CAGH67wQO=2SZCN1kWctFxpwBRud6DCiCvZ6YSwDL6Y%2BiKrvhxw@mail.gmail.com> <20111019184734.GA12364@mech-cluster241.men.bris.ac.uk> <CAFHbX1LRq024idhhrHjyfmaj4FnuZ7miqJ2o9FT_EzxKG77S9w@mail.gmail.com> <20111020115132.GB13653@mech-cluster241.men.bris.ac.uk> <5C0DF765-370C-4B52-B070-CE2A13EAFD50@gsoft.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
"Daniel O'Connor" <doconnor@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=3D/rescue:$PATH

or

# ln -f /rescue/ls /bin/ls

which would have allowed him to build subversion.

DES
--=20
Dag-Erling Sm=C3=B8rgrav - des@des.no



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86zkgulka9.fsf>