Gentoo Archives: gentoo-dev

From: Henti Smith <bain@×××××××.za>
To: "gentoo-dev@g.o" <gentoo-dev@g.o>
Subject: [gentoo-dev] gentoo-stats --new fails with missing .pm
Date: Fri, 29 Nov 2002 04:58:49
Message-Id: 20021128185359.444a492b.bain@tcsn.co.za
1 Hi there
2
3 Just added gentoo-stats on all my machines. All worked fine bar one.
4 when running gentoo-stats --new I get this.
5
6 tyranid root # gentoo-stats --new
7 Can't locate LWP/UserAgent.pm in @INC (@INC contains: /usr/lib/perl5/5.6.1/i686-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i686-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl .) at /usr/sbin/gentoo-stats line 6.
8 BEGIN failed--compilation aborted at /usr/sbin/gentoo-stats line 6.
9
10 locate UserAgent.pm gave me this.
11 /usr/lib/site_perl/5.6.1/LWP/UserAgent.pm
12
13 from a working machine it should be
14 /usr/lib/perl5/site_perl/5.6.1/LWP/UserAgent.pm
15
16 qpkg -f /usr/lib/perl5/site_perl/5.6.1/LWP/UserAgent.pm says file belongs to dev-perl/libwww-perl
17
18 libwww-perl on broken machine is :
19
20 Searching...
21 [ Results for search key : libwww-perl ]
22 [ Applications found : 1 ]
23
24 * dev-perl/libwww-perl
25 Latest version available: 5.64-r1
26 Latest version installed: 5.64-r1
27 Size of downloaded files: 179 kB
28 Homepage: http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/WWW/libwww-perl-5.64.readme
29 Description: A collection of Perl Modules for the WWW
30
31 on working machine it's
32
33 Searching...
34 [ Results for search key : libwww-perl ]
35 [ Applications found : 1 ]
36
37 * dev-perl/libwww-perl
38 Latest version available: 5.64-r1
39 Latest version installed: 5.64-r1
40 Size of downloaded files: 179 kB
41 Homepage: http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/WWW/libwww-perl-5.64.readme
42 Description: A collection of Perl Modules for the WWW
43
44 As you can see it's the same. I'm re-emerged (unmerge then merge) libwww-perl to see if it fixex the problem.
45 Stil not.
46
47 Any ideas ?
48
49 --
50 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] gentoo-stats --new fails with missing .pm Chad Huneycutt <chadh@g.o>