https://bugzilla.redhat.com/show_bug.cgi?id=1317280 --- Comment #5 from Petr Pisar <ppisar@xxxxxxxxxx> --- (In reply to Tiger!P from comment #3) > I did upgrade from Fedora 21 to Fedora 23. > > On the Fedora 21 system I installed iCal::Parser via `cpan -i iCal::Parser` > and did this again on fedora 23, but this gives me the following output: > > $ cpan -i iCal::Parser > Loading internal null logger. Install Log::Log4perl for logging messages > CPAN: Storable loaded ok (v2.53) > Reading '/root/.cpan/Metadata' > Database was generated on Sat, 12 Mar 2016 22:41:02 GMT > CPAN: Module::CoreList loaded ok (v5.20160121) > iCal::Parser is up to date (1.20). > The problem is not with iCal::Parser, but with one of its dependencies: > $ strace -e open perl ical2rem.pl 2>&1 >/dev/null |grep \\.so [...] > open("/usr/local/lib64/perl5/auto/Params/Validate/XS/XS.so", > O_RDONLY|O_CLOEXEC) = 8 > You have Params::Validate::XS built against the old perl. > How can I fix this? > Reinstall Params::Validate::XS. But that does not have to be the only old dependency. You should reinstall everything you have in /usr/local/lib64/perl5/auto/. Or better remove it and install it from Fedora repositories like "dnf install 'perl(Params::Validate::XS')". By the way, I packaged the iCal::Parser yesterday, so it will be available in Fedora repositories soon. > The traceback from journal when running the strace above: > > Mar 14 18:01:36 chiad systemd-coredump[15803]: Process 15798 (strace) of > user 1001 dumped core. > > Stack trace of thread 15798: > #0 0x00007f39e2acea98 raise > (libc.so.6) > #1 0x00007f39e32e8586 main > (strace) > #2 0x00007f39e2aba580 > __libc_start_main (libc.so.6) > #3 0x00007f39e32e85f9 _start > (strace) > Mar 14 18:01:40 chiad systemd-coredump[15802]: Process 15801 (perl) of user > 1001 dumped core. > > Stack trace of thread 15801: > #0 0x00007f43ecf8563e > boot_Params__Validate__XS (XS.so) There are no absolute path names. The backtrace cannot be used to decide where a module was loaded from. -- 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 http://lists.fedoraproject.org/admin/lists/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx