A possible packaging issue (or two) on an amd64 system. 1 - Per the suggestion in the Bitbucket tracker, I tried to install i386 versions of libraries required by TortoiseHG:
https://bitbucket.org/tortoisehg/thg/issue/3349 $sudo apt-get install python-qscintilla2:i386 libqscintilla2-9:i386 Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: libqscintilla2-9:i386 : Depends: libqscintilla2-l10n:i386 (>= 2.7.2) but it is not installable E: Unable to correct problems, you have held broken packages. libqscintilla2-l10n is listed as having "all" architecture on packages.ubuntu.com, but "libqscintilla2-9:i386 : Depends: libqscintilla2-l10n:i386". 2 - When trying to install the i386 version of QT4 for Python, apt-get is trying to remove something like 170 amd64 Python related packages and replace them with the i386 versions. Not sure if that's how it's supposed to be. $ sudo apt-get install python-qt4:i386 Reading package lists... Done Building dependency tree Reading state information... Done [ snip ] The following packages will be REMOVED: alacarte apparmor apt-offline apt-xapian-index blueman dstat exaile flashplugin-installer gconf2 gimp gksu gnome-sudoku gnome-user-share gstreamer0.10-gnomevfs gtk-theme-config hplip ibus ibus-pinyin ibus-table inkscape iotop libbonoboui2-0 libgksu2-0 libgnome2-0 libgnome2-bin libgnome2-common libgnomeui-0 libgnomevfs2-0 libgnomevfs2-common libgnomevfs2-extra libpurple-bin mercurial mercurial-common mysql-utilities mysql-workbench namebench oneconf oneconf-common pastebinit pidgin pidgin-libnotify pidgin-otr printer-driver-postscript-hp printer-driver-sag-gdi pyqt4-dev-tools python python-appindicator python-apport python-apt python-aptdaemon python-aptdaemon.gtk3widgets python-cairo python-cddb python-chardet python-commandnotfound python-configobj python-crypto python-cups python-cupshelpers python-dbus python-debian python-debtagshw python-defer python-dev python-dirspec python-dnspython python-gconf python-gdbm python-gi python-gi-cairo python-glade2 python-gnome2 python-gnomekeyring python-gobject python-gobject-2 python-graphy python-gst0.10 python-gtk-vnc python-gtk2 python-httplib2 python-ibus python-imaging python-imaging-compat python-iniparse python-jinja2 python-keyring python-launchpadlib python-lazr.restfulclient python-lazr.uri python-libvirt python-libxml2 python-lxml python-markupsafe python-minimal python-mmkeys python-mutagen python-mysql.connector python-mysqldb python-notify python-numpy python-oauth [snip] 0 upgraded, 81 newly installed, 170 to remove and 0 not upgraded. Need to get 11.3 MB/50.3 MB of archives. After this operation, 144 MB disk space will be freed. Do you want to continue [Y/n]? n Abort. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1237416 Title: thg crashed with SIGSEGV in QMetaObject::methodOffset() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-qt4/+bug/1237416/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
