all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Problem Installing Info Files
@ 2012-05-23 10:11 Ian Barton
  2012-05-23 10:19 ` Jude DaShiell
  2012-05-23 10:35 ` suvayu ali
  0 siblings, 2 replies; 7+ messages in thread
From: Ian Barton @ 2012-05-23 10:11 UTC (permalink / raw)
  To: emacs-orgmode

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.

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

end of thread, other threads:[~2012-05-24 18:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-23 10:11 Problem Installing Info Files Ian Barton
2012-05-23 10:19 ` 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

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.