Hi, Quoting Niko Tyni (2014-04-20 23:50:56) > I thought so too, but it doesn't seem to be the case? > > For example, I can't install cmake:i386 in an amd64 trusty chroot: > > The following packages have unmet dependencies: > cmake:i386 : Depends: cmake-data:i386 (>= 2.8.12.2) but it is not > installable > > (cmake-data is arch:all but not multi-arch annotated.)
the patch submitted to https://bugs.debian.org/666772 only affects the arch:all packages that satisfy cross build dependencies - not the arch:all packages satisfying other dependencies. Try to do: apt-get build-dep -ai386 --simulate build-essential This will fail on Debian because of dh-python which is arch:all and m-a:none. But it will succeed in Ubuntu. cheers, josch -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20140421065907.21059.59698@hoothoot