Le 10-05-2019 14:03, Stuart Henderson a écrit :
On 2019/05/10 13:49, Remi Pointel wrote:
Le 10-05-2019 11:44, Laurence Tratt a écrit :
> On Fri, May 10, 2019 at 10:56:43AM +0200, Remi Pointel wrote:
>
> Hello Remi,
>
> > On which version of OpenBSD are you trying to update your packages?
>
> Apologies for not being clear. This was on the May 9th snapshot.
>

Python-3.5.x has been removed since OpenBSD 6.1, I think you are trying to
update a very old OpenBSD-current.

You could test this after reading https://www.openbsd.org/faq/faq15.html:

- list all packages installed in a file "list"
$ pkg_info -mz | tee list

- remove all packages installed:
$ doas pkg_delete -X

- install all packages from the first step:
$ doas pkg_add -l list

Cheers,

Remi.


This was because @pkgpath markers were wrong in the ports, 3.5 should
have been merged into a newer version when it was removed, but that
wasn't done so old packages would stick around.

I've fixed the ports now but the simple fix if you don't want to wait
for a new pkg snapshot is "pkg_delete /var/db/pkg/python*3.5.*"

Good catch, thank you.

Remi.

Reply via email to