Bug 240360 - devel/bugzilla50 ./checksetup.pl fails with perl 5.30
Summary: devel/bugzilla50 ./checksetup.pl fails with perl 5.30
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: bz-ports
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-06 07:51 UTC by Vikash Badal
Modified: 2021-05-22 02:42 UTC (History)
4 users (show)

See Also:
bugzilla: maintainer-feedback? (bz-ports)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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