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:message-id:date:from:references:subject:to; q= dns; s=default; b=dwm6/7uZ/iWIcbIp9XNqWRgapKOst/8gJ546xFCK/8Re54 42pSax0NcwMm4r+29QtmveWunRrRfYG7T17vHKa1YW3MRNAMaauT9zrrq/QjzmZt +O/1iQxGdVak4AfPFy8i+e36sDwY4En58p1+uZMuXINnntqV1mKA0ojkygs5E= 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:message-id:date:from:references:subject:to; s= default; bh=COclFKAwrd6qtAdlKbT46N+M4Tk=; b=GDgHXqfRchBihin0jf1G 9kjU1Tg2AxSilJCSJuM1Ydz0yOwr1pBwwRpZLGcd30ukbkIcUYWlbn5t+d0EEsiB 73+jNvKiVZQeFXvl8qf2bU9c1w4YB9c5x07vbvrjM4uKY+hy7ID/XDjlvlpixZ/n A7psYPm3F0o4aToGBFrztWI= 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=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=053, H*RU:209.85.218.66, Hx-spam-relays-external:209.85.218.66, H*M:google X-HELO: mail-oi0-f66.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:references:subject:to :user-agent; bh=vE4IkVYdOm/Ck7hRaX5VRNbFl5oQi7Efi35CM8CFuXg=; b=cC/idI3WvyP3Yv4ye2CjCkCNI0SkQT7gMmdpez84sQSUrWJRA2NVXDGzhYzgEV0u8l A7SRf09dIGRT3wJuAyhPzX7vTpSKNjvSCAAD+Z/mfKUwhDpzrsQi/TVfr0SXL5ZX/h4u gHZa3q8LvNDvLCpTpwhjr9pAPuEKrKcFwe4yMgrEQGKniGmqf2b2x6d1wro0fzPRN1v7 sVefK1AOanaN/MZrHHq/B6YLhfK3JyQ/eI91XPW5spwX4SbeC425+AsiJ3pUBCapQdIe WPeqsWx5HdjnD9GlnUKm3XX5z7246PFnfgbvvSu12tYCdPLrnJSG+vqR/6Tsvh0AKMC9 HVGQ== X-Gm-Message-State: AIkVDXIrEPhkAOS/cRnXs2/MOA5QFK6m451LUxnAt5oNlaEbFsV4f7TDcqii5PHmpQs+/A== X-Received: by 10.202.66.6 with SMTP id p6mr6056453oia.107.1485572490674; Fri, 27 Jan 2017 19:01:30 -0800 (PST) Message-ID: <588c098a.6a099d0a.bd219.1f24@mx.google.com> Date: Fri, 27 Jan 2017 19:01:30 -0800 (PST) From: Steven Penny X-Google-Original-From: Steven Penny References: Subject: Re: cygcheck and literal plus sign To: cygwin AT cygwin DOT com User-Agent: mailing-list.awk 1.0.0 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: $ cygcheck -p mingw32-g%2B%2B Found 0 matches for mingw32-g%2B%2B $ cygcheck -p mingw32-g%2b%2b Found 0 matches for mingw32-g%2b%2b $ cygcheck -p mingw32-g++ Found 0 matches for mingw32-g $ cygcheck -p 'mingw32-g\+\+' Found 0 matches for mingw32-g\ \ $ cygcheck -p 'mingw32-g\x{2b}\x{2b}' Found 0 matches for mingw32-g\x{2b}\x{2b} $ cygcheck -p 'mingw32-g\x2b\x2b' Found 0 matches for mingw32-g\x2b\x2b $ cygcheck -p 'mingw32-g\53\53' Found 0 matches for mingw32-g\53\53 $ cygcheck -p 'mingw32-g\053\053' Found 0 matches for mingw32-g\053\053 -- 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