From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jacob MacDonald Subject: Re: Strange behavior around guix package --show Date: Sat, 21 Dec 2019 15:55:01 -0800 Message-ID: References: <87eewxq3lh.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:48576) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iioaa-0002lK-CG for help-guix@gnu.org; Sat, 21 Dec 2019 18:55:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iioaY-00015o-Sn for help-guix@gnu.org; Sat, 21 Dec 2019 18:55:16 -0500 Received: from mail-ot1-x333.google.com ([2607:f8b0:4864:20::333]:38480) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iioaY-00010Z-H3 for help-guix@gnu.org; Sat, 21 Dec 2019 18:55:14 -0500 Received: by mail-ot1-x333.google.com with SMTP id d7so12631553otf.5 for ; Sat, 21 Dec 2019 15:55:13 -0800 (PST) In-Reply-To: <87eewxq3lh.fsf@ambrevar.xyz> 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: Pierre Neidhardt Cc: help-guix@gnu.org Thanks, I'll have to pull down the most recent build when I'm on a more robust connection. After some more log-reading I think I've narrowed the problem down, though I'm not sure what the cause is. The root profile and my user profile are unique (this is probably trivial and intended), but share all links except one: lib/guix. They each link to a different version of $HASH-guix-package-cache/lib/guix. Not sure why this happened or what the impact is, but my best guess at the behavior has to do with that fact, since according to strace both invocations are reading from the same compiled .go files. The successful one just reads lisp-xyz much later than the failing call. Jacob. On Sat, Dec 21, 2019 at 4:13 AM Pierre Neidhardt wrote: > Hi, > > I don't have an answer, but for what it's worth I've recently moved > uglify-js to a different module. This probably has to do with your issue. > > -- > Pierre Neidhardt > https://ambrevar.xyz/ >