Making release is broken

Tim Kientzle kientzle at freebsd.org
Sun Apr 19 07:00:27 UTC 2009


Takahashi Yoshihiro wrote:
> In article <49EA9DDF.5040500 at freebsd.org>
> Tim Kientzle <kientzle at freebsd.org> writes:
> 
>> Easiest fix is to add -lcrypto to the boot_crunch.conf.
>> That would satisfy libarchive's new requirements.
>>
>> Alternatively, I could put conditionals on RELEASE_CRUNCH
>> into cpio so that it didn't use any of the new libarchive
>> features that are causing this.
>>
>> With a little more work, I could put together a minicpio that
>> provided just the bare minimum of features required by the
>> boot_crunch.
>>
>> Any strong preference?
> 
> I prefer to add RELEASE_CRUNCH condition or add a minicpio to avoid
> increasing a binary size.

Done.  r191262 adds a RELEASE_CRUNCH condition that
reduces the number of libarchive features used by cpio.
It should fix the problem you're seeing.

Cheers,

Tim


More information about the freebsd-current mailing list