From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Gibbons Subject: bug#38241: python-hy build failure Date: Sat, 16 Nov 2019 17:26:27 -0700 Message-ID: <722cf4545fefd4edd13c1f6eeccc90acf91cb668.camel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:45395) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iW8P8-0004YL-W5 for bug-guix@gnu.org; Sat, 16 Nov 2019 19:27:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iW8P8-0005e4-2e for bug-guix@gnu.org; Sat, 16 Nov 2019 19:27:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:59322) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iW8P8-0005dy-02 for bug-guix@gnu.org; Sat, 16 Nov 2019 19:27:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iW8P7-00020y-QJ for bug-guix@gnu.org; Sat, 16 Nov 2019 19:27:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:45323) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iW8Oe-0004VL-BX for bug-guix@gnu.org; Sat, 16 Nov 2019 19:26:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iW8Od-0005J1-Ed for bug-guix@gnu.org; Sat, 16 Nov 2019 19:26:32 -0500 Received: from mail-pl1-x635.google.com ([2607:f8b0:4864:20::635]:37711) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iW8Od-0005IQ-9C for bug-guix@gnu.org; Sat, 16 Nov 2019 19:26:31 -0500 Received: by mail-pl1-x635.google.com with SMTP id bb5so7353547plb.4 for ; Sat, 16 Nov 2019 16:26:30 -0800 (PST) Received: from piranhaplant.local ([199.68.53.171]) by smtp.googlemail.com with ESMTPSA id b137sm14667048pga.91.2019.11.16.16.26.28 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 16 Nov 2019 16:26:28 -0800 (PST) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 38241@debbugs.gnu.org guix build python-hy fails with the message error: [Errno 13] Permission denied: '/homeless-shelter' It looks like the install step tries to access $HOME and fails. I am working on a patch to fix this.