[tahoe-dev] v1.9.0-sumo build is broken on a RHEL5 system (and clones)

David-Sarah Hopwood david-sarah at jacaranda.org
Thu Dec 15 19:26:02 UTC 2011


On 15/12/11 13:51, Jimmy Tang wrote:
> Doing this somewhat makes the problem go away on RHEL5
> 
> diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py
> index bee1b5d..57d82b1 100644
> --- a/src/allmydata/_auto_deps.py
> +++ b/src/allmydata/_auto_deps.py
> @@ -38,14 +38,13 @@ install_requires = [
>      # or foolscap switching from pyOpenSSL to a different crypto library, we
>      # need to update this declaration here.
>      "foolscap >= 0.6.1",
> -    "pyOpenSSL",
> +    "pyOpenSSL <= 0.11",
> 
> the tests all pass after making the change.
> 
> Is there a compelling reason for using newer versions of pyopenssl ?

No, but we dislike having to exclude newer versions of dependencies; it
means that security updates don't get picked up, for example.

Filed as https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1637 .

-- 
David-Sarah Hopwood ⚥ http://davidsarah.livejournal.com

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 294 bytes
Desc: OpenPGP digital signature
URL: <http://tahoe-lafs.org/pipermail/tahoe-dev/attachments/20111215/83e6b036/attachment.pgp>


More information about the tahoe-dev mailing list