Re: Cannot install elixir from buster-backports

2020-10-16 Thread Brett Gilio
Andrei POPESCU writes: > > Bumping versions in stable is a no-go for Debian (Stable Release > Managers), with very few exceptions for very specific packages that have > few or no reverse dependencies (Firefox ESR and Chrome being notable > examples). > I meant in backports. But I understand.

Re: Cannot install elixir from buster-backports

2020-10-16 Thread Andrei POPESCU
On Jo, 15 oct 20, 21:53:30, Brett Gilio wrote: > > FWIW, I think this is an issue of backports needing a new build. > https://salsa.debian.org/eugulixes-guest/elixir-lang/-/blob/cf069ab098dd36f11d9ee49f818e6ecbab4f7114/debian/control > shows the same conditions, but I would guess that bumping erla

Re: Cannot install elixir from buster-backports

2020-10-16 Thread Baptiste Beauplat
Hi Brett, David, On 10/16/20 4:53 AM, Brett Gilio wrote: > David Christensen writes: > >> On 2020-10-15 01:52, Baptiste Beauplat wrote: >>> (Please CC me, I'm not subscribed to the list) >>> >>> elixir : Depends: erlang-base:any (>= 1:20) but it is not >>> installable or >>>

Re: Cannot install elixir from buster-backports

2020-10-15 Thread Brett Gilio
David Christensen writes: > On 2020-10-15 01:52, Baptiste Beauplat wrote: >> Hi, >> (Please CC me, I'm not subscribed to the list) >> I cannot figure out why I can't install elixir from backports: >> $ sudo debootstrap buster buster >> $ sudo chroot buster /bin/bash >> # echo "deb

Re: Cannot install elixir from buster-backports

2020-10-15 Thread David Christensen
On 2020-10-15 01:52, Baptiste Beauplat wrote: Hi, (Please CC me, I'm not subscribed to the list) I cannot figure out why I can't install elixir from backports: $ sudo debootstrap buster buster $ sudo chroot buster /bin/bash # echo "deb http://deb.debian.org/debian buster-backpor

Re: Cannot install elixir from buster-backports

2020-10-15 Thread Andrei POPESCU
On Jo, 15 oct 20, 10:52:16, Baptiste Beauplat wrote: > > I have erlang-base:amd64 (1:21.2.6+dfsg-1) installed but elixir won't > install because it depends on erlang-base:any (>= 1:20)? Why is it not > working? https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939324 Kind regards, Andrei -- htt

Cannot install elixir from buster-backports

2020-10-15 Thread Baptiste Beauplat
Hi, (Please CC me, I'm not subscribed to the list) I cannot figure out why I can't install elixir from backports: $ sudo debootstrap buster buster $ sudo chroot buster /bin/bash # echo "deb http://deb.debian.org/debian buster-backports main" >> /etc/apt/sources.list # apt update