emacs-devel
[Top][All Lists]
Advanced

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

23.0.50; problems during 'make install'


From: Peter Dyballa
Subject: 23.0.50; problems during 'make install'
Date: Sun, 2 Dec 2007 00:03:45 +0100

Hello!

This happens during installation:

Copying /Users/pete/Quellen/Emacs_CVS/emacs/etc to /usr/local/share/ emacs/23.0.50/etc...
./
./.arch-inventory
./.cvsignore
./AUTHORS
./BABYL
./celibacy.1
./CENSORSHIP
...
./NEWS.22
./nxml/
./nxml/00000-0007F.el
./nxml/00080-000FF.el
./nxml/00100-0017F.el
./nxml/00180-0024F.el
...
./nxml/1D400-1D7FF.el
./nxml/CVS/
./nxml/CVS/Entries
./nxml/CVS/Repository
./nxml/CVS/Root
./nxml/CVS/Template
./nxml/E0000-E007F.el
./nxml/README
./NXML-NEWS
./ORDERS
...
./novice.elc
./nxml/
./nxml/.cvsignore
./nxml/char-name/
./nxml/char-name/CVS/
./nxml/char-name/CVS/Entries
./nxml/char-name/CVS/Repository
./nxml/char-name/CVS/Root
./nxml/char-name/CVS/Template
./nxml/char-name/subdirs.el
./nxml/char-name/unicode/
./nxml/char-name/unicode/00000-0007F.elc
./nxml/char-name/unicode/00080-000FF.elc
...
./nxml/char-name/unicode/1D400-1D7FF.elc
./nxml/char-name/unicode/CVS/
./nxml/char-name/unicode/CVS/Entries
./nxml/char-name/unicode/CVS/Repository
./nxml/char-name/unicode/CVS/Root
./nxml/char-name/unicode/CVS/Template
./nxml/char-name/unicode/E0000-E007F.elc
./nxml/CVS/
./nxml/CVS/Entries
./nxml/CVS/Repository
./nxml/CVS/Root
./nxml/CVS/Template
./nxml/nxml-enc.el
...
./nxml/subdirs.el
./nxml/test.invalid.xml
./nxml/test.valid.xml
./nxml/TODO
./nxml/xmltok.el
./nxml/xmltok.elc
./nxml/xsd-regexp.el
./nxml/xsd-regexp.elc
./obsolete/
...
./xt-mouse.elc
rm -f /usr/local/share/emacs/23.0.50/lisp/subdirs.el
...
unset CDPATH; \
if [ -n "/usr/bin/gzip" ]; \
then \
   echo "Compressing *.el ..." ; \
(cd /usr/local/share/emacs/23.0.50/lisp; for f in `find . -name "*.elc" -print`; do \
        /usr/bin/gzip -9n `echo $f|sed 's/.elc$/.el/'` ; \
    done) \
else true; fi
Compressing *.el ...
gzip: ./nxml/char-name/unicode/00000-0007F.el: No such file or directory
gzip: ./nxml/char-name/unicode/00080-000FF.el: No such file or directory
many more
gzip: ./nxml/char-name/unicode/1D400-1D7FF.el: No such file or directory
gzip: ./nxml/char-name/unicode/E0000-E007F.el: No such file or directory
unset CDPATH; \
thisdir=`/bin/pwd`; \
...
find /usr/local/share/emacs/23.0.50/leim -exec chown ${installuser} '{}' ';'
cd lib-src; make maybe-blessmail  \
MAKE='make' archlibdir='/usr/local/libexec/emacs/23.0.50/powerpc- apple-darwin8.11.0'
make[1]: Nothing to be done for `maybe-blessmail'.


The directory /usr/local/share/emacs/23.0.50/lisp/nxml/char-name/ unicode contains only ELC files.

Mac OS X 10.4.11

--
Greetings

  Pete

Increase the size of your bike by at least *five* inches!






reply via email to

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