From owner-freebsd-stable@FreeBSD.ORG Mon May 24 15:20:17 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 04EE21065672 for ; Mon, 24 May 2010 15:20:17 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from qmta14.westchester.pa.mail.comcast.net (qmta14.westchester.pa.mail.comcast.net [76.96.59.212]) by mx1.freebsd.org (Postfix) with ESMTP id A063E8FC16 for ; Mon, 24 May 2010 15:20:16 +0000 (UTC) Received: from omta23.westchester.pa.mail.comcast.net ([76.96.62.74]) by qmta14.westchester.pa.mail.comcast.net with comcast id MQcr1e0061c6gX85ETLG6P; Mon, 24 May 2010 15:20:16 +0000 Received: from koitsu.dyndns.org ([98.248.46.159]) by omta23.westchester.pa.mail.comcast.net with comcast id MTLE1e00G3S48mS3jTLFoZ; Mon, 24 May 2010 15:20:16 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id 05E239B422; Mon, 24 May 2010 08:20:13 -0700 (PDT) Date: Mon, 24 May 2010 08:20:12 -0700 From: Jeremy Chadwick To: Garrett Cooper Message-ID: <20100524152012.GA30630@icarus.home.lan> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100524104744.GA24309@icarus.home.lan> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: stable@freebsd.org, Tim Kientzle , d@delphij.net, 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 15:20:17 -0000 On Mon, May 24, 2010 at 03:47:44AM -0700, Jeremy Chadwick wrote: > FreeBSD testbox.home.lan 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:02:08 UTC 2009 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 > > csup'd from cvsup10.freebsd.org, RELENG_8 of course. make -j2 > buildworld is currently running. Sorry I didn't get back to you on this issue sooner. Here's the current state of affairs: - buildworld completed successfully (make -j2 buildworld) - buildkernel completed successfully (make -j2 buildkernel) - reboot into single-user, mount -a - mergemaster -p (pulled in changes for group and master.passwd) - installworld completed successfully (make installworld) - yes | make delete-old (due to ipfilter and kerberos removal) - mergemaster (craploads of changes) - reboot into multi-user - reboot complained about some IPv6-related stuff, then I remembered that the kernel is GENERIC w/out INET6 removal, doh. :-) Oh well, unrelated to this problem - Verify /usr/include/lzma exists and is populated: testbox# ls -l /usr/include/lzma total 162 -r--r--r-- 1 root wheel 22112 May 24 01:10 base.h -r--r--r-- 1 root wheel 2628 May 24 01:10 bcj.h -r--r--r-- 1 root wheel 20032 May 24 01:10 block.h -r--r--r-- 1 root wheel 4255 May 24 01:10 check.h -r--r--r-- 1 root wheel 16341 May 24 01:10 container.h -r--r--r-- 1 root wheel 1865 May 24 01:10 delta.h -r--r--r-- 1 root wheel 16164 May 24 01:10 filter.h -r--r--r-- 1 root wheel 2141 May 24 01:10 hardware.h -r--r--r-- 1 root wheel 22807 May 24 01:10 index.h -r--r--r-- 1 root wheel 3903 May 24 01:10 index_hash.h -r--r--r-- 1 root wheel 13531 May 24 01:10 lzma.h -r--r--r-- 1 root wheel 8357 May 24 01:10 stream_flags.h -r--r--r-- 1 root wheel 6646 May 24 01:10 subblock.h -r--r--r-- 1 root wheel 3497 May 24 01:10 version.h -r--r--r-- 1 root wheel 6601 May 24 01:10 vli.h - uname -a just as a posterity point: testbox# uname -a FreeBSD testbox.home.lan 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #0: Mon May 24 06:09:23 PDT 2010 root@testbox.home.lan:/usr/obj/usr/src/sys/GENERIC amd64 Sorry Garrett, can't reproduce. :-( -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |