all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Please help me to bug-fix the following install code:
Date: Thu, 07 Dec 2023 08:40:53 +0200	[thread overview]
Message-ID: <83plzi347e.fsf@gnu.org> (raw)
In-Reply-To: <CAG9ihEuc+J0Ki-JzQGq-6iXDJYtSdv-sNHSvBE7E-NFJpHtpyQ@mail.gmail.com> (message from Davin Pearson on Thu, 7 Dec 2023 11:19:54 +1300)

> From: Davin Pearson <davin.pearson@gmail.com>
> Date: Thu, 7 Dec 2023 11:19:54 +1300
> 
> Here is the copy of the xterm command output, but note that
> it fails to build any files in the folder /usr/share/emacs
> like it should do:

Based on these error messages:

> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> emacs.info': Permission denied
> gzip: /usr/local/share/info/emacs.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/emacs.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> eintr.info': Permission denied
> gzip: /usr/local/share/info/eintr.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/eintr.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> elisp.info': Permission denied
> gzip: /usr/local/share/info/elisp.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/elisp.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> auth.info': Permission denied
> gzip: /usr/local/share/info/auth.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/auth.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> autotype.info': Permission denied
> gzip: /usr/local/share/info/autotype.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> autotype.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> bovine.info': Permission denied
> gzip: /usr/local/share/info/bovine.info: No such file or directory
> install-info: No such file or directory for /usr/local/share/info/
> bovine.info
> /usr/bin/install: cannot create regular file '/usr/local/share/info/
> calc.info': Permission denied

my crystal ball says that your user lacks permissions to write to the
/usr/local directory tree.  The usual way of overcoming this kind of
issues is to say

 $ sudo make install

or log in as root and then say "make install".



      parent reply	other threads:[~2023-12-07  6:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-06 22:19 Please help me to bug-fix the following install code: Davin Pearson
2023-12-06 22:24 ` John Carter
2023-12-07  6:40 ` Eli Zaretskii [this message]

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=83plzi347e.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=help-gnu-emacs@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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.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.