-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pin version in depends for bin package #251
Comments
@Links2004 I had this problem quite often and also struggled with reverting to the previous version (actually for some reason it never worked for me). * https://forum.manjaro.org/t/howto-work-around-gpg-verification-issue-on-left-behind-systems/125822 |
I don't know about pinning dependencies, it doesn't sound like good practice. The For other I can only really recommend having a second package manager (like Nix or Flatpak) installed for the time being
OBS' support for Arch Linux is an awful hack |
indeed since it could lead to partial upgrades. What about adding versions to the optional deps? That at least would show a message when upgrading but still allow it.
pretty hard to beat free 12-16 core vms. Only way I can think of is getting sponsored by some large hosting company, that would probably require that all or some maintainers doxx themselves or something though. |
Hi,
I think its a good idea to pin the versions of dependencies in the PKGBUILD for the bin package release.
libicui18n.so
is the prime example for braking on updates with out any warning.if the version where pinned then pacman prompts for unresolved dependency and ask for remove of
ungoogled-chromium-archlinux
which gives the users a hint to look whats going on, currently the update runs and if you want to start your ungoogled-chromium you are end up in errors like,/usr/lib/chromium/chromium: error while loading shared libraries: libicuuc.so.73: cannot open shared object file: No such file or directory
which is less then ideal ;)rebuild seems to be running https://github.com/ungoogled-software/ungoogled-chromium-archlinux/actions/runs/7241153657
but until then my main browser is broken, with the versions pinned the users get the change to delay there updates and never have a broken browser ;)
The text was updated successfully, but these errors were encountered: