Summary: | ports-mgmt/pkg breaks NanoBSD builds | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | wout |
Component: | Individual Port(s) | Assignee: | freebsd-pkg (Nobody) <pkg> |
Status: | New --- | ||
Severity: | Affects Some People | Flags: | bugzilla:
maintainer-feedback?
(pkg) |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
wout
2020-04-06 16:42:44 UTC
I think it is caused by: https://github.com/freebsd/pkg/commit/10920fb88a121630e1b45ae1f02fc9bba893551f Workaround: 1) `mkdir /usr/local/lib/compat/pkg` before creating pkg package 2) Add `CR "mkdir -p /usr/local/lib/compat/pkg"` to cust_pkgng() so the required directory exists in the NanoBSD build environment |