unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Freenet.DE>
To: emacs-pretest-bug@gnu.org
Subject: 23.0.50; errors during 'make install'
Date: Mon, 24 Dec 2007 13:17:08 +0100	[thread overview]
Message-ID: <64E565FC-DDE0-4A77-BBFE-193A1216B038@Freenet.DE> (raw)

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

             reply	other threads:[~2007-12-24 12:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-24 12:17 Peter Dyballa [this message]
2007-12-24 12:35 ` 23.0.50; errors during 'make install' Andreas Schwab
2007-12-30 15:00   ` Peter Dyballa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=64E565FC-DDE0-4A77-BBFE-193A1216B038@Freenet.DE \
    --to=peter_dyballa@freenet.de \
    --cc=emacs-pretest-bug@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).