On Sun, Feb 06, 2000 at 12:03:04PM +0100, Alexander Langer wrote:
> Thus spake Josef Karthauser ([EMAIL PROTECTED]):
>
> > Not much luck today. Now I've got:
> > install-info --quiet --defsection="Programming & development tools."
>--defentry="* libcom_err: (com_err). A Common Error Description Library for
>UNIX." com_err.info /usr/share/info/dir
> > install-info: unrecognized option `--defsection=Programming & development tools.'
>
> I thought we already had this.
> install install-info from /usr/src/gnu/usr.bin/texinfo/install-info
> first.
> (make clean all install)
>
This will work.
> Or do the make -k installworld thing first.
>
This also will work.
> Or add install-info to bootstrap-tools (or whatever), as Bill F.
> suggested.
>
install-info is already in bootstrap-tools (src/gnu/usr.bin/texinfo),
but this will not work, since bootstrap-tools do not work at installworld
stage, they are only used for buildworld.
Another trick is to `make -DNOINFO installworld' first, then
`make installworld' again. If we would have install-tools in Makefile.inc1,
we would fix this as well.
--
Ruslan Ermilov Sysadmin and DBA of the
[EMAIL PROTECTED] United Commercial Bank,
[EMAIL PROTECTED] FreeBSD committer,
+380.652.247.647 Simferopol, Ukraine
http://www.FreeBSD.org The Power To Serve
http://www.oracle.com Enabling The Information Age
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message