Comment 20 for bug 944321

Revision history for this message
James Christie (james-aaron-christie) wrote : Re: apt-get build-dep script for wine missing xorg and

The issue is that you need the development headers for your libraries, which are not co-installable. Your system can easily install both the 64 and 32bit version of libraries to run applications. When compiling software though, you need the header files that inform the compiler about the functionality of those libraries. This will be different between 32 and 64bit version of those libraries. Unfortunately at this time it seems the dev packages are not co-installable, and because of this, they have broken dependencies.

This issue goes a bit beyond a simple fix though, so it will almost certainly be a future release before a fix can be engineered for it, with how quickly multi-arch itself got rolled out though, I doubt it will be a terribly long wait.