From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jacob MacDonald Subject: Strange behavior around guix package --show Date: Fri, 20 Dec 2019 13:21:57 -0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36356) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iiPit-0002cP-NT for help-guix@gnu.org; Fri, 20 Dec 2019 16:22:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iiPis-0008Hb-AR for help-guix@gnu.org; Fri, 20 Dec 2019 16:22:11 -0500 Received: from mail-ot1-x332.google.com ([2607:f8b0:4864:20::332]:39442) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iiPis-0008Bw-3C for help-guix@gnu.org; Fri, 20 Dec 2019 16:22:10 -0500 Received: by mail-ot1-x332.google.com with SMTP id 77so13475244oty.6 for ; Fri, 20 Dec 2019 13:22:09 -0800 (PST) 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: help-guix@gnu.org guix package --show is failing for me for packages which reference sbcl-cl-uglify-js. This has been happening for a few guix pull generations, but only occurs in my user's Guix profile. Running the same command as root or through ./pre-inst-env (on the same version of the tree) doesn't cause an error. I've tried clearing local and root .cache directories, double checked that nothing strange and Guile-related is happening in my dotfiles, and made sure the error is reproducible outside an X session. Upon stracing the local install and my built-from source version, I see some discrepancies in the trace, but am not sure what the root cause is. Namely, after reading javascript.scm, the user version of Guix fails to stat lisp-xyz.scm, while the source version not only reads from lisp-xyz but also /etc/localtime, a file which is never touched in the failing trace. Any help would be appreciated. Thanks, Jacob.