From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27932 invoked by alias); 5 Mar 2011 04:50:49 -0000 Received: (qmail 27924 invoked by uid 22791); 5 Mar 2011 04:50:47 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_20,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_YG,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-iy0-f171.google.com (HELO mail-iy0-f171.google.com) (209.85.210.171) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 05 Mar 2011 04:50:42 +0000 Received: by iyf40 with SMTP id 40so3141303iyf.2 for ; Fri, 04 Mar 2011 20:50:40 -0800 (PST) MIME-Version: 1.0 Received: by 10.43.65.13 with SMTP id xk13mr1812154icb.56.1299300640339; Fri, 04 Mar 2011 20:50:40 -0800 (PST) Received: by 10.42.170.130 with HTTP; Fri, 4 Mar 2011 20:50:40 -0800 (PST) In-Reply-To: <20110226153826.GD9392@calimero.vinschen.de> References: <20110226153826.GD9392@calimero.vinschen.de> Date: Sat, 05 Mar 2011 04:50:00 -0000 Message-ID: Subject: Re: cygcheck failing verification on latest snapshots From: marco atzeri To: cygwin@cygwin.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2011-03/txt/msg00176.txt.bz2 On Sat, Feb 26, 2011 at 4:38 PM, Corinna Vinschen wrote: > On Feb 26 13:33, marco atzeri wrote: >> On recent snapshots I noticed that >> cygcheck is reporting as missing the files under the mount points >> /usr/bin >> /usr/lib >> >> $ mount >> E:/cygwin2/bin on /usr/bin type ntfs (binary,auto) >> E:/cygwin2/lib on /usr/lib type ntfs (binary,auto) >> E:/cygwin2 on / type ntfs (binary,auto) >> C: on /cygdrive/c type ntfs (binary,posix=3D0,user,noumount,auto) >> E: on /cygdrive/e type ntfs (binary,posix=3D0,user,noumount,auto) >> >> $ cygcheck -c -v bash >> Cygwin Package Information >> Last downloaded files to: E:\downloads\cygwin >> Last downloaded files from: http://matzeri.altervista.org >> >> Package =A0 =A0 =A0 =A0 =A0 =A0 =A0Version =A0 =A0 =A0 =A0Status >> Missing directory: /usr/bin/ from package bash >> Missing file: /usr/bin/bash.exe from package bash >> Missing file: /usr/bin/bashbug from package bash >> Missing file: /usr/bin/sh.exe from package bash >> bash =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 4.1.10-4 =A0 =A0 =A0 Incomplete > > Works for me. > > > Corinna > Thanks Corinna, I just discovered the root cause and it is not related to the snapshot but = to /etc/fstab content. I am using cygwin on an external hard disk and to avoid every time to redefine the mount point I was using a fstab like this: /cygwin2 / some_fs binary 0 0 /cygwin2/bin /usr/bin some_fs binary 0 0 instead of e:/cygwin2 / some_fs binary 0 0 e:/cygwin2/bin /usr/bin some_fs binary 0 0 in the first case cygwin works, without problem whatever is the disk letter, but cygcheck doesn't succeed to locate the mount points $ cycheck mount bash: cycheck: command not found $ which mount /usr/bin/mount $ cygcheck /usr/bin/mount \cygwin2\bin\mount.exe E:\cygwin2\bin\cygwin1.dll C:\WINDOWS\system32\ADVAPI32.DLL C:\WINDOWS\system32\KERNEL32.dll C:\WINDOWS\system32\ntdll.dll C:\WINDOWS\system32\RPCRT4.dll C:\WINDOWS\system32\Secur32.dll in the second case, as expected $ cygcheck mount Found: E:\cygwin2\bin\mount.exe E:\cygwin2\bin\mount.exe E:\cygwin2\bin\cygwin1.dll C:\WINDOWS\system32\ADVAPI32.DLL C:\WINDOWS\system32\KERNEL32.dll C:\WINDOWS\system32\ntdll.dll C:\WINDOWS\system32\RPCRT4.dll C:\WINDOWS\system32\Secur32.dll Regards Marco -- 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