Bug 216948
Summary: | [Windows] Python module autoinstall fails if temp drive is different from source tree drive | ||
---|---|---|---|
Product: | WebKit | Reporter: | Stephan Szabo <stephan.szabo> |
Component: | Tools / Tests | Assignee: | Stephan Szabo <stephan.szabo> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Stephan Szabo
The autoinstall of python modules appears to fail on native win32 python if the temp drive and source drive are different.
It looks like changing to the temporary directory and using --root=/ makes the setup ignore the drive letter on the paths passed to --home, and --install-lib, etc and instead install to the rest of the path on the drive that contains the temp drive and then the script fails to load the module.
It seems like using --root=<srcdriveletter>:/ installs it to the expected location.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Stephan Szabo
On retest, I can't make this happen any more, not sure what's different.