From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Karol Szkudlarek Newsgroups: gmane.emacs.devel Subject: Re: compiling cvs emacs Date: Mon, 03 Jan 2005 22:34:22 +0100 Organization: Mikronika Poznan Message-ID: <41D9BA5E.6070300@mikronika.com.pl> References: <41D9380C.6080705@mikronika.com.pl> <200501031814.j03IEEt11322@raven.dms.auburn.edu> <003a01c4f1c2$67c3ef60$0200a8c0@sedrcw11488> <200501031842.j03IgOE11400@raven.dms.auburn.edu> Reply-To: karol@mikronika.com.pl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1104788202 23240 80.91.229.6 (3 Jan 2005 21:36:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Jan 2005 21:36:42 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 03 22:36:32 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ClZsO-0001Zx-00 for ; Mon, 03 Jan 2005 22:36:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cla3Y-0002rK-AH for ged-emacs-devel@m.gmane.org; Mon, 03 Jan 2005 16:48:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Cla36-0002cE-AL for emacs-devel@gnu.org; Mon, 03 Jan 2005 16:47:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Cla34-0002bS-MD for emacs-devel@gnu.org; Mon, 03 Jan 2005 16:47:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cla34-0002b3-Kg for emacs-devel@gnu.org; Mon, 03 Jan 2005 16:47:34 -0500 Original-Received: from [213.17.224.83] (helo=ro.mikronika.com.pl) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1ClZqo-0003ds-N9 for emacs-devel@gnu.org; Mon, 03 Jan 2005 16:34:55 -0500 Original-Received: from [10.0.0.2] ([83.238.50.1]) (authenticated bits=0) by ro.mikronika.com.pl (8.12.9/8.12.9/Debian-1) with ESMTP id j03LYfk3001636; Mon, 3 Jan 2005 22:34:43 +0100 User-Agent: Mozilla Thunderbird 0.9 (X11/20041124) X-Accept-Language: en-us, en Original-To: Luc Teirlinck In-Reply-To: <200501031842.j03IgOE11400@raven.dms.auburn.edu> X-MIME-Autoconverted: from 8bit to quoted-printable by ro.mikronika.com.pl id j03LYfk3001636 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: main.gmane.org gmane.emacs.devel:31768 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31768 Luc Teirlinck wrote: > Lennart Borgman wrote: >=20 > > what the problem is then. I guess that bootstrapping updates > > loaddefs.el automatically or not? At least that would appear from= the > > messages that flash by. >=20 > I never got time to learn this, but was there not some problems with= the > error messages just "flashing by"? And maybe it was those expression= s in > Makefile that updates loaddefs.el that was a problem on windows? (Wh= at OS > was the OP using?) >=20 > I am not an expert on the Make files. It might be that without some pr= ior > form of `*clean' (I use make maintainer-clean) loaddefs actually does > not get updated. >=20 > What is definitely true is that the OP's loaddefs.el is out of date. >=20 > `coding-system-equal' no longer gets autoloaded. The autoload cookie > got (deliberately or accidentally) removed when `coding-system-equal' > got moved from mule-util to mule on October 12, 2004. >=20 > Sincerely, >=20 > Luc. >=20 >=20 > _______________________________________________ > Emacs-devel mailing list > Emacs-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-devel Hi! Of course I read INSTALL.CVS. :-) I tried both: 1) $ make bootrstrap 2) $ cd lisp $ make autoloads EMACS=3D../src/emacs and nothing helps. Besides I would like to say what I observed (maybe it helps): *) if I have LC_ALL=3Dpl_PL then I got the following error (after calling 2): wd=3D/home/karol/var/cvs/emacs/lisp; subdirs=3D`(cd $wd; find . -type d=20 -print)`; for file in $subdirs; do case $file in */Old | */RCS | */CVS |=20 */CVS/* | */.* | */.*/* | */=3D* ) ;; *) wins=3D"$wins $wd/$file" ;; esac= ;=20 done; \ echo Directories: $wins; \ ../src/emacs -batch --no-site-file --multibyte -l autoload --eval '(setq=20 generated-autoload-file "/home/karol/var/cvs/emacs/lisp/loaddefs.el")'=20 -f batch-update-autoloads $wins Directories: /home/karol/var/cvs/emacs/lisp/.=20 /home/karol/var/cvs/emacs/lisp/./net=20 /home/karol/var/cvs/emacs/lisp/./url=20 /home/karol/var/cvs/emacs/lisp/./calc=20 /home/karol/var/cvs/emacs/lisp/./gnus=20 /home/karol/var/cvs/emacs/lisp/./mail=20 /home/karol/var/cvs/emacs/lisp/./mh-e=20 /home/karol/var/cvs/emacs/lisp/./play=20 /home/karol/var/cvs/emacs/lisp/./term=20 /home/karol/var/cvs/emacs/lisp/./emulation=20 /home/karol/var/cvs/emacs/lisp/./international=20 /home/karol/var/cvs/emacs/lisp/./calendar=20 /home/karol/var/cvs/emacs/lisp/./eshell=20 /home/karol/var/cvs/emacs/lisp/./toolbar=20 /home/karol/var/cvs/emacs/lisp/./emacs-lisp=20 /home/karol/var/cvs/emacs/lisp/./textmodes=20 /home/karol/var/cvs/emacs/lisp/./progmodes=20 /home/karol/var/cvs/emacs/lisp/./language=20 /home/karol/var/cvs/emacs/lisp/./obsolete Symbol's function definition is void: called-interactively-p make: *** [autoloads] B=B3=B1d 255 *) if I changed LC_ALL to: LC_ALL=3DC I got: Generating autoloads for textmodes/org.el...done Saving file /home/karol/var/cvs/emacs/lisp/loaddefs.el... Autoloading failed to define function coding-system-equal make: *** [autoloads] Error 255 As I say in my first e-mail my OS is: Linux karol 2.6.5-7.108-default x86_64 GNU/Linux Greets, Karol