Hi,
I'm trying to install vim, ctags and cscope on freebsd 8.4 release. I'm using pkg_add and no luck. Following is the output. Can someone help me with this?
I'm trying to install vim, ctags and cscope on freebsd 8.4 release. I'm using pkg_add and no luck. Following is the output. Can someone help me with this?
Code:
pkg_add -r -v vim-console
scheme: [ftp]
user: []
password: []
host: [ftp.freebsd.org]
port: [0]
document: [/pub/FreeBSD/ports/amd64/packages-8.4-release/Latest/vim-console.tbz]
---> ftp.freebsd.org:21
looking up ftp.freebsd.org
connecting to ftp.freebsd.org:21
<<< 220 This is ftp0.isc.freebsd.org - hosted at ISC.org
>>> USER anonymous
<<< 331 Please specify the password.
>>> PASS [email]sgoda@smsm.logs.zscaler.net[/email]
<<< 230-
<<< 230-This is ftp0.isc.FreeBSD.org, graciously hosted by
<<< 230-Internet Systems Consortium - ISC.org.
<<< 230-
<<< 230-FreeBSD files can be found in the /pub/FreeBSD directory.
<<< 230-
<<< 230 Login successful.
>>> PWD
<<< 257 "/" is the current directory
>>> CWD pub/FreeBSD/ports/amd64/packages-8.4-release/Latest
<<< 550 Failed to change directory.
>>> CWD pub
<<< 250 Directory successfully changed.
>>> CWD FreeBSD
<<< 250-ISO images of FreeBSD releases may be found in the releases/ISO-IMAGES
<<< 250-directory. For independent files and tarballs, see individual
<<< 250-releases/${machine}/${machine_arch} directories. For example,
<<< 250-releases/amd64/amd64 and releases/powerpc/powerpc64.
<<< 250 Directory successfully changed.
>>> CWD ports
<<< 250 Directory successfully changed.
>>> CWD amd64
<<< 550 Failed to change directory.
>>> QUIT
<<< 221 Goodbye.
Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.4-release/Latest/vim-console.tbz: File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.4-release/Latest/vim-console.tbz' by URL
pkg_add: 1 package addition(s) failed