From owner-freebsd-current@FreeBSD.ORG Fri Oct 21 10:18:57 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA3CA1065673 for ; Fri, 21 Oct 2011 10:18:57 +0000 (UTC) (envelope-from des@des.no) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id 6382D8FC18 for ; Fri, 21 Oct 2011 10:18:57 +0000 (UTC) Received: from ds4.des.no (des.no [84.49.246.2]) by smtp.des.no (Postfix) with ESMTP id 8ADED1FFC33; Fri, 21 Oct 2011 10:18:55 +0000 (UTC) Received: by ds4.des.no (Postfix, from userid 1001) id 37C67B93C; Fri, 21 Oct 2011 12:18:55 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: "Daniel O'Connor" References: <4E9EE3AD.7080708@protected-networks.net> <867h41m1nu.fsf@ds4.des.no> <4E9EF40C.2020802@protected-networks.net> <20111019171901.GA12204@mech-cluster241.men.bris.ac.uk> <20111019184734.GA12364@mech-cluster241.men.bris.ac.uk> <20111020115132.GB13653@mech-cluster241.men.bris.ac.uk> <5C0DF765-370C-4B52-B070-CE2A13EAFD50@gsoft.com.au> Date: Fri, 21 Oct 2011 12:18:54 +0200 In-Reply-To: <5C0DF765-370C-4B52-B070-CE2A13EAFD50@gsoft.com.au> (Daniel O'Connor's message of "Fri, 21 Oct 2011 09:00:47 +1030") Message-ID: <86zkgulka9.fsf@ds4.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: Tom Evans , Garrett Cooper , FreeBSD Current , Anton Shterenlikht Subject: Re: '/bin/ls' broken by SVN r226509 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2011 10:18:57 -0000 "Daniel O'Connor" 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