Bug 19736

Summary: make world fails in /lib/libcom_err/doc
Product: Base System Reporter: bonga <bonga>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description bonga 2000-07-06 14:30:02 UTC
===> lib/libcom_err/doc
install-info --quiet  --defsection="Programming & development tools."  --defent\
ry="* 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 (continuing)
`install' not remade because of errors.

Fix: 

fix options to install-info
How-To-Repeat: make buildworld ; make installworld ;
Comment 1 Sheldon Hearn 2000-07-06 15:15:42 UTC
On Thu, 06 Jul 2000 06:24:27 MST, bonga@aitchisonians.org wrote:

> install-info --quiet  --defsection="Programming & development tools."  --defe
nt\
> ry="* libcom_err: (com_err).        A Common Error Description Library for UN
IX\
> ."  com_err.info /usr/share/info/dir
> install-info: unrecognized option `--defsection=Programming & development too
ls\
> .'
>         Try `install-info --help' for a complete list of options.
> *** Error code 1 (continuing)
> `install' not remade because of errors.

You don't by any chance, have an empty /usr/share/info/dir?

Ciao,
Sheldon.
Comment 2 bill fumerola freebsd_committer freebsd_triage 2000-07-06 20:54:12 UTC
State Changed
From-To: open->closed

Please read /usr/src/UPDATING. This sounds like you're 
trying to build non-3.x sources on a 3.x machine.