<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body 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><string>", line 1, in <module>
            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 <module> 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 <module> 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 <module> 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 <module> 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 <module>
                      AttributeError: 'module' object has no attribute
                      'PROTOCOL_SSLv3'
                      ----------------------------------------
                    </module></module></module></module></module></module></string></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>
  </body>
</html>