[mini headsup] updating from 7.x to -CURRENT after lzma import

Kostik Belousov kostikbel at gmail.com
Wed May 12 04:22:04 UTC 2010


On Tue, May 11, 2010 at 04:37:51PM -0700, Xin LI wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi,
> 
> The recent lzma import has enabled libarchive's lzma support.  However,
> it have come to our attention that building -HEAD on earlier FreeBSD
> versions (specifically, 7.x after 700044 through 8.x before 800022) have
> been broken.
> 
> The reason behind this is that 'make buildworld' will build a new ar(1)
> binary which links to libarchive, causing build to break on these systems.
> 
> A hack-ish patch can be used to relieve this:
> 
> 	http://people.freebsd.org/~delphij/for_review/patch-lzmabuild.diff
> 
> Alternatively, one can update to 8-STABLE before jumping to 9-CURRENT.
> 
> Another way to work around this is to build and install lzma static
> library before doing 'make buildworld':
> 
> 	cd /usr/src
> 	make buildenv
> 	cd lib/liblzma
> 	make obj
> 	make depend
> 	make  -DNO_PIC -DWITHOUT_PROFILE -DNO_SHARED all
> 	make  -DNO_PIC -DWITHOUT_PROFILE -DNO_SHARED install
> 
> We are working on a better solution for this and sorry for the breakage.

The project policy is to require at least recent STABLE_(X-1)
to build HEAD. The heads up is good thing, but functionality
"broken" is only provided on best effort basis.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20100512/4a71ccac/attachment.pgp


More information about the freebsd-current mailing list