auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-devel] how to install auctex locally?


From: Ralf Hemmecke
Subject: [AUCTeX-devel] how to install auctex locally?
Date: Sat, 22 May 2010 18:47:22 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4

Hello,

When I run,

./configure --prefix=/home/hemmecke/software/

I see at the end...

----------------------------
checking for glaring installation conflicts... ouch!

configure: WARNING: Conflicting previous installation in
`/usr/share/emacs/23.1/site-lisp/auctex/' found!
Conflicting previous startup file
`/usr/share/emacs/23.1/site-lisp/preview-latex.el' found!

configure: creating ./config.status
------------------------------

Full trace is here ... http://pastie.org/972481

What does that mean?
What can I do if I have no root access on that machine?

Further... "make" seems to work fine, but then for "make install" I get

>make install
./mkinstalldirs /usr/share/emacs/site-lisp
rm -f /usr/share/emacs/site-lisp/auctex/tex-site.el # Remove old
(CVS-version) mistakes
test ! -f /usr/share/emacs/site-lisp/tex-site.el || { \
           if grep -q "tex-site.*Don't edit."
/usr/share/emacs/site-lisp/tex-site.el; then \
            echo "Overwriting old tex-site.el" ; \
           else \
            echo "Renaming old tex-site.el to tex-site.el.save" ; \
            mv /usr/share/emacs/site-lisp/tex-site.el
/usr/share/emacs/site-lisp/tex-site.el.save ; \
           fi; \
        }
if test Xno = Xno; \
        then /usr/bin/install -c -m 644 tex-site.el
/usr/share/emacs/site-lisp ; \
        else rm -f /usr/share/emacs/site-lisp/tex-site.el ; \
        fi
/usr/bin/install: cannot create regular file
`/usr/share/emacs/site-lisp/tex-site.el': Permission denied
make: *** [install-el] Error 1

Why on earth does the installation procedure complain about a /usr/share
directory? I've set --prefix. Is that a bug in the install procedure?

Ralf



reply via email to

[Prev in Thread] Current Thread [Next in Thread]