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. Cain  |  Democracy is three wolves
http://www.druid.net/darcy/|  and a sheep voting on
+1 416 788 2246 (DoD#0082)(eNTP)   |  what's for dinner.
IM: da...@vybenetworks.com, VoIP: sip:da...@druid.net

Disclaimer: By sending an email to ANY of my addresses you
are agreeing that:

1.  I am by definition, "the intended recipient".
2.  All information in the email is mine to do with as I see
fit and make such financial profit, political mileage, or
good joke as it lends itself to. In particular, I may quote
it where I please.
3.  I may take the contents as representing the views of
your company if I so wish.
4.  This overrides any disclaimer or statement of
confidentiality that may be included or implied in
your message.



OpenPGP_signature
Description: OpenPGP digital signature


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
===>   Installing existing package /packages/All/pkg-1.17.1.pkg
[main-arm64-default-job-13] Installing pkg-1.17.1...
[main-arm64-default-job-13] Extracting pkg-1.17.1: .Child process 
pid=99752 terminated abnormally: Segmentation fault
*** Error code 139

Stop.
make: stopped in /usr/ports/devel/evdev-proto
=>> Cleaning up wrkdir
===>  Cleaning for evdev-proto-5.8

Who do I need to ping about it?

Regards,
Ronald.


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
> correct way to fix this or is that file supposed to exist?
> 

We would need more information about your setup, the port makefile is actually
creating the lib/compat/pkg so it should not be missing.

Best regards,
Bapt