From: "Corinna Vinschen"
To: <cygwin@cygwin.com>
Sent: Monday, July 14, 2008 16:37
Subject: Re: A path that's invalid on 1.7 but presumably valid on 1.5
On Jul 14 16:21, Lee Maschmeyer wrote:
The invalid path in question: //?/e:cygwin/usr/share/tcl8.4/init.tcl.
This
is the path as supplied by tcl. To make it work, insert a / after the
colon: //?/e:/cygwin/usr/share/tcl8.4/init.tcl.
Yes, that's right. //?/e:cygwin is an invalid path. I don't know
where the path with the missing slash comes from, but this looks
like an application or library bug.
Could it possibly be a path conversion error? Here's the error message; it
looks possibly suspicious to me:
//?/e:/cygwin/share/tcl8.4 //?/e:cygwin/share/tcl8.4
//?/e:cygwin/usr/share/tcl8.4 //?/e:share/tcl8.4 //?/e:cygwin/library //?/e
:library //?/e:../tcl8.4.1/library
These are the 7 places where init.tcl is being searched. Notice that only
the first has a slash after the colon. The second is the same as the first
except with the slash missing, and the slash is missing after all of the
other colons.
It's possible that whoever wrote the tcl (or whatever logic is involved)
scripts just got lazy and quit including the slash, but that would be an
explanation only if 1.5 didn't flag //?/e:cygwin as an error. I don't have a
1.5 so can't check this.
At any rate, this isn't under my control as an end user. I wonder who needs
to do what? This whole process worked without obvious error on 1.5.
Thanks very much,
--
Lee Maschmeyer
Computing Center Services
Computing and Information Technology
Wayne State University
Detroit, Michigan, USA
--
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/