[Bug 519191] New: perl-Socket6 needs to be rebuilt against current perl in rawhide

bugzilla at redhat.com bugzilla at redhat.com
Tue Aug 25 15:23:30 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: perl-Socket6 needs to be rebuilt against current perl in rawhide

https://bugzilla.redhat.com/show_bug.cgi?id=519191

           Summary: perl-Socket6 needs to be rebuilt against current perl
                    in rawhide
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: low
         Component: perl-Socket6
        AssignedTo: wtogami at redhat.com
        ReportedBy: jik at kamens.brookline.ma.us
         QAContact: extras-qa at fedoraproject.org
                CC: wtogami at redhat.com, jpo at di.uminho.pt,
                    fedora-perl-devel-list at redhat.com
    Classification: Fedora


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$

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-perl-devel-list mailing list