From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: "make autoloads" fails Date: Sun, 30 Jun 2013 05:03:48 +0200 Message-ID: References: <83vc4wda2i.fsf@gnu.org> <51CF83C0.2010109@cs.ucla.edu> <83r4fkco7x.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1372561478 17414 80.91.229.3 (30 Jun 2013 03:04:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Jun 2013 03:04:38 +0000 (UTC) Cc: handa@gnu.org, Paul Eggert , Emacs developers To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 30 05:04:39 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ut7wM-0004Xc-Ck for ged-emacs-devel@m.gmane.org; Sun, 30 Jun 2013 05:04:38 +0200 Original-Received: from localhost ([::1]:44079 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ut7wL-000175-Uw for ged-emacs-devel@m.gmane.org; Sat, 29 Jun 2013 23:04:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ut7wH-00016n-H1 for emacs-devel@gnu.org; Sat, 29 Jun 2013 23:04:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ut7wG-0000Dz-Ih for emacs-devel@gnu.org; Sat, 29 Jun 2013 23:04:33 -0400 Original-Received: from mail-wg0-x233.google.com ([2a00:1450:400c:c00::233]:43878) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ut7wD-0000DK-Lj; Sat, 29 Jun 2013 23:04:29 -0400 Original-Received: by mail-wg0-f51.google.com with SMTP id e11so2814384wgh.30 for ; Sat, 29 Jun 2013 20:04:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=L2PWQwWd9t5LqCC6rhf3cea3gKWncEwQc+++0rCsfi8=; b=OUBO6rxPgSDSC0lsV3eVcp0ttlQtDcahh6JgojRcYGIez2dbRlGgwdBURg3ejUwW5G JDmUM6lc3Yqmkkl0defLE4p7fQGbdi5qn7PYi4w1eoCCjASGUkfvsl7Dk+pXwmmnAhzb +D86yg9cja/GjGDqc8vzz4FzSSJ+QSSVJCd/wjxnFw1XxxdCHAJcJ6iasKZq4P2QDLMr vaguP8PnTakxu6k8+/qj1d0kf8dwDezqxgg4smbbxsobtkmpmcCSfjcMSGU+vBsa8wkn wzplwKRd4dq8Tld8Rqf0lsUOHJZpuMD2kyaJaHUws/kxtTksO0FUk/6OA3loFxWI/feD OtcQ== X-Received: by 10.194.63.229 with SMTP id j5mr16078190wjs.79.1372561468813; Sat, 29 Jun 2013 20:04:28 -0700 (PDT) Original-Received: by 10.14.142.4 with HTTP; Sat, 29 Jun 2013 20:03:48 -0700 (PDT) In-Reply-To: <83r4fkco7x.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::233 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:161323 Archived-At: On Sun, Jun 30, 2013 at 4:43 AM, Eli Zaretskii wrote: > Including if you delete, say, cl-loaddefs.el? Yes. Juanma@ODIEONE /c/Devel/emacs/repo/trunk/lisp $ rm emacs-lisp/cl-loaddefs* Juanma@ODIEONE /c/Devel/emacs/repo/trunk/lisp $ ls -l emacs-lisp/cl-load* ls: emacs-lisp/cl-load*: No such file or directory Juanma@ODIEONE /c/Devel/emacs/repo/trunk/lisp $ touch emacs-lisp/cl-macs.el Juanma@ODIEONE /c/Devel/emacs/repo/trunk/lisp $ make autoloads cd /c/Devel/emacs/repo/trunk/lisp && chmod +w ps-print.el emulation/tpu-edt.el mail/rmail.el dired.el ibuffer.el htmlfontify.el emacs-lisp/eieio.el cd /c/Devel/emacs/repo/trunk/lisp; subdirs=`find . -type d -print`; for file in $subdirs; do case $file in */.* | */.*/* | */=* | */obsolete | */term ) ;; *) wins="$wins $file" ;; esac; done; \ echo Directories: $wins; \ EMACSLOADPATH=/c/Devel/emacs/repo/trunk/lisp LC_ALL=C /c/Devel/emacs/repo/trunk/src/emacs -batch --no-site-file --no-site-lisp -l autoload \ --eval '(setq autoload-builtin-package-versions t)' \ --eval '(setq generated-autoload-file (unmsys--file-name "/c/Devel/emacs/repo/trunk/lisp/loaddefs.el"))' \ -f batch-update-autoloads $wins Directories: . ./calc ./calendar ./cedet ./cedet/ede ./cedet/semantic ./cedet/semantic/analyze ./cedet/semantic/bovine ./cedet/semantic/decorate ./cedet/semantic/symref ./cedet/semantic/wisent ./cedet/srecode ./emacs-lisp ./emulation ./erc ./eshell ./gnus ./international ./language ./mail ./mh-e ./net ./nxml ./org ./play ./progmodes ./textmodes ./url ./vc Making generated-autoload-file local to *autoload-file* while let-bound! Generating autoloads for emacs-lisp/cl-macs.el... Wrote c:/Devel/emacs/repo/trunk/lisp/emacs-lisp/cl-loaddefs.el Generating autoloads for emacs-lisp/cl-macs.el...done Saving file c:/Devel/emacs/repo/trunk/lisp/loaddefs.el... Wrote c:/Devel/emacs/repo/trunk/lisp/loaddefs.el Saving file c:/Devel/emacs/repo/trunk/lisp/emacs-lisp/cl-loaddefs.el... Wrote c:/Devel/emacs/repo/trunk/lisp/emacs-lisp/cl-loaddefs.el Juanma@ODIEONE /c/Devel/emacs/repo/trunk/lisp $