| Summary: | make world fails in /lib/libcom_err/doc | ||
|---|---|---|---|
| Product: | Base System | Reporter: | bonga <bonga> |
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
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. 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. |
===> 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 ;