Comment 13 for bug 10183

Revision history for this message
Matt Zimmerman (mdz) wrote :

(In reply to comment #11)
> My /etc/apt/sources.list contains these:
>
> deb http://security.ubuntu.com/ubuntu/ warty-security main restricted universe
> multiverse
> deb-src http://security.ubuntu.com/ubuntu/ warty-security main restricted
> universe multiverse
>
> so unless it makes a difference having it on separate lines or having multiverse
> included, I'd say it's a different bug.

It works fine for me:

dijkstra:[~] sudo apt-get install libsdl1.2-dev
Password:
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  aalib1 aalib1-dev alsa-headers libasound2 libasound2-dev libncurses5-dev
  libsdl1.2debian libsdl1.2debian-oss libsvga1 libsvga1-dev libx11-dev
  libxext-dev libxi-dev libxv-dev slang1-dev x-dev xlibmesa-gl-dev
  xlibmesa-glu-dev xlibs-static-dev zlib1g-dev
Suggested packages:
  alsa-base libasound2-doc xspecs
The following NEW packages will be installed:
  aalib1 aalib1-dev alsa-headers libasound2 libasound2-dev libncurses5-dev
  libsdl1.2-dev libsdl1.2debian libsdl1.2debian-oss libsvga1 libsvga1-dev
  libx11-dev libxext-dev libxi-dev libxv-dev slang1-dev x-dev xlibmesa-gl-dev
  xlibmesa-glu-dev xlibs-static-dev zlib1g-dev
0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
Need to get 8738kB of archives.
After unpacking 30.5MB of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.
zsh: exit 1 sudo apt-get install libsdl1.2-dev
dijkstra:[~] grep '^deb ' /etc/apt/sources.list
deb http://archive.ubuntu.com/ubuntu warty main universe
deb http://security.ubuntu.com/ubuntu warty-security main restricted universe

Since the output you showed in bug #11046 included references to broken
dependencies based on version numbers which changed in a security update, I'm
fairly certain you are experiencing the same bug. Perhaps you forgot to run
apt-get update after updating sources.list?