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: Problems building recent Emacs-CVS on Cygwin Date: Mon, 15 Jan 2007 10:02:09 +0100 (MET) Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1168887313 19323 80.91.229.12 (15 Jan 2007 18:55:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Jan 2007 18:55:13 +0000 (UTC) Cc: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 15 19:55:11 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 1H6Vet-0004n0-CA for ged-emacs-devel@m.gmane.org; Mon, 15 Jan 2007 18:30:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H6Njo-0004r7-V0 for ged-emacs-devel@m.gmane.org; Mon, 15 Jan 2007 04:02:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H6NjU-0004pW-8g for emacs-devel@gnu.org; Mon, 15 Jan 2007 04:02:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H6NjS-0004og-5q for emacs-devel@gnu.org; Mon, 15 Jan 2007 04:02:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H6NjS-0004ob-02 for emacs-devel@gnu.org; Mon, 15 Jan 2007 04:02:22 -0500 Original-Received: from [141.108.26.25] (helo=postino2.roma1.infn.it) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1H6NjP-00057B-PY; Mon, 15 Jan 2007 04:02:20 -0500 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 l0F92DbA029140; Mon, 15 Jan 2007 10:02:13 +0100 Original-Received: from localhost (graziosi@localhost) by ax0rm1.roma1.infn.it (8.9.3/8.9.3) with ESMTP id KAA22096; Mon, 15 Jan 2007 10:02:09 +0100 (MET) Original-To: emacs-devel@gnu.org In-Reply-To: X-PMX-Version: 4.7.1.128075, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2007.1.15.1932 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-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:65217 Archived-At: I want to flag that the build of Emacs fails (toward the end, I think) as follow: --------------------------------------------------------------- make[3]: Entering directory `/tmp/emacs/.build/leim' mkdir quail touch stamp-subdir EMACSLOADPATH=/tmp/emacs/leim/../lisp LC_ALL=C ../src/emacs -batch --no-init-file --no-site-file --multibyte -l /tmp/emacs/leim/../lisp/international/titdic-cnv \ -f batch-titdic-convert -dir quail /tmp/emacs/leim/CXTERM-DIC; \ echo "changed" > changed.tit Fatal error (6)/bin/sh: line 2: 1648 Aborted (core dumped) EMACSLOADPATH=/tmp/emacs/leim/../lisp LC_ALL=C ../src/emacs -batch --no-init-file --no-site-file --multibyte -l /tmp/emacs/leim/../lisp/international/titdic-cnv -f batch-titdic-convert -dir quail /tmp/emacs/leim/CXTERM-DIC EMACSLOADPATH=/tmp/emacs/leim/../lisp LC_ALL=C ../src/emacs -batch --no-init-file --no-site-file --multibyte -f batch-byte-compile quail/CCDOSPY.el >>Error occurred processing quail/CCDOSPY.el: File error (("Opening input file" "no such file or directory" "/tmp/emacs/.build/leim/quail/CCDOSPY.el")) make[3]: *** [quail/CCDOSPY.elc] Error 1 make[3]: Leaving directory `/tmp/emacs/.build/leim' make[2]: *** [leim] Error 2 make[2]: Leaving directory `/tmp/emacs/.build' make[1]: *** [bootstrap-build] Error 2 make[1]: Leaving directory `/tmp/emacs/.build' make: *** [bootstrap] Error 2 --------------------------------------------------------------- I did the last useful build with CVS-20070106 (cvs... -D 20070106...). I have observed that deleting LC_ALL=C from leim/Makefile.in allows for the build to be completed but the resulting Emacs does not work. Also, increasing the nested level of building directory (/home/Angelo/Downloads/cygwin_varie/emacs-cvs/Build/emacs/.build instead of /tmp/emacs/.build) allows for the build to be stopped near the end, i.e. it fail later. In recent src/ChangeLog there is written: ------------------------------------------ 2007-01-13 Eli Zaretskii * process.c (Fdelete_process, Fprocess_id, sigchld_handler): Copy PID into EMACS_INT to avoid GCC warnings. ------------------------------------------ To build I use GCC 4.0.3 (on Cygwin, as you remember, 3.4.4 gives an Emacs that segment faults) and there is, in any case, the warning: ------------------------------------------- /tmp/emacs/src/process.c: In function 'status_message': /tmp/emacs/src/process.c:491: warning: assignment discards qualifiers from pointer target type ------------------------------------------- in building 'temacs.exe' (after 'configure' and toward the end). Cheers, Angelo.