From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: "make autoloads" fails Date: Sun, 30 Jun 2013 10:21:09 +0200 Message-ID: <01B9B6AE-2797-45F6-964F-B0BF14C33AF2@swipnet.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1372580478 32234 80.91.229.3 (30 Jun 2013 08:21:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Jun 2013 08:21:18 +0000 (UTC) To: emacs-devel developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 30 10:21:18 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 1UtCsn-0000Ra-OP for ged-emacs-devel@m.gmane.org; Sun, 30 Jun 2013 10:21:17 +0200 Original-Received: from localhost ([::1]:59633 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtCsn-00021b-91 for ged-emacs-devel@m.gmane.org; Sun, 30 Jun 2013 04:21:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtCsi-00021P-Vt for emacs-devel@gnu.org; Sun, 30 Jun 2013 04:21:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UtCsi-0001rE-6a for emacs-devel@gnu.org; Sun, 30 Jun 2013 04:21:12 -0400 Original-Received: from mailout.melmac.se ([62.20.26.67]:64211) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtCsh-0001my-WB for emacs-devel@gnu.org; Sun, 30 Jun 2013 04:21:12 -0400 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id C0CD19930 for ; Sun, 30 Jun 2013 10:21:09 +0200 (CEST) Original-Received: (qmail 7405 invoked by uid 89); 30 Jun 2013 08:21:09 -0000 Original-Received: from h-46-59-42-57.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.57) by mail01.melmac.se with ESMTPA; 30 Jun 2013 08:21:09 -0000 Original-Received: from [172.20.199.13] (unknown [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 611021A037F for ; Sun, 30 Jun 2013 08:21:09 +0000 (UTC) X-Mailer: Apple Mail (2.1508) X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 62.20.26.67 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:161330 Archived-At: Hello. A clean checkout on OSX fails on make bootstrap: cd ../lisp; make autoloads = EMACS=3D/Users/jhd/src/emacs/obj-constr/src/bootstrap-emacs EMACSLOADPATH=3D/Users/jhd/src/emacs/constr/lisp LC_ALL=3DC = /Users/jhd/src/emacs/obj-constr/src/bootstrap-emacs -batch = --no-site-file --no-site-lisp -l autoload \ --eval "(setq generate-autoload-cookie = \";;;###cal-autoload\")" \ --eval "(setq generated-autoload-file (unmsys--file-name = \"/Users/jhd/src/emacs/constr/lisp/calendar/cal-loaddefs.el\"))" \ --eval "(setq make-backup-files nil)" \ -f batch-update-autoloads = /Users/jhd/src/emacs/constr/lisp/calendar Loading macroexp.elc... Wrong type argument: number-or-marker-p, nil make[3]: *** [/Users/jhd/src/emacs/constr/lisp/calendar/cal-loaddefs.el] = Error 255 make[2]: *** [/Users/jhd/src/emacs/constr/src/../lisp/loaddefs.el] Error = 2 make[1]: *** [src] Error 2 make: *** [bootstrap] Error 2 Is it possible that existing trees work fine, but new one fails? Jan D.