From owner-freebsd-questions Wed Mar 22 9:55:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rye.elite.net (rye.elite.net [205.199.220.6]) by hub.freebsd.org (Postfix) with ESMTP id C102E37B5C6 for ; Wed, 22 Mar 2000 09:55:18 -0800 (PST) (envelope-from bangel@elite.net) Received: from acorn (acorn.static-ip.elite.net [205.199.222.107]) by rye.elite.net (8.9.3/8.9.3) with ESMTP id JAA40463; Wed, 22 Mar 2000 09:55:17 -0800 (PST) Date: Wed, 22 Mar 2000 09:55:18 -0800 (PST) From: X-Sender: bangel@blak.angel.org To: Todd Mortensen Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: doing make world from 3.4-STABLE to 4.0-RELEASE In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I ran into this problem also. cd to /usr/share/mk edit your bsd.info.mk file. search for the part where it says --defsection and as per the install-info manpage, change it to --section you will also need to change the --defentry to --entry I'm having problems upgrading too! I know how you feel... :-) Good Luck! Keith On Wed, 22 Mar 2000, Todd Mortensen wrote: > > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message