Michael Vehrs <michael.bursc...@gmx.de> writes:

> Aptitude says:
>
> The following packages have unmet dependencies:
>    libtinfo-dev : Depends: libtinfo5 (= 5.9+20140913-1+b1) but 
> 6.0+20151024-2 is installed.
>    libncurses5-dev : Depends: libtinfo5 (= 5.9+20140913-1+b1) but 
> 6.0+20151024-2 is installed.
>                      Depends: libncurses5 (= 5.9+20140913-1+b1) but 
> 6.0+20151024-2 is installed.

I'm not sure why you're seeing this.  I just set up a vagrant jessie box
with jessie-updates and security updates, and an "apt get install
guile-2.0-dev" worked fine.

I started the test system like this:

  mkdir tmp-test-guile-install
  cd tmp-test-guile-install
  vagrant init debian/jessie64
  vagrant up
  vagrant ssh
  sudo su -

and then adjusted the /etc/apt/sources.list to read:

  deb http://httpredir.debian.org/debian jessie main
  deb http://httpredir.debian.org/debian jessie-updates main
  deb http://security.debian.org/ jessie/updates main

and I had no /etc/apt/preferences.  After that:

  apt update
  apt install guile-2.0-dev

worked fine.

Perhaps that config isn't similar enough to yours?

-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4

Reply via email to