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