From owner-freebsd-questions Wed Mar 22 8:48:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.visitalk.com (mail.visitalk.com [206.165.202.246]) by hub.freebsd.org (Postfix) with ESMTP id 1969F37B9F8 for ; Wed, 22 Mar 2000 08:48:43 -0800 (PST) (envelope-from todd.mortensen@visitalk.com) Received: by mail.visitalk.com with Internet Mail Service (5.5.2448.0) id ; Wed, 22 Mar 2000 09:48:36 -0700 Message-ID: From: Todd Mortensen To: "'freebsd-questions@FreeBSD.ORG'" Subject: doing make world from 3.4-STABLE to 4.0-RELEASE Date: Wed, 22 Mar 2000 09:48:35 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="windows-1252" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to update all my 3.4-STABLE machines to 4.0-RELEASE. I have done a make update in /usr/src to update all my source. My machines keep stoping at the same spot though. ===> lib/libcom_err cd /usr/src/lib/libcom_err && install -C -o root -g wheel -m 444 /usr/src/lib/l ibcom_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/l ibcom_err/../../contrib/com_err/com_right.h /usr/include install -c -o root -g wheel -m 444 libcom_err.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 I am running a pretty standard setup on all the boxes with this problem. All I could find on the mailing list was info about recomenting the #NOPROFILE= true in make.conf. But this still did not help. What am I missing here ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message