help about freebsd4.7 /usr/port

2003-09-09 Thread Your Name
Hi all

After we installed freebsd 4.7, we have problem to update the port

We want to install the cvsup to update the port but got the following 
problem

pls help


cd cvsup-without-gui/
 make install
 cvsup-snap-16.1f.tar.gz doesn't seem to exist 
in /usr/ports/distfiles/.
 Attempting to fetch from 
ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/snapshots/.
fetch: cvsup-snap-16.1f.tar.gz: Connection refused
 Attempting to fetch from 
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/development/CVSup/snapshots/.
fetch: cvsup-snap-16.1f.tar.gz: Connection refused
 Attempting to fetch from 
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/development/CVSup/snapshots/.
fetch: cvsup-snap-16.1f.tar.gz: Connection refused
 Attempting to fetch from 
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/development/CVSup/snapshots/.
fetch: cvsup-snap-16.1f.tar.gz: Connection refused
 Attempting to fetch from 
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/development/CVSup/snapshots/.
fetch: cvsup-snap-16.1f.tar.gz: Connection refused
 Attempting to fetch from 
ftp://ftp.nectec.or.th/pub/FreeBSD/development/CVSup/snapshots/.
fetch: cvsup-snap-16.1f.tar.gz: Connection refused
 Attempting to fetch from 
ftp://ftp.dti.ad.jp/pub/FreeBSD/development/CVSup/snapshots/.
fetch: cvsup-snap-16.1f.tar.gz: Connection refused
 Attempting to fetch from 
ftp://ftp.dnsbalance.ring.gr.jp/pub/FreeBSD/development/CVSup/snapshots
/.
fetch: cvsup-snap-16.1f.tar.gz: Connection refused
 Attempting to fetch from 
http://www.dnsbalance.ring.gr.jp/archives/FreeBSD/development/CVSup/sna
pshots/.
fetch: cvsup-snap-16.1f.tar.gz: Host not found
 Attempting to fetch from 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch: cvsup-snap-16.1f.tar.gz: Connection refused
 Couldn't fetch it - please try to retrieve this
 port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop in /usr/ports/net/cvsup-without-gui.


-- 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: help about freebsd4.7 /usr/port

2003-09-09 Thread Matthew Seaman
On Tue, Sep 09, 2003 at 01:51:06PM -0400, Your Name wrote:
 Hi all
 
 After we installed freebsd 4.7, we have problem to update the port
 
 We want to install the cvsup to update the port but got the following 
 problem

You've got a bit of a chicken-and-egg problem here.  Since FreeBSD-4.7
was released, various updates to cvsup have also come out, and the
version of the source code available on the servers is
cvsup-snap-16.1h.tar.gz nowadays.

Of course, the simple way to fix that problem is to update your ports
tree...

The best way to break this impasse is to install cvsup-without-gui as
a precompiled *package*.  Now, the 4.7-RELEASE packages are no longer
on the ftp sites, having been replaced by packages built for later
releases.  Unless you've got disks 3 and 4 from the 4.7-RELEASE set
which will certainly have that package on it, you're going to have to
use a package built for a more recent version of the OS.  That's not
guaranteed to work, but often does when the OS versions are fairly
close together.  The cvsup-without-gui package is actually the sort of
package that does tend to work when installed in that way.

Try this:

# pkg_add 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/Latest/cvsup-without-gui.tgz

That should let you get your ports tree updated.  Note that, just like
packages, ports aren't guarranteed to compile properly or work on
older versions of the system, although they usually do.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: help about freebsd4.7 /usr/port

2003-09-09 Thread Andrew L. Gould
On Tuesday 09 September 2003 12:51 pm, Your Name wrote:
 Hi all

 After we installed freebsd 4.7, we have problem to update the port

 We want to install the cvsup to update the port but got the following
 problem


If you installed 4.7 from a CD, look for the cvsup package on the installation 
CD.  (Mount the CD and 'cd /cdrom/packages/All'.)  Use pkg_add to install it.

Also, you might want to make sure you're connecting to the internet 
successfully.

Best of luck,

Andrew Gould
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]