* -find: command not found
@ 2007-11-09 15:17 Peter Dyballa
2007-11-09 16:02 ` Andreas Schwab
0 siblings, 1 reply; 2+ messages in thread
From: Peter Dyballa @ 2007-11-09 15:17 UTC (permalink / raw)
To: emacs-pretest-bug
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: -find: command not found
2007-11-09 15:17 -find: command not found Peter Dyballa
@ 2007-11-09 16:02 ` Andreas Schwab
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Schwab @ 2007-11-09 16:02 UTC (permalink / raw)
To: Peter Dyballa; +Cc: emacs-pretest-bug
Peter Dyballa <Peter_Dyballa@gmx.de> writes:
> -find /usr/local/share/emacs/23.0.50/leim -exec chown ${installuser} '{}'
> ;'
> /bin/sh: line 1: -find: command not found
Fixed.
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-11-09 16:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-09 15:17 -find: command not found Peter Dyballa
2007-11-09 16:02 ` Andreas Schwab
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.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).