From: Robert Anderson <rwa@alumni.princeton.edu>
Cc: Arch-Users <gnu-arch-users@gnu.org>, emacs <emacs-devel@gnu.org>
Subject: Re: public arch archive of emacs available
Date: 03 Sep 2003 09:44:50 -0700 [thread overview]
Message-ID: <1062607491.11201.24.camel@lan1> (raw)
In-Reply-To: <20030903160129.GD19111@fencepost>
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/
prev parent reply other threads:[~2003-09-03 16:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-01 16:42 public arch archive of emacs available Miles Bader
2003-09-02 15:18 ` Robert Anderson
2003-09-02 19:34 ` Miles Bader
2003-09-03 15:57 ` Robert Anderson
2003-09-03 16:01 ` Miles Bader
2003-09-03 16:44 ` Robert Anderson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1062607491.11201.24.camel@lan1 \
--to=rwa@alumni.princeton.edu \
--cc=emacs-devel@gnu.org \
--cc=gnu-arch-users@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.