unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Jesse Gibbons <jgibbons2357@gmail.com>
To: 38241@debbugs.gnu.org
Subject: bug#38241: python-hy build failure
Date: Sat, 16 Nov 2019 18:44:09 -0700	[thread overview]
Message-ID: <026987d0c93e7ca76de8dafe956b99398e1d16aa.camel@gmail.com> (raw)
In-Reply-To: <722cf4545fefd4edd13c1f6eeccc90acf91cb668.camel@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 398 bytes --]

On Sat, 2019-11-16 at 17:26 -0700, Jesse Gibbons wrote:
> 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.
> 
> 
> 
> 
The patch is attached. I noticed it lets it build, but python-hy is still
broken. Python2-hy is not broken though.

[-- Attachment #2: 0001-gnu-python-hy-Set-HOME-to-tmp-before-install.patch --]
[-- Type: text/x-patch, Size: 940 bytes --]

From 15580fd77397d55ddc459c6ada58201ee61e8ec8 Mon Sep 17 00:00:00 2001
From: Jesse Gibbons <jgibbons2357+guix@gmail.com>
Date: Sat, 16 Nov 2019 18:33:05 -0700
Subject: [PATCH] gnu: python-hy: Set HOME to /tmp before install

This fixes bug#38241

* gnu/packages/python-xyz.scm (python-hy)[arguments]: Add custom
'set-HOME phase before the 'install phase.
---
 gnu/packages/python-xyz.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d2786e4826..5b8b33b87f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8745,6 +8745,9 @@ with a new public API, and RPython support.")
     (arguments
      '(#:phases
        (modify-phases %standard-phases
+	 (add-before 'install 'set-HOME
+	   (lambda _
+	     (setenv "HOME" "/tmp")))
          (replace 'check
            (lambda _
              ;; Tests require write access to HOME.
-- 
2.24.0


  reply	other threads:[~2019-11-17  1:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-17  0:26 bug#38241: python-hy build failure Jesse Gibbons
2019-11-17  1:44 ` Jesse Gibbons [this message]
2019-11-17 21:35   ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=026987d0c93e7ca76de8dafe956b99398e1d16aa.camel@gmail.com \
    --to=jgibbons2357@gmail.com \
    --cc=38241@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).