Re: [OE-core] openssl does not build on recent distributions with perl-5.16.0

2012-06-15 Thread Richard Purdie
On Fri, 2012-06-15 at 22:39 +0200, Martin Jansa wrote: > On Fri, Jun 15, 2012 at 03:36:50PM +0100, Richard Purdie wrote: > > On Fri, 2012-06-15 at 07:15 -0700, Khem Raj wrote: > > > On Thursday, June 14, 2012, Martin Jansa wrote: > > > Hi, > > > > > > openembedded-core/meta/recipes-

Re: [OE-core] openssl does not build on recent distributions with perl-5.16.0

2012-06-15 Thread Martin Jansa
On Fri, Jun 15, 2012 at 03:36:50PM +0100, Richard Purdie wrote: > On Fri, 2012-06-15 at 07:15 -0700, Khem Raj wrote: > > On Thursday, June 14, 2012, Martin Jansa wrote: > > Hi, > > > > openembedded-core/meta/recipes-connectivity/openssl/openssl.inc > > > > is using perlpath.

Re: [OE-core] openssl does not build on recent distributions with perl-5.16.0

2012-06-15 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/15/2012 7:36 AM, Richard Purdie wrote: > On Fri, 2012-06-15 at 07:15 -0700, Khem Raj wrote: >> On Thursday, June 14, 2012, Martin Jansa wrote: Hi, >> >> openembedded-core/meta/recipes-connectivity/openssl/openssl.inc >> >> is using perlpath.pl:

Re: [OE-core] openssl does not build on recent distributions with perl-5.16.0

2012-06-15 Thread Richard Purdie
On Fri, 2012-06-15 at 07:15 -0700, Khem Raj wrote: > On Thursday, June 14, 2012, Martin Jansa wrote: > Hi, > > openembedded-core/meta/recipes-connectivity/openssl/openssl.inc > > is using perlpath.pl: > > do_configure () { > cd util >

Re: [OE-core] openssl does not build on recent distributions with perl-5.16.0

2012-06-15 Thread Martin Jansa
On Fri, Jun 15, 2012 at 03:19:34PM +0100, Jack Mitchell wrote: > On 15/06/12 15:15, Khem Raj wrote: > > > > > > On Thursday, June 14, 2012, Martin Jansa wrote: > > > > Hi, > > > > openembedded-core/meta/recipes-connectivity/openssl/openssl.inc > > > > is using perlpath.pl

Re: [OE-core] openssl does not build on recent distributions with perl-5.16.0

2012-06-15 Thread Jack Mitchell
On 15/06/12 15:19, Jack Mitchell wrote: On 15/06/12 15:15, Khem Raj wrote: On Thursday, June 14, 2012, Martin Jansa wrote: Hi, openembedded-core/meta/recipes-connectivity/openssl/openssl.inc is using perlpath.pl : do_configure () { cd util

Re: [OE-core] openssl does not build on recent distributions with perl-5.16.0

2012-06-15 Thread Jack Mitchell
On 15/06/12 15:15, Khem Raj wrote: On Thursday, June 14, 2012, Martin Jansa wrote: Hi, openembedded-core/meta/recipes-connectivity/openssl/openssl.inc is using perlpath.pl : do_configure () { cd util perl perlpath.pl

Re: [OE-core] openssl does not build on recent distributions with perl-5.16.0

2012-06-15 Thread Khem Raj
On Thursday, June 14, 2012, Martin Jansa wrote: > Hi, > > openembedded-core/meta/recipes-connectivity/openssl/openssl.inc > > is using perlpath.pl: > > do_configure () { > cd util > perl perlpath.pl ${STAGING_BINDIR_NATIVE} I wonder why it's using host perl and not staged perl

[OE-core] openssl does not build on recent distributions with perl-5.16.0

2012-06-14 Thread Martin Jansa
Hi, openembedded-core/meta/recipes-connectivity/openssl/openssl.inc is using perlpath.pl: do_configure () { cd util perl perlpath.pl ${STAGING_BINDIR_NATIVE} ... and perlpath.pl is using find.pl: openssl-1.0.0i/util/perlpath.pl: #!/usr/local/bin/perl # # modify the