This is the mail archive of the cygwin 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: Package file lists archive


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


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