"Yaakov S (Cygwin Ports)" <[EMAIL PROTECTED]> 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