public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* cygcheck doesn't find package for procps
@ 2016-03-17 13:00 Nellis, Kenneth
  2016-03-17 13:06 ` Achim Gratz
  0 siblings, 1 reply; 2+ messages in thread
From: Nellis, Kenneth @ 2016-03-17 13:00 UTC (permalink / raw)
  To: cygwin

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: <snip/>
       cygcheck -f FILE [FILE]...
<snip/>
  -f, --find-package   find the package to which FILE belongs
<snip/>
$ 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: cygcheck doesn't find package for procps
  2016-03-17 13:00 cygcheck doesn't find package for procps Nellis, Kenneth
@ 2016-03-17 13:06 ` Achim Gratz
  0 siblings, 0 replies; 2+ messages in thread
From: Achim Gratz @ 2016-03-17 13:06 UTC (permalink / raw)
  To: cygwin

Nellis, Kenneth <Kenneth.Nellis <at> xerox.com> writes:
> $ cygcheck -f `which procps`

$ cygcheck -f /bin/procps
procps-3.2.8-5

That's a bit of a packaging non-conformance (same for /bin/prockill).


Regards,
Achim.


--
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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-17 13:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-17 13:00 cygcheck doesn't find package for procps Nellis, Kenneth
2016-03-17 13:06 ` Achim Gratz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).