From: Ian Barton <lists@wilkesley.net>
To: emacs-orgmode@gnu.org
Subject: Problem Installing Info Files
Date: Wed, 23 May 2012 11:11:37 +0100 [thread overview]
Message-ID: <4FBCB7D9.2010602@wilkesley.net> (raw)
When I run make install I am getting the following error:
make -C doc install
make[1]: Entering directory `/home/ian/Dropbox/.emacs.d/src/org-mode/doc'
if [ ! -d ~/.emacs.d/src/info ]; then mkdir -p ~/.emacs.d/src/info; else
true; fi ;
install -p org ~/.emacs.d/src/info
install-info --infodir=~/.emacs.d/src/info org
~/.emacs.d/src/info/dir: could not read (No such file or directory) and
could not create (No such file or directory)
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/ian/Dropbox/.emacs.d/src/org-mode/doc'
make: *** [install-doc] Error 2
The ~/.emacs.d/src/info exists and is writable. The file
/.emacs.d/src/org-mode/doc/org exists and looks like an info file. I
have install-info installed.
Running:
install-info --infodir=~/.emacs.d/src/info org
from the directory containing org gives the following error:
~/.emacs.d/src/info/dir: could not read (No such file or directory) and
could not create (No such file or directory)
However, the org info file is copied into the directory. So it appears
to be a problem with install-info. I have now run out of ideas.
Ian.
next reply other threads:[~2012-05-23 10:12 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-23 10:11 Ian Barton [this message]
2012-05-23 10:19 ` Problem Installing Info Files Jude DaShiell
2012-05-23 10:35 ` Ian Barton
2012-05-24 18:51 ` Achim Gratz
2012-05-23 10:35 ` suvayu ali
2012-05-23 13:31 ` Ian Barton
2012-05-23 22:29 ` Achim Gratz
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=4FBCB7D9.2010602@wilkesley.net \
--to=lists@wilkesley.net \
--cc=emacs-orgmode@gnu.org \
--cc=ian@manor-farm.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.