I keep getting the following error when creating a package from installed.
pkg: lstat(/usr/local/lib/compat/pkg): No such file or directory
I fixed this by removing "@dir lib/compat/pkg" from pkg-plist. Was that the
correct way to fix this or is that file supposed to exist?
--
D'Arcy J.M. Ca
Hi,
See https://pkg-status.freebsd.org/builds?type=package&all=1 and Search:
main-arm64.
For about a week the builds crash.
The Failed builds have output like this:
===
===> evdev-proto-5.8 depends on file: /usr/local/sbin/pkg - not found
===>
On Fri, Aug 20, 2021 at 09:25:26AM -0400, D'Arcy Cain wrote:
> I keep getting the following error when creating a package from installed.
>
> pkg: lstat(/usr/local/lib/compat/pkg): No such file or directory
>
> I fixed this by removing "@dir lib/compat/pkg" from pkg-plist. Was that the
> corre