[Bug 1661637] New: Erlang 21
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1661637
Bug ID: 1661637
Summary: Erlang 21
Product: Fedora
Version: rawhide
Status: NEW
Component: Changes Tracking
Assignee: bcotton(a)redhat.com
Reporter: bcotton(a)redhat.com
CC: erlang(a)lists.fedoraproject.org, jeremy(a)jcline.org,
lemenkov(a)gmail.com, rbarlow(a)redhat.com
Target Milestone: ---
Classification: Fedora
This is a tracking bug for Change: Erlang 21
For more details, see: https://fedoraproject.org/wiki/Changes/Erlang_21
Update Erlang/OTP to version 21.
--
You are receiving this mail because:
You are on the CC list for the bug.
4 years, 3 months
RabbitMQ 3.7 in Rawhide
by Jeremy Cline
Hi folks,
Fedora infrastructure is looking at deploying RabbitMQ, but we'd like to
have some of the features that come with Rabbit 3.7 and 3.6 is EOL as of
May 1. Fedora currently has 3.6.15 in Rawhide.
I started looking at getting rabbitmq-server updated, but before I get
too far along I wanted to ask if there's already been some effort in
that area that's just not pushed yet or if there's a reason it's not
been upgraded (other than that we're all very busy :).
Thanks,
Jeremy
4 years, 7 months
[Bug 1358459] LDAP authentication is broken
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1358459
--- Comment #5 from Vladislav Grigoryev <vg.aetera(a)gmail.com> ---
As far as I can see it should be still valid.
The main problem is `ERL_LIBS` path does not include child directory
`ejabberd-18.09`, so it can't see the libraries inside of it.
```
# cd $(mktemp -d)
# dnf -q download ejabberd
# rpm2cpio ejabberd-18.09-3.fc29.noarch.rpm | cpio -idm
19662 blocks
# grep ^ERL_LIBS= usr/bin/ejabberdctl
ERL_LIBS=/usr/share/erlang/lib
# ls usr/share/erlang/lib
ejabberd-18.09
```
--
You are receiving this mail because:
You are on the CC list for the bug.
4 years, 9 months
Some work for the Erlang SIG
by Timothée Floure
Hello everyone,
I discussed the following points with Randy and Jeremy during Flock 2018 but
didn't find (or take) the time to send this mail before.
First of all, rebar3 is now in rawhide [0]: I know that a few packages were
waiting on it, and some existing package only build with rebar2 (which has been
deprecated for a while) due to a mix of hack and chance. I think we should
rework Peter's packaging guidelines [1] to:
* Replace rebar2 by rebar3 (following upstream) to build all of our Erlang
packages (do we need to announce a change?)
* Make better use of the Hex package repository [2]
* Push them to the official guidelines [3]
As for the Erlang SIG itself, I'd like to extend it to the elixir language [4],
which is built atop the Erlang environment and is already packaged (I
co-maintain it) in Fedora. It would also be nice (mentioned by Randy if I
remember well) for the erlang SIG to be able to access any erlang library in
dist-git as it is already done for some other language-specific SIGs.
What do you think? Can I go ahead and start working on mentioned tasks?
[0] https://bugzilla.redhat.com/show_bug.cgi?id=1638743
[1] https://fedoraproject.org/wiki/User:Peter/Erlang_Packaging_Guidelines
[2] https://hex.pm/
[3] https://fedoraproject.org/wiki/Packaging_Committee#Guideline_Change_Proce...
[4] https://elixir-lang.org/
Cheers,
--
Timothée
4 years, 9 months