New issue by michael-ball on void-packages repository https://github.com/void-linux/void-packages/issues/47922 Description: ### Is this a new report? Yes ### System Info Void 6.1.67-rt20_1 x86_64 GenuineIntel uptodate hold rrrmDFFFF ### Package(s) Affected python3-3.12.0_1 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? _No response_ ### Expected behaviour `xbps-install -Su` completes without error ### Actual behaviour Running `xbps-install -Su` results in the following error: ``` python3-3.12.0_1: broken, unresolvable shlib `libcrypt.so.1' Transaction aborted due to unresolved shlibs. ``` ### Steps to reproduce 1. On a system with python3 already installed, run `sudo xbps-install -Su` 2. OR try to install python3 with `sudo xbps-install -S python3`