* public arch archive of emacs available
@ 2003-09-01 16:42 Miles Bader
2003-09-02 15:18 ` Robert Anderson
0 siblings, 1 reply; 6+ messages in thread
From: Miles Bader @ 2003-09-01 16:42 UTC (permalink / raw)
Cc: gnu-arch-users
I've set up a mirror of my arch archive for emacs, which is anonymously
accessible via http:
Archive: miles@gnu.org--gnu-2003
Location: http://arch.linuxguru.net/~miles/miles@gnu.org--gnu-2003
The main branch/version is:
emacs--cvs-trunk--0 -- Tracks the official emacs CVS HEAD
(updated manually, usually once a day)
And there also some of my various hacks:
emacs--tiling--0 -- Emacs with background images
(eye candy)
emacs--lexbind--0 -- Emacs with lexically bound lisp
(brain candy)
emacs--miles--0 -- Random stuff, prob. not interesting
to most people!
If you're interested in using arch to work on emacs, please try my
archive and let me know if there are any problems.
Thanks,
-Miles
--
We are all lying in the gutter, but some of us are looking at the stars.
-Oscar Wilde
_______________________________________________
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/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: public arch archive of emacs available
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
0 siblings, 1 reply; 6+ messages in thread
From: Robert Anderson @ 2003-09-02 15:18 UTC (permalink / raw)
Cc: Arch-Users, emacs
On Mon, 2003-09-01 at 09:42, Miles Bader wrote:
> I've set up a mirror of my arch archive for emacs, which is anonymously
> accessible via http:
>
> Archive: miles@gnu.org--gnu-2003
>
> Location: http://arch.linuxguru.net/~miles/miles@gnu.org--gnu-2003
Initial configure:
config.status: creating lispref/Makefile
config.status: creating lispintro/Makefile
config.status: creating leim/Makefile
config.status: creating src/config.h
config.status: executing default commands
creating src/epaths.h
creating lib-src/Makefile
junk.c:343:3: invalid preprocessing directive #arch
creating src/Makefile
junk.c:1252:3: invalid preprocessing directive #arch
creating src/.gdbinit
I'm running for the airport in a few minutes or I would take a look at
fixing this, as I think it's very cool that emacs is now available
through arch. Thanks for taking on the sync work.
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/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: public arch archive of emacs available
2003-09-02 15:18 ` Robert Anderson
@ 2003-09-02 19:34 ` Miles Bader
2003-09-03 15:57 ` Robert Anderson
0 siblings, 1 reply; 6+ messages in thread
From: Miles Bader @ 2003-09-02 19:34 UTC (permalink / raw)
Cc: Arch-Users, emacs
On Tue, Sep 02, 2003 at 08:18:48AM -0700, Robert Anderson wrote:
> junk.c:343:3: invalid preprocessing directive #arch
> creating src/Makefile
> junk.c:1252:3: invalid preprocessing directive #arch
> creating src/.gdbinit
This should be fixed now...
-Miles
--
The secret to creativity is knowing how to hide your sources.
--Albert Einstein
_______________________________________________
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/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: public arch archive of emacs available
2003-09-02 19:34 ` Miles Bader
@ 2003-09-03 15:57 ` Robert Anderson
2003-09-03 16:01 ` Miles Bader
0 siblings, 1 reply; 6+ messages in thread
From: Robert Anderson @ 2003-09-03 15:57 UTC (permalink / raw)
Cc: Arch-Users, emacs
On Tue, 2003-09-02 at 12:34, Miles Bader wrote:
> On Tue, Sep 02, 2003 at 08:18:48AM -0700, Robert Anderson wrote:
> > junk.c:343:3: invalid preprocessing directive #arch
> > creating src/Makefile
> > junk.c:1252:3: invalid preprocessing directive #arch
> > creating src/.gdbinit
>
> This should be fixed now...
>
> -Miles
> --
> The secret to creativity is knowing how to hide your sources.
> --Albert Einstein
$ make bootstrap
...
cd /home/rwa/oss/emacs--cvs-trunk/man; makeinfo emacs.texi
../info/emacs: No such file or directory
make[1]: *** [../info/emacs] Error 2
make[1]: Leaving directory `/home/rwa/oss/emacs--cvs-trunk/+build/man'
make: *** [info] Error 2
Looks like you haven't added the info directory to the arch tree?
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/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: public arch archive of emacs available
2003-09-03 15:57 ` Robert Anderson
@ 2003-09-03 16:01 ` Miles Bader
2003-09-03 16:44 ` Robert Anderson
0 siblings, 1 reply; 6+ messages in thread
From: Miles Bader @ 2003-09-03 16:01 UTC (permalink / raw)
Cc: Arch-Users, emacs
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.
-Miles
--
In New York, most people don't have cars, so if you want to kill a person, you
have to take the subway to their house. And sometimes on the way, the train
is delayed and you get impatient, so you have to kill someone on the subway.
[George Carlin]
_______________________________________________
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/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: public arch archive of emacs available
2003-09-03 16:01 ` Miles Bader
@ 2003-09-03 16:44 ` Robert Anderson
0 siblings, 0 replies; 6+ messages in thread
From: Robert Anderson @ 2003-09-03 16:44 UTC (permalink / raw)
Cc: Arch-Users, emacs
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/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-09-03 16:44 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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.