Changes between Initial Version and Version 1 of Ticket #59410, comment 3


Ignore:
Timestamp:
Nov 3, 2019, 8:24:27 PM (5 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59410, comment 3

    initial v1  
    2626}}}
    2727
    28 So it failed to download openssl, but we wouldn't want it to do that anyway, and it's only doing that because the _hashlib module is not available. Looking at the contents of python27 I see that it contains _hashlib, but looking at the contents of pypy-bootstrap I see that it does not. I don't know how to give pypy-bootstrap a _hashlib module.
     28So it failed to download openssl, but we wouldn't want it to do that anyway (ports should only download files during the fetch phase), and it's only doing that because the _hashlib module is not available. Looking at the contents of python27 I see that it contains _hashlib, but looking at the contents of pypy-bootstrap I see that it does not. I don't know how to give pypy-bootstrap a _hashlib module.
    2929
    3030This port uses pypy-bootstrap to build on Darwin x86_64 systems and python27 to build on other systems. Unless a previous version of pypy is installed and trace mode is not being used, in which case it uses that.