Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 708750 - net-misc/rabbitmq-server-3.8.1 : rabbitmqctl on Elixir v1.10.0 but it has declared in its mix.exs file it supports only Elixir >= 1.7.0 and < 1.10.0
Summary: net-misc/rabbitmq-server-3.8.1 : rabbitmqctl on Elixir v1.10.0 but it has dec...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Ultrabug
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-08 20:02 UTC by Toralf Förster
Modified: 2020-08-18 14:48 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.30 KB, text/plain)
2020-02-08 20:02 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,240.92 KB, text/plain)
2020-02-08 20:02 UTC, Toralf Förster
Details
environment (environment,110.54 KB, text/plain)
2020-02-08 20:02 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,16.79 KB, application/x-bzip)
2020-02-08 20:02 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,448 bytes, application/x-bzip)
2020-02-08 20:02 UTC, Toralf Förster
Details
net-misc:rabbitmq-server-3.8.1:20200208-200014.log (net-misc:rabbitmq-server-3.8.1:20200208-200014.log,10.22 KB, text/plain)
2020-02-08 20:02 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,26.43 KB, application/x-bzip)
2020-02-08 20:02 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-02-08 20:02:11 UTC
Generated observer_cli app
==> rabbitmqctl
** (Mix) You're trying to run :rabbitmqctl on Elixir v1.10.0 but it has declared in its mix.exs file it supports only Elixir >= 1.7.0 and < 1.10.0
make[2]: *** [Makefile:100: escript/rabbitmqctl] Error 1
make[2]: Leaving directory '/var/tmp/portage/net-misc/rabbitmq-server-3.8.1/work/rabbitmq-server-3.8.1/deps/rabbitmq_cli'
make[1]: *** [erlang.mk:4433: deps] Error 2

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_developer-libressl-20200202-211607

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.0 *

clang:
clang version 9.0.1 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/9/bin
llvm:
9.0.1
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.41.0 *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.14.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm
ghc:
The Glorious Glasgow Haskell Compilation System, version 8.0.2

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Sat, 08 Feb 2020 18:07:18 +0000

emerge -qpvO net-misc/rabbitmq-server
[ebuild  N    ] net-misc/rabbitmq-server-3.8.1
Comment 1 Toralf Förster gentoo-dev 2020-02-08 20:02:13 UTC
Created attachment 612834 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-02-08 20:02:16 UTC
Created attachment 612836 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-02-08 20:02:19 UTC
Created attachment 612838 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-02-08 20:02:22 UTC
Created attachment 612840 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-02-08 20:02:25 UTC
Created attachment 612842 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-02-08 20:02:27 UTC
Created attachment 612844 [details]
net-misc:rabbitmq-server-3.8.1:20200208-200014.log
Comment 7 Toralf Förster gentoo-dev 2020-02-08 20:02:30 UTC
Created attachment 612846 [details]
temp.tbz2
Comment 8 Marco Sirabella 2020-06-09 13:32:22 UTC
This looks to have been fixed on all =rabbitmq-server-3* versions:

```
# rg elixir
rabbitmq-server-3.7.13.ebuild
28:	>=dev-lang/elixir-1.6.6

rabbitmq-server-3.8.3.ebuild
27:	>=dev-lang/elixir-1.7.0
28:	<dev-lang/elixir-1.11.0

rabbitmq-server-3.7.24.ebuild
27:	>=dev-lang/elixir-1.6.6
28:	<dev-lang/elixir-1.10.0

rabbitmq-server-3.8.4.ebuild
31:	>=dev-lang/elixir-1.8.0
32:	<dev-lang/elixir-1.11.0

rabbitmq-server-3.8.2.ebuild
27:	>=dev-lang/elixir-1.6.6
28:	<dev-lang/elixir-1.10.0
```

I am still getting `it supports only Elixir >= 1.6.6 and < 1.9.0` for =rabbitmq-server-3.7.13, but there are no elixir versions in tree to satisfy this dependency.
Comment 9 Guillaume Seren 2020-06-18 01:04:20 UTC
Hey,

(In reply to Marco Sirabella from comment #8)
> I am still getting `it supports only Elixir >= 1.6.6 and < 1.9.0` for
> =rabbitmq-server-3.7.13, but there are no elixir versions in tree to satisfy
> this dependency.

Just got the same issue,
I accept_keywords rabbitmq_server-3.7.24 to be able to install.
Comment 10 Ultrabug gentoo-dev 2020-08-18 14:48:34 UTC
Hi, 3.8.4 has been stabilized and old ebuilds dropped; please reopen a new bug on newer ebuild if needed