Gentoo Archives: gentoo-perl

From: Sergiy Borodych <bor@×××××××××.ua>
To: gentoo-perl@l.g.o
Subject: Re: [gentoo-perl] how to use g-cpan ?
Date: Mon, 27 Jul 2009 10:23:11
Message-Id: 4A6D800A.1060603@univ.kiev.ua
In Reply to: [gentoo-perl] how to use g-cpan ? by Zhang Jun
1 On 07/25/09 12:11, Zhang Jun wrote:
2 > I can not install modules with g-cpan,
3 >
4 > my steps are:
5 >
6 > mkdir /usr/local/portage/mycpan
7 > echo 'PORTDIR_OVERLAY="/usr/local/portage/mycpan ${PORTDIR_OVERLAY}"'
8 >>> /etc/make.conf
9 > mkdir /usr/local/portage/mycpan/profiles
10 > echo "mycpan_repo" > /usr/local/portage/mycpan/profiles/repo_name
11 > g-cpan -gv FCGI::Async ; update-eix
12 > emerge -av FCGI-Async
13 >
14 > but it does not install any file:
15 >
16 > # equery f perl-gcpan/FCGI-Async-0.17
17 > [ Searching for packages matching perl-gcpan/FCGI-Async-0.17... ]
18 > * Contents of perl-gcpan/FCGI-Async-0.17:
19 > #
20 >
21 > I also tryed the g-cpan -iv FCGI::Async, no luck
22 >
23 What version of g-cpan you used ?
24 ( current last version contain some not resolved bugs :( )
25
26 and please post output of 'g-cpan -iv FCGI::Async'
27 ( but before remove all files in
28 /usr/local/portage/mycpan/perl-gcpan/FCGI-Async )
29
30 --
31 Sergiy Borodych
32 http://bor.org.ua

Replies

Subject Author
Re: [gentoo-perl] how to use g-cpan ? Zhang Jun <gb2313@×××××.com>