On 2021/11/06 23:18, Amit Kulkarni wrote: > On Sat, Nov 6, 2021 at 1:54 PM Stuart Henderson <[email protected]> wrote: > > > > If you have a partial-python package installed, rm -r > > /var/db/pkg/partial-python* then pkg_add -r -D installed python%3.9 and I > > think that should fix things. > > > > this above fixed it for me. don't know what triggered it though
it was a one-off problem due to a bug in the packing list when i switched python3 default from 3.8 to 3.9, it will be triggered updating from 3.8.12p2+3.9.Xp2 -> 3.8.12p3+3.9.7p3. updating from 3.8.12p2+3.9.Xp2 to the versions in current snapshots (now 3.8.12p3+3.9.7p4) won't see the problem.
