This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ITP] geoip -- IP lookup command line tools to show country information


"Yaakov S (Cygwin Ports)" <yselkowitz-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org> writes:

> Jari Aalto wrote:
>
> Well, I tried to build this from source with the 'all' command, but no
> packages were created!
>
> -- Making package [binary]
> /home/Yaakov/tmp/geoip-1.3.14/.sinst/geoip-1.3.14-1.tar.bz2
> ./geoip-1.3.14-1.sh: line 1239: type: cygbuild.pl: not found
> -- [WARN] Can't make source package.  Additional libraries and
> template are needed to manage source builds. 
> ...  
> -- Done.
>
> Neither a binary package nor a new source package were created; 

Thanks,

This was a bug in packaging process. Updated. Try now.

Jari

1) manual download

  wget        \
    http://cygwin.cante.net/geoip/geoip-1.3.14-1.tar.bz2.sig \
    http://cygwin.cante.net/geoip/geoip-1.3.14-1.tar.bz2 \
    http://cygwin.cante.net/geoip/geoip-1.3.14-1-src.tar.bz2.sig \
    http://cygwin.cante.net/geoip/geoip-1.3.14-1-src.tar.bz2 \
    http://cygwin.cante.net/geoip/setup.hint

2) automated; get.sh will print further instructions

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir geoip ; cd geoip
  rm -f get.sh get.sh.sig
  wget -q http://cygwin.cante.net/geoip/get.sh \
          http://cygwin.cante.net/geoip/get.sh.sig
  gpg --verify get.sh.sig get.sh &&
  sh get.sh



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]