Comment 3 for bug 616617

Revision history for this message
Loïc Minier (lool) wrote :

I found a workaround by not caring about biarch:
 - I changed is_crossable() to return False for packages with "lib32"
   and "lib64"
 - I changed native_import() to skip (don't download) packages which
   aren't crossable -- these weren't imported anyway!

But the proper fix is still to use separate APT caches.