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:from:to:subject:date:message-id:content-type :content-transfer-encoding:mime-version; q=dns; s=default; b=LgX txK20+qtrBVk9JwPyNrYu8H6tMKBfvwhXznqhOt5CP0jKedW5FQgJATUCAXA2wMd QxlEyqRHKrvIdf84gY6CO96bQJt90UDxwZDIt65xJo/UmzIyWvApGfrf8g1nKYVh JOG8WQcXBEpIkQqmhcPJEs5NYBEiEBp23vo8jTfY= 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:from:to:subject:date:message-id:content-type :content-transfer-encoding:mime-version; s=default; bh=q49M5Dy8e l0dG3016aHSw+FSAHw=; b=wjv7rIx/TloZdkgultpoi6xGXVqx81IWCAi0f1gGL 8bhCYfPfQBfSDeYtZDo+roB9TT9Y0woxrDDthTJLYLqvEDAr5uD2rVsMXInIege3 MLEM6EQTEaZC4XnMc92t61rqCyCkyOuRCwGWRbAT7Z0M0VJJ5ks9UGMDf6cQ7QYF yQ= 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=BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=cat's, cats X-HELO: USA7109MR008.ACS-INC.COM From: "Nellis, Kenneth" To: "cygwin AT cygwin DOT com" Subject: cygcheck doesn't find package for procps Date: Thu, 17 Mar 2016 13:00:01 +0000 Message-ID: <0D835E9B9CD07F40A48423F80D3B5A702EAE5D19@USA7109MB022.na.xerox.net> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u2HD0b93027848 In another message, procps was mentioned*, and I tried to see what package it was in using cygcheck, but cygcheck didn't return anything. Wondering what is wrong... $ type procps procps is hashed (/usr/bin/procps) $ procps --version procps version 3.2.8 $ cygcheck --help Usage: cygcheck -f FILE [FILE]... -f, --find-package find the package to which FILE belongs $ which procps /usr/bin/procps $ cygcheck -f `which procps` $ cygcheck -f `which cat` coreutils-8.25-1 $ uname -a CYGWIN_NT-6.1 COR900GFY5 2.4.1(0.293/5/3) 2016-01-24 11:26 x86_64 Cygwin $ So, cygcheck does find cat's package, but not procps's. * https://sourceware.org/ml/cygwin/2016-03/msg00334.html --Ken Nellis -- 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