Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 880743 - net-misc/rabbitmq-server-3.11.2: shoud depend on specific versions of elixir
Summary: net-misc/rabbitmq-server-3.11.2: shoud depend on specific versions of elixir
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ultrabug
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-10 13:40 UTC by Kobboi
Modified: 2022-11-12 13:55 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.gz (build.log.gz,3.34 KB, application/gzip)
2022-11-10 13:40 UTC, Kobboi
Details
emerge-info.txt (emerge-info.txt,7.62 KB, text/plain)
2022-11-10 13:40 UTC, Kobboi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kobboi 2022-11-10 13:40:39 UTC
(...)

==> parallel_stream
Compiling 11 files (.ex)
warning: Stream.chunk/4 is deprecated. Use Stream.chunk_every/4 instead
  lib/parallel_stream/producer.ex:16: ParallelStream.Producer.build!/4

Generated parallel_stream app
==> csv
Compiling 10 files (.ex)
Generated csv app
==> rabbitmqctl
** (Mix) You're trying to run :rabbitmqctl on Elixir v1.12.3 but it has declared in its mix.exs file it supports only Elixir >= 1.13.4 and < 1.15.0
make[2]: *** [Makefile:95: escript/rabbitmqctl] Error 1
make[2]: Leaving directory '/var/tmp/portage/net-misc/rabbitmq-server-3.11.2/work/rabbitmq-server-3.11.2/deps/rabbitmq_cli'
make[1]: *** [../../erlang.mk:4512: deps] Error 2
make[1]: Leaving directory '/var/tmp/portage/net-misc/rabbitmq-server-3.11.2/work/rabbitmq-server-3.11.2/deps/rabbit'
make: *** [erlang.mk:4512: deps] Error 2



Reproducible: Always
Comment 1 Kobboi 2022-11-10 13:40:57 UTC
Created attachment 830281 [details]
build.log.gz
Comment 2 Kobboi 2022-11-10 13:40:59 UTC
Created attachment 830283 [details]
emerge-info.txt
Comment 3 Matthew Smith gentoo-dev 2022-11-10 14:49:32 UTC
I checked the README to get the required Elixir version and it says 1.12.0.

Will update the dependency and also add a comment saying to check the mix file instead.
Comment 4 Larry the Git Cow gentoo-dev 2022-11-12 13:55:16 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a3503746943dab3f79cf4cf0edbd3ee1392510

commit 21a3503746943dab3f79cf4cf0edbd3ee1392510
Author:     Matthew Smith <matthew@gentoo.org>
AuthorDate: 2022-11-12 13:54:26 +0000
Commit:     Matthew Smith <matthew@gentoo.org>
CommitDate: 2022-11-12 13:54:26 +0000

    net-misc/rabbitmq-server: constrain elixir version
    
    Closes: https://bugs.gentoo.org/880743
    Signed-off-by: Matthew Smith <matthew@gentoo.org>

 net-misc/rabbitmq-server/rabbitmq-server-3.11.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)