Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 May 2010 08:20:12 -0700
From:      Jeremy Chadwick <freebsd@jdc.parodius.com>
To:        Garrett Cooper <yanefbsd@gmail.com>
Cc:        stable@freebsd.org, Tim Kientzle <kientzle@freebsd.org>, d@delphij.net, Martin Matuska <mm@freebsd.org>, Garrett Cooper <yaneurabeya@gmail.com>
Subject:   Re: lzma support in `stable' has potential issues
Message-ID:  <20100524152012.GA30630@icarus.home.lan>
In-Reply-To: <20100524104744.GA24309@icarus.home.lan>
References:  <8A12D1D8-7D3D-472A-8B2B-637D3E243D56@gmail.com> <4BFA2CB3.9010006@delphij.net> <AANLkTikK_a_oWrlsplJD5d0h4Szw3cMm4_C9nXHRtqu8@mail.gmail.com> <4BFA3F01.2040801@delphij.net> <20100524092141.GA20863@icarus.home.lan> <AANLkTikzh222fWZPf89Af-KvK1Izb2M4R18HC6C1vkwU@mail.gmail.com> <20100524093202.GA21167@icarus.home.lan> <20100524104744.GA24309@icarus.home.lan>

next in thread | previous in thread | raw e-mail | index | archive | help
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 |




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100524152012.GA30630>