Openembedded Core Discussions
 help / color / mirror / Atom feed
* openssl does not build on recent distributions with perl-5.16.0
@ 2012-06-15  6:36 Martin Jansa
  2012-06-15 14:15 ` Khem Raj
  0 siblings, 1 reply; 10+ messages in thread
From: Martin Jansa @ 2012-06-15  6:36 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 1116 bytes --]

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 '#!/usr/local/bin/perl'
  # line in all scripts that rely on perl.
  #

  require "find.pl";
  ...

which was removed in perl-5.16.0 and marked as deprecated and
unmaintained in 5.14 and older: 
/tmp/usr/lib/perl5/5.14.2/find.pl:
  warn "Legacy library @{[(caller(0))[6]]} will be removed from the Perl
  core distribution in the next major release. Please install it from the
  CPAN distribution Perl4::CoreLibs. It is being used at @{[(caller)[1]]},
  line @{[(caller)[2]]}.\n";

  # This library is deprecated and unmaintained. It is included for
  # compatibility with Perl 4 scripts which may use it, but it will be
  # removed in a future version of Perl. Please use the File::Find module
  # instead.

Cheers,

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-06-16  6:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-15  6:36 openssl does not build on recent distributions with perl-5.16.0 Martin Jansa
2012-06-15 14:15 ` Khem Raj
2012-06-15 14:19   ` Jack Mitchell
2012-06-15 14:27     ` Jack Mitchell
2012-06-15 14:32     ` Martin Jansa
2012-06-15 14:36   ` Richard Purdie
2012-06-15 15:59     ` Khem Raj
2012-06-15 20:39     ` Martin Jansa
2012-06-15 21:40       ` Richard Purdie
2012-06-16  6:43       ` [PATCH] openssl: add deprecated and unmaintained find.pl from perl-5.14 to fix perlpath.pl Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox