From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Bootstrapping Emacs-CVS on Cygwin Date: Thu, 26 Jul 2007 22:44:59 +0200 (MET DST) Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1185482711 31927 80.91.229.12 (26 Jul 2007 20:45:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Jul 2007 20:45:11 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 26 22:45:10 2007 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 1IEACp-00026O-KM for ged-emacs-devel@m.gmane.org; Thu, 26 Jul 2007 22:45:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IEACp-0002Yy-21 for ged-emacs-devel@m.gmane.org; Thu, 26 Jul 2007 16:45:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IEACm-0002YY-3K for emacs-devel@gnu.org; Thu, 26 Jul 2007 16:45:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IEACl-0002Xt-Fs for emacs-devel@gnu.org; Thu, 26 Jul 2007 16:45:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IEACl-0002Xq-B4 for emacs-devel@gnu.org; Thu, 26 Jul 2007 16:45:03 -0400 Original-Received: from postino2.roma1.infn.it ([141.108.26.25]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IEACk-00084Y-Pw for emacs-devel@gnu.org; Thu, 26 Jul 2007 16:45:03 -0400 Original-Received: from ax0rm1.roma1.infn.it (ax0rm1.roma1.infn.it [141.108.26.19]) by postino2.roma1.infn.it (8.12.11/8.12.11) with ESMTP id l6QKixDJ024071 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Thu, 26 Jul 2007 22:44:59 +0200 X-PMX-Version: 4.7.1.128075, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.26.131633 X-PerlMx-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' X-detected-kernel: Linux 2.4-2.6 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:75608 Archived-At: For the sake of completeness, I want to flag that bootstrapping Emacs 22.1.50 20070726-cvs (on Cygwin), in the build log, I have noted this: ======================================== ... else true; fi Copying etc/DOC-22.1.50.1 to /tmp/emacs/inst/usr/local/emacs/share/emacs/22.1.50/etc ... DOC-22.1.50.1 rm: cannot remove `DOC': No such file or directory ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ make: [install-arch-indep] Error 1 (ignored) ^^^^^^^^^ unset CDPATH; \ ... ======================================== This happens while running 'make install...'. Perhaps it should move instead of copy 'etc/DOC-22.1.50.1' or it should remove 'DOC-22.1.50.1' instead of 'DOC'. I any case, the error is ignored and does not seem to have a negative effect on the bootstrap! Cheers, Angelo.