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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=XtOOkgk mdLDnTf40xoTwARqVzXiFnm1smFJF9Dt2MY6Ptj8K8+PNfJu4PkeIpt5mRthTiqu 6oYbmSF2rqZAGFCJwONNM2uneO85TO7F5dJPyLtE71yMhGfYf8luRGnbciGx5uV8 fQom+62unRWRH2PaG66dUko/EwTJhHT9DdUE= 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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=jxW6F0mYU0Ip+ Sbm5Qb5PorKdD0=; b=UawbYbwQal/axQpsJQ373j6gnZLwFMsaiYLpm+tTOduVx 7Pn6vHYs9dbbsaAWq+V732TzAaCOsTp8oKHcSGBewDZhBjjtfSdlYLR60ojZTq+e +yrhdImbTOaIe6MdswUBFfaD1ibpAIn49Z9S0TyvcWvr4vUXPcMi1tIGLSzuNU= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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-Virus-Found: No X-Spam-SWARE-Status: No, score=0.9 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,FROM_LOCAL_NOVOWEL,HK_RANDOM_ENVFROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=package-grep.cgi, package-grep, cgi-bin2, UD:package-grep.cgi X-HELO: mail-yb0-f176.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=n4sGNE7lvPWo52frQcHfcTl/hkCStNdQwojtcSrhXUk=; b=Oc/p9/PYC9FCOPtG+OOIcPpoy8T44q9HL2P+a9/yT/4lyswCK0DLDEncDoKKBacCSl AmdtZuP99gbaRt+YO+4sUDUJZCkEBe02VxF29IM/XIpKc9+EFc85h98lI9rON6rodXt4 ah1WNSfpIl3EirI6GkPy5+h9LMCGYPTtTK5bT4ShlWRy5U7YOIMziatOY4xb3wNHop3w mOoB2xlgVUAz/YiHsAzmSo14jRozKkjYrBgcX514h8E0xVwSBQA2sXP+14n5rdzTtaNw fUFdqxEvsq4k7jZGwoOs5oto9kBaCdOA1GlC7M23iooMaYlEvGeo2etj6jxI5tOPiVLT Lv5g== X-Gm-Message-State: AIkVDXIs04bfSzmCkcH6mxjL971flBbJwPGdv4ugm62PdM6iRMDjQDExVbHQbziwLP6yeRKuMbsWo5fPgdAaxw== X-Received: by 10.37.14.69 with SMTP id 66mr4364399ybo.64.1485576095303; Fri, 27 Jan 2017 20:01:35 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <588c098a.6a099d0a.bd219.1f24@mx.google.com> References: <588c098a DOT 6a099d0a DOT bd219 DOT 1f24 AT mx DOT google DOT com> From: Doug Henderson Date: Fri, 27 Jan 2017 21:01:14 -0700 Message-ID: Subject: Re: cygcheck and literal plus sign To: cygwin Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes On 27 January 2017 at 20:01, Steven Penny wrote: > On Mon, 27 Jan 2014 16:43:23, Steven Penny wrote: >> $ cygcheck -p 'g\x2b\x2b.exe' > > It looks like this is broken again. package-grep does work: > > $ q=https://cygwin.com/cgi-bin2/package-grep.cgi > $ curl -s "$q"'?text=1&arch=x86_64&grep=mingw32-g%2B%2B' | awk 'NR>1{$0=$1}1' > Found 4 matches for mingw32-g++ > mingw64-i686-gcc-g++-5.4.0-2 > mingw64-i686-gcc-g++-5.4.0-3 > mingw64-x86_64-gcc-g++-5.4.0-2 > mingw64-x86_64-gcc-g++-5.4.0-3 > > but it seems no incantation will make cygcheck work: Try this: $ cygcheck -p "mingw32-g[*-,][*-,]" Found 4 matches for mingw32-g[*-,][*-,] mingw64-i686-gcc-g++-5.4.0-2 - mingw64-i686-gcc-g++: GCC for Win32 (i686-w64-mingw32) toolchain (C++) (installed binaries and support files) mingw64-i686-gcc-g++-5.4.0-3 - mingw64-i686-gcc-g++: GCC for Win32 (i686-w64-mingw32) toolchain (C++) (installed binaries and support files) mingw64-x86_64-gcc-g++-5.4.0-2 - mingw64-x86_64-gcc-g++: GCC for Win64 toolchain (C++) (installed binaries and support files) mingw64-x86_64-gcc-g++-5.4.0-3 - mingw64-x86_64-gcc-g++: GCC for Win64 toolchain (C++) (installed binaries and support files) HTH Doug -- Doug Henderson, Calgary, Alberta, Canada - from gmail.com -- 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