Re: Questions about /usr/local/lib/compat/pkg
- Reply: Stefan Esser : "Re: Questions about /usr/local/lib/compat/pkg"
- In reply to: freebsd_a_ohreally.nl: "Re: Questions about /usr/local/lib/compat/pkg"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Nov 2021 15:06:52 UTC
On Mon, Nov 08, 2021 at 04:03:56PM +0100, freebsd@ohreally.nl wrote: > Thank you, Stefan. > I am creating an issue at the portupgrade/pkgtools GitHub project as we > speak. I will include all the information that Baptiste and you have given > me. > > Best, > Rob > Just the "No such file or directory @ rb_check_realpath_internal" shows it comes from portupgrade and not pkg itself, I missed it in my first review. Note that portmaster and portupgrade do not need to support that feature anymore as it is provided by pkg directly (they just need to activate it or not if they wants for backward compatibility). Baptiste