* 23.0.50; errors during 'make install'
@ 2007-12-24 12:17 Peter Dyballa
2007-12-24 12:35 ` Andreas Schwab
0 siblings, 1 reply; 3+ messages in thread
From: Peter Dyballa @ 2007-12-24 12:17 UTC (permalink / raw)
To: emacs-pretest-bug
Hello!
During 'make install' this series of errors happens:
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
gzip: ./nxml/char-name/unicode/00100-0017F.el: No such file or
directory
.
.
.
gzip: ./nxml/char-name/unicode/1D100-1D1FF.el: No such file or
directory
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`; \
Before
./nxml/char-name/unicode/
./nxml/char-name/unicode/00000-0007F.elc
./nxml/char-name/unicode/00080-000FF.elc
./nxml/char-name/unicode/00100-0017F.elc
.
.
.
./nxml/char-name/unicode/1D100-1D1FF.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
were installed. Why is make trying to compress the files after they
have been already installed – in already compressed form?
--
Greetings
Pete
One person with a belief is a social power equal to ninety-nine who
have only interests.
– John Stuart Mill
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 23.0.50; errors during 'make install'
2007-12-24 12:17 23.0.50; errors during 'make install' Peter Dyballa
@ 2007-12-24 12:35 ` Andreas Schwab
2007-12-30 15:00 ` Peter Dyballa
0 siblings, 1 reply; 3+ messages in thread
From: Andreas Schwab @ 2007-12-24 12:35 UTC (permalink / raw)
To: Peter Dyballa; +Cc: emacs-pretest-bug
Peter Dyballa <Peter_Dyballa@Freenet.DE> writes:
> ./nxml/char-name/unicode/
> ./nxml/char-name/unicode/00000-0007F.elc
> ./nxml/char-name/unicode/00080-000FF.elc
> ./nxml/char-name/unicode/00100-0017F.elc
> .
> .
> .
> ./nxml/char-name/unicode/1D100-1D1FF.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
Remove the extra elc files from the source directory.
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] 3+ messages in thread
end of thread, other threads:[~2007-12-30 15:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-24 12:17 23.0.50; errors during 'make install' Peter Dyballa
2007-12-24 12:35 ` Andreas Schwab
2007-12-30 15:00 ` Peter Dyballa
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.