NetBSD Problem Report #49704

From www@NetBSD.org  Sat Feb 28 13:33:28 2015
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id E6158A650D
	for <gnats-bugs@gnats.NetBSD.org>; Sat, 28 Feb 2015 13:33:28 +0000 (UTC)
Message-Id: <20150228133327.C67DCA6551@mollari.NetBSD.org>
Date: Sat, 28 Feb 2015 13:33:27 +0000 (UTC)
From: kuehro@gmx.de
Reply-To: kuehro@gmx.de
To: gnats-bugs@NetBSD.org
Subject: devel/p5-App-perlbrew needs p5-Module-Pluggable
X-Send-Pr-Version: www-1.0

>Number:         49704
>Category:       pkg
>Synopsis:       devel/p5-App-perlbrew needs p5-Module-Pluggable
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          closed
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Feb 28 13:35:00 +0000 2015
>Closed-Date:    Sun Mar 01 09:28:00 +0000 2015
>Last-Modified:  Sun Mar 01 09:30:01 +0000 2015
>Originator:     Kai-Uwe Eckhardt
>Release:        pkgsrc-current
>Organization:
>Environment:
>Description:
Using p5-App-perlbrew as e.g. perlbrew install perl-5.21.9 fails:

Can't locate Module/Pluggable.pm in @INC (you may need to install the Module::Pluggable module) ...
>How-To-Repeat:

>Fix:
Add this to the Makefile of p5-App-perlbrew:

DEPENDS+=       p5-Module-Pluggable>=5.10:../../devel/p5-Module_Pluggable


>Release-Note:

>Audit-Trail:
From: Thomas Klausner <tk@giga.or.at>
To: NetBSD bugtracking <gnats-bugs@NetBSD.org>
Cc: 
Subject: Re: pkg/49704: devel/p5-App-perlbrew needs p5-Module-Pluggable
Date: Sun, 1 Mar 2015 09:38:34 +0100

 On Sat, Feb 28, 2015 at 01:35:00PM +0000, Kai-Uwe Eckhardt wrote:
 > >Number:         49704
 > >Category:       pkg
 > >Synopsis:       devel/p5-App-perlbrew needs p5-Module-Pluggable
 > >Confidential:   no
 > >Severity:       non-critical
 > >Priority:       low
 > >Responsible:    pkg-manager
 > >State:          open
 > >Class:          change-request
 > >Submitter-Id:   net
 > >Arrival-Date:   Sat Feb 28 13:35:00 +0000 2015
 > >Originator:     Kai-Uwe Eckhardt
 > >Release:        pkgsrc-current
 > >Organization:
 > >Environment:
 > >Description:
 > Using p5-App-perlbrew as e.g. perlbrew install perl-5.21.9 fails:
 > 
 > Can't locate Module/Pluggable.pm in @INC (you may need to install the Module::Pluggable module) ...
 > >How-To-Repeat:

 Hm, I can't reproduce that.

 I need to install curl or wget (so this should be added as
 dependency), but then I get:

 # perlbrew install perl-5.21.9
 curl: not found
 Fetching perl 5.21.9 as /root/perl5/perlbrew/dists/perl-5.21.9.tar.bz2
 Download http://www.cpan.org/src/5.0/perl-5.21.9.tar.bz2 to /root/perl5/perlbrew/dists/perl-5.21.9.tar.bz2
 /root/perl5/perlbrew/dists/perl-5.21.9.tar.bz2: No such file or directory
 ERROR: Failed to download http://www.cpan.org/src/5.0/perl-5.21.9.tar.bz2

  Thomas

From: "Kai-Uwe Eckhardt" <kuehro@gmx.de>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/49704: devel/p5-App-perlbrew needs p5-Module-Pluggable
Date: Sun, 1 Mar 2015 10:15:34 +0100

 1) Yes, curl shall be added as a dependency.

 2) The dependency line belongs into devel/p5-Devel-PatchPerl and
 should read >= 5.1 instead of 5.10. Didn't check in the correct
 way. Sorry. So please add this to devel/p5-Devel-PatchPerl:

 DEPENDS+=       p5-Module-Pluggable>=5.1:../../devel/p5-Module_Pluggable

 Kai-Uwe



State-Changed-From-To: open->closed
State-Changed-By: wiz@NetBSD.org
State-Changed-When: Sun, 01 Mar 2015 09:28:00 +0000
State-Changed-Why:
Fixed as suggested in the latest email. Thanks!


From: "Thomas Klausner" <wiz@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49704 CVS commit: pkgsrc/devel/p5-Devel-PatchPerl
Date: Sun, 1 Mar 2015 09:26:34 +0000

 Module Name:	pkgsrc
 Committed By:	wiz
 Date:		Sun Mar  1 09:26:34 UTC 2015

 Modified Files:
 	pkgsrc/devel/p5-Devel-PatchPerl: Makefile

 Log Message:
 Add missing dependency. From Kai-Uwe Eckhardt in PR 49704.
 Bump PKGREVISION.


 To generate a diff of this commit:
 cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-Devel-PatchPerl/Makefile

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

From: "Thomas Klausner" <wiz@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49704 CVS commit: pkgsrc/devel/p5-App-perlbrew
Date: Sun, 1 Mar 2015 09:27:41 +0000

 Module Name:	pkgsrc
 Committed By:	wiz
 Date:		Sun Mar  1 09:27:41 UTC 2015

 Modified Files:
 	pkgsrc/devel/p5-App-perlbrew: Makefile

 Log Message:
 Add dependency on curl for fetching files.
 From Kai-Uwe Eckhardt in PR 49704.
 Bump PKGREVISION.


 To generate a diff of this commit:
 cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-App-perlbrew/Makefile

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

>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.