Date: Sat, 16 Jul 2005 14:25:39 -0700 From: Kent Stewart <kstewart@owt.com> To: freebsd-questions@freebsd.org Cc: Brian John <brianjohn@fusemail.com>, Igor Robul <igorr@speechpro.com> Subject: Re: Cannot use cvsup Message-ID: <200507161425.39855.kstewart@owt.com> In-Reply-To: <42D95A69.4010700@fusemail.com> References: <59794.71.36.156.210.1121374495.fusewebmail-19592@webmail.fusemail.com > <42D75DE2.6070204@speechpro.com> <42D95A69.4010700@fusemail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 16 July 2005 12:05 pm, Brian John wrote: > Igor Robul wrote: > > Brian John wrote: > >> Hello, > >> I can't use cvsup for some reason. I just tried upgrading from > >> 5.3 to 5.4. When I try to use cvsup, it says this: > >> su-2.05b# cvsup > >> /libexec/ld-elf.so.1: Shared object "libXaw.so.8" not found, > >> required by "cvsup" > > > > If you dont have X11 on this machine, then you need > > "cvsup-without-gui" package > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > i think what is happening is cvsup is not getting the makefiles for > some reason. if i go into all of my ports, there are no makefiles. > how could this have happened? i added these lines to ports-supfile, > is this correct? > > *default host=cvsup14.us.freebsd.org > *default base=/var/db > *default prefix=/usr > *default release=cvs > *default delete use-rel-suffix > *default tag=RELENG_5_4 > src=all For starters, it is src-all. You also have to use tag=. on doc-all. I have always found it best to separate cvsuping the docs and ports into separate shell scripts. That way you can use the sample scripts and not mess things up. Kent > ports-all tag=. > doc-all > > thanks > > /Brian > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507161425.39855.kstewart>