emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* make install-info error messages
@ 2012-07-27  9:17 Greg Minshall
  2012-07-27 18:02 ` Achim Gratz
  0 siblings, 1 reply; 5+ messages in thread
From: Greg Minshall @ 2012-07-27  9:17 UTC (permalink / raw)
  To: emacs-orgmode

hi.  i'm trying to install 7.8.11 on my Mac OS X system (running Emacs
24.1.1.  i've changed Makefile (see below) in terms of emacs (to point
to 24.1.1) and prefix (to install in ~/usr).  install-info give the
following set of error messages (and, the web page says "please submit a
bug"):
----
bash greg-minshalls-mbp: {1046} make install-info
(cd doc && makeinfo --no-split org.texi -o org)
if [ ! -d /Users/minshall/usr/share/info ]; then \
                mkdir -p /Users/minshall/usr/share/info; else true; fi ;
cp -pr doc/org /Users/minshall/usr/share/info
install-info --infodir=/Users/minshall/usr/share/info doc/org
* Org Mode: (org). Outline-based notes management and organizer
install-info(doc/org): replacing existing dir entry for `org'
cp: /var/backups/infodir.bak: Permission denied
install-info(doc/org): couldn't backup /Users/minshall/usr/share/info/dir in /var/backups/infodir.bak: Inappropriate ioctl for device
----
(obviously (?), i was *not* doing this as root...)

cheers, Greg Minshall

----
bash greg-minshalls-mbp: {1047} rcsdiff Makefile 
===================================================================
RCS file: RCS/Makefile,v
retrieving revision 1.1
diff -r1.1 Makefile
14c14
< EMACS=emacs
---
> EMACS=/usr/local/bin/emacs
17c17
< prefix=/usr/local
---
> prefix=/Users/minshall/usr
----

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

end of thread, other threads:[~2012-07-28 10:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-27  9:17 make install-info error messages Greg Minshall
2012-07-27 18:02 ` Achim Gratz
2012-07-28  1:40   ` Greg Minshall
2012-07-28  4:56     ` Achim Gratz
2012-07-28 10:49       ` Greg Minshall

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

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