Subject: Re: icu
To: None <tech-pkg@netbsd.org>
From: Klaus Heinz <k.heinz.jul.drei@onlinehome.de>
List: tech-pkg
Date: 07/08/2003 01:44:46
Heather D. Pfeiffer wrote:
> 
> ftp://www-126.ibm.com/pub/icu/${PKGVERSION}/
> does not have any files to get the distfile from.  Could
> whomever maintains this package find out where the source is?
> Need this package for another package that we are building
> here at NMSU.

The ftp server used at the site mentioned above seems to have
problems with the NetBSD ftp client sending extended commands
(EPSV). Start an interactive ftp session and disable extended
commands with 'epsv4'. This should let you fetch the file.

  $ ftp ftp://www-126.ibm.com/pub/icu/2.6/
  ...
  ftp>  epsv4
  EPSV/EPRT on IPv4 off.
  ftp> get icu-2.6.tgz
  local: icu-2.6.tgz remote: icu-2.6.tgz
  227 Entering Passive Mode (129,33,28,113,170,107)
  ...

ciao
     Klaus