[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 'apt build-dep emacs' has unmet dependencies
From: |
Yuri Khan |
Subject: |
Re: 'apt build-dep emacs' has unmet dependencies |
Date: |
Sun, 5 Jan 2020 14:02:13 +0700 |
On Sat, 4 Jan 2020 at 18:51, VanL <van@scratch.space> wrote:
> After reflashing the Raspbian Debian Buster image for RPi4B, the package
> install command does the following,
>
> ,----
> | % sudo apt build-dep emacs
> | The following packages have unmet dependencies:
> | builddeps:emacs : Depends: librsvg2-dev but it is not going to be installed
> | Depends: libgtk-3-dev but it is not going to be installed
> | Depends: libasound2-dev but it is not going to be
> installed
> | Depends: libmagick++-6.q16-dev but it is not going to be
> installed
> | E: Unable to correct problems, you have held broken packages.
> `----
>
> What needs to happen, or I wait for the packages to find a working
> state? I am not using the unstable distrib.
This indicates that your apt knows which packages it needs to install,
but does not know of a repository from which to install them.
What is in your /etc/apt/sources.list (and /etc/apt/sources.list.d, if
any)? Have you done a ‘sudo apt update’ recently?