From owner-freebsd-stable@FreeBSD.ORG Mon May 24 08:33:33 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 2EF2E106564A; Mon, 24 May 2010 08:33:33 +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 AE2268FC15; Mon, 24 May 2010 08:33:32 +0000 (UTC) Received: by qyk11 with SMTP id 11so5419784qyk.13 for ; Mon, 24 May 2010 01:33:32 -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=V0Ru1KWP/jnDqF4pmJ7JhmAjYlg6MBPFIJ5Fg5y4qFo=; b=Gq/kyleBQ4W0vveIYPaHFEn+O1t3v6kClcCOfkppPxlW4mdlYpFS4SLrHDKr6EyHfo cClTnOjrAPr0EywWIvqfBNT7OKMUw2MpPdKW4TsV9AfuYud24yBF2SmzsOQa2k4v5O8p lzE5A3v51TKvRUM5IiB2rYLDjBq0/kKS9qiK8= 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=Twke9Atd8oLl+EVTPDnj7lCU7NESV/aUHiP73m+Mkpt2rL9ggrZWKRsne+e+6Q0Hho Gpv19BMTbnnYVBVE9qcUcyFRTZZOWH8TOIypYf55nZY5xCTKJrLjBppWZhGGMakU4MKf dwWZF9G2GyHMwghKHuW896XaQG08iBVnAKuZw= MIME-Version: 1.0 Received: by 10.229.182.9 with SMTP id ca9mr976429qcb.118.1274690011461; Mon, 24 May 2010 01:33:31 -0700 (PDT) Received: by 10.229.190.83 with HTTP; Mon, 24 May 2010 01:33:31 -0700 (PDT) In-Reply-To: <4BFA2CB3.9010006@delphij.net> References: <8A12D1D8-7D3D-472A-8B2B-637D3E243D56@gmail.com> <4BFA2CB3.9010006@delphij.net> Date: Mon, 24 May 2010 01:33:31 -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:33:33 -0000 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 had= on hand at the time). Upgrading to 8-STABLE appears to be problematic thou= gh. >> =A0 =A0 =A0 On a few different occasions I ran into issues doing the fol= lowing: > > Are you using make buildworld? =A0Presumbly 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. 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. Thanks, -Garrett