[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 22:47:20 +0700 |
On Sun, 5 Jan 2020 at 17:12, VanL <van@scratch.space> wrote:
> The entry in sources.list uses
>
> deb http://mirror.internode.on.net/pub/raspbian/raspbian/ buster...
> deb-src http://mirror.internode.on.net/pub/raspbian/raspbian/ buster...
> #deb http://raspbian.raspberrypi.org/raspbian/ buster...
> #deb-src http://raspbian.raspberrypi.org/raspbian/ buster...
Exactly this way, with the ellipses? That’s not going to work.
Otherwise, that mirror seems to be complete, with all four packages
(librsvg2-dev, libgtk-3-dev, libasound2-dev, libmagick++-6.q16-dev)
available in the ‘main’ component. These two lines should have been
sufficient:
deb http://mirror.internode.on.net/pub/raspbian/raspbian/ buster main
deb-src http://mirror.internode.on.net/pub/raspbian/raspbian/ buster main
(for day-to-day use, you might want to also list ‘contrib’ and/or
‘non-free’ components along with ‘main’).