From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "djh" Newsgroups: gmane.emacs.devel Subject: emacs snapshot tarball test build Date: Thu, 22 Mar 2007 15:10:36 +0900 Message-ID: <20070322151036.3000@henman-np.b-eng.it.to-be.co.jp> NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1174543858 12893 80.91.229.12 (22 Mar 2007 06:10:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Mar 2007 06:10:58 +0000 (UTC) To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 22 07:10:49 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 1HUGVd-0005Jf-3d for ged-emacs-devel@m.gmane.org; Thu, 22 Mar 2007 07:10:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HUGXN-0004fk-O1 for ged-emacs-devel@m.gmane.org; Thu, 22 Mar 2007 01:12:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HUGXJ-0004Z3-R0 for emacs-devel@gnu.org; Thu, 22 Mar 2007 02:12:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HUGXJ-0004X3-0Y for emacs-devel@gnu.org; Thu, 22 Mar 2007 02:12:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HUGXI-0004Wt-Qy for emacs-devel@gnu.org; Thu, 22 Mar 2007 01:12:32 -0500 Original-Received: from ns-2.to-be.co.jp ([219.127.155.130]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HUGVW-0000mR-R7 for emacs-devel@gnu.org; Thu, 22 Mar 2007 02:10:43 -0400 Original-Received: (qmail 48203 invoked from network); 22 Mar 2007 15:10:37 +0900 Original-Received: from unknown (HELO imss-3.it.to-be.co.jp) (10.128.1.23) by ns-2.to-be.co.jp with SMTP; 22 Mar 2007 15:10:37 +0900 Original-Received: (qmail 18081 invoked from network); 22 Mar 2007 15:10:37 +0900 Original-Received: from localhost (HELO imss-3.it.to-be.co.jp) (127.0.0.1) by localhost with SMTP; 22 Mar 2007 15:10:37 +0900 Original-Received: (qmail 18078 invoked by alias); 22 Mar 2007 15:10:36 +0900 Original-Received: (qmail 18070 invoked from network); 22 Mar 2007 15:10:36 +0900 Original-Received: from unknown (HELO henman-np.b-eng.it.to-be.co.jp) (10.137.5.188) by imss-3.it.to-be.co.jp with SMTP; 22 Mar 2007 15:10:36 +0900 Original-cc: X-Mailer: MH-E 8.0.3; GNU Mailutils 1.1.90; GNU Emacs 22.0.95 X-detected-kernel: FreeBSD 4.6-4.9 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:68277 Archived-At: I was asked to try out building a snapshot tarball on cygwin and have just finished. Platform: gcc (GCC) 4.1.3 20070312 (prerelease) CYGWIN_NT-5.1 1.5.24(0.156/4/2) 2007-01-31 10:57 Results: configured and built fine. Install did not complete successfully, but did install a workable newly built emacs. 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 ------ However the newly installed emacs seems to work and I am writing this letter with it and mh-e. What comes after "blessmail" in the Make sequence I am not familiar with, but suspect that it is near the end of the install procedure if I recall correctly. Regards, Darel Henman