Bug 233219 - fix for FreeBSD v12 buildworld bootstrap error
Summary: fix for FreeBSD v12 buildworld bootstrap error
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 12.0-STABLE
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2018-11-14 11:57 UTC by andrew
Modified: 2018-11-14 18:30 UTC (History)
2 users (show)

See Also:


Attachments
Correction of bootstrap dependencies (347 bytes, patch)
2018-11-14 11:57 UTC, andrew
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.