Re: errror while installing/replacing python 3.10
Greg Troxel <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc |
|---|---|
| Message-ID | <[email protected]> |
as always, pkg_rr chooses an order to run make replace, nothing more. With multiversion packages, pkglint doesn't cope, and pkg_rr further doesn't. So after you flip to python default 3.11, it's a mess and you need to remove packages manually. But absent having python packages with nondefault version, etc. it should be ok. As always, run pkg_admin check pkg_admin rebuild-tree and resolve any issues. (These are of course about your packages, not about pkg-rr.) Then use -v, and save the output. Figure out what package it is replacing and then either: solve the problem of replacing that package without talking about pkg_rr. People that don't like pkg_rr will be willing to help you. People that do will appreciate you detangling separable things. if you really think that package should not be replaced in that orderand can reasonably be expected to fail because of that, then you may have found a pkg_rr bug.