This is the mail archive of the
cygwin-apps
mailing list for the Cygwin project.
Re: [ITP] geoip -- IP lookup command line tools to show country information
Lapo Luchini <lapo.luchini-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
> Remarks from tar inspection:
> - binary package contains both GeoIP.conf.default and GeoIP.conf, so I
> fear the actual configuration file would be deinstalled/reinstalled upon
> a reinstall
Good point. Now taken cared of.
> - no shared libraries? (this is not a problem, just a question)
Is there instaructions somewhere what must be done for libtool to make
it produce dll's?
> (I'm not used to this cygbuild thing, so I may have done somethnig wrong...)
> - it seems to build good
> - install says:
> ./geoip-1.3.8-1.sh.CygbuildInstallCygwinPartMain: [ERROR] Missing file:
> /home/lapo/packaging/tmp/getip/geoip-1.3.8/.inst/usr/share/doc/Cygwin
> ./geoip-1.3.8-1.sh.CygbuildCommandMain: [FATAL] status is 1.
The command "all" does not try to produce a working copy that could be
"installed live". It only verifies the build system. The "all" runs
lastly command "finish" which removes build dirs and temporary files.
Note:
./*sh -h
...
To see results of source compilation, the CMD steps must to be run
one by one are:
$ ./foo-N.N-RELEASE.sh -v prep conf make install
$ cd foo-N.N/
$ find .inst/
Update now available; the /etc install is now handled better.
Jari