Bug 233219

Summary: fix for FreeBSD v12 buildworld bootstrap error
Product: Base System Reporter: andrew
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: New ---    
Severity: Affects Many People CC: arichardson, emaste
Priority: --- Keywords: patch
Version: 12.0-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Correction of bootstrap dependencies none

Description andrew 2018-11-14 11:57:29 UTC
Created attachment 199233 [details]
Correction of bootstrap dependencies

There is an dependency issue in FreeBSD bootstrap tools building when one tries to do 'make buildworld' within a jail without crypto libraries installed: objcopy fails to build because of missing libcrypt.
It can be corrected by applying the following patch.