5 Jan 2011 20:50
[PATCH] cygcheck -s should not imply -d
Jon TURNEY <jon.turney <at> dronecode.org.uk>
2011-01-05 19:50:50 GMT
2011-01-05 19:50:50 GMT
Currently, for cygcheck -s implies -d. This seems rather unhelpful. I'm afraid I've lost the thread which inspired this, but in it the reporter provided cygcheck -svr output as requested, but this did not help diagnose what ultimately turned out to be the problem, that a DLL was actually an older version (presumably due to replace-in-use problems) Attached a patch to modify cygcheck so -s no longer implies -d (although -d can still be used).
2011-01-05 Jon TURNEY <jon.turney <at> dronecode.org.uk>
* cygcheck.cc (main): don't imply -d from -s option to cygcheck
Index: cygcheck.cc
===================================================================
RCS file: /cvs/src/src/winsup/utils/cygcheck.cc,v
retrieving revision 1.124
diff -u -r1.124 cygcheck.cc
--- cygcheck.cc 28 Aug 2010 11:22:37 -0000 1.124
+++ cygcheck.cc 5 Jan 2011 15:49:47 -0000
<at> <at> -2180,7 +2180,7 <at> <at>
-c, --check-setup show installed version of PACKAGE and verify integrity\n\
(or for all installed packages if none specified)\n\
-d, --dump-only just list packages, do not verify (with -c)\n\
- -s, --sysinfo produce diagnostic system information (implies -c -d)\n\
(Continue reading)
[1]
RSS Feed