From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Subject: bug#29963: gajim fails to start on foreign distro Date: Mon, 03 Dec 2018 10:53:25 +0100 Message-ID: <877egrdjhm.fsf@lassieur.org> References: 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]:33378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gTkvV-0007u3-Pb for bug-guix@gnu.org; Mon, 03 Dec 2018 04:54:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gTkvS-0002nc-Iw for bug-guix@gnu.org; Mon, 03 Dec 2018 04:54:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54438) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gTkvS-0002nS-Fb for bug-guix@gnu.org; Mon, 03 Dec 2018 04:54:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gTkvS-0002qd-DG for bug-guix@gnu.org; Mon, 03 Dec 2018 04:54:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: 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: Ricardo Wurmus Cc: 29963@debbugs.gnu.org Hi Ricardo, Does this still happen? Cl=C3=A9ment Ricardo Wurmus writes: > 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---