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@xxxxxxxxxx ReportedBy: jik@xxxxxxxxxxxxxxxxxxxxxx QAContact: extras-qa@xxxxxxxxxxxxxxxxx CC: wtogami@xxxxxxxxxx, jpo@xxxxxxxxxxxx, fedora-perl-devel-list@xxxxxxxxxx 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. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list