From owner-freebsd-current@FreeBSD.ORG Wed Oct 19 18:52:03 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 E21001065672 for ; Wed, 19 Oct 2011 18:52:03 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9AE278FC1C for ; Wed, 19 Oct 2011 18:52:03 +0000 (UTC) Received: by gyd8 with SMTP id 8so2553743gyd.13 for ; Wed, 19 Oct 2011 11:52:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=references:in-reply-to:mime-version:content-transfer-encoding :content-type:message-id:cc:x-mailer:from:subject:date:to; bh=WIPmM/X0Aa7XNWC3cZMoYug9IyOieEzXxpBPzS9PssQ=; b=QIMEwW6xawcs8A/gKGPzIMbAaYGcKeSiWlyhTNv2Qf+ONGh0nz8+kxmFNpDIQiNbrh wZ6dlX/lGtFmguW1dky2b1Oeqj1Wg+dcj+30Ls9llm+AW7Mm/gO73WUk0unumvBBHAJi bW9iK3EEkM+6BNp8+qjWalfzbdddqg1QhS5t4= Received: by 10.236.154.106 with SMTP id g70mr11876789yhk.17.1319050323097; Wed, 19 Oct 2011 11:52:03 -0700 (PDT) Received: from [10.45.122.161] (mobile-166-205-137-203.mycingular.net. [166.205.137.203]) by mx.google.com with ESMTPS id f76sm9817932yhj.21.2011.10.19.11.52.00 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 19 Oct 2011 11:52:02 -0700 (PDT) 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> In-Reply-To: <20111019184734.GA12364@mech-cluster241.men.bris.ac.uk> Mime-Version: 1.0 (1.0) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: <1C04EEE0-1DBA-46B9-9567-50203430C8FC@gmail.com> X-Mailer: iPhone Mail (9A334) From: Garrett Cooper Date: Wed, 19 Oct 2011 11:51:55 -0700 To: Anton Shterenlikht Cc: Dag-Erling Sm??rgrav , FreeBSD Current 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: Wed, 19 Oct 2011 18:52:04 -0000 On Oct 19, 2011, at 11:47 AM, Anton Shterenlikht wrote= : > On Wed, Oct 19, 2011 at 10:38:30AM -0700, Garrett Cooper wrote: >> On Wed, Oct 19, 2011 at 10:19 AM, Anton Shterenlikht >> wrote: >>> On Wed, Oct 19, 2011 at 12:00:12PM -0400, Michael Butler wrote: >>>> On 10/19/11 11:39, Dag-Erling Sm??rgrav wrote: >>>>> Michael Butler ?writes: >>>>>> When running 'configure' for, say, the latest clamav update, '/bin/ls= ' >>>>>> dumps core with a floating point exception. >>>>>=20 >>>>> Thanks for the report. ?Try r226546. >>>=20 >>> I removed subversion to help the move from 1.6 to 1.7. >>> Now I can't build it. >>>=20 >>> If possible, can you provide a patch that can >>> be applied directly to fix this. >>=20 >> svnweb is your friend: >> http://svnweb.freebsd.org/base/head/bin/ls/ls.c?r1=3D226546&r2=3D226545&p= athrev=3D226546 >=20 > Thanks. Can you also please remind > how to reinstall just /bin/ls, > without the "make buildworld"? make -C bin/ls cleandir all install ? -Garrett=