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: Re: emacs snapshot tarball test build Date: Thu, 22 Mar 2007 22:41:22 +0100 (MET) Message-ID: References: <20070314103104.1228@henman-np.b-eng.it.to-be.co.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1174599705 2508 80.91.229.12 (22 Mar 2007 21:41:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Mar 2007 21:41:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: djh Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 22 22:41:36 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 1HUV2L-000338-Rl for ged-emacs-devel@m.gmane.org; Thu, 22 Mar 2007 22:41:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HUV4B-0003Ww-4o for ged-emacs-devel@m.gmane.org; Thu, 22 Mar 2007 16:43:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HUV48-0003Kh-1u for emacs-devel@gnu.org; Thu, 22 Mar 2007 17:43:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HUV46-0003Cl-FW for emacs-devel@gnu.org; Thu, 22 Mar 2007 17:43:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HUV46-0003Bo-A6 for emacs-devel@gnu.org; Thu, 22 Mar 2007 16:43:22 -0500 Original-Received: from postino1.roma1.infn.it ([141.108.26.15]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HUV2G-0006bE-18 for emacs-devel@gnu.org; Thu, 22 Mar 2007 17:41:28 -0400 Original-Received: from ax0rm1.roma1.infn.it (ax0rm1.roma1.infn.it [141.108.26.19]) by postino1.roma1.infn.it (8.12.11/8.12.11) with ESMTP id l2MLfNHd009002; Thu, 22 Mar 2007 22:41:23 +0100 Original-Received: from localhost (graziosi@localhost) by ax0rm1.roma1.infn.it (8.9.3/8.9.3) with ESMTP id WAA11783; Thu, 22 Mar 2007 22:41:22 +0100 (MET) In-Reply-To: <20070314103104.1228@henman-np.b-eng.it.to-be.co.jp> X-PMX-Version: 4.7.1.128075, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2007.3.22.131934 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:68332 Archived-At: djh wrote: > The only problem is shown below (and maybe it is not a real problem). > > -------- > make[1]: Leaving directory `/usr/src/emacs-tmp/emacs-22.0.95/leim' > cd lib-src; make maybe-blessmail \ > MAKE='make' archlibdir='/libexec/emacs/22.0.95/i686-pc-cygwin' > make[1]: Entering directory `/usr/src/emacs-tmp/emacs-22.0.95/lib-src' > ../src/emacs -batch --no-site-file --multibyte -l > /usr/src/emacs-tmp/emacs-22.0.95/lib-src/../lisp/mail/blessmail.el > Fatal error (6)make[1]: *** [blessmail] Aborted (core dumped) > make[1]: Leaving directory `/usr/src/emacs-tmp/emacs-22.0.95/lib-src' > make: *** [blessmail] Error 2 > ------ This often happens boostraping Emacs on Cygwin. Workaround: try to build in another nested directory. Generally, a build with the above problem gives problems! Cheers, Angelo.