From owner-freebsd-current@FreeBSD.ORG Wed Oct 19 17:38:31 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 5AE9D1065675 for ; Wed, 19 Oct 2011 17:38:31 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 016A58FC14 for ; Wed, 19 Oct 2011 17:38:30 +0000 (UTC) Received: by qadz30 with SMTP id z30so2112889qad.13 for ; Wed, 19 Oct 2011 10:38:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=g4yGJEqqiRKtIGBqjT2i5kxExLzahI4dddjYpJ8MdAA=; b=Kj+5oaSacJP7h/IUn1C8FjRXQVyCZaJvODgKyWsCdrF4PDQi68cxMVsRqiae6TsBf/ wqCPstmKbNkP4JCbDFpr/ZivoEf/AObNkDuC209IQSsWFZnU1HWuVQk2JQVO8nQneWra tSv5eBdW5dQhsrULtYd0PxKrCdhz4/iKejjp0= MIME-Version: 1.0 Received: by 10.182.73.67 with SMTP id j3mr1173753obv.46.1319045910277; Wed, 19 Oct 2011 10:38:30 -0700 (PDT) Received: by 10.182.122.33 with HTTP; Wed, 19 Oct 2011 10:38:30 -0700 (PDT) In-Reply-To: <20111019171901.GA12204@mech-cluster241.men.bris.ac.uk> References: <4E9EE3AD.7080708@protected-networks.net> <867h41m1nu.fsf@ds4.des.no> <4E9EF40C.2020802@protected-networks.net> <20111019171901.GA12204@mech-cluster241.men.bris.ac.uk> Date: Wed, 19 Oct 2011 10:38:30 -0700 Message-ID: From: Garrett Cooper To: "Dag-Erling Sm??rgrav" , FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: 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 17:38:31 -0000 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 =A0writes: >> >>When running 'configure' for, say, the latest clamav update, '/bin/ls' >> >>dumps core with a floating point exception. >> > >> >Thanks for the report. =A0Try r226546. > > I removed subversion to help the move from 1.6 to 1.7. > Now I can't build it. > > If possible, can you provide a patch that can > be applied directly to fix this. svnweb is your friend: http://svnweb.freebsd.org/base/head/bin/ls/ls.c?r1=3D226546&r2=3D226545&pat= hrev=3D226546 -Garrett