[Webkit-unassigned] [Bug 216948] New: [Windows] Python module autoinstall fails if temp drive is different from source tree drive

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 24 16:22:07 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=216948

            Bug ID: 216948
           Summary: [Windows] Python module autoinstall fails if temp
                    drive is different from source tree drive
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: stephan.szabo at sony.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200924/f88028d0/attachment.htm>


More information about the webkit-unassigned mailing list