From owner-freebsd-stable@FreeBSD.ORG Mon May 24 09:27:20 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 640251065678 for ; Mon, 24 May 2010 09:27:20 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [IPv6:2001:470:a803::1]) by mx1.freebsd.org (Postfix) with ESMTP id E168D8FC1B for ; Mon, 24 May 2010 09:27:19 +0000 (UTC) Received: from mail.geekcn.org (tarsier.geekcn.org [211.166.10.233]) by tarsier.geekcn.org (Postfix) with ESMTP id DFCC1A573FD; Mon, 24 May 2010 17:27:18 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([211.166.10.233]) by mail.geekcn.org (mail.geekcn.org [211.166.10.233]) (amavisd-new, port 10024) with LMTP id 19yYR-1VPa6o; Mon, 24 May 2010 17:27:13 +0800 (CST) Received: from delta.delphij.net (c-24-4-100-103.hsd1.ca.comcast.net [24.4.100.103]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTPSA id 5DCEAA55087; Mon, 24 May 2010 17:27:11 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:subject:references:in-reply-to:x-enigmail-version:openpgp: content-type:content-transfer-encoding; b=Yk3KTjkip2IotKijKP3wlDuEv+WUi7YYZ9vI90EuUc8kLBW9hmZCVxUyVsed8xrCe cYFGFb6R/HA0E3pL8/wWw== Message-ID: <4BFA466A.4050300@delphij.net> Date: Mon, 24 May 2010 02:27:06 -0700 From: Xin LI Organization: The Geek China Organization User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100408 Thunderbird/3.0.4 ThunderBrowse/3.2.8.1 MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <8A12D1D8-7D3D-472A-8B2B-637D3E243D56@gmail.com> <4BFA2CB3.9010006@delphij.net> <4BFA3F01.2040801@delphij.net> <20100524092141.GA20863@icarus.home.lan> In-Reply-To: <20100524092141.GA20863@icarus.home.lan> X-Enigmail-Version: 1.0.1 OpenPGP: id=3FCA37C1; url=http://www.delphij.net/delphij.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: lzma support in `stable' has potential issues X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net 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 09:27:20 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 2010/05/24 02:21, Jeremy Chadwick wrote: > On Mon, May 24, 2010 at 01:55:29AM -0700, Xin LI wrote: >> On 2010/05/24 01:33, Garrett Cooper wrote: >>> On Mon, May 24, 2010 at 12:37 AM, Xin LI wrote: >>>> -----BEGIN PGP SIGNED MESSAGE----- >>>> Hash: SHA256 >>>> >>>> On 2010/05/23 23:58, Garrett Cooper wrote: >>>>> Hi Martin and Tim, >>>>> I recently wiped off my Lenovo again to get a fresh install of FreeBSD on it, and started out at 8.0-RELEASE (it's the media that I had on hand at the time). Upgrading to 8-STABLE appears to be problematic though. >>>>> On a few different occasions I ran into issues doing the following: >>>> >>>> Are you using make buildworld? Presumbly they should have been created >>>> by mtree and I've verified that the corresponding change was merged >>>> properly. >>> >>> I've tried buildworld, as well as one one-off makes I showed above. >> >> But how do you explain there is no tinderbox alert and there is no >> reports about this? > > Not to mention, I just did buildworld/installworld on one of our > machines yesterday afternoon, after the lzma import, and didn't run into > a single problem: > > $ ls -l /usr/include/lzma > total 162 > -r--r--r-- 1 root wheel 22112 23 May 12:10 base.h > -r--r--r-- 1 root wheel 2628 23 May 12:10 bcj.h > -r--r--r-- 1 root wheel 20032 23 May 12:10 block.h > -r--r--r-- 1 root wheel 4255 23 May 12:10 check.h > -r--r--r-- 1 root wheel 16341 23 May 12:10 container.h > -r--r--r-- 1 root wheel 1865 23 May 12:10 delta.h > -r--r--r-- 1 root wheel 16164 23 May 12:10 filter.h > -r--r--r-- 1 root wheel 2141 23 May 12:10 hardware.h > -r--r--r-- 1 root wheel 22807 23 May 12:10 index.h > -r--r--r-- 1 root wheel 3903 23 May 12:10 index_hash.h > -r--r--r-- 1 root wheel 13531 23 May 12:10 lzma.h > -r--r--r-- 1 root wheel 8357 23 May 12:10 stream_flags.h > -r--r--r-- 1 root wheel 6646 23 May 12:10 subblock.h > -r--r--r-- 1 root wheel 3497 23 May 12:10 version.h > -r--r--r-- 1 root wheel 6601 23 May 12:10 vli.h > > Could what Garrett is seeing be the result of one of the cvsup mirrors > being out of date? My guess would be src/etc/mtree tree not being populated properly... Cheers, - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! Live free or die -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iQEcBAEBCAAGBQJL+kZpAAoJEATO+BI/yjfBI9YIAKoERSJ00pbIFKMvOVgstoZn ShauwpRwhHsCaUoxYfdTOGBe+3f5+GUXh5BhJJXTgkH7bOVkjocBVZImu4bVt37Y XdBXjfOgD0DCdPcWuAHhGlHvatDhjtVAlhIj3LxSpcPmbXFJBMboBIkBcrX12tum MHwD+OIiPtnLA89XwdefB4FX65mBdhvHA93+/vHzrbx7ixZnOMk+rWcb90hqWMUL +4DxkPge8Rb5COW/9DMpQN7rdMz73r2XBOpumpCIDg5lV0aOJ7KminpIItaBB1IB Vs4kW93n5BMhbKw2qwdtiz6BCZJAlDl7WYpMalg5Zw+3cXUynzcreL6xd20VmHk= =7P4u -----END PGP SIGNATURE-----