Bug 519191

Summary: perl-Socket6 needs to be rebuilt against current perl in rawhide
Product: [Fedora] Fedora Reporter: Jonathan Kamens <jik>
Component: perl-Socket6Assignee: Warren Togami <wtogami>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: jose.p.oliveira.oss, perl-devel, wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-08-26 07:41:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jonathan Kamens 2009-08-25 15:23:29 UTC
jik2:~!1008$ perl <<\EOF
                                                            use Net::DNS;
    $res = Net::DNS::Resolver->new;
    $res->udp_timeout(1);
    $res->nameservers('127.0.0.1');
    $res->search("localhost") || die "Localhost lookup failed\n";
EOF
perl: symbol lookup error: /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/auto/Socket6/Socket6.so: undefined symbol: Perl_pad_sv
jik2:~!1009$ # after rebuilding perl-Socket6 locally and reinstalling it
jik2:~!1010$ perl <<\EOF                                        
    use Net::DNS;
    $res = Net::DNS::Resolver->new;
    $res->udp_timeout(1);
    $res->nameservers('127.0.0.1');
    $res->search("localhost") || die "Localhost lookup failed\n";
EOF
jik2:~!1011$

Comment 1 Marcela Mašláňová 2009-08-26 07:41:58 UTC
This was fixed by rebuild of perl. Please update to perl-5.10.0-80.fc12

Reason for failure was answered here:
http://osdir.com/ml/general/2009-08/msg10656.html