This rabbitmq server version Name : rabbitmq-server Version : 3.11.10 Release : 1.fc39 Architecture : x86_64 Size : 22 M Source : rabbitmq-server-3.11.10-1.fc39.src.rpm Is not compatible with this erlang version Name : erlang Version : 26.1.2 Release : 1.fc39 Architecture : x86_64 Size : 23 k Source : erlang-26.1.2-1.fc39.src.rpm See: https://github.com/rabbitmq/rabbitmq-server/issues/7845 Reproducible: Always Steps to Reproduce: To test, run this command amqp-declare-queue --server=localhost --port=5672 --username=guest --password=guest --vhost=/ -q inbox you will receive 2023-12-11 23:01:21.425088+03:00 [info] <0.728.0> accepting AMQP connection <0.728.0> ([::1]:44374 -> [::1]:5672) 2023-12-11 23:01:21.429831+03:00 [info] <0.728.0> connection <0.728.0> ([::1]:44374 -> [::1]:5672): user 'guest' authenticated and granted access to vhost '/' 2023-12-11 23:01:21.431944+03:00 [error] <0.728.0> crasher: 2023-12-11 23:01:21.431944+03:00 [error] <0.728.0> initial call: rabbit_reader:init/3 2023-12-11 23:01:21.431944+03:00 [error] <0.728.0> pid: <0.728.0> 2023-12-11 23:01:21.431944+03:00 [error] <0.728.0> registered_name: [] 2023-12-11 23:01:21.431944+03:00 [error] <0.728.0> exception exit: {unexpected_message,{'EXIT',#Port<0.56>,einval}} Expected Results: expected result is, the amqp-declare-queue command outputs "inbox" to stdout and creates the queue on rabbitmq-server rabbitmq-server versions < 3.11.17 should depend on erlang 25, not greater or equal to 25. If you constrain it to greater than or equal to, you get 26 from fc39.
My suggestion is to see if it is possible to package rabbitmq-server 3.11.26.
well, it's simpler - any rabbitmq 3.11 just does not work with erlang 25. We need 3.12. I am building it ATM.
I meant erlang 26. sigh.
FEDORA-2023-ce15bd86f2 has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-ce15bd86f2
FEDORA-2023-ce15bd86f2 has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-ce15bd86f2` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-ce15bd86f2 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2023-ce15bd86f2 has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report.