I need to install python-twisted, so...

$ sudo aptitude install python-twisted
[[...]]
The following packages have unmet dependencies:
  python-twisted-mail: Depends: python-twisted-core (>= 10.1) but
10.0.0-3 is to be installed.
  python-twisted-news: Depends: python-twisted-core (>= 10.1) but
10.0.0-3 is to be installed.
  python-twisted-words: Depends: python-twisted-core (>= 10.1) but
10.0.0-3 is to be installed.
  python-twisted-names: Depends: python-twisted-core (>= 10.1) but
10.0.0-3 is to be installed.
The following actions will resolve these dependencies:
[[...]]

Oh. So it won't install python-twisted, because it depends on... hey,
wait a second... Let's check something...
http://packages.debian.org/sid/python-twisted-core says that the
latest version is 10.1.0-1...

$ sudo aptitude update
[[...]]
$ aptitude show python-twisted-core
Package: python-twisted-core
New: yes
State: not installed
Version: 10.0.0-3
Priority: optional
[[...]]

Huh. So aptitude, for some reason, still thinks that 10.0.0-3 is the
latest version. Which it -so- isn't. Why? Am I on some crappy mirror,
or is it because of rogue repositories?

$ cat /etc/apt/sources.list
deb http://ftp.us.debian.org/debian/ unstable main contrib non-free
deb-src http://ftp.us.debian.org/debian/ unstable main contrib non-free

Ok, so I'm on the primary Debian mirror, it's been a day since the
upgrade, so any cron latency -should- be dealt with by now... and it's
still broken. I now officially have no clue what to do. Perhaps I
should try to post it onto a mailing list somewhere, maybe they can
help.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktin96sigw-v9jwdyywumjkm2sfxkw9pmdugkh...@mail.gmail.com

Reply via email to