[PATCH] Use erlang21 for net/rabbitmq

2021-02-08 Thread Greg Steuck
The other victim of my quest to get rid of erlang19 which is not -fno-common friendly. The package builds fine, but once installed it fails to start due to "Error when reading /var/rabbitmq/.erlang.cookie: eacces" when launched with `/etc/rc.d/rabbitmq -d start`. The cookie file is for some reason

Re: [PATCH] Use erlang21 for net/rabbitmq

2021-02-09 Thread Stuart Henderson
On 2021/02/08 20:59, Greg Steuck wrote: > The other victim of my quest to get rid of erlang19 which is not > -fno-common friendly. > > The package builds fine, but once installed it fails to start due to > "Error when reading /var/rabbitmq/.erlang.cookie: eacces" when launched > with `/etc/rc.d/ra

Re: [PATCH] Use erlang21 for net/rabbitmq

2021-02-09 Thread Greg Steuck
Stuart Henderson writes: > On 2021/02/08 20:59, Greg Steuck wrote: >> The other victim of my quest to get rid of erlang19 which is not >> -fno-common friendly. >> >> The package builds fine, but once installed it fails to start due to >> "Error when reading /var/rabbitmq/.erlang.cookie: eacces"

Re: [PATCH] Use erlang21 for net/rabbitmq

2021-02-10 Thread Stuart Henderson
On 2021/02/09 17:44, Greg Steuck wrote: > The current state of the port is broken by -fno-commit which took out > erlang19. On top of that the imported version has known security issues > and EOLed upstream support. I'm inclined to remove the port and let > somebody who needs the port send a workin

Re: [PATCH] Use erlang21 for net/rabbitmq

2021-02-14 Thread Stuart Henderson
On 2021/02/08 20:59, Greg Steuck wrote: > The other victim of my quest to get rid of erlang19 which is not > -fno-common friendly. > > The package builds fine, but once installed it fails to start due to > "Error when reading /var/rabbitmq/.erlang.cookie: eacces" when launched > with `/etc/rc.d/ra

Re: [PATCH] Use erlang21 for net/rabbitmq

2021-02-15 Thread Sebastian Reitenbach
Hi, Am Sonntag, Februar 14, 2021 23:01 CET, schrieb Stuart Henderson : > On 2021/02/08 20:59, Greg Steuck wrote: > > The other victim of my quest to get rid of erlang19 which is not > > -fno-common friendly. > > > > The package builds fine, but once installed it fails to start due to > > "Error

Re: [PATCH] Use erlang21 for net/rabbitmq

2021-02-15 Thread Aisha Tammy
Hi, I've been using rabbitmq for a while and am interested in updating the port. The latest version 3.8.11 , recommends >= erlang 23 (needs >=22.3): https://rabbitmq.com/which-erlang.html I'll try a hand at updating but I might not be able to do soon, plus the erlang port itself looks a bit comp

Re: [PATCH] Use erlang21 for net/rabbitmq

2021-02-16 Thread Stuart Henderson
On 2021/02/15 15:05, Aisha Tammy wrote: > Hi, > I've been using rabbitmq for a while and am interested in updating the port. > The latest version 3.8.11 , recommends >= erlang 23 (needs >=22.3): > https://rabbitmq.com/which-erlang.html > I'll try a hand at updating but I might not be able to do soo