Date: Wed, 22 Mar 2000 09:48:35 -0700 From: Todd Mortensen <todd.mortensen@visitalk.com> To: "'freebsd-questions@FreeBSD.ORG'" <freebsd-questions@FreeBSD.ORG> Subject: doing make world from 3.4-STABLE to 4.0-RELEASE Message-ID: <F111B0CE3EB8D211A4C50008C7333DAE0C7900@mail.visitalk.com>
index | next in thread | raw e-mail
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
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F111B0CE3EB8D211A4C50008C7333DAE0C7900>
