* Installation error
@ 2009-03-31 2:54 Chong Yidong
2009-03-31 3:34 ` Jason Rumney
0 siblings, 1 reply; 2+ messages in thread
From: Chong Yidong @ 2009-03-31 2:54 UTC (permalink / raw)
To: emacs-devel
I just noticed an error message when doing `make install':
unset CDPATH; \
if [ -n "/bin/gzip" ]; \
then \
echo "Compressing *.el ..." ; \
(cd /usr/local/share/emacs/23.0.92/leim; for f in `find
. -name "*.elc" -print`; do \
/bin/gzip -9n `echo $f|sed 's/.elc$/.el/'` ; \
done) \
else true; fi
Compressing *.el ...
gzip: ./quail/hangul3.el: No such file or directory
Could someone please investigate? Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Installation error
2009-03-31 2:54 Installation error Chong Yidong
@ 2009-03-31 3:34 ` Jason Rumney
0 siblings, 0 replies; 2+ messages in thread
From: Jason Rumney @ 2009-03-31 3:34 UTC (permalink / raw)
To: Chong Yidong; +Cc: emacs-devel
Chong Yidong wrote:
> I just noticed an error message when doing `make install':
>
> Compressing *.el ...
> gzip: ./quail/hangul3.el: No such file or directory
>
You must have a stale hangul3.elc file in your build directory.
hangul3.el was removed last June.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-31 3:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-31 2:54 Installation error Chong Yidong
2009-03-31 3:34 ` Jason Rumney
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).