From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 8O/ANnUz0l+yTgAA0tVLHw (envelope-from ) for ; Thu, 10 Dec 2020 14:40:53 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id +KK0MnUz0l8FTgAA1q6Kng (envelope-from ) for ; Thu, 10 Dec 2020 14:40:53 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9355A940149 for ; Thu, 10 Dec 2020 14:40:53 +0000 (UTC) Received: from localhost ([::1]:38472 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1knN7k-000277-AQ for larch@yhetil.org; Thu, 10 Dec 2020 09:40:52 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:39434) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1knN6x-00025F-8r for guix-patches@gnu.org; Thu, 10 Dec 2020 09:40:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54001) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1knN6w-0003Jk-Vg for guix-patches@gnu.org; Thu, 10 Dec 2020 09:40:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1knN6w-0005hH-TX for guix-patches@gnu.org; Thu, 10 Dec 2020 09:40:02 -0500 Subject: bug#45081: [PATCH] gnu: stumpwm-with-slynk: Fix build error Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 10 Dec 2020 14:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 45081 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Niklas Eklund Mail-Followup-To: 45081@debbugs.gnu.org, efraim@flashner.co.il, niklas.eklund@posteo.net Received: via spool by 45081-done@debbugs.gnu.org id=D45081.160761116221813 (code D ref 45081); Thu, 10 Dec 2020 14:40:02 +0000 Received: (at 45081-done) by debbugs.gnu.org; 10 Dec 2020 14:39:22 +0000 Received: from localhost ([127.0.0.1]:37309 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1knN6H-0005fl-Sh for submit@debbugs.gnu.org; Thu, 10 Dec 2020 09:39:22 -0500 Received: from flashner.co.il ([178.62.234.194]:58398) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1knN6E-0005fT-Mt for 45081-done@debbugs.gnu.org; Thu, 10 Dec 2020 09:39:21 -0500 Received: from localhost (unknown [31.210.180.46]) by flashner.co.il (Postfix) with ESMTPSA id 6BEED40438; Thu, 10 Dec 2020 14:39:12 +0000 (UTC) Date: Thu, 10 Dec 2020 16:39:09 +0200 From: Efraim Flashner Message-ID: References: <87k0tufyj2.fsf@posteo.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="tUkigfzWybEEWoHm" Content-Disposition: inline In-Reply-To: <87k0tufyj2.fsf@posteo.net> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 45081-done@debbugs.gnu.org Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -3.90 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 9355A940149 X-Spam-Score: -3.90 X-Migadu-Scanner: scn1.migadu.com X-TUID: OvXiTmSr4Y8J --tUkigfzWybEEWoHm Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Dec 06, 2020 at 09:52:01PM +0100, Niklas Eklund wrote: >=20 > I encountered the following error trying to build stumpwm-with-slynk: >=20 > While evaluating the form starting at line 13, column 0 > of #P"/tmp/guix-build-stumpwm-with-slynk-20.11.drv-0/source/load-stumpw= m.lisp": >=20 > debugger invoked on a SB-INT:SIMPLE-FILE-ERROR in thread > Can't create directory /homeless-shelter/ >=20 > I found a similar issue mentioned on the internet and tried the suggested > solution, which seems to work for me building in my development guix > environment. >=20 > If there is a better place to add this setenv form please feel free to ma= ke a > change to it :) >=20 Thanks! Patch pushed. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --tUkigfzWybEEWoHm Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/SMw0ACgkQQarn3Mo9 g1HL+Q//Y3mnVOG+dQ+H7+6x26f2pxHWLmasmVaiPqWlPAxp6GUwdJyOf6kdJ4gE TsdEGUyf9NPWeWmgaUS74XMzPN9Ois7QM1GOtN/b8Q7B2WI9P83w8eW/Qb/EaSo9 Gue7FZD7OEJ7c+nJCBoenEqvmulgyQ9Zw5DaxHAitZ0KQZgzZCx7/0zdraVJV9tv pjoL8g4kX/DpQ6AHsR8+/MxNqJGtw5rF8EJDbItzohgUGge7TkNTj/8f9bri47Np YsDD5iJZFSAP/bArfGxpuLtJ2naZU7ZanL+aRDSr8Y5ghsX9qkIsbfk7oLNw2zul BQuo02aiG1TH8SMcMcQVLs0rOFhkuSzk31xTLAqTXDMpqVMWOUC0ASK9a2CgddaD 2r6RFCIgI2lR445GlRYJnTnOXm0cZY0lXjHrcmVOLVqQDYygHcV+81t8hlRE0wpZ BVrlxGbJdyvH6dUD0TeZwgw2TTl66el12RWEVPVg0dbLgn3fRI7UZOaTng8Y4pQh 15P36WN62K3i9hGocPmlj/bbXyRLgwL0LjtUH64dFGnmwi6mrRGJhxXlCL+XF8md YIelZsgqIKUyU4jHLNSuTWczMA8N4kEXrbcUorYF6mCgXW4CF93E+Ks5D0vikiAW Ru6+bXFg1RV64rGlHgp808MV552gpmy9vhNnw1//wjUfp58hjt8= =2yh6 -----END PGP SIGNATURE----- --tUkigfzWybEEWoHm--