From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Installation error Date: Mon, 30 Mar 2009 22:54:27 -0400 Message-ID: <8763hq7670.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1238467989 20633 80.91.229.12 (31 Mar 2009 02:53:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 31 Mar 2009 02:53:09 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 31 04:54:27 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LoU7P-0000uk-3P for ged-emacs-devel@m.gmane.org; Tue, 31 Mar 2009 04:54:27 +0200 Original-Received: from localhost ([127.0.0.1]:60523 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LoU61-0004SE-LN for ged-emacs-devel@m.gmane.org; Mon, 30 Mar 2009 22:53:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LoU5y-0004S9-3a for emacs-devel@gnu.org; Mon, 30 Mar 2009 22:52:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LoU5t-0004Rx-N9 for emacs-devel@gnu.org; Mon, 30 Mar 2009 22:52:57 -0400 Original-Received: from [199.232.76.173] (port=57507 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LoU5t-0004Ru-KQ for emacs-devel@gnu.org; Mon, 30 Mar 2009 22:52:53 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:48050) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LoU5t-0002o2-CG for emacs-devel@gnu.org; Mon, 30 Mar 2009 22:52:53 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 1473257E21C; Mon, 30 Mar 2009 22:54:27 -0400 (EDT) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:109937 Archived-At: 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.