Date: Thu, 16 Mar 2000 17:27:36 -0600 From: "Jeffrey J. Mountin" <jeff-ml@mountin.net> To: Oleg Ogurok <oleg@ogurok.com>, freebsd-stable@FreeBSD.ORG Subject: Re: RELENG_4 installworld fails Message-ID: <4.3.2.20000316171651.00b60490@207.227.119.2> In-Reply-To: <Pine.BSF.4.10.10003161726100.83199-100000@ogurok.com>
next in thread | previous in thread | raw e-mail | index | archive | help
At 05:27 PM 3/16/00 -0500, Oleg Ogurok wrote: >Just cvsup'ed sources from cvsup3.freebsd.org. >Buildworld went through, here's what I am getting trying installworld: > >===> 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 Were you using a -jX setting by chance? Was this 3.x or 4.0? If install info is the only failure point and this isn't an upgrade situation, try either `rm /usr/share/info/dir' or 'make -k installworld' to overcome this. The first would sometimes work and the latter would always work and is better done with -DNOINFO. Recently added this to my make.conf. Jeff Mountin - jeff@mountin.net Systems/Network Administrator FreeBSD - the power to serve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.3.2.20000316171651.00b60490>