<div dir="ltr">Can you send patches with the change you did?<div>Would be good test the change in other environments,</div><div>and if is not a problem make the change upstream.</div><div>I saw a similar problem in other context.</div><div>Old versions of SSL protocols are banned due to the vulnerabilities found</div><div>in the last months.</div><div><br></div><div>Gonzalo</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Mar 28, 2015 at 3:19 AM, Sebastian Silva <span dir="ltr"><<a href="mailto:sebastian@fuentelibre.org" target="_blank">sebastian@fuentelibre.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    Alright so I got a little further with this.<br>
    <br>
    In the last episode I got the following error when trying ./osbuild
    pull :<br>
    <blockquote><tt>subprocess.CalledProcessError: Command
        '['python2.7',
        '/home/icarito/Proyectos/sugar-build/build/out/sandbox/cache/virtualenv-1.11.4/virtualenv.py',
        '-q', '--system-site-packages',
        '/home/icarito/Proyectos/sugar-build/build/out/sandbox/install']'
        returned non-zero exit status 1
      </tt><br>
    </blockquote>
    I executed the command manually without the -q parameter. This
    resulted in a more informative error:<br>
    <tt><br>
    </tt>
    <blockquote><tt>Installing setuptools, pip... Complete output from
        command /home/icarito/Proyec...nstall/bin/python2.7 -c "import
        sys, pip; sys...d\"] + sys.argv[1:]))" setuptools pip: Traceback
        (most recent call last): File "</tt><tt><u></u>", line 1, in <u></u>
            File
            "/home/icarito/Proyectos/sugar-build/build/out/sandbox/cache/virtualenv-1.11.4/virtualenv_support/pip-1.5.4-py2.py3-none-any.whl/pip/__init__.py",
            line 11, in <u></u> File
              "/home/icarito/Proyectos/sugar-build/build/out/sandbox/cache/virtualenv-1.11.4/virtualenv_support/pip-1.5.4-py2.py3-none-any.whl/pip/vcs/mercurial.py",
              line 9, in <u></u> File
                "/home/icarito/Proyectos/sugar-build/build/out/sandbox/cache/virtualenv-1.11.4/virtualenv_support/pip-1.5.4-py2.py3-none-any.whl/pip/download.py",
                line 22, in <u></u> File
                  "/home/icarito/Proyectos/sugar-build/build/out/sandbox/cache/virtualenv-1.11.4/virtualenv_support/pip-1.5.4-py2.py3-none-any.whl/pip/_vendor/requests/__init__.py",
                  line 53, in <u></u> File
                    "/home/icarito/Proyectos/sugar-build/build/out/sandbox/cache/virtualenv-1.11.4/virtualenv_support/pip-1.5.4-py2.py3-none-any.whl/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py",
                    line 62, in <u></u>
                      AttributeError: 'module' object has no attribute
                      'PROTOCOL_SSLv3'
                      ----------------------------------------
                    <u></u><u></u><u></u><u></u><u></u><u></u><u></u></tt></blockquote>
    <br>
    AttributeError: 'module' object has no attribute 'PROTOCOL_SSLv3'
    gave me the clue.<br>
    Apparently, SSLv3 has been unavailable in since Python 2.7.8-12 
    (and Debian 8 has 2.7.9).<br>
    <br>
    I then noticed the version number on virtualenv, compared it to
    debian's, and, as it turns out, we were using an older version. So I
    looked up where this version was being set, and updated it from
    1.11.4 to 12.0.7.<br>
    <br>
    Sure enough, this got me to at least be able to pull all
    repositories contained in sugar-build.<br>
    Now, the challenge will be to build them.<br>
    <br>
    Until the next episode,<br>
    Sebastian<br>
    <br>
  </div>

<br>_______________________________________________<br>
Sugar-devel mailing list<br>
<a href="mailto:Sugar-devel@lists.sugarlabs.org">Sugar-devel@lists.sugarlabs.org</a><br>
<a href="http://lists.sugarlabs.org/listinfo/sugar-devel" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Gonzalo Odiard<br><br><div>SugarLabs - Software for children learning <br></div></div></div>
</div>