Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 706268

Summary: 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
Product: Gentoo Linux Reporter: David Heidelberg (okias) <david>
Component: Current packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED NEEDINFO    
Severity: normal CC: sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard: LTO
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 618550    

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