[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Cannot install elixir from buster-backports



David Christensen <dpchrist@holgerdanske.com> 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 http://deb.debian.org/debian buster-backports main" >>
>> /etc/apt/sources.list
>>      # apt update
>>      # apt install erlang-base
>>      # dpkg -l erlang-base
>>      ii  erlang-base    1:21.2.6+dfsg-1 amd64        Erlang/OTP virtual
>> machine and base applic
>>      # apt install -t buster-backports elixir
>>      The following packages have unmet dependencies:
>>       elixir : Depends: erlang-base:any (>= 1:20) but it is not
>> installable or
>>                         erlang-base-hipe:any (>= 1:20) but it is not
>> installable
>>      E: Unable to correct problems, you have held broken packages.
>> (I've cropped all expected text)
>> 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?

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 erlang to 21
and rebuilding elixir would fix the issue. You might file this as a bug
report.

Best

-- 
Brett M. Gilio
brettg@gnu.org
https://brettgilio.com/
E82A C026 95D6 FF02 43CA 1E5C F6C5 2DD1 BA27 CB87


Reply to: