On Tue, Feb 29, 2000 at 14:29:32 -0600, [EMAIL PROTECTED] wrote:
> I had the *exact* same error a minute ago.. upgrading from 3.2-RELEASE, I tried
>upgrading my texinfo from 3.12 to 4.0 but that didn't do anything.
>
> :On Tue, Feb 29, 2000 at 03:25:38PM -0500, Aaron Hughes wrote:
> >
> > I cvsup upgraded my /src dir to 'release=cvs tag=.' which I believe to be
> > 4.0-CURRENT.
> >
> > I successfully completed a 'make -j10 buildworld', however, when I ran
> > make -j10 installworld' I received the following error:
> >
> > [snip]
> >
> > ===> 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
> > 1 error
> > *** Error code 2
> > 1 error
> > *** Error code 2
> > 1 error
> > *** Error code 2
> > 1 error
> > *** Error code 2
> > 1 error
> > *** Error code 2
> > 1 error
> > *** Error code 2
> >
You both need to read src/UPDATING (down near the bottom), which tells
you to first do:
make -DNOINFO installworld
and then:
make installworld
I've upgraded 3 machines from -stable to -current in the past few days
using that procedure, and it worked fine.
Ken
--
Kenneth Merry
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message