Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Mar 2000 09:55:18 -0800 (PST)
From:      <bangel@elite.net>
To:        Todd Mortensen <todd.mortensen@visitalk.com>
Cc:        "'freebsd-questions@FreeBSD.ORG'" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: doing make world from 3.4-STABLE to 4.0-RELEASE
Message-ID:  <Pine.BSF.4.21.0003220952220.872-100000@blak.angel.org>
In-Reply-To: <F111B0CE3EB8D211A4C50008C7333DAE0C7900@mail.visitalk.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0003220952220.872-100000>