[PATCH] Checking integrity of installed packages in cygcheck

Christopher Faylor cgf@redhat.com
Sun Aug 10 00:45:00 GMT 2003


On Sun, Aug 10, 2003 at 10:23:47AM +1000, Robert Collins wrote:
>On Sun, 2003-08-10 at 10:12, Christopher Faylor wrote:
>>I don't see how that will ever be possible given the windows problems
>>with stdio and GUI apps.  I guess we could make setup a console utility
>>but that would result in the ugly black console box flashing up
>>whenever you start setup.exe.
>
>I was thinking of something like 'cygsetup' a console only version.
>cygcheck could then call that for the setup-related stuff it does now,
>and these extra features.

That would work.  I do have my recently renamed "cygupdate" package in
the cygwin-apps repository which uses the upset packages to read
setup.ini.  It is basically written in perl and does some command-line
installation things.

I've been tweaking this over time and it is starting to come together
fairly nicely.  The only problem is that, since it is written in perl,
it won't be able to easily use any setup C++ library stuff.  I've been
using it for quick testing of new packages and it is nice to have a
command line setup program where you can capture the output in a file.

cgf



More information about the Cygwin-patches mailing list