From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Robert Anderson Newsgroups: gmane.comp.version-control.arch.user,gmane.emacs.devel Subject: Re: public arch archive of emacs available Date: 03 Sep 2003 09:44:50 -0700 Sender: gnu-arch-users-bounces+gcvau-arch-users=m.gmane.org@gnu.org Message-ID: <1062607491.11201.24.camel@lan1> References: <87d6eklat6.fsf@tc-1-100.kawasaki.gol.ne.jp> <1062515928.1337.38.camel@lan1> <20030902193454.GA2807@fencepost> <1062604661.11201.6.camel@lan1> <20030903160129.GD19111@fencepost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1062662932 15999 80.91.224.253 (4 Sep 2003 08:08:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Sep 2003 08:08:52 +0000 (UTC) Cc: Arch-Users , emacs Original-X-From: gnu-arch-users-bounces+gcvau-arch-users=m.gmane.org@gnu.org Thu Sep 04 10:08:50 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19upAg-0007bm-00 for ; Thu, 04 Sep 2003 10:08:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19upAN-0002uG-Pr for gcvau-arch-users@m.gmane.org; Thu, 04 Sep 2003 04:08:31 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19uaie-0006vE-6t for gnu-arch-users@gnu.org; Wed, 03 Sep 2003 12:42:56 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19uai7-0006o5-4J for gnu-arch-users@gnu.org; Wed, 03 Sep 2003 12:42:24 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.22) id 19uahs-0006hF-Cm; Wed, 03 Sep 2003 12:42:08 -0400 Original-Received: from [207.115.63.101] (helo=pimout2-ext.prodigy.net) by mx20.gnu.org with esmtp (Exim 4.22) id 19uahV-0004Mi-Ff; Wed, 03 Sep 2003 12:41:45 -0400 Original-Received: from [192.168.0.2] (adsl-64-161-213-90.dsl.snfc21.pacbell.net [64.161.213.90]) by pimout2-ext.prodigy.net (8.12.9/8.12.3) with ESMTP id h83GfhJ8143490; Wed, 3 Sep 2003 12:41:44 -0400 Original-To: Miles Bader In-Reply-To: <20030903160129.GD19111@fencepost> X-Mailer: Ximian Evolution 1.0.8 (1.0.8-11) X-BeenThere: gnu-arch-users@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: a discussion list for all things arch-ish List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gnu-arch-users-bounces+gcvau-arch-users=m.gmane.org@gnu.org Xref: main.gmane.org gmane.comp.version-control.arch.user:3864 gmane.emacs.devel:16230 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16230 On Wed, 2003-09-03 at 09:01, Miles Bader wrote: > On Wed, Sep 03, 2003 at 08:57:40AM -0700, Robert Anderson wrote: > > Looks like you haven't added the info directory to the arch tree? > > Yeah, for now just do `mkdir info'. > > The reason I didn't put it in the tree is because it's in =tagging-method as > a non-source directory (since that's what it is). Really the emacs makefile > should just do the mkdir itself. Getting closer... $ make bootstrap ... Loading cus-face (source)... Loading faces (source)... Lists of integers (garbage collection statistics) are normal output while building Emacs; they do not indicate a problem. ((85454 . 20991) (5099 . 22) (539 . 74) 320398 26991 (10 . 1) (17 . 0) (6490 . 881)) Cannot open load file: loaddefs.el make[1]: *** [bootstrap-emacs] Error 255 make[1]: Leaving directory `/home/rwa/oss/emacs--cvs-trunk/+build/src' make: *** [bootstrap] Error 2 $ touch lisp/loaddefs.el seemed to do the trick. Something else for the Makefile, perhaps. If this is a generated file, why is it versioned in CVS? (perhaps it also serves as a cache?) Carrying on... $ make bootstrap ... Loading files (source)... Loading cus-face (source)... Loading faces (source)... Lists of integers (garbage collection statistics) are normal output while building Emacs; they do not indicate a problem. ((85454 . 20991) (5099 . 22) (539 . 74) 320398 26991 (10 . 1) (17 . 0) (6490 . 881)) Loading loaddefs.el (source)... ((85456 . 20989) (5099 . 22) (539 . 74) 320268 26991 (10 . 1) (17 . 0) (6491 . 880)) Loading simple (source)... Symbol's function definition is void: define-minor-mode make[1]: *** [bootstrap-emacs] Error 255 make[1]: Leaving directory `/home/rwa/oss/emacs--cvs-trunk/+build/src' make: *** [bootstrap] Error 2 That might be a genuine current sources bug, but I'm not sure. Bob _______________________________________________ Gnu-arch-users mailing list Gnu-arch-users@gnu.org http://mail.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/