<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>223711</bug_id>
          
          <creation_ts>2021-03-24 13:19:27 -0700</creation_ts>
          <short_desc>Failed to install logilab-common-0.58.1 with Windows Python 2.7</short_desc>
          <delta_ts>2022-05-08 22:20:40 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>CONFIGURATION CHANGED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Fujii Hironori">fujii</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>jbedard</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1743513</commentid>
    <comment_count>0</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2021-03-24 13:19:27 -0700</bug_when>
    <thetext>Failed to install logilab-common-0.58.1 with Windows Python 2.7

r274965 (235718@main)
python .\Tools\Scripts\test-webkitpy

Downloading logilab-common-0.58.1...
Failed to install logilab-common-0.58.1!
Traceback (most recent call last):
  File &quot;C:\home\webkit\ga\Tools\Scripts\webkitpy\test\main.py&quot;, line 356, in &lt;module&gt;
    sys.exit(main())
  File &quot;C:\home\webkit\ga\Tools\Scripts\webkitpy\test\main.py&quot;, line 111, in main
    return not tester.run()
  File &quot;C:\home\webkit\ga\Tools\Scripts\webkitpy\test\main.py&quot;, line 184, in run
    return self._run_tests(names)
  File &quot;C:\home\webkit\ga\Tools\Scripts\webkitpy\test\main.py&quot;, line 191, in _run_tests
    AutoInstall.install_everything()
  File &quot;C:\home\webkit\ga\Tools\Scripts\libraries\webkitcorepy\webkitcorepy\autoinstall.py&quot;, line 550, in install_everything
    package.install()
  File &quot;C:\home\webkit\ga\Tools\Scripts\libraries\webkitcorepy\webkitcorepy\autoinstall.py&quot;, line 259, in install
    archive.unpack(temp_location)
  File &quot;C:\home\webkit\ga\Tools\Scripts\libraries\webkitcorepy\webkitcorepy\autoinstall.py&quot;, line 123, in unpack
    file.extractall(target)
  File &quot;C:\Python27\lib\tarfile.py&quot;, line 2081, in extractall
    self.extract(tarinfo, path)
  File &quot;C:\Python27\lib\tarfile.py&quot;, line 2118, in extract
    self._extract_member(tarinfo, os.path.join(path, tarinfo.name))
  File &quot;C:\Python27\lib\tarfile.py&quot;, line 2194, in _extract_member
    self.makefile(tarinfo, targetpath)
  File &quot;C:\Python27\lib\tarfile.py&quot;, line 2234, in makefile
    with bltn_open(targetpath, &quot;wb&quot;) as target:
IOError: [Errno 13] Permission denied: &apos;c:\\users\\000013~1\\appdata\\local\\temp\\logilab.common\\logilab-common-0.58.1\\test\\data\\write_protected_file.txt&apos;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1743522</commentid>
    <comment_count>1</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2021-03-24 13:44:29 -0700</bug_when>
    <thetext>Bug 223609 Comment 2 is going to change the version of logilab.common.
I tested the patch and confirmed it doesn&apos;t have this issue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1743836</commentid>
    <comment_count>2</comment_count>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2021-03-25 11:12:07 -0700</bug_when>
    <thetext>We sure this is Python 2.7? test-webkitpy has a Python 3 she-bang now.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1743871</commentid>
    <comment_count>3</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2021-03-25 12:49:15 -0700</bug_when>
    <thetext>Because shebang doesn&apos;t work on Windows, Windows devs have to remember which interpreter is expected by each script and explicitly invoke them. For example,
python3.exe .\Tools\Scripts\test-webkitpy
python.exe .\Tools\Scripts\test-webkitpy-python2

Anyway, test-webkitpy-python2 also has this issue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1745751</commentid>
    <comment_count>4</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2021-03-31 13:20:22 -0700</bug_when>
    <thetext>&lt;rdar://problem/76067587&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1867562</commentid>
    <comment_count>5</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2022-05-08 22:20:40 -0700</bug_when>
    <thetext>Python 2.7 is no longer used. Closed.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>