From owner-freebsd-stable@FreeBSD.ORG Mon May 24 17:03:54 2010 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F2F4106564A; Mon, 24 May 2010 17:03:54 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id F0C9E8FC18; Mon, 24 May 2010 17:03:53 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:7daf:bbe7:8aa2:1f29] (unknown [IPv6:2001:7b8:3a7:0:7daf:bbe7:8aa2:1f29]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id DA4D75C43; Mon, 24 May 2010 19:03:52 +0200 (CEST) Message-ID: <4BFAB181.70401@andric.com> Date: Mon, 24 May 2010 19:04:01 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.4) Gecko/20100520 Lanikai/3.1.1pre MIME-Version: 1.0 To: Garrett Cooper References: <8A12D1D8-7D3D-472A-8B2B-637D3E243D56@gmail.com> <4BFA2CB3.9010006@delphij.net> <4BFA3F01.2040801@delphij.net> <20100524092141.GA20863@icarus.home.lan> <20100524093202.GA21167@icarus.home.lan> <20100524104744.GA24309@icarus.home.lan> <20100524152012.GA30630@icarus.home.lan> <97E38B1D-FF1F-4B31-973F-C574BDBC7A0B@gmail.com> In-Reply-To: <97E38B1D-FF1F-4B31-973F-C574BDBC7A0B@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org, Tim Kientzle , d@delphij.net, Martin Matuska , Jeremy Chadwick Subject: Re: lzma support in `stable' has potential issues X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2010 17:03:54 -0000 On 2010-05-24 18:15, Garrett Cooper wrote: > No worries. Here's what I did to actually reproduce the issue (just to provide more data): > > - Install 8.0-RELEASE amd64 with minimal from sysinstall. > - pkg_add -r subversion vim-lite > - cd /usr/src && svn co svn://svn.freebsd.org/base/head . Just a note, you are getting -CURRENT sources here, not 8-STABLE. Since your starting post was about "Upgrading to 8-STABLE", is this what you intended?