Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 485362 - dev-libs/openssl-1.0.1e does not build with dev-lang/perl-5.18.1
Summary: dev-libs/openssl-1.0.1e does not build with dev-lang/perl-5.18.1
Status: RESOLVED DUPLICATE of bug 483820
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-19 07:03 UTC by Martin Väth
Modified: 2013-10-14 23:25 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to fix compilation of openssl-1.0.1e with perl-5.18 (openssl-1.0.1e-perl-5.18.patch,8.17 KB, patch)
2013-09-19 07:03 UTC, Martin Väth
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Väth 2013-09-19 07:03:56 UTC
Created attachment 358968 [details, diff]
Patch to fix compilation of openssl-1.0.1e with perl-5.18

perl-5.18 is currently still masked, but it would be a pity if openssl would prevent it from being unmasked:

perl-5.18 has become more strict about parsing *.pod files which causes
build issues with openssl-1.0.1e (and probably other openssl versions, too).
Besides some missing =back's and =over's the main issue is that perl-5.18 thinks that =item followed by a number is a typo. A workaround is to type the number fat (like with sed -e 's/^=item \([0-9]*\)/=item B<\1>/').

I attach a patch where all occurrences - including the missing =back's and =over's - are fixed manually.
Comment 1 Michael Pyne 2013-10-09 00:02:56 UTC
I've also experienced this while testing perl 5.18.1.
Comment 2 SpanKY gentoo-dev 2013-10-14 23:25:51 UTC

*** This bug has been marked as a duplicate of bug 483820 ***