Re: Desperate help upgrading from 3.2-R 3.4-S

2000-03-17 Thread Kris Kennaway

On Fri, 17 Mar 2000, Lester A. Mesa wrote:

 and while running the make buildworld is where I get the following error:
 
 === share/doc/usd/13.viref
 sed -e\ 's:\(\.so[\ \   ][\
   ]*\)\(vi.ref\)$:\1/usr/src/share/doc/usd/13.viref/../../../../contrib/nvi/
 docs/USD.doc/vi.ref/\2:' -e\ 's:\(\.so[\ \ ][\
   ]*\)\(ex.cmd.roff\)$:\1/usr/src/share/doc/usd/13.viref/../../../../contrib
 /nvi/docs/USD.doc/vi.ref/\2:' -e\ 's:\(\.so[\ \][\
   ]*\)\(ref.so\)$:\1/usr/src/share/doc/usd/13.viref/../../../../contrib/nvi/
 docs/USD.doc/vi.ref/\2:' -e\ 's:\(\.so[\ \ ][\
   ]*\)\(set.opt.roff\)$:\1/usr/src/share/doc/usd/13.viref/../../../../contri
 b/nvi/docs/USD.doc/vi.ref/\2:' -e\ 's:\(\.so[\ \   ][\
   ]*\)\(vi.cmd.roff\)$:\1/usr/src/share/doc/usd/13.viref/../../../../contrib
 /nvi/docs/USD.doc/vi.ref/\2:' -e 's:^\.so index.so$::'
 /usr/src/share/doc/usd/13.viref/../../../../contrib/nvi/docs/USD.doc/vi.ref/
 vi.ref |  groff -mtty-char -Tascii -t -s -me -o1-  /dev/null
 troff: fatal error: can't find macro file safer
 *** Error code 1
 
 Stop.
 
 ANY body knows why? or what do I have to do to make this work?

These seemed to start showing up after asmodai's recent groff changes -
several other people have had the same problem. I haven't seen any
followup commits or messages addressing the problem yet - asmodai?

Kris


In God we Trust -- all others must submit an X.509 certificate.
-- Charles Forsythe [EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: Desperate help upgrading from 3.2-R 3.4-S

2000-03-17 Thread Jim Weeks

This may be your problem.  You either need to specify all, or each one
individually.  I have had trouble using the all option

 src-all
 src-crypto
 src-eBones
 src-secure

You shouldn't need to use this in 3.x-stable

 USA_RESIDENT=   YES

It is not necessary to upgrade from 3.2 if you are just trying to install
a
package.  You can install the upgrade package, 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-3-stable/Latest/32upgrade.tgz
You should then be able to install ports.

If you still want to upgrade to 3.4 try cleaning /etc/obj and /usr/src and
use this cvsupfile

*default  host=cvsup5.FreeBSD.org
*default  base=/usr
*default  prefix=/usr
*default  release=cvs
*default  tag=RELENG_3
*default  delete use-rel-suffix

src-base
src-bin
src-contrib
src-crypto
src-etc
src-games
src-gnu
src-include
src-kerberosIV
src-lib
src-libexec
src-release
src-sbin
src-secure
src-share
src-sys
src-tools
src-usrbin
src-usrsbin
*default tag=.
ports-all
doc-all


Hope this helps,

Jim



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message