Issue 78984 - dmake fails to normalize c:/ff/./\\pp -> /cygdrive/c/ff//pp
Summary: dmake fails to normalize c:/ff/./\\pp -> /cygdrive/c/ff//pp
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: Build Tools
Classification: Code
Component: dmake (show other issues)
Version: current
Hardware: All Windows, all
: P4 Trivial (vote)
Target Milestone: ---
Assignee: quetschke
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-28 23:12 UTC by quetschke
Modified: 2017-05-20 09:37 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description quetschke 2007-06-28 23:12:33 UTC
See end of issue 78061.
Comment 1 quetschke 2007-07-05 22:57:36 UTC
Actually this is not really a dmake problem but a bug in cygwin's
cygwin_conv_to_posix_path(). This function is used by _normalize_path() if a
leading drive letter is found.

The problem can also be reproduced by (avoiding the extra quoting that \s would
need):

$ cygpath c:/ff/.///pp
/cygdrive/c/ff//pp

@ause: Do we care?
Comment 2 hjs 2007-07-06 09:41:46 UTC
hmm, not too much...
i would suggest to keep this issue as a reminder. maybe it fixes itself with new
cygwin versions :)

Comment 3 quetschke 2007-07-06 15:18:30 UTC
OK, lets keep this as REMIND.