From owner-freebsd-stable@FreeBSD.ORG Mon May 24 08:38:15 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 3C595106566B; Mon, 24 May 2010 08:38:15 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.221.181]) by mx1.freebsd.org (Postfix) with ESMTP id BFC298FC18; Mon, 24 May 2010 08:38:14 +0000 (UTC) Received: by qyk11 with SMTP id 11so5424092qyk.13 for ; Mon, 24 May 2010 01:38:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=DoYYJ1FTzbkINuN/SB7qoDI1yvKMsMPNXnfOQjA2vgA=; b=JbmOBfM1q3Q0MxxuKrCHCbKz9kILqbvS9HU6o3Cjgq3vqGw1EL9zU/an0n1OIoP43u UMbOibueVeEkYTK2zUdznBelbgi6s47lXjRP9f4KMu0MGabGUbTLXmxMleQyPJzy1ew4 WwQxK3gl5129ttcrD08M4JBeO+abm3DVrouJ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=MD0fwVJnmq02+defEMdYZ4z+PHx6ltFwJkf8kgoM6Cu6SRO+wP8uzbl4c2L8IkOpFB fhqk3quWX8CjqrnA1g+/vH5n8cqJGZEd6dnwc/ROmZp4+ZzGthlIlPzzvQqIfIh8wZxj DjAeWJEhsXaWBxT8l8WRcdtGnv4yBlZoyWnkY= MIME-Version: 1.0 Received: by 10.229.215.134 with SMTP id he6mr981658qcb.128.1274690294109; Mon, 24 May 2010 01:38:14 -0700 (PDT) Received: by 10.229.190.83 with HTTP; Mon, 24 May 2010 01:38:14 -0700 (PDT) In-Reply-To: References: <8A12D1D8-7D3D-472A-8B2B-637D3E243D56@gmail.com> <4BFA2CB3.9010006@delphij.net> Date: Mon, 24 May 2010 01:38:14 -0700 Message-ID: From: Garrett Cooper To: d@delphij.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: stable@freebsd.org, Tim Kientzle , Martin Matuska , Garrett Cooper 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 08:38:15 -0000 On Mon, May 24, 2010 at 1:33 AM, 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, >>> =A0 =A0 =A0 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 ha= d on hand at the time). Upgrading to 8-STABLE appears to be problematic tho= ugh. >>> =A0 =A0 =A0 On a few different occasions I ran into issues doing the fo= llowing: >> >> Are you using make buildworld? =A0Presumbly they should have been create= d >> 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. > Only after I hacked things (just did simple mkdir(1)s and make > installs) so that lzma could actually install and set WITHOUT_RESCUE > (syscons was getting hung up on ncurses symbols), did buildworld > actually go through. Slight correction: libtermcap, not syscons. Thanks, -Garrett