From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10685 invoked by alias); 19 Nov 2019 05:35:01 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 10673 invoked by uid 89); 19 Nov 2019 05:35:00 -0000 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 Received: from smtp-out-so.shaw.ca (HELO smtp-out-so.shaw.ca) (64.59.136.137) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 19 Nov 2019 05:34:50 +0000 Received: from [192.168.1.114] ([24.64.172.44]) by shaw.ca with ESMTP id WwA2ioIYGRnrKWwA3iL6oL; Mon, 18 Nov 2019 22:34:48 -0700 Reply-To: Brian.Inglis@SystematicSw.ab.ca Subject: Re: Package search broken To: Cygwin References: <5dd354cc.1c69fb81.bc9ab.b531@mx.google.com> From: Brian Inglis Openpgp: preference=signencrypt Message-ID: <74f20343-e0a1-19a2-0c8b-063cac0c0d1a@SystematicSw.ab.ca> Date: Tue, 19 Nov 2019 06:51:00 -0000 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> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-11/txt/msg00112.txt.bz2 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