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

Tim Kientzle kientzle at freebsd.org
Sun May 16 18:36:47 UTC 2010


Xin LI wrote:
> 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.

The following patch partially fixes this problem by just
disabling all compression support in ar.  (There's definitely
no gain in compressing static libraries unless ld can
read them. ;-)

I don't think this totally fixes the problem.  I'd
appreciate if someone could try this and let me
know how far you get.

Tim

-------------- next part --------------
A non-text attachment was scrubbed...
Name: ar_no_compression.patch
Type: text/x-patch
Size: 1407 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20100516/d06ca6fb/ar_no_compression.bin


More information about the freebsd-current mailing list