This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: vpath search failures in Clearcase when files do actually exist


On Tue, Nov 09, 2004 at 07:51:23PM -0500, Christopher Faylor wrote:
> On Tue, Nov 09, 2004 at 07:21:00PM -0500, Jeremy Broughton wrote:
> >Cyg ver:    1.3.10 (although I have reproduced the same problem with 1.5.7)
> >OS : Windows 2000
> >File system:   MVFS (running gnumake inside a Rational Clearcase dynamic
> >view)
> >cygcheck:   (See attached file: cygcheck.out)
> >
> >It appears as though there is a problem using the /cygdrive/m type paths
> >inside MVFS when there are extremely large dependency trees.
> 
> Unless you can point to problems with a standard, supported W2K filesystem,
> please don't expect anyone to try to fix this.
> 
> Cygwin uses standard Win32 APIs for detemining if something is a
> directory.  If those APIs are not working for Clearcase then it
> is unlikely that anyone will be motivated to fix the problem on
> the Cygwin side.

The OP was suggesting both a problem determining if something is a
directory and a problem related to pathnames.
Running strace my shed some light on the root cause.

To limit the output you could initially filter it like this:
strace something | grep -B 1 'st_mode=\|stat_worker: -1'

Pierre

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]