From owner-freebsd-stable Thu Mar 16 15:49: 3 2000 Delivered-To: freebsd-stable@freebsd.org Received: from peak.mountin.net (peak.mountin.net [207.227.119.2]) by hub.freebsd.org (Postfix) with ESMTP id 99D3F37BD79 for ; Thu, 16 Mar 2000 15:48:57 -0800 (PST) (envelope-from jeff-ml@mountin.net) Received: (from daemon@localhost) by peak.mountin.net (8.9.1/8.9.1) id RAA17300; Thu, 16 Mar 2000 17:48:51 -0600 (CST) (envelope-from jeff-ml@mountin.net) Received: from dial-109.max1.wa.cyberlynk.net(207.227.118.109) by peak.mountin.net via smap (V1.3) id sma017297; Thu Mar 16 17:48:28 2000 Message-Id: <4.3.2.20000316171651.00b60490@207.227.119.2> X-Sender: jeff-ml@207.227.119.2 X-Mailer: QUALCOMM Windows Eudora Version 4.3 Date: Thu, 16 Mar 2000 17:27:36 -0600 To: Oleg Ogurok , freebsd-stable@FreeBSD.ORG From: "Jeffrey J. Mountin" Subject: Re: RELENG_4 installworld fails In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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