NetBSD Problem Report #54625

From john@stgeorge.klos.com  Thu Oct 17 18:10:41 2019
Return-Path: <john@stgeorge.klos.com>
Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id DB0B77A178
	for <gnats-bugs@gnats.NetBSD.org>; Thu, 17 Oct 2019 18:10:41 +0000 (UTC)
Message-Id: <201910171810.x9HIAbRM000873@stgeorge.klos.com>
Date: Thu, 17 Oct 2019 18:10:37 GMT
From: john@ziaspace.com
Reply-To: john@ziaspace.com
To: gnats-bugs@NetBSD.org
Subject: devel/bugzilla fails on NetBSD 7.2
X-Send-Pr-Version: 3.95

>Number:         54625
>Category:       pkg
>Synopsis:       devel/bugzilla fails on NetBSD 7.2
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    pkg-manager
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Oct 17 18:15:00 +0000 2019
>Closed-Date:    Sat Feb 29 10:41:07 +0000 2020
>Last-Modified:  Sat Feb 29 10:41:07 +0000 2020
>Originator:     John Klos
>Release:        NetBSD 7.2_STABLE
>Organization:

>Environment:


System: NetBSD stgeorge.klos.com 7.2_STABLE NetBSD 7.2_STABLE (STGEORGE) #1: Wed Dec 26 17:29:59 UTC 2018 john@stgeorge.klos.com:/usr/release/obj-amd64/sys/arch/amd64/compile/STGEORGE amd64
Architecture: x86_64
Machine: amd64
>Description:


Trying to compile devel/bugzilla fails with:
...
To attempt an automatic install of every required and optional module
with one command, do:

  /usr/local/bin/perl5.30.0 install-module.pl --all

Undefined subroutine utf8::SWASHNEW called at Bugzilla/Util.pm line 104.
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.
*** Error code 2

>How-To-Repeat:

>Fix:


>Release-Note:

>Audit-Trail:
From: "Maya Rashish" <maya@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/54625 CVS commit: pkgsrc/lang/perl5
Date: Mon, 11 Nov 2019 21:32:13 +0000

 Module Name:	pkgsrc
 Committed By:	maya
 Date:		Mon Nov 11 21:32:12 UTC 2019

 Modified Files:
 	pkgsrc/lang/perl5: Makefile distinfo
 Added Files:
 	pkgsrc/lang/perl5/patches: patch-Safe.pm

 Log Message:
 perl5: evaluating this regex to force utf8_heavy.pl to load no longer works,
 use a unicode 'tr///' instead.

 Fixes Bugzilla checksetup.pl, which uses Safe.

 Thanks to many on #perl on freenode.
 PR pkg/54625
 Bump PKGREVISION


 To generate a diff of this commit:
 cvs rdiff -u -r1.257 -r1.258 pkgsrc/lang/perl5/Makefile
 cvs rdiff -u -r1.159 -r1.160 pkgsrc/lang/perl5/distinfo
 cvs rdiff -u -r0 -r1.1 pkgsrc/lang/perl5/patches/patch-Safe.pm

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Maya Rashish" <maya@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/54625 CVS commit: pkgsrc/devel/bugzilla
Date: Mon, 11 Nov 2019 21:53:06 +0000

 Module Name:	pkgsrc
 Committed By:	maya
 Date:		Mon Nov 11 21:53:06 UTC 2019

 Modified Files:
 	pkgsrc/devel/bugzilla: Makefile distinfo
 Removed Files:
 	pkgsrc/devel/bugzilla/patches: patch-Bugzilla_Util.pm

 Log Message:
 bugzilla: Undo workaround to handle Perl 5.30.0 issue.

 Fixed in perl package.
 PR pkg/54625
 Bump PKGREVISION again


 To generate a diff of this commit:
 cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/bugzilla/Makefile
 cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/bugzilla/distinfo
 cvs rdiff -u -r1.1 -r0 pkgsrc/devel/bugzilla/patches/patch-Bugzilla_Util.pm

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->feedback
State-Changed-By: rillig@NetBSD.org
State-Changed-When: Sun, 09 Feb 2020 21:35:02 +0000
State-Changed-Why:
Do the changes from November 2019 fix the problem for you?


From: John Klos <john@ziaspace.com>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: pkg/54625 (devel/bugzilla fails on NetBSD 7.2)
Date: Mon, 10 Feb 2020 03:33:38 +0000 (UTC)

 > State-Changed-From-To: open->feedback
 > State-Changed-By: rillig@NetBSD.org
 > State-Changed-When: Sun, 09 Feb 2020 21:35:02 +0000
 > State-Changed-Why:
 > Do the changes from November 2019 fix the problem for you?

 Yes. bugzilla was fixed in November.

 Thanks,
 John

State-Changed-From-To: feedback->closed
State-Changed-By: bsiegert@NetBSD.org
State-Changed-When: Sat, 29 Feb 2020 10:41:07 +0000
State-Changed-Why:
Confirmed fixed, thanks Maya and John!


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.46 2020/01/03 16:35:01 leot Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2020 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.