Package file lists archive

Steven Penny svnpenn@gmail.com
Thu Jun 12 03:13:00 GMT 2014


On Mon, Jun 9, 2014 at 5:45 AM, Steven Penny wrote:
> Using Google Search API is in many cases faster than "cygcheck -p". Code is
> here

Adding to this, here is the sometimes frustrating experience of "cygcheck -p"

    $ time cygcheck -p bin/aclocal
    cygcheck: unable to contact cygwin.com site, InternetOpenUrl() failed: The
              operation timed out
     (win32 error 12002)

    real    0m31.132s
    user    0m0.016s
    sys     0m0.031s

And here is current iteration of my tool

    $ time apt-cyg searchall bin/aclocal
    getting pages . . .
    getting start 0 . . .
    getting start 8 . . .
    gcc-tools-epoch1-automake
    gcc-tools-epoch2-automake
    automake1.4
    automake1.13
    automake1.12
    automake1.11
    automake1.7
    automake1.14
    automake1.10
    automake1.8
    automake1.9

    real    0m1.295s
    user    0m0.165s
    sys     0m0.182s

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list