From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshinori Arai Subject: Re: guix package -i error on another account after system reconfigure Date: Tue, 22 Jan 2019 16:20:28 +0900 Message-ID: <20190122072028.2k4snc46qk4utfub@WaraToNora> References: <20190121071341.mlcux7on7mdulrwd@WaraToNora> <87fttme860.fsf@elephly.net> <20190122021735.hv67pfgujfgmazfn@WaraToNora> <87y37dchkz.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:60830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1glqMW-0001JP-RE for help-guix@gnu.org; Tue, 22 Jan 2019 02:20:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1glqMW-0004q9-3y for help-guix@gnu.org; Tue, 22 Jan 2019 02:20:44 -0500 Received: from mail-pl1-x633.google.com ([2607:f8b0:4864:20::633]:43716) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1glqMV-0004mb-Ok for help-guix@gnu.org; Tue, 22 Jan 2019 02:20:44 -0500 Received: by mail-pl1-x633.google.com with SMTP id gn14so11013002plb.10 for ; Mon, 21 Jan 2019 23:20:37 -0800 (PST) Content-Disposition: inline In-Reply-To: <87y37dchkz.fsf@elephly.net> 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: Ricardo Wurmus Cc: help-guix On Tue, Jan 22, 2019 at 07:49:32AM +0100, Ricardo Wurmus wrote: > > Yoshinori Arai writes: > > > I don't know what's difference of behaivor between system wide guix and per-user > > guix. > > They are all possibly different versions of Guix. My hope was that you > find at least one version that is not affected by the miscompilation. > > > I think the problem is guile compiled libraries of current profile. But I don't > > know how could recompile the libraries or rebuild the profile of new account > > that produce by system reconfigure. > > You cannot recompile anything in the store. The store is read-only. > This is why I was suggesting using a different version from which to run > “guix pull”. > > -- > Ricardo > Hello, I don't know how to find different version of guix which belong to new account. Because I don't do guix pull yet on new account. OK, There are no problem on old account. I will do full reinstall of guixsd with new configuration. Thank you.