unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* /homeless-shelter workaround
@ 2019-07-17 14:42 Jesse Gibbons
  2019-07-17 15:55 ` Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Jesse Gibbons @ 2019-07-17 14:42 UTC (permalink / raw)
  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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: /homeless-shelter workaround
  2019-07-17 14:42 /homeless-shelter workaround Jesse Gibbons
@ 2019-07-17 15:55 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2019-07-17 15:55 UTC (permalink / raw)
  To: Jesse Gibbons, Help Guix

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

Jesse Gibbons <jgibbons2357@gmail.com> writes:

> 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?

You can use (setenv "HOME" "/tmp").

Try `git grep -w setenv | grep -w HOME` for examples :-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-17 15:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-17 14:42 /homeless-shelter workaround Jesse Gibbons
2019-07-17 15:55 ` Marius Bakke

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).