From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Kodi crashed Date: Thu, 16 Nov 2017 17:05:00 +0100 Message-ID: <87375edxar.fsf@gnu.org> References: <1510706976.23491.17.camel@leela> 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]:48657) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eFMfA-0005cd-W4 for help-guix@gnu.org; Thu, 16 Nov 2017 11:05:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eFMf1-0006KO-B0 for help-guix@gnu.org; Thu, 16 Nov 2017 11:05:12 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:60318) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eFMf1-0006Ij-4T for help-guix@gnu.org; Thu, 16 Nov 2017 11:05:03 -0500 In-Reply-To: <1510706976.23491.17.camel@leela> (Caleb Herbert's message of "Tue, 14 Nov 2017 18:49:36 -0600") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Caleb Herbert Cc: help-guix@gnu.org Hi, Caleb Herbert skribis: > I installed Kodi on a foreign distro and it crashed. [...] > get_config_vars > _init_posix(_CONFIG_VARS) > File "/usr/lib/python2.7/sysconfig.py", line 408, in > _init_posix > from _sysconfigdata import build_time_vars > File "/usr/lib/python2.7/_sysconfigdata.py", line 6, in > > from _sysconfigdata_nd import * > ImportError: No module named _sysconfigdata_nd > /gnu/store/b8dkrbr79rj8cygw65f1gwwwig1fdwwg-profile/bin/kodi: > line 175: 24196 Segmentation fault > "$LIBDIR/${bin_name}/${bin_name}.bin" $SAVED_ARGS > Crash report available > at /home/cal/kodi_crashlog-20171114_180625.log That looks a lot like what happens with Scribus , for which a solution is being discussed at . Can you try something like: guix package -i python@2 export PATH=3D$HOME/.guix-profile/bin:$PATH kodi ? This should force kodi to run =E2=80=98python=E2=80=99 from Guix rather tha= n from the host distro. HTH, Ludo=E2=80=99.