Re: [oe] [meta-python][jethro][PATCH][V2] python-m2crypto: fix SSLv2 symbol issue

2016-03-29 Thread Martin Jansa
On Tue, Mar 29, 2016 at 11:58:55AM +0200, Javier Viguera wrote: > On 17/03/16 22:54, Martin Jansa wrote: > > > > I'm still seeing multiple issues caused by last openssl upgrade, e.g. > > ruby, pywbem, crda > > > > Are they all supposed to be fixed by this? > > Well I just did a basic build tests

Re: [oe] [meta-python][jethro][PATCH][V2] python-m2crypto: fix SSLv2 symbol issue

2016-03-29 Thread Javier Viguera
On 17/03/16 22:54, Martin Jansa wrote: I'm still seeing multiple issues caused by last openssl upgrade, e.g. ruby, pywbem, crda Are they all supposed to be fixed by this? Well I just did a basic build tests with the three mentioned above (ruby, pywbem and crda) and these are the results:

Re: [oe] [meta-python][jethro][PATCH][V2] python-m2crypto: fix SSLv2 symbol issue

2016-03-19 Thread Pushpal Sidhu
On Thu, Mar 17, 2016 at 2:54 PM, Martin Jansa wrote: > On Mon, Mar 14, 2016 at 03:21:33PM -0700, Pushpal Sidhu wrote: >> Hi, >> >> On Wed, Mar 9, 2016 at 11:18 AM, akuster808 wrote: >> > >> > >> > >> > On 03/09/2016 11:11 AM, Martin Jansa wrote: >> >

Re: [oe] [meta-python][jethro][PATCH][V2] python-m2crypto: fix SSLv2 symbol issue

2016-03-19 Thread Martin Jansa
On Mon, Mar 14, 2016 at 03:21:33PM -0700, Pushpal Sidhu wrote: > Hi, > > On Wed, Mar 9, 2016 at 11:18 AM, akuster808 wrote: > > > > > > > > On 03/09/2016 11:11 AM, Martin Jansa wrote: > > > On Wed, Mar 09, 2016 at 09:06:57AM -0800, Armin Kuster wrote: > > >> From: Armin

Re: [oe] [meta-python][jethro][PATCH][V2] python-m2crypto: fix SSLv2 symbol issue

2016-03-14 Thread Pushpal Sidhu
Hi, On Wed, Mar 9, 2016 at 11:18 AM, akuster808 wrote: > > > > On 03/09/2016 11:11 AM, Martin Jansa wrote: > > On Wed, Mar 09, 2016 at 09:06:57AM -0800, Armin Kuster wrote: > >> From: Armin Kuster > >> > >> missed using "-D" for OPENSSL_NO_SSL2

Re: [oe] [meta-python][jethro][PATCH][V2] python-m2crypto: fix SSLv2 symbol issue

2016-03-09 Thread akuster808
On 03/09/2016 11:11 AM, Martin Jansa wrote: > On Wed, Mar 09, 2016 at 09:06:57AM -0800, Armin Kuster wrote: >> From: Armin Kuster >> >> missed using "-D" for OPENSSL_NO_SSL2 swig_features. > > fido version: > http://patchwork.openembedded.org/patch/117291/ > needed -D as

Re: [oe] [meta-python][jethro][PATCH][V2] python-m2crypto: fix SSLv2 symbol issue

2016-03-09 Thread Martin Jansa
On Wed, Mar 09, 2016 at 09:06:57AM -0800, Armin Kuster wrote: > From: Armin Kuster > > missed using "-D" for OPENSSL_NO_SSL2 swig_features. fido version: http://patchwork.openembedded.org/patch/117291/ needed -D as well, right? I've pushed both to fido-next and jethro-next

[oe] [meta-python][jethro][PATCH][V2] python-m2crypto: fix SSLv2 symbol issue

2016-03-09 Thread Armin Kuster
From: Armin Kuster missed using "-D" for OPENSSL_NO_SSL2 swig_features. ERROR: Failed to import the "M2Crypto" module: .../usr/lib/python2.7/site-packages/M2Crypto/__m2crypto.so: undefined symbol: SSLv2_method disable using SSLv2_method if not supported in openssl. This