From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#29963: gajim fails to start on foreign distro Date: Wed, 3 Jan 2018 18:39:55 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eWn2J-0005Ik-50 for bug-guix@gnu.org; Wed, 03 Jan 2018 12:41:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eWn2F-0006wA-3l for bug-guix@gnu.org; Wed, 03 Jan 2018 12:41:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54146) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eWn2E-0006vO-VO for bug-guix@gnu.org; Wed, 03 Jan 2018 12:41:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eWn2E-0006g5-Nw for bug-guix@gnu.org; Wed, 03 Jan 2018 12:41:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eWn1U-00057y-Tc for bug-guix@gnu.org; Wed, 03 Jan 2018 12:40:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eWn1Q-0006Ac-RN for bug-guix@gnu.org; Wed, 03 Jan 2018 12:40:16 -0500 Received: from venus.bbbm.mdc-berlin.de ([141.80.25.30]:57056) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eWn1Q-00069X-GZ for bug-guix@gnu.org; Wed, 03 Jan 2018 12:40:12 -0500 Received: from localhost (localhost [127.0.0.1]) by venus.bbbm.mdc-berlin.de (Postfix) with ESMTP id 931C738084D for ; Wed, 3 Jan 2018 18:40:09 +0100 (CET) Received: from venus.bbbm.mdc-berlin.de ([127.0.0.1]) by localhost (venus.bbbm.mdc-berlin.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9OSUNlwk7ghQ for ; Wed, 3 Jan 2018 18:40:09 +0100 (CET) Received: from HTCATWO.mdc-berlin.net (puck.citx.mdc-berlin.de [141.80.36.101]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by venus.bbbm.mdc-berlin.de (Postfix) with ESMTPS for ; Wed, 3 Jan 2018 18:40:09 +0100 (CET) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 29963@debbugs.gnu.org This is what happens when I run =E2=80=9Cgajim=E2=80=9D on Fedora: --8<---------------cut here---------------start------------->8--- rwurmus ~ : gajim fatal: Not a git repository (or any of the parent directories): .git ** (gajim:25022): WARNING **: Trying to register gtype 'GMountMountFlags'= as enum when in fact it is of type 'GFlags' ** (gajim:25022): WARNING **: Trying to register gtype 'GDriveStartFlags'= as enum when in fact it is of type 'GFlags' ** (gajim:25022): WARNING **: Trying to register gtype 'GSocketMsgFlags' = as enum when in fact it is of type 'GFlags' D-Bus python bindings are missing in this computer D-Bus capabilities of Gajim cannot be used Traceback (most recent call last): File "gajim.py", line 289, in import gtkexcepthook File "/gnu/store/62g3j1kppq6f1w852384yy0d35m5hn0p-gajim-0.16.9/share/ga= jim/src/gtkexcepthook.py", line 31, in import dialogs File "/gnu/store/62g3j1kppq6f1w852384yy0d35m5hn0p-gajim-0.16.9/share/ga= jim/src/dialogs.py", line 48, in import gtkspell File "/gnu/store/62g3j1kppq6f1w852384yy0d35m5hn0p-gajim-0.16.9/share/ga= jim/src/gtkspell.py", line 43, in libgtkspell =3D ctypes.cdll.LoadLibrary(libgtkspell_path) File "/gnu/store/0n8ni2ldvyz5yd488cidzi3via7jk7pw-python-2.7.13/lib/pyt= hon2.7/ctypes/__init__.py", line 440, in LoadLibrary return self._dlltype(name) File "/gnu/store/0n8ni2ldvyz5yd488cidzi3via7jk7pw-python-2.7.13/lib/pyt= hon2.7/ctypes/__init__.py", line 362, in __init__ self._handle =3D _dlopen(self._name, mode) OSError: libgtkspell.so.0: cannot open shared object file: No such file o= r directory --8<---------------cut here---------------end--------------->8---