Bug 240360

Summary: devel/bugzilla50 ./checksetup.pl fails with perl 5.30
Product: Ports & Packages Reporter: Vikash Badal <vikashb>
Component: Individual Port(s)Assignee: bz-ports
Status: Closed Overcome By Events    
Severity: Affects Some People CC: coypu, ohartmann, pi, vikashb
Priority: --- Flags: bugzilla: maintainer-feedback? (bz-ports)
Version: Latest   
Hardware: Any   
OS: Any   
See Also: https://github.com/Perl/perl5/issues/17271

Description Vikash Badal 2019-09-06 07:51:12 UTC
after upgrading to perl 5.30 bugzilla fails when executing ./checksetup.pl

Undefined subroutine utf8::SWASHNEW called at Bugzilla/Util.pm line 108.
Compilation failed in require at Bugzilla/Mailer.pm line 21, <DATA> line 755.
BEGIN failed--compilation aborted at Bugzilla/Mailer.pm line 21, <DATA> line 755.
Compilation failed in require at Bugzilla/Auth.pm line 22, <DATA> line 755.
BEGIN failed--compilation aborted at Bugzilla/Auth.pm line 22, <DATA> line 755.
Compilation failed in require at Bugzilla.pm line 23, <DATA> line 755.
BEGIN failed--compilation aborted at Bugzilla.pm line 23, <DATA> line 755.
Compilation failed in require at ./checksetup.pl line 75, <DATA> line 755.
Comment 1 O. Hartmann 2019-10-08 06:16:53 UTC
The same here!

OS: 12-STABLE, 12.1-RELENG, CURRENT and recent ports tree as of today.
Comment 2 coypu 2019-11-11 22:06:39 UTC
Upstream perl bug report: https://github.com/Perl/perl5/issues/17271