Replies: 1 comment 3 replies
-
Sounds like you've had outdated binary packages in your local repository. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is just a question to get a better understanding.
So, I just updated my local copy of void-packages via "git pull -r" and then wanted to update the bootstrap packages via "xbsp-src bootstrap-update".
But instead of a successful update as I usually get, I got this error message:
./xbps-src bootstrap-update
=> xbps-src: updating repositories for host (x86_64)...
[] Updating repository
https://repo-default.voidlinux.org/current/bootstrap/x86_64-repodata' ... [*] Updating repository
https://repo-default.voidlinux.org/current/x86_64-repodata' ...[] Updating repository
https://repo-default.voidlinux.org/current/nonfree/x86_64-repodata' ... [*] Updating repository
https://repo-default.voidlinux.org/current/debug/x86_64-repodata' ...[] Updating repository
https://repo-default.voidlinux.org/current/multilib/bootstrap/x86_64-repodata' ... [*] Updating repository
https://repo-default.voidlinux.org/current/multilib/x86_64-repodata' ...[] Updating repository
https://repo-default.voidlinux.org/current/multilib/nonfree/x86_64-repodata' ... => xbps-src: updating software in / masterdir... libcrypto3-3.1.5_1 in transaction breaks installed pkg
openssl-3.1.4_2'libssl3-3.1.5_1 in transaction breaks installed pkg
openssl-3.1.4_2' Transaction aborted due to unresolved dependencies. libcrypto3-3.1.5_1 in transaction breaks installed pkg
openssl-3.1.4_2'libssl3-3.1.5_1 in transaction breaks installed pkg `openssl-3.1.4_2'
Transaction aborted due to unresolved dependencies.
=> ERROR: xbps-src: failed to update base-chroot!
So, I wonder, why does the update process not just update openssl? After all, it was "xbsp-src binary-bootstrap" that installed openssl in the first place - so it's not like I manually installed the package or anything (I wouldn't even know how to do that with xbps-src)... And: the main system updated openssl to v3.1.5 just fine.
Yeah, I could just delete the master directory and let "xbsp-src binary-bootstrap" create a new one (which I tested and works). But, as stated above, this is about getting a better understanding of xbps-src, in this case specifically "xbsp-src bootstrap-update".
Beta Was this translation helpful? Give feedback.
All reactions