https://bugzilla.redhat.com/show_bug.cgi?id=1227175 Petr Pisar <ppisar@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ppisar@xxxxxxxxxx --- Comment #3 from Petr Pisar <ppisar@xxxxxxxxxx> --- (In reply to John Heidemann from comment #0) > Description of problem: > Fails to run, even test suits, giving the error: > > perl: symbol lookup error: > /usr/local/lib64/perl5/auto/Text/BibTeX/BibTeX.so: undefined symbol: > Perl_Gthr_key_ptr > The /usr/local stuff your not delivered by any Fedora RPM package. It's your private module built using older perl which you try to load with a new perl now. Please note that major perl releases are not guaranteed to be ABI-comptatible which is exactly the error you see now. Solution is either to remove all content from /usr/local/share/perl5 and /usr/local/lib64/perl5 or rebuild your private module using current perl. (You used cpan tool probably.) > Same problem when I rebuild the package from source. > Then something is fishy with the source. It should test just built modules from ./blib, not from system paths. > In addition, then I get conflicts on install > file /usr/lib64/perl5/vendor_perl/Text from install of > perl-Text-BibTeX-0.70-4.fc22.x86_64 conflicts with file from package > perl-Text-Soundex-3.04-294.fc22.x86_64 This looks like the two packages disagree on mode or ownership of /usr/lib64/perl5/vendor_perl/Text directory. This is a packaging bug. The correct ownership should be root:root and mode 0755. -- 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 perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel