Dear Andrew, Moved the package out of the directory. Packages are updating. Thank you.
Pascal. -----Oorspronkelijk bericht----- Van: Andrew Hewus Fresh <and...@afresh1.com> Aan: pas...@pascallen.nl <pas...@pascallen.nl> Cc: misc@openbsd.org Onderwerp: Re: After upgrade to 6.9 pkg_add -u throws ListUtil.c error Datum: Mon, 22 Nov 2021 14:45:19 -0800 On Mon, Nov 22, 2021 at 11:34:44PM +0100, pas...@pascallen.nl wrote: > After a sysupgrade to 6.9I try to update the packages but get thrown > an error: > router# pkg_add -UuListUtil.c: loadable library and perl binaries are > mismatched (gothandshake key 0xb600000, needed 0xec00000) This error generally means that you've installed perl modules(in this case List::Util) using a CPAN client instead of ports orpackages. > How can I recover? Remove any modules you've installed outside of the ports tree into/usr/local/libdata/perl5. Once you upgrade to OpenBSD 7.0, base tools got smarter so that theywon't be broken by this condition, but things outside of base willcontinue to have issues. I need to get back to some changes to improvethis in the future, but time has not been on my side. l8rZ,