Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 706268 - dev-perl/Net-SSLeay-1.880.0 with LTO - Can't find 'boot_Net__SSLeay' symbol in /usr/lib64/perl5/vendor_perl/5.30.1/x86_64-linux-thread-multi/auto/Net/SSLeay/SSLeay.so
Summary: dev-perl/Net-SSLeay-1.880.0 with LTO - Can't find 'boot_Net__SSLeay' symbol i...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard: LTO
Keywords:
Depends on:
Blocks: lto
  Show dependency tree
 
Reported: 2020-01-24 21:54 UTC by David Heidelberg (okias)
Modified: 2021-08-25 02:05 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Heidelberg (okias) 2020-01-24 21:54:51 UTC
$ cat test.pl
#!/usr/bin/perl
require IO::Socket::SSL;

$ ./test.pl 
Can't find 'boot_Net__SSLeay' symbol in /usr/lib64/perl5/vendor_perl/5.30.1/x86_64-linux-thread-multi/auto/Net/SSLeay/SSLeay.so
 at /usr/lib64/perl5/vendor_perl/5.30.1/IO/Socket/SSL.pm line 19.
Compilation failed in require at /usr/lib64/perl5/vendor_perl/5.30.1/IO/Socket/SSL.pm line 19.
BEGIN failed--compilation aborted at /usr/lib64/perl5/vendor_perl/5.30.1/IO/Socket/SSL.pm line 19.
Compilation failed in require at ./test.pl line 2.


Reproducible: Always
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2021-04-26 17:11:27 UTC
Some emerge --info might be helpful