Bug 519191 - perl-Socket6 needs to be rebuilt against current perl in rawhide
Summary: perl-Socket6 needs to be rebuilt against current perl in rawhide
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: perl-Socket6
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Warren Togami
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-08-25 15:23 UTC by Jonathan Kamens
Modified: 2009-08-26 07:41 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-08-26 07:41:58 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.