delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2019/11/19/00:35:55

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:reply-to:subject:to:references:from:message-id
:date:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=Q4728qzotqXbRkdj
84FYFzG5wTKg+Ec0uz5lnc2FcBnMxvss886P6LswYCPpLIl9Je6SGAjrw5A7RaBK
qKQQh7z7qKCJM+SpzW1uBXhW/d0PufsYQj1nU9jezgDkuu8jSH3BMWc7qMFH61nl
HJk1FOdD0D+jGWFL3N/9CT9GkYk=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:reply-to:subject:to:references:from:message-id
:date:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=7MaocS+YB7kYUqZJm5E1iQ
3qVSM=; b=RaF3S35Z1gP11vT//bsbYCDRHVu1xFMsDtulKM6iztGbQdSgS7kDXQ
ncxZn9mV3zF+9+gM458Ldopxe8cotKMQMygZQ3XxxmaCd7oLSfS3EYMCYUq0sx9I
9R23Af2fOa1J/0hI7eEwWnOOmEuUmZ5iaWUIPYmLUI3tZ6z/zX8uU=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPAM_SUBJECT1 autolearn=no version=3.3.1 spammy=php, mirror
X-HELO: smtp-out-so.shaw.ca
Reply-To: Brian DOT Inglis AT SystematicSw DOT ab DOT ca
Subject: Re: Package search broken
To: Cygwin <cygwin AT cygwin DOT com>
References: <5dd354cc DOT 1c69fb81 DOT bc9ab DOT b531 AT mx DOT google DOT com>
From: Brian Inglis <Brian DOT Inglis AT SystematicSw DOT ab DOT ca>
Openpgp: preference=signencrypt
Message-ID: <74f20343-e0a1-19a2-0c8b-063cac0c0d1a@SystematicSw.ab.ca>
Date: Mon, 18 Nov 2019 22:34:46 -0700
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1
MIME-Version: 1.0
In-Reply-To: <5dd354cc.1c69fb81.bc9ab.b531@mx.google.com>
X-IsSubscribed: yes

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019