-
Notifications
You must be signed in to change notification settings - Fork 35
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
Debian based version fix, won't actually works #26
Comments
Hi, I have the same issue and it's because of the way
It only ensures packages are installed but there is no dependency about the version number:
So basically, during the first install the dependencies might be ok (not even sure) but after that, if you try to upgrade the package it has not impact on the version of erlang-base, etc. So it's quite useless, in my opinion. Basically, we have 2 options here:
|
I imagine a lot of people are going to come here with similar issue now that erlang-nox 21.0 was released, with breaking changes to rabbitmq-server. Currently the only workaround seems to stop using this module and stick with distro packages, or pinning all the packages manually, like suggested over me. |
Plus, in some cases distro packages are not fully supported by some software: https://www.rabbitmq.com/which-erlang.html I did a temp workaround:
|
I'm trying to fix a specific erlang version through the 'version' parameter, but that's the result:
Just erlang-nox package is version-fixed. Shouldn't be the other versions 1.16... as well?
The text was updated successfully, but these errors were encountered: