GNOME Bugzilla – Bug 765899
Improve error when debian user has no i386 arch in dpkg
Last modified: 2016-05-03 18:47:51 UTC
Hi, I have a problem with libc6:i386 when i try to do ./cerbero-uninstalled -c config/cross-win32.cdc In fact, this package isn't in squeeze or jessie repositories. I had to replace libc6:i386 by libc6-i386 in cerbero/bootstrap/linux.py.
So i had to do dpkg --add-architecture i386 && apt-get update and it's works! Thanks Tim!
Thanks for confirming.
Created attachment 327220 [details] [review] bootstrap: add check for i386 architecture when needed in debian Considering people (including myself) have been bitten by this, how about this patch to make cerbero output a meaningful error message instead of erroring out inside apt-get commands? Not sure how to do the same for other distros, though.
I'm all for it! :)
Great, this should make what to do clear to (debian) users. commit 25c377e6cacb3633a66d3213ed515dc7eba44696 Author: Thiago Santos <thiagoss@osg.samsung.com> Date: Tue May 3 09:08:10 2016 -0300 bootstrap: add check for i386 architecture when needed in debian https://bugzilla.gnome.org/show_bug.cgi?id=765899