all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Arun Isaac <arunisaac@systemreboot.net>
To: Adam Kandur <rndd@tuta.io>
Cc: Help Guix <help-guix@gnu.org>
Subject: Re: help with emacs package
Date: Thu, 10 Dec 2020 16:54:29 +0530	[thread overview]
Message-ID: <87h7otlx8y.fsf@systemreboot.net> (raw)
In-Reply-To: <MOBGRMX--3-2@tuta.io>

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


> could anybody describe in details what went wrong?

By default, the HOME environment variable in the build environment is
set to /homeless-shelter, a non-existent directory. Some packages try to
access HOME to put temporary files or for some other reason. When they
find the HOME directory does not exist, they error out. Note the
following error message in your build log.

>>> Creating directory: Permission denied, /homeless-shelter

So, for such packages, we set HOME to /tmp, a directory that actually
exists in the build environment.

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

  reply	other threads:[~2020-12-10 11:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-10  7:45 help with emacs package Adam Kandur via
     [not found] ` <87pn3iklja.fsf@systemreboot.net>
2020-12-10 10:50   ` Adam Kandur via
2020-12-10 11:24     ` Arun Isaac [this message]
2020-12-10 12:15       ` Adam Kandur via

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

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

  git send-email \
    --in-reply-to=87h7otlx8y.fsf@systemreboot.net \
    --to=arunisaac@systemreboot.net \
    --cc=help-guix@gnu.org \
    --cc=rndd@tuta.io \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.