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 / TestsAssignee: Stephan Szabo <stephan.szabo>
Status: RESOLVED INVALID    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Stephan Szabo 2020-09-24 16:22:07 PDT
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.
Comment 1 Stephan Szabo 2020-09-24 16:27:55 PDT
On retest, I can't make this happen any more, not sure what's different.