From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Gibbons Subject: /homeless-shelter workaround Date: Wed, 17 Jul 2019 08:42:48 -0600 Message-ID: <20190717084248.5105ce5d@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:44673) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hnl8y-0004eE-0q for help-guix@gnu.org; Wed, 17 Jul 2019 10:42:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hnl8x-0005sp-52 for help-guix@gnu.org; Wed, 17 Jul 2019 10:42:55 -0400 Received: from mail-pl1-x633.google.com ([2607:f8b0:4864:20::633]:44657) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hnl8w-0005s2-EX for help-guix@gnu.org; Wed, 17 Jul 2019 10:42:55 -0400 Received: by mail-pl1-x633.google.com with SMTP id t14so12064406plr.11 for ; Wed, 17 Jul 2019 07:42:54 -0700 (PDT) Received: from localhost ([199.68.53.171]) by smtp.gmail.com with ESMTPSA id s7sm21022026pjn.28.2019.07.17.07.42.51 for (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Wed, 17 Jul 2019 07:42:52 -0700 (PDT) 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 A package I am building fails multiple tests with the following error: OSError: [Errno 13] Permission denied: '/homeless-shelter' It is trying to make subdirectories to the builder's $HOME directory, which does not exist. Is there a standard workaround for this? -Jesse