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: jples...@redhat.com
          Reporter: sjo...@acm.org
        QA Contact: extras...@fedoraproject.org
                CC: caillon+fedoraproj...@gmail.com, iarn...@gmail.com,
                    jples...@redhat.com, ka...@ucw.cz,
                    mmasl...@redhat.com,
                    perl-devel@lists.fedoraproject.org, ppi...@redhat.com,
                    psab...@redhat.com, rhug...@redhat.com,
                    sandm...@redhat.com, spo...@gmail.com
  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@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
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@lists.fedoraproject.org

Reply via email to