https://bugzilla.redhat.com/show_bug.cgi?id=1855963 Bug ID: 1855963 Summary: bug in perl prevents bugzilla checksetup.pl script from working Product: Fedora Version: 31 Status: NEW Component: perl Assignee: jplesnik@xxxxxxxxxx Reporter: sjoerd@xxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: caillon+fedoraproject@xxxxxxxxx, iarnell@xxxxxxxxx, jplesnik@xxxxxxxxxx, kasal@xxxxxx, mmaslano@xxxxxxxxxx, perl-devel@xxxxxxxxxxxxxxxxxxxxxxx, ppisar@xxxxxxxxxx, psabata@xxxxxxxxxx, rhughes@xxxxxxxxxx, sandmann@xxxxxxxxxx, spotrh@xxxxxxxxx Target Milestone: --- Link ID: Github Perl/perl5/issues/17271,Mozilla Foundation 1588175 Classification: Fedora Description of problem: See bugs https://bugzilla.mozilla.org/show_bug.cgi?id=1588175 for a description of the bugzilla side of things, and see https://github.com/Perl/perl5/issues/17271 for the perl side of things. The problem is, when running checksetup.pl, perl at some point complains about Undefined subroutine utf8::SWASHNEW. It seems that perl needs to pre-load this function in Safe.pm, but the way it attempts to do so is outdated. Version-Release number of selected component (if applicable): perl-interpreter-5.30.3-452.fc31.x86_64 perl-interpreter-5.30.3-453.fc32.x86_64 Since the perl bug report says the bug has been fixes, I assume there is a newer version available. Otherwise the simple patch described in the perl bug report should be applied. How reproducible: Steps to Reproduce: 1. install and configure a minimal bugzilla (in a VM) 2. cd /usr/share/Bugzilla 3. ./checksetup.pl Actual results: Error message about Undefined subroutine utf8::SWASHNEW Expected results: No such error. Additional info: -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx