From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: GUIX_LOCPATH problems with guix on gentoo Date: Sat, 18 Jun 2016 09:45:12 +0200 Message-ID: <877fdn7xfb.fsf@elephly.net> References: <20160617103949.GA4337@khazad-dum> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bEAwa-00054w-3W for help-guix@gnu.org; Sat, 18 Jun 2016 03:45:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bEAwU-0002fb-LF for help-guix@gnu.org; Sat, 18 Jun 2016 03:45:28 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:24915) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bEAwU-0002er-Ce for help-guix@gnu.org; Sat, 18 Jun 2016 03:45:22 -0400 In-reply-to: <20160617103949.GA4337@khazad-dum> 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: ng0 Cc: help-guix@gnu.org Hi, I found it very hard to read this email, because there are so many non-essential things pasted in the body :-/ I hope I didn't miss anything important while I paged through your email, but one thing stood out to: ng0 writes: > python: stdout/stderr: import json perl: warning: Falling back to the standard locale ("Cpython: stdout/stderr: File "/usr/lib/python2.7/json/__init__.py", line 108, in > python: stdout/stderr: from .decoder import JSONDecoder > python: stdout/stderr: File "/usr/lib/python2.7/json/decoder.py", line 5, in > python: stdout/stderr: import struct > python: stdout/stderr: File "/usr/lib/python2.7/struct.py", line 1, in > python: stdout/stderr: from _struct import * > python: stdout/stderr: ImportError: /usr/lib/python2.7/lib-dynload/_struct.so: undefined symbol: PyUnicode That's not okay. You cannot mix Python from your system with Python from Guix. Do you have system stuff on your PYTHONPATH? Do you have LD_LIBRARY_PATH set? Guix packages should never use system libraries. ~~ Ricardo