Re: apt-get build-dep emacs-gtk: unmet dependencies

2020-02-06 Thread Göktuğ Kayaalp
> It looks as though you have installed from security.debian.org but now > it's not in your sources.list. If you add a line like > > deb http://security.debian.org/ buster/updates main contrib non-free > > then do "apt-get update", does that help the "apt-get build-dep"? This seems to hav

Re: Re: apt-get build-dep emacs-gtk: unmet dependencies

2020-02-03 Thread Clive Standbridge
> > $ apt-cache policy libtiff-dev libtiff5 > > The command (w/ libidn2-0 added) reports: > > libtiff-dev: > Installed: (none) > Candidate: 4.0.10-4 > Version table: > 4.0.10-4 500 > 500 http://ftp.uk.debian.org/debian stable/main amd64 Packages > libtiff5: > Installed: 4.1.0

Re: apt-get build-dep emacs-gtk: unmet dependencies

2020-02-03 Thread Göktuğ Kayaalp
> You could try downgrading the two library packages explicitly: > > $ apt-get install libtiff5=1.0.10-4 libidn2-0=2.0.5-1 This is what I tried eventually, and it worked, thanks! > That might result in other errors if doing this breaks versioned > dependencies from other packages, but it's at lea

Re: apt-get build-dep emacs-gtk: unmet dependencies

2020-02-02 Thread The Wanderer
On 2020-02-02 at 17:57, İ. Göktuğ Kayaalp wrote: >> In turn, please respond on-list only > > I'll try, but I can't use my usual MUA ATM, so sorry if I fail at that. > >> $ apt-cache policy libtiff-dev libtiff5 > > The command (w/ libidn2-0 added) reports: > > libtiff-dev: > Installed: (none)

Re: apt-get build-dep emacs-gtk: unmet dependencies

2020-02-02 Thread İ . Göktuğ Kayaalp
> In turn, please respond on-list only I'll try, but I can't use my usual MUA ATM, so sorry if I fail at that. > $ apt-cache policy libtiff-dev libtiff5 The command (w/ libidn2-0 added) reports: libtiff-dev: Installed: (none) Candidate: 4.0.10-4 Version table: 4.0.10-4 500 50

Re: apt-get build-dep emacs-gtk: unmet dependencies

2020-02-02 Thread İ . Göktuğ Kayaalp
> In my experience with 8 and before, yes, it may be a sign of trouble > ahead. Was there an apt-get process spinning on a CPU after that point > in the install? I didn't check, so IDK. > IIRC the network-assisted install of a package may have failed because > the pkg couldn't be found online (sa

Re: apt-get build-dep emacs-gtk: unmet dependencies

2020-02-02 Thread deloptes
İ. Göktuğ Kayaalp wrote: >> But libgnutls28-dev is in buster > > They all are, the problem is that build-dep:emacs requires packages > which seem to require some downgrades. These are not major downgrades, > but minor version or debian package version: > > libtiff-dev : Depends: libtiff5 (= 4.0

Re: apt-get build-dep emacs-gtk: unmet dependencies

2020-02-02 Thread Nicholas Geovanis
On Sun, Feb 2, 2020, 9:51 AM İ. Göktuğ Kayaalp wrote: > Hi all, > > Lastly, there was an error during installation yesterday, package > installation was paused when I returned to my computer, so I restarted > the installation process. It downloaded one more package and installed > it, and t

Re: apt-get build-dep emacs-gtk: unmet dependencies

2020-02-02 Thread The Wanderer
(I'm replying both public and private in response to your request for such in another message. In turn, please respond on-list only - preferably to the copy transmitted via the list, if possible; the way you replied to deloptes seems to have produced the desired effect, at least by what is publicly

Re: apt-get build-dep emacs-gtk: unmet dependencies

2020-02-02 Thread İ . Göktuğ Kayaalp
BTW I'd really appreciate if you could reply to me on-list instead of to the list only, given I'm not subscribed to the list. Thanks a lot in advance! -- İ. Göktuğ Kayaalp / @cadadr / pgp: 024C 30DD 597D 142B 49AC 40EB 465C D949 B101 2427

Re: apt-get build-dep emacs-gtk: unmet dependencies

2020-02-02 Thread İ . Göktuğ Kayaalp
> But libgnutls28-dev is in buster They all are, the problem is that build-dep:emacs requires packages which seem to require some downgrades. These are not major downgrades, but minor version or debian package version: libtiff-dev : Depends: libtiff5 (= 4.0.10-4) but 4.1.0+git191117-2~deb10u1 is

Re: apt-get build-dep emacs-gtk: unmet dependencies

2020-02-02 Thread deloptes
İ. Göktuğ Kayaalp wrote: > I follow Emacs' master branch for my day-to-day use, so I need to build > it manually for my daily workflow.  Yesterday I did a fresh reinstall of > Debian 10, after which I haven't been able to install build dependencies > for emacs25 or emacs-gtk.  The error is as foll