| Summary: | make buildworld works, installworld bombs | ||
|---|---|---|---|
| Product: | Base System | Reporter: | messmer <messmer> |
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
Thus spake messmer@endpage.com (messmer@endpage.com): > install-info: unrecognized option `--defsection=Programming & development tools.'^M > Try `install-info --help' for a complete list of options.^M Please read /usr/src/UPDATING at the very end of the file - there are upgrading instructions. PR can be closed. Alex State Changed From-To: open->closed Submitter is advised to read /usr/src/UPDATING. |
I cvsupped sources using stable supfile, buildworld worked out, installworld bombed with the following errors: install -c -o root -g wheel -m 444 crt1.o /usr/lib/crt1.o^M install -c -o root -g wheel -m 444 crtbegin.o /usr/lib/crtbegin.o^M install -c -o root -g wheel -m 444 crtend.o /usr/lib/crtend.o^M install -c -o root -g wheel -m 444 crti.o /usr/lib/crti.o^M install -c -o root -g wheel -m 444 crtn.o /usr/lib/crtn.o^M install -c -o root -g wheel -m 444 gcrt1.o /usr/lib/gcrt1.o^M install -c -o root -g wheel -m 444 crtbegin.So /usr/lib/crtbeginS.o^M install -c -o root -g wheel -m 444 crtend.So /usr/lib/crtendS.o^M ===> lib/libcom_err^M 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^M 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^M install -c -o root -g wheel -m 444 libcom_err.a /usr/lib^M install -c -s -o root -g wheel -m 444 libcom_err.so.2 /usr/lib^M ln -sf libcom_err.so.2 /usr/lib/libcom_err.so^M install -c -o root -g wheel -m 444 com_err.3.gz /usr/share/man/man3^M ===> lib/libcom_err/doc^M 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^M install-info: unrecognized option `--defsection=Programming & development tools.'^M Try `install-info --help' for a complete list of options.^M *** Error code 1^M ^M Stop.^M *** Error code 1^M ^M Stop.^M *** Error code 1^M ^M Stop.^M *** Error code 1^M ^M Stop.^M *** Error code 1^M ^M Stop.^M *** Error code 1^M ^M Stop.^M *** Error code 1^M ^M Stop.^M lucky:/usr/src# exit^M Script done on Sat Mar 18 22:40:10 2000 How-To-Repeat: er. I did repeat it 2x.