public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Package search broken
@ 2019-11-19  5:35 Steven Penny
  2019-11-19  6:51 ` Brian Inglis
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Steven Penny @ 2019-11-19  5:35 UTC (permalink / raw)
  To: cygwin

$ cygcheck -p curl.h
Found 0 matches for curl.h

$ curl -G -d text=1 -d arch=x86_64 -d grep=curl.h \
> https://cygwin.com/cgi-bin2/package-grep.cgi
Found 0 matches for curl.h


--
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Package search broken
  2019-11-19  5:35 Package search broken Steven Penny
@ 2019-11-19  6:51 ` Brian Inglis
  2019-11-19 12:34 ` ASSI
  2019-11-28 23:53 ` Achim Gratz
  2 siblings, 0 replies; 6+ messages in thread
From: Brian Inglis @ 2019-11-19  6:51 UTC (permalink / raw)
  To: Cygwin

On 2019-11-18 19:34, Steven Penny wrote:
> $ cygcheck -p curl.h
> Found 0 matches for curl.h
> 
> $ curl -G -d text=1 -d arch=x86_64 -d grep=curl.h \
>> https://cygwin.com/cgi-bin2/package-grep.cgi
> Found 0 matches for curl.h
Worse - no libcurl{4,-devel,-doc} even if you query explicitly:

$ cygcheck -p libcurl
Found 0 matches for libcurl
$ cygcheck -p libcurl4
Found 0 matches for libcurl4
$ cygcheck -p libcurl-devel
Found 0 matches for libcurl-devel
$ cygcheck -p libcurl-doc
Found 0 matches for libcurl-doc
$ cygcheck -p usr/include/curl/curl.h
Found 0 matches for usr/include/curl/curl.h
$ cygcheck -p /usr/include/curl/curl.h
Found 0 matches for /usr/include/curl/curl.h
$ cygcheck -f /usr/include/curl/curl.h
libcurl-devel-7.66.0-1
$ cygcheck -p curl
Found 9 matches for curl
curl-7.65.0-1 - Multi-protocol file transfer tool
curl-7.65.3-1 - Multi-protocol file transfer tool
curl-7.66.0-1 - Multi-protocol file transfer tool
mingw64-i686-curl-7.55.1-1 - cURL file transfer library for Win32 toolchain
mingw64-i686-curl-7.56.1-1 - cURL file transfer library for Win32 toolchain
mingw64-i686-curl-7.59.0-1 - cURL file transfer library for Win32 toolchain
mingw64-x86_64-curl-7.55.1-1 - cURL file transfer library for Win64 toolchain
mingw64-x86_64-curl-7.56.1-1 - cURL file transfer library for Win64 toolchain
mingw64-x86_64-curl-7.59.0-1 - cURL file transfer library for Win64 toolchain

or on the web site.

"The -p REGEXP matches package names, descriptions, and names of files/paths
within all packages."

Should at least list:

$ xzegrep -w '^(@ |sdesc: ").*curl' mirror/x86_64/setup.xz
@ curl
@ curl-debuginfo
sdesc: "Debug info for curl"
@ gambas3-gb-net-curl
@ gstreamer1.0-plugins-curl
@ libcurl-devel
@ libcurl-doc
@ mingw64-i686-curl
@ mingw64-x86_64-curl
@ php-curl
sdesc: "PHP curl extension"
$ zfgrep -l curl /etc/setup/*curl*.lst.gz
/etc/setup/curl.lst.gz
/etc/setup/libcurl4.lst.gz
/etc/setup/libcurl-devel.lst.gz
/etc/setup/libcurl-doc.lst.gz

The package hints and manifests may need repopulated and/or reindexed.

-- 
-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

--
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Package search broken
  2019-11-19  5:35 Package search broken Steven Penny
  2019-11-19  6:51 ` Brian Inglis
@ 2019-11-19 12:34 ` ASSI
  2019-11-19 14:31   ` Steven Penny
  2019-11-20  4:59   ` Brian Inglis
  2019-11-28 23:53 ` Achim Gratz
  2 siblings, 2 replies; 6+ messages in thread
From: ASSI @ 2019-11-19 12:34 UTC (permalink / raw)
  To: cygwin

Steven Penny writes:
> $ cygcheck -p curl.h
> Found 0 matches for curl.h

That was removed due to requiring excessive ressources on the server.
If we can figure out a way to do that with less load it'll likely come
back.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

--
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Package search broken
  2019-11-19 12:34 ` ASSI
@ 2019-11-19 14:31   ` Steven Penny
  2019-11-20  4:59   ` Brian Inglis
  1 sibling, 0 replies; 6+ messages in thread
From: Steven Penny @ 2019-11-19 14:31 UTC (permalink / raw)
  To: cygwin

On Tue, 19 Nov 2019 07:51:19 +0100, ASSI wrote:
> That was removed due to requiring excessive ressources on the server.
> If we can figure out a way to do that with less load it'll likely come
> back.

Easy, just distribute package file lists instead, like MSYS2, Arch, Debian
and... essentially every other distribution out there?


--
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Package search broken
  2019-11-19 12:34 ` ASSI
  2019-11-19 14:31   ` Steven Penny
@ 2019-11-20  4:59   ` Brian Inglis
  1 sibling, 0 replies; 6+ messages in thread
From: Brian Inglis @ 2019-11-20  4:59 UTC (permalink / raw)
  To: cygwin

On 2019-11-18 23:51, ASSI wrote:
> Steven Penny writes:
>> $ cygcheck -p curl.h
>> Found 0 matches for curl.h
> 
> That was removed due to requiring excessive resources on the server.
> If we can figure out a way to do that with less load it'll likely come
> back.

You don't/can't index package hints and manifests to return PVR - sdesc?

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.

--
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Package search broken
  2019-11-19  5:35 Package search broken Steven Penny
  2019-11-19  6:51 ` Brian Inglis
  2019-11-19 12:34 ` ASSI
@ 2019-11-28 23:53 ` Achim Gratz
  2 siblings, 0 replies; 6+ messages in thread
From: Achim Gratz @ 2019-11-28 23:53 UTC (permalink / raw)
  To: cygwin

Steven Penny writes:
> $ cygcheck -p curl.h
> Found 0 matches for curl.h
>
> $ curl -G -d text=1 -d arch=x86_64 -d grep=curl.h \
>> https://cygwin.com/cgi-bin2/package-grep.cgi
> Found 0 matches for curl.h

This should now work again.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

--
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-11-28 19:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-19  5:35 Package search broken Steven Penny
2019-11-19  6:51 ` Brian Inglis
2019-11-19 12:34 ` ASSI
2019-11-19 14:31   ` Steven Penny
2019-11-20  4:59   ` Brian Inglis
2019-11-28 23:53 ` Achim Gratz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).