On Sun, Feb 06, 2000 at 12:01:01AM +0000, Josef Karthauser wrote:
> Not much luck today.  Now I've got:
> 
> ===> lib/libcom_err
> cd /usr/src/lib/libcom_err &&  install -C -o root -g wheel -m 444  
>/usr/src/lib/libcom_err/../../contrib/com_err/com_err.h /usr/include
> cd /usr/src/lib/libcom_err &&  install -C -o root -g wheel -m 444  
>/usr/src/lib/libcom_err/../../contrib/com_err/com_right.h /usr/include
> install -c -o root -g wheel -m 444   libcom_err.a /usr/lib
> install -c -o root -g wheel -m 444   libcom_err_p.a /usr/lib
> install -c -s -o root -g wheel -m 444     libcom_err.so.2 /usr/lib
> ln -sf libcom_err.so.2 /usr/lib/libcom_err.so
> install -c -o root -g wheel -m 444 com_err.3.gz  /usr/share/man/man3
> ===> lib/libcom_err/doc
> 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.'
>         Try `install-info --help' for a complete list of options.
> *** Error code 1
> 
> Stop.
> *** Error code 1
> 
> Stop.
> *** Error code 1
> 
> Stop.
> *** Error code 1
> 
> 
> *Sigh*
> 
Bootstrapping problem from 3.x.  To work around this:

        make -DNOINFO installworld (from 3.x)
        reboot (with 4.0-current)
        make installworld (again)

This is the *main* reason why I'm pressing for install-tools to be
in Makefile.inc1.  Of course, I could MFC the latest texinfo into
-stable, but this will not help to upgrade to -current from, say,
3.3-release.

-- 
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

Reply via email to