Missing file in ports-mgmt/pkg

2021-08-20 Thread D'Arcy Cain
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

pkg builders for main-arm64 are crashing

2021-08-20 Thread Ronald Klop
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 ===>

Re: Missing file in ports-mgmt/pkg

2021-08-20 Thread Baptiste Daroussin
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