Confirmed here too. Just hit this with "apt-get build-dep wine". The solution is to use the apt Debug::pkgProblemResolver option described in "man 5 apt.conf" and the example shown by:
less -p Debug /usr/share/doc/apt/examples/configure-index.gz For example, for wine: sudo apt-get build-dep wine -o Debug::pkgProblemResolver=true Reading package lists... Done Building dependency tree Reading state information... Done Starting Starting 2 Investigating lib32asound2-dev Package lib32asound2-dev has broken dep on lib32asound2 Considering lib32asound2 9 as a solution to lib32asound2-dev 9999 Package lib32asound2-dev has broken dep on libasound2-dev Considering libasound2-dev 1 as a solution to lib32asound2-dev 9999 Investigating libldap2-dev Package libldap2-dev has broken dep on libldap-2.4-2 Considering libldap-2.4-2 234 as a solution to libldap2-dev 9998 Done E: Build-dependencies for wine could not be satisfied. -- apt-get doesn't say why build-dependencies cannot be satisfied https://bugs.launchpad.net/bugs/245068 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
