Port-i386 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Pkgsrc problems



On Thu, Oct 22, 2009 at 12:51 PM, David Johnson
<electronsciences%bellsouth.net@localhost> wrote:
> I'm attempting to use pkgsrc but am getting the following errors.  Can
> anyone enlighten me on where the failure point is on this?
>
> Thanks,
> david
>
> # pkg_add pkgtools/lintpkgsrc
> pkg_add: could not process directory
> ftp: Can't connect to `2001:4f8:3:7:230:48ff:fec6:9aaa:21': No route to host
> pkg_add: prompt failed - wrong dir?
> pkg_add: ftp_start() failed
> ftp: Can't connect to `2001:4f8:3:7:230:48ff:fec6:9aaa:21': No route to host
> pkg_add: prompt failed - wrong dir?
> pkg_add: ftp_start() failed
> ftp: Can't connect to `2001:4f8:3:7:230:48ff:fec6:9aaa:21': No route to host
> pkg_add: prompt failed - wrong dir?
> pkg_add: ftp_start() failed
> ftp: Can't connect to `2001:4f8:3:7:230:48ff:fec6:9aaa:21': No route to host
> pkg_add: prompt failed - wrong dir?
> pkg_add: ftp_start() failed
> pkg_add: no pkg found for 'pkgtools/lintpkgsrc', sorry.
> pkg_add: 1 package addition failed

I think you're mixing up binary packages and pkgsrc.

You probably need to do this:

cd pkgtools/lintpkgsrc
make package
or
make install

pkg_add needs to be done on a binary package, generally something that
ends with .tgz.

Unless I'm way behind the times and I'm missing something, which is
entirely possible.

Andy


Home | Main Index | Thread Index | Old Index