emacs-devel
[Top][All Lists]
Advanced

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

-find: command not found


From: Peter Dyballa
Subject: -find: command not found
Date: Fri, 9 Nov 2007 16:17:44 +0100

Hello!

Installation fails at;

ja-dic/ja-dic.el
ja-dic/ja-dic.elc
unset CDPATH; \
if [ -n "/usr/bin/gzip" ]; \
then \
   echo "Compressing *.el ..." ; \
(cd /usr/local/share/emacs/23.0.50/leim; for f in `find . -name "*.elc" -print`; do \
        /usr/bin/gzip -9n `echo $f|sed 's/.elc$/.el/'` ; \
    done) \
else true; fi
Compressing *.el ...
chmod -R a+r /usr/local/share/emacs/23.0.50/leim
for installuser in ${LOGNAME} ${USERNAME} ${USER} \
  `id -un 2> /dev/null`; do \
  [ -n "${installuser}" ] && break ; \
done ; \
-find /usr/local/share/emacs/23.0.50/leim -exec chown ${installuser} '{}' ';'
/bin/sh: line 1: -find: command not found
make[1]: *** [install] Error 127
make: *** [install-leim] Error 2


make --version
GNU Make 3.80


In GNU Emacs 23.0.50.1 (powerpc-apple-darwin8.10.0, X toolkit, Xaw3d scroll bars)
 of 2007-11-09 on Latsche.local
Windowing system distributor `The XFree86 Project, Inc', version 11.0.40400000 configured using `configure '--without-gtk' '--without-sound' '-- without-pop' '--with-x-toolkit=lucid' '--with-xpm' '--with-jpeg' '-- with-tiff' '--with-gif' '--with-png' '--enable-locallisppath=/Library/ Application Support/Emacs/calendar22:/Library/Application Support/ Emacs/caml:/Library/Application Support/Emacs:/sw/share/emacs21/site- lisp/elib' 'CPPFLAGS=-no-cpp-precomp -I/usr/local/include -I/sw/ include' 'CXXFLAGS=-no-cpp-precomp -I/usr/local/include -I/sw/ include' 'CFLAGS=-pipe -bind_at_load -fPIC -mcpu=7450 -mtune=7450 - fast -mpim-altivec -ftree-vectorize -foptimize-register-move - freorder-blocks -freorder-blocks-and-partition -fthread-jumps - fpeephole -fno-crossjumping' 'LDFLAGS=-dead_strip -multiply_defined suppress -bind_at_load -L/sw/lib/ncurses -L/usr/local/lib -L/sw/lib - lresolv''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: de_DE.UTF-8
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: de_DE.UTF-8
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Major mode: Dired by name


--
Mit friedvollen Grüßen

  Pete

Make it simple, as simple as possible but no simpler.
                              Albert Einstein






reply via email to

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