all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [CVS Emacs] I can't make install
@ 2003-08-18 11:38 Wang Chunyu
  2003-08-18 12:34 ` Kai Großjohann
  2003-08-18 17:26 ` Kevin Rodgers
  0 siblings, 2 replies; 4+ messages in thread
From: Wang Chunyu @ 2003-08-18 11:38 UTC (permalink / raw)


`make install' fails, then I do
make distclean; ./configure ; make bootstrap ; make install 
it fails again. :(

How to solve it?
Thanks!

Error message:
--8<---------------cut here---------------start------------->8---
......
(cd man; make  info)
make[1]: Entering directory `/home/spr/work/emacs/man'
cd /home/spr/work/emacs/man; makeinfo emacs.texi
./glossary.texi:647: Cross reference to nonexistent node `Keyboard Macros' (perhaps incorrect sectioning?).
./custom.texi:24: Cross reference to nonexistent node `Keyboard Macros' (perhaps incorrect sectioning?).
./regs.texi:176: Cross reference to nonexistent node `Keyboard Macros' (perhaps incorrect sectioning?).
./screen.texi:248: Cross reference to nonexistent node `Keyboard Macros' (perhaps incorrect sectioning?).
./emacs.texi:756: Menu reference to nonexistent node `Keyboard Macro Step-Edit' (perhaps incorrect sectioning?).
./emacs.texi:755: Menu reference to nonexistent node `Edit Keyboard Macro' (perhaps incorrect sectioning?).
./emacs.texi:754: Menu reference to nonexistent node `Save Keyboard Macro' (perhaps incorrect sectioning?).
./emacs.texi:753: Menu reference to nonexistent node `Keyboard Macro Query' (perhaps incorrect sectioning?).
./emacs.texi:752: Menu reference to nonexistent node `Keyboard Macro Counter' (perhaps incorrect sectioning?).
./emacs.texi:751: Menu reference to nonexistent node `Keyboard Macro Ring' (perhaps incorrect sectioning?).
./emacs.texi:750: Menu reference to nonexistent node `Basic Keyboard Macro' (perhaps incorrect sectioning?).
./emacs.texi:725: Menu reference to nonexistent node `Keyboard Macros' (perhaps incorrect sectioning?).
makeinfo: Removing output file `../info/emacs' due to errors; use --force to preserve.
make[1]: *** [../info/emacs] Error 2
make[1]: Leaving directory `/home/spr/work/emacs/man'
make: *** [info] Error 2
--8<---------------cut here---------------end--------------->8---

-- 
Harbin Institute of Technology, China.
Wang Chunyu <dddkk@sina.com>.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [CVS Emacs] I can't make install
  2003-08-18 11:38 [CVS Emacs] I can't make install Wang Chunyu
@ 2003-08-18 12:34 ` Kai Großjohann
  2003-08-19  0:08   ` Wang Chunyu
  2003-08-18 17:26 ` Kevin Rodgers
  1 sibling, 1 reply; 4+ messages in thread
From: Kai Großjohann @ 2003-08-18 12:34 UTC (permalink / raw)


Wang Chunyu <dddkk@sina.com> writes:

> Error message:
> --8<---------------cut here---------------start------------->8---
> ......
> (cd man; make  info)
> make[1]: Entering directory `/home/spr/work/emacs/man'
> cd /home/spr/work/emacs/man; makeinfo emacs.texi
> ./glossary.texi:647: Cross reference to nonexistent node `Keyboard Macros' (perhaps incorrect sectioning?).
> ./custom.texi:24: Cross reference to nonexistent node `Keyboard Macros' (perhaps incorrect sectioning?).
> ./regs.texi:176: Cross reference to nonexistent node `Keyboard Macros' (perhaps incorrect sectioning?).
> ./screen.texi:248: Cross reference to nonexistent node `Keyboard Macros' (perhaps incorrect sectioning?).
> ./emacs.texi:756: Menu reference to nonexistent node `Keyboard Macro Step-Edit' (perhaps incorrect sectioning?).
> ./emacs.texi:755: Menu reference to nonexistent node `Edit Keyboard Macro' (perhaps incorrect sectioning?).
> ./emacs.texi:754: Menu reference to nonexistent node `Save Keyboard Macro' (perhaps incorrect sectioning?).
> ./emacs.texi:753: Menu reference to nonexistent node `Keyboard Macro Query' (perhaps incorrect sectioning?).
> ./emacs.texi:752: Menu reference to nonexistent node `Keyboard Macro Counter' (perhaps incorrect sectioning?).
> ./emacs.texi:751: Menu reference to nonexistent node `Keyboard Macro Ring' (perhaps incorrect sectioning?).
> ./emacs.texi:750: Menu reference to nonexistent node `Basic Keyboard Macro' (perhaps incorrect sectioning?).
> ./emacs.texi:725: Menu reference to nonexistent node `Keyboard Macros' (perhaps incorrect sectioning?).
> makeinfo: Removing output file `../info/emacs' due to errors; use --force to preserve.
> make[1]: *** [../info/emacs] Error 2
> make[1]: Leaving directory `/home/spr/work/emacs/man'
> make: *** [info] Error 2
> --8<---------------cut here---------------end--------------->8---

Ah, this looks like a temporary goof-up.  Wait until it is fixed in
CVS, then "cvs update -dP", then try bootstrapping again.

Such is life on the bleeding edge: sometimes you cut yourself :-)
-- 
Two cafe au lait please, but without milk.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [CVS Emacs] I can't make install
  2003-08-18 11:38 [CVS Emacs] I can't make install Wang Chunyu
  2003-08-18 12:34 ` Kai Großjohann
@ 2003-08-18 17:26 ` Kevin Rodgers
  1 sibling, 0 replies; 4+ messages in thread
From: Kevin Rodgers @ 2003-08-18 17:26 UTC (permalink / raw)


Wang Chunyu wrote:

> `make install' fails, then I do
> make distclean; ./configure ; make bootstrap ; make install 
> it fails again. :(
> 
> How to solve it?

Report it to the proper place (not gnu.emacs.help), via M-x report-emacs-bug.

-- 
Kevin Rodgers

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [CVS Emacs] I can't make install
  2003-08-18 12:34 ` Kai Großjohann
@ 2003-08-19  0:08   ` Wang Chunyu
  0 siblings, 0 replies; 4+ messages in thread
From: Wang Chunyu @ 2003-08-19  0:08 UTC (permalink / raw)


>>>>> "Kai" == Kai Großjohann <kai.grossjohann@gmx.net> writes:

    Kai> Ah, this looks like a temporary goof-up.  Wait until it is fixed in
    Kai> CVS, then "cvs update -dP", then try bootstrapping again.

    Kai> Such is life on the bleeding edge: sometimes you cut yourself :-)

    I see. Thank you.

-- 
Harbin Institute of Technology, China.
Wang Chunyu <dddkk@sina.com>.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-08-19  0:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-18 11:38 [CVS Emacs] I can't make install Wang Chunyu
2003-08-18 12:34 ` Kai Großjohann
2003-08-19  0:08   ` Wang Chunyu
2003-08-18 17:26 ` Kevin Rodgers

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.